public class UserOfGroupDaoImpl extends UserOfGroupDaoBase
TRANSFORM_NONE
Constructor and Description |
---|
UserOfGroupDaoImpl() |
Modifier and Type | Method and Description |
---|---|
protected UserOfGroup |
handleFindByUserIdGroupId(Long userId,
Long groupId)
Performs the core logic for
UserOfGroupDaoBase.findByUserIdGroupId(Long, Long) |
protected Collection<UserOfGroup> |
handleGetUserOfGroupEntities(UserOfGroupModificationType modificationType)
Performs the core logic for
UserOfGroupDaoBase.getUserOfGroupEntities(com.communote.server.model.user.group.UserOfGroupModificationType) |
protected Collection<Long> |
handleGetUsersOfGroup(Long groupId)
Performs the core logic for
UserOfGroupDaoBase.getUsersOfGroup(Long) |
protected boolean |
handleIsUserOfGroup(Long userId,
Long groupId)
Performs the core logic for
UserOfGroupDaoBase.isUserOfGroup(Long, Long) |
create, create, create, create, evict, findByUserIdGroupId, getUserOfGroupEntities, getUsersOfGroup, isUserOfGroup, load, load, loadAll, loadAll, remove, remove, remove, transformEntities, transformEntity, update, update
protected UserOfGroup handleFindByUserIdGroupId(Long userId, Long groupId)
UserOfGroupDaoBase.findByUserIdGroupId(Long, Long)
handleFindByUserIdGroupId
in class UserOfGroupDaoBase
protected Collection<UserOfGroup> handleGetUserOfGroupEntities(UserOfGroupModificationType modificationType)
UserOfGroupDaoBase.getUserOfGroupEntities(com.communote.server.model.user.group.UserOfGroupModificationType)
handleGetUserOfGroupEntities
in class UserOfGroupDaoBase
protected Collection<Long> handleGetUsersOfGroup(Long groupId)
UserOfGroupDaoBase.getUsersOfGroup(Long)
handleGetUsersOfGroup
in class UserOfGroupDaoBase
protected boolean handleIsUserOfGroup(Long userId, Long groupId)
UserOfGroupDaoBase.isUserOfGroup(Long, Long)
handleIsUserOfGroup
in class UserOfGroupDaoBase
Copyright © 2019 Communote team. All rights reserved.