Package org.cyclos.impl.users
Interface UserSectionServiceLocal
-
- All Superinterfaces:
CRUDService<UserSectionDTO,UserSectionData,Void>,CRUDServiceLocal<UserSection,UserSectionDTO,UserSectionData,Void>,Service,UserSectionService
- All Known Implementing Classes:
UserSectionServiceImpl
public interface UserSectionServiceLocal extends UserSectionService, CRUDServiceLocal<UserSection,UserSectionDTO,UserSectionData,Void>
Local interface forUserSectionService
-
-
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.UserSectionService
list, move
-
-