Package org.cyclos.impl.users
Interface UserGroupServiceLocal
-
- All Superinterfaces:
Service,UserGroupService
- All Known Implementing Classes:
UserGroupServiceImpl
public interface UserGroupServiceLocal extends UserGroupService
Local interface forUserGroupService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserGroupLogcreateInitialGroupHistoryLog(User user)Creates the initial group history log for the given userbooleanexistsInGroupHistoryLog(Long groupId)Checks if the group exists in the group history log-
Methods inherited from interface org.cyclos.services.users.UserGroupService
changeGroup, getChangeGroupData
-
-
-
-
Method Detail
-
createInitialGroupHistoryLog
UserGroupLog createInitialGroupHistoryLog(User user)
Creates the initial group history log for the given user
-
existsInGroupHistoryLog
boolean existsInGroupHistoryLog(Long groupId)
Checks if the group exists in the group history log
-
-