public interface RecordServiceLocal extends CRUDServiceLocal<Record,RecordDTO,RecordData,RecordDataParams>, RecordService
RecordService| Modifier and Type | Method and Description |
|---|---|
boolean |
canChangeToSingleForm(RecordType recordType)
Returns true if the record type can be changed to single form layout.
|
int |
getRecordsCount(SystemRecordType type)
Returns the count for system records of the given type
|
int |
getRecordsCount(UserRecordType type,
User user)
Returns the count for records of the given type and user
|
java.util.List<RecordTypeCountVO> |
getRecordTypeCount(User user)
Returns a list with the visible record types by the logged user of the given user
|
java.util.List<UserRecordType> |
getSharedSearchableRecordTypes()
Returns the record types that has at least one searchable shared record custom field
|
SystemRecord |
getSingleFormRecord(SystemRecordType rt)
Returns the record for this single form system record type
|
UserRecord |
getSingleFormRecord(UserRecordType rt,
User user)
Returns the record for this single form user record type
|
java.util.List<RecordTypeCountVO> |
getSystemRecordTypeCount()
Returns a list with the visible system record types by the logged user
|
java.util.List<SystemRecord> |
listSystem(SystemRecordType recordType)
Lists the system records for the given type
|
java.util.List<UserRecord> |
listUser(UserRecordType recordType,
User user)
Lists the user records for the given type and user
|
find, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetRecordTypeCount, getSearchData, getSharedFieldsSearchData, getTiledRecordsData, loadVO, searchgetData, getDataForNew, load, remove, removeAll, saveboolean canChangeToSingleForm(RecordType recordType)
int getRecordsCount(SystemRecordType type)
int getRecordsCount(UserRecordType type, User user)
java.util.List<RecordTypeCountVO> getRecordTypeCount(User user)
java.util.List<UserRecordType> getSharedSearchableRecordTypes()
SystemRecord getSingleFormRecord(SystemRecordType rt)
UserRecord getSingleFormRecord(UserRecordType rt, User user)
java.util.List<RecordTypeCountVO> getSystemRecordTypeCount()
java.util.List<SystemRecord> listSystem(SystemRecordType recordType)
java.util.List<UserRecord> listUser(UserRecordType recordType, User user)