Package org.cyclos.services.users
Interface ContactInfoFieldService
-
- All Superinterfaces:
BaseCustomFieldService<ContactInfoFieldDTO,ContactInfoFieldData,Void>,CRUDService<ContactInfoFieldDTO,ContactInfoFieldData,Void>,Service
- All Known Subinterfaces:
ContactInfoFieldServiceLocal
public interface ContactInfoFieldService extends BaseCustomFieldService<ContactInfoFieldDTO,ContactInfoFieldData,Void>
Service for public contact information custom fields
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<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
-
list
List<CustomFieldVO> list() throws FrameworkException
Lists all contact custom fields- Throws:
FrameworkException
-
-