public interface ContactInfoServiceLocal extends ContactInfoService, CRUDServiceLocal<ContactInfo,ContactInfoDTO,ContactInfoData,UserLocatorVO>
ContactInfoService| Modifier and Type | Method and Description |
|---|---|
boolean |
canHaveContactInfos(User user)
Returns whether the given user can have additional contacts
|
java.util.List<ContactInfo> |
list(User user)
Returns all additional contact information for the given user
|
getContactInfoListDatafind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, saveboolean canHaveContactInfos(User user)
java.util.List<ContactInfo> list(User user)