Package org.cyclos.impl.users
Interface RecordCustomFieldServiceLocal
-
- All Superinterfaces:
BaseCustomFieldService<RecordCustomFieldDTO,RecordCustomFieldData,RecordTypeVO>,CRUDService<RecordCustomFieldDTO,RecordCustomFieldData,RecordTypeVO>,CRUDServiceLocal<RecordCustomField,RecordCustomFieldDTO,RecordCustomFieldData,RecordTypeVO>,RecordCustomFieldService,Service
- All Known Implementing Classes:
RecordCustomFieldServiceImpl
public interface RecordCustomFieldServiceLocal extends RecordCustomFieldService, CRUDServiceLocal<RecordCustomField,RecordCustomFieldDTO,RecordCustomFieldData,RecordTypeVO>
Local interface for record custom fields service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RecordCustomField>listAllShared()Returns all shared record fieldsList<RecordCustomFieldDetailedVO>listDetailed(RecordType recordType)Lists the fields in the given record type returning also the shared ones as detailed VOs.-
Methods inherited from interface org.cyclos.services.system.BaseCustomFieldService
saveOrder
-
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
-
Methods inherited from interface org.cyclos.services.users.RecordCustomFieldService
linkShared, list, listShared, saveOrderOnType, unlinkShared
-
-
-
-
Method Detail
-
listAllShared
List<RecordCustomField> listAllShared()
Returns all shared record fields
-
listDetailed
List<RecordCustomFieldDetailedVO> listDetailed(RecordType recordType)
Lists the fields in the given record type returning also the shared ones as detailed VOs.
-
-