Package org.cyclos.impl.users
Interface ContactInfoFieldServiceLocal
-
- All Superinterfaces:
BaseCustomFieldService<ContactInfoFieldDTO,ContactInfoFieldData,Void>,ContactInfoFieldService,CRUDService<ContactInfoFieldDTO,ContactInfoFieldData,Void>,CRUDServiceLocal<ContactInfoField,ContactInfoFieldDTO,ContactInfoFieldData,Void>,Service
- All Known Implementing Classes:
ContactInfoFieldServiceImpl
public interface ContactInfoFieldServiceLocal extends ContactInfoFieldService, CRUDServiceLocal<ContactInfoField,ContactInfoFieldDTO,ContactInfoFieldData,Void>
Local interface for additional contact information custom fields service
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_CONTACT_INFOAttribute name for the script context
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ContactInfoField>listAll()Lists all additional contact information custom fieldsList<ContactInfoField>listEnabled(User user)Lists the additional contact information custom fields enabled for the given userList<ContactInfoField>listForMap()Lists the additional contact information custom fields that can show up on map-
Methods inherited from interface org.cyclos.services.system.BaseCustomFieldService
saveOrder
-
Methods inherited from interface org.cyclos.services.users.ContactInfoFieldService
list
-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
-
-
-
Field Detail
-
ATTR_CONTACT_INFO
static final String ATTR_CONTACT_INFO
Attribute name for the script context- See Also:
- Constant Field Values
-
-
Method Detail
-
listAll
List<ContactInfoField> listAll()
Lists all additional contact information custom fields
-
listEnabled
List<ContactInfoField> listEnabled(User user)
Lists the additional contact information custom fields enabled for the given user
-
listForMap
List<ContactInfoField> listForMap()
Lists the additional contact information custom fields that can show up on map
-
-