Skip navigation links
C F G I M P S U 

C

createCustomer(Customer) - Method in class fr.paris.lutece.plugins.customerprovisioning.services.CustomerService
Create a new customer
createCustomer(Customer) - Method in interface fr.paris.lutece.plugins.customerprovisioning.services.ICustomerInfoService
Create a new customer in the customer base
createCustomer(Customer) - Method in class fr.paris.lutece.plugins.customerprovisioning.services.MockCustomerInfoService
Create a new customer in the customer base
createCustomerByGuid(String) - Static method in class fr.paris.lutece.plugins.customerprovisioning.services.ProvisioningService
Creates the customer by guid.
createCustomerByGuid(UserDTO, String) - Static method in class fr.paris.lutece.plugins.customerprovisioning.services.ProvisioningService
Creates the customer by guid.
CustomerService - Class in fr.paris.lutece.plugins.customerprovisioning.services
CustomerService

F

fr.paris.lutece.plugins.customerprovisioning.business - package fr.paris.lutece.plugins.customerprovisioning.business
 
fr.paris.lutece.plugins.customerprovisioning.services - package fr.paris.lutece.plugins.customerprovisioning.services
 

G

getBirthday() - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Returns the Birthday.
getCity() - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Returns the City.
getCityOfBirth() - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Returns the CityOfBirth.
getCivility() - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Returns the Civility.
getCustomerByCid(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.services.CustomerService
Retrieve the customer by its ID
getCustomerByCid(String) - Method in interface fr.paris.lutece.plugins.customerprovisioning.services.ICustomerInfoService
Retrieve a Customer by its ID
getCustomerByCid(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.services.MockCustomerInfoService
Retrieve a Customer by its ID
getCustomerByCuid(String) - Static method in class fr.paris.lutece.plugins.customerprovisioning.services.ProvisioningService
Gets the customer by cuid.
getCustomerByGuid(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.services.CustomerService
Retrieve a customer by its guid
getCustomerByGuid(String) - Method in interface fr.paris.lutece.plugins.customerprovisioning.services.ICustomerInfoService
Retrieve a Customer by its GUID
getCustomerByGuid(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.services.MockCustomerInfoService
Retrieve a Customer by its GUID
getCustomerByGuid(String) - Static method in class fr.paris.lutece.plugins.customerprovisioning.services.ProvisioningService
Gets the customer by guid.
getEmail() - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Gets the email.
getFirstname() - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Returns the Firstname.
getFixedPhoneNumber() - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
 
getLastname() - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Returns the Lastname.
getPostalCode() - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Returns the PostalCode.
getStayConnected() - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Returns the StayConnected.
getStreet() - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Returns the Street.
getTelephoneNumber() - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Returns the TelephoneNumber.
getUid() - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Returns the Uid.
getUserInfo(String) - Method in interface fr.paris.lutece.plugins.customerprovisioning.services.IUserInfoProvider
Returns user Info.
getUserInfo(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.services.MokeUserInfoProvider
 
getUserInfo(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.services.UserInfoService
Gets User info.

I

ICustomerInfoService - Interface in fr.paris.lutece.plugins.customerprovisioning.services
The Interface ICustomerInfoService.
instance() - Static method in class fr.paris.lutece.plugins.customerprovisioning.services.CustomerService
Return the unique instance
instance() - Static method in class fr.paris.lutece.plugins.customerprovisioning.services.UserInfoService
Return the unique instance.
IUserInfoProvider - Interface in fr.paris.lutece.plugins.customerprovisioning.services
IUserInfoProvider Interface

M

MockCustomerInfoService - Class in fr.paris.lutece.plugins.customerprovisioning.services
LocalCustomerService
MockCustomerInfoService() - Constructor for class fr.paris.lutece.plugins.customerprovisioning.services.MockCustomerInfoService
 
MokeUserInfoProvider - Class in fr.paris.lutece.plugins.customerprovisioning.services
MokeUserInfoProvider
MokeUserInfoProvider() - Constructor for class fr.paris.lutece.plugins.customerprovisioning.services.MokeUserInfoProvider
 

P

processGuidCuid(String, String, UserDTO) - Static method in class fr.paris.lutece.plugins.customerprovisioning.services.ProvisioningService
Process guid cuid.
ProvisioningService - Class in fr.paris.lutece.plugins.customerprovisioning.services
The Class ProvisioningService.

S

setBirthday(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Sets the Birthday.
setCity(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Sets the City.
setCityOfBirth(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Sets the CityOfBirth.
setCivility(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Sets the Civility.
setEmail(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Sets the email.
setFirstname(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Sets the Firstname.
setFixedPhoneNumber(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
 
setLastname(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Sets the Lastname.
setPostalCode(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Sets the PostalCode.
setStayConnected(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Sets the StayConnected.
setStreet(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Sets the Street.
setTelephoneNumber(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Sets the TelephoneNumber.
setUid(String) - Method in class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
Sets the Uid.

U

UserDTO - Class in fr.paris.lutece.plugins.customerprovisioning.business
This is the business class for the object OpenAMUserDTO.
UserDTO() - Constructor for class fr.paris.lutece.plugins.customerprovisioning.business.UserDTO
 
UserInfoService - Class in fr.paris.lutece.plugins.customerprovisioning.services
The Class UserInfoService.
C F G I M P S U 
Skip navigation links

Copyright © 2016 City of Paris. All rights reserved.