Package org.cyclos.impl.users
Interface RecordSectionServiceLocal
-
- All Superinterfaces:
CRUDService<RecordSectionDTO,RecordSectionData,RecordTypeVO>,CRUDServiceLocal<RecordSection,RecordSectionDTO,RecordSectionData,RecordTypeVO>,RecordSectionService,Service
public interface RecordSectionServiceLocal extends RecordSectionService, CRUDServiceLocal<RecordSection,RecordSectionDTO,RecordSectionData,RecordTypeVO>
Local interface forRecordSectionService
-
-
Method Summary
-
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.RecordSectionService
list, move
-
-