Package org.cyclos.services.users
Interface ContactInfoService
-
- All Superinterfaces:
CRUDService<ContactInfoDTO,ContactInfoData,UserLocatorVO>,CRUDWithConfirmationPasswordService<ContactInfoDTO,ContactInfoData,UserLocatorVO>,Service
- All Known Subinterfaces:
ContactInfoServiceLocal
public interface ContactInfoService extends CRUDWithConfirmationPasswordService<ContactInfoDTO,ContactInfoData,UserLocatorVO>
Service interface for public contact information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactInfoListDatagetContactInfoListData(@NotNull UserLocatorVO user, boolean includeCustomOperations)Returns information for listing public contact info, together with the list itself-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.services.CRUDWithConfirmationPasswordService
getConfirmationPasswordInputForRemove, removeAllWithConfirmationPassword, removeWithConfirmationPassword, saveWithConfirmationPassword
-
-
-
-
Method Detail
-
getContactInfoListData
ContactInfoListData getContactInfoListData(@NotNull @NotNull UserLocatorVO user, boolean includeCustomOperations) throws FrameworkException
Returns information for listing public contact info, together with the list itself- Throws:
FrameworkException
-
-