public interface ContactInfoService extends CRUDService<ContactInfoDTO,ContactInfoData,UserLocatorVO>
| Modifier and Type | Method and Description |
|---|---|
ContactInfoListData |
getContactInfoListData(UserLocatorVO user)
Returns information for listing additional contact info, together with the list itself
|
getData, getDataForNew, load, remove, removeAll, saveContactInfoListData getContactInfoListData(@NotNull UserLocatorVO user) throws FrameworkException
FrameworkException