Package org.cyclos.services.users
Interface ContactCustomFieldService
-
- All Superinterfaces:
BaseCustomFieldService<ContactCustomFieldDTO,ContactCustomFieldData,Void>,CRUDService<ContactCustomFieldDTO,ContactCustomFieldData,Void>,Service
- All Known Subinterfaces:
ContactCustomFieldServiceLocal
- All Known Implementing Classes:
ContactCustomFieldServiceImpl,ContactCustomFieldServiceSecurity
public interface ContactCustomFieldService extends BaseCustomFieldService<ContactCustomFieldDTO,ContactCustomFieldData,Void>
Service for contact custom fields
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasEditableFields(UserLocatorVO owner)Returns whether there's at lease one editable field for the given owner, which is assumed to be the logged user when nullList<CustomFieldVO>list()Lists all contact custom fields-
Methods inherited from interface org.cyclos.services.system.BaseCustomFieldService
saveOrder
-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
hasEditableFields
boolean hasEditableFields(UserLocatorVO owner)
Returns whether there's at lease one editable field for the given owner, which is assumed to be the logged user when null
-
list
List<CustomFieldVO> list() throws FrameworkException
Lists all contact custom fields- Throws:
FrameworkException
-
-