Package de.xima.fc.api.entity
Class MandantLdapDataAPI
- java.lang.Object
 - 
- de.xima.fc.api.ASubAPI
 - 
- de.xima.fc.api.entity.AEntityAPI<MandantLdapData>
 - 
- de.xima.fc.api.entity.MandantLdapDataAPI
 
 
 
 
- 
public class MandantLdapDataAPI extends AEntityAPI<MandantLdapData>
 
- 
- 
Field Summary
- 
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MandantLdapDataAPI() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MandantLdapDatagetByClient(UserContext uc, Mandant mandant)Method deliver the LDAP data for a client.- 
Methods inherited from class de.xima.fc.api.entity.AEntityAPI
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, update 
- 
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getByClient
public MandantLdapData getByClient(UserContext uc, Mandant mandant)
Method deliver the LDAP data for a client.- Parameters:
 uc-UserContextthe user context in which the action is to be performed.mandant-Mandantthe client where the data are associated.- Returns:
 MandantLdapDatathe LDAP data for a client.
 
 - 
 
 -