|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupPersistence
Method Summary | |
---|---|
void |
addOrganization(long pk,
long organizationPK)
|
void |
addOrganization(long pk,
Organization organization)
|
void |
addOrganizations(long pk,
java.util.List<Organization> organizations)
|
void |
addOrganizations(long pk,
long[] organizationPKs)
|
void |
addPermission(long pk,
long permissionPK)
|
void |
addPermission(long pk,
Permission permission)
|
void |
addPermissions(long pk,
java.util.List<Permission> permissions)
|
void |
addPermissions(long pk,
long[] permissionPKs)
|
void |
addRole(long pk,
long rolePK)
|
void |
addRole(long pk,
Role role)
|
void |
addRoles(long pk,
java.util.List<Role> roles)
|
void |
addRoles(long pk,
long[] rolePKs)
|
void |
addUser(long pk,
long userPK)
|
void |
addUser(long pk,
User user)
|
void |
addUserGroup(long pk,
long userGroupPK)
|
void |
addUserGroup(long pk,
UserGroup userGroup)
|
void |
addUserGroups(long pk,
java.util.List<UserGroup> userGroups)
|
void |
addUserGroups(long pk,
long[] userGroupPKs)
|
void |
addUsers(long pk,
java.util.List<User> users)
|
void |
addUsers(long pk,
long[] userPKs)
|
void |
clearOrganizations(long pk)
|
void |
clearPermissions(long pk)
|
void |
clearRoles(long pk)
|
void |
clearUserGroups(long pk)
|
void |
clearUsers(long pk)
|
boolean |
containsOrganization(long pk,
long organizationPK)
|
boolean |
containsOrganizations(long pk)
|
boolean |
containsPermission(long pk,
long permissionPK)
|
boolean |
containsPermissions(long pk)
|
boolean |
containsRole(long pk,
long rolePK)
|
boolean |
containsRoles(long pk)
|
boolean |
containsUser(long pk,
long userPK)
|
boolean |
containsUserGroup(long pk,
long userGroupPK)
|
boolean |
containsUserGroups(long pk)
|
boolean |
containsUsers(long pk)
|
int |
countAll()
|
int |
countByC_C_C(long companyId,
long classNameId,
long classPK)
|
int |
countByC_F(long companyId,
java.lang.String friendlyURL)
|
int |
countByC_N(long companyId,
java.lang.String name)
|
int |
countByLiveGroupId(long liveGroupId)
|
Group |
create(long groupId)
|
Group |
fetchByC_C_C(long companyId,
long classNameId,
long classPK)
|
Group |
fetchByC_F(long companyId,
java.lang.String friendlyURL)
|
Group |
fetchByC_N(long companyId,
java.lang.String name)
|
Group |
fetchByLiveGroupId(long liveGroupId)
|
Group |
fetchByPrimaryKey(long groupId)
|
java.util.List<Group> |
findAll()
|
java.util.List<Group> |
findAll(int begin,
int end)
|
java.util.List<Group> |
findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
Group |
findByC_C_C(long companyId,
long classNameId,
long classPK)
|
Group |
findByC_F(long companyId,
java.lang.String friendlyURL)
|
Group |
findByC_N(long companyId,
java.lang.String name)
|
Group |
findByLiveGroupId(long liveGroupId)
|
Group |
findByPrimaryKey(long groupId)
|
java.util.List<Group> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<Group> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
java.util.List<Organization> |
getOrganizations(long pk)
|
java.util.List<Organization> |
getOrganizations(long pk,
int begin,
int end)
|
java.util.List<Organization> |
getOrganizations(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getOrganizationsSize(long pk)
|
java.util.List<Permission> |
getPermissions(long pk)
|
java.util.List<Permission> |
getPermissions(long pk,
int begin,
int end)
|
java.util.List<Permission> |
getPermissions(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getPermissionsSize(long pk)
|
java.util.List<Role> |
getRoles(long pk)
|
java.util.List<Role> |
getRoles(long pk,
int begin,
int end)
|
java.util.List<Role> |
getRoles(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getRolesSize(long pk)
|
java.util.List<UserGroup> |
getUserGroups(long pk)
|
java.util.List<UserGroup> |
getUserGroups(long pk,
int begin,
int end)
|
java.util.List<UserGroup> |
getUserGroups(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getUserGroupsSize(long pk)
|
java.util.List<User> |
getUsers(long pk)
|
java.util.List<User> |
getUsers(long pk,
int begin,
int end)
|
java.util.List<User> |
getUsers(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getUsersSize(long pk)
|
Group |
remove(Group group)
|
Group |
remove(long groupId)
|
void |
removeAll()
|
void |
removeByC_C_C(long companyId,
long classNameId,
long classPK)
|
void |
removeByC_F(long companyId,
java.lang.String friendlyURL)
|
void |
removeByC_N(long companyId,
java.lang.String name)
|
void |
removeByLiveGroupId(long liveGroupId)
|
void |
removeOrganization(long pk,
long organizationPK)
|
void |
removeOrganization(long pk,
Organization organization)
|
void |
removeOrganizations(long pk,
java.util.List<Organization> organizations)
|
void |
removeOrganizations(long pk,
long[] organizationPKs)
|
void |
removePermission(long pk,
long permissionPK)
|
void |
removePermission(long pk,
Permission permission)
|
void |
removePermissions(long pk,
java.util.List<Permission> permissions)
|
void |
removePermissions(long pk,
long[] permissionPKs)
|
void |
removeRole(long pk,
long rolePK)
|
void |
removeRole(long pk,
Role role)
|
void |
removeRoles(long pk,
java.util.List<Role> roles)
|
void |
removeRoles(long pk,
long[] rolePKs)
|
void |
removeUser(long pk,
long userPK)
|
void |
removeUser(long pk,
User user)
|
void |
removeUserGroup(long pk,
long userGroupPK)
|
void |
removeUserGroup(long pk,
UserGroup userGroup)
|
void |
removeUserGroups(long pk,
java.util.List<UserGroup> userGroups)
|
void |
removeUserGroups(long pk,
long[] userGroupPKs)
|
void |
removeUsers(long pk,
java.util.List<User> users)
|
void |
removeUsers(long pk,
long[] userPKs)
|
void |
setOrganizations(long pk,
java.util.List<Organization> organizations)
|
void |
setOrganizations(long pk,
long[] organizationPKs)
|
void |
setPermissions(long pk,
java.util.List<Permission> permissions)
|
void |
setPermissions(long pk,
long[] permissionPKs)
|
void |
setRoles(long pk,
java.util.List<Role> roles)
|
void |
setRoles(long pk,
long[] rolePKs)
|
void |
setUserGroups(long pk,
java.util.List<UserGroup> userGroups)
|
void |
setUserGroups(long pk,
long[] userGroupPKs)
|
void |
setUsers(long pk,
java.util.List<User> users)
|
void |
setUsers(long pk,
long[] userPKs)
|
Group |
update(Group group)
Deprecated. Use update(Group group, boolean merge) . |
Group |
update(Group group,
boolean merge)
Add, update, or merge, the entity. |
Group |
updateImpl(Group group,
boolean merge)
|
Method Detail |
---|
Group create(long groupId)
Group remove(long groupId) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
Group remove(Group group) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
Group update(Group group) throws com.liferay.portal.SystemException
update(Group group, boolean merge)
.
com.liferay.portal.SystemException
Group update(Group group, boolean merge) throws com.liferay.portal.SystemException
group
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when group is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
Group updateImpl(Group group, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
Group findByPrimaryKey(long groupId) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
Group fetchByPrimaryKey(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
Group findByLiveGroupId(long liveGroupId) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
Group fetchByLiveGroupId(long liveGroupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
Group findByC_N(long companyId, java.lang.String name) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
Group fetchByC_N(long companyId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
Group findByC_F(long companyId, java.lang.String friendlyURL) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
Group fetchByC_F(long companyId, java.lang.String friendlyURL) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
Group findByC_C_C(long companyId, long classNameId, long classPK) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
Group fetchByC_C_C(long companyId, long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Group> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Group> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Group> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Group> findAll(int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Group> findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByLiveGroupId(long liveGroupId) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
void removeByC_N(long companyId, java.lang.String name) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
void removeByC_F(long companyId, java.lang.String friendlyURL) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
void removeByC_C_C(long companyId, long classNameId, long classPK) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByLiveGroupId(long liveGroupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_N(long companyId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_F(long companyId, java.lang.String friendlyURL) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_C_C(long companyId, long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<Organization> getOrganizations(long pk) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
java.util.List<Organization> getOrganizations(long pk, int begin, int end) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
java.util.List<Organization> getOrganizations(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
int getOrganizationsSize(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsOrganization(long pk, long organizationPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsOrganizations(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addOrganization(long pk, long organizationPK) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchOrganizationException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
void addOrganization(long pk, Organization organization) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchOrganizationException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
void addOrganizations(long pk, long[] organizationPKs) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchOrganizationException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
void addOrganizations(long pk, java.util.List<Organization> organizations) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchOrganizationException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
void clearOrganizations(long pk) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
void removeOrganization(long pk, long organizationPK) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchOrganizationException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
void removeOrganization(long pk, Organization organization) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchOrganizationException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
void removeOrganizations(long pk, long[] organizationPKs) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchOrganizationException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
void removeOrganizations(long pk, java.util.List<Organization> organizations) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchOrganizationException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
void setOrganizations(long pk, long[] organizationPKs) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchOrganizationException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
void setOrganizations(long pk, java.util.List<Organization> organizations) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchOrganizationException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
java.util.List<Permission> getPermissions(long pk) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
java.util.List<Permission> getPermissions(long pk, int begin, int end) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
java.util.List<Permission> getPermissions(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
int getPermissionsSize(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsPermission(long pk, long permissionPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsPermissions(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addPermission(long pk, long permissionPK) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
void addPermission(long pk, Permission permission) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
void addPermissions(long pk, long[] permissionPKs) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
void addPermissions(long pk, java.util.List<Permission> permissions) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
void clearPermissions(long pk) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
void removePermission(long pk, long permissionPK) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
void removePermission(long pk, Permission permission) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
void removePermissions(long pk, long[] permissionPKs) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
void removePermissions(long pk, java.util.List<Permission> permissions) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
void setPermissions(long pk, long[] permissionPKs) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
void setPermissions(long pk, java.util.List<Permission> permissions) throws com.liferay.portal.SystemException, NoSuchPermissionException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
java.util.List<Role> getRoles(long pk) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
java.util.List<Role> getRoles(long pk, int begin, int end) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
java.util.List<Role> getRoles(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
int getRolesSize(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsRole(long pk, long rolePK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsRoles(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addRole(long pk, long rolePK) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
void addRole(long pk, Role role) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
void addRoles(long pk, long[] rolePKs) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
void addRoles(long pk, java.util.List<Role> roles) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
void clearRoles(long pk) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
void removeRole(long pk, long rolePK) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
void removeRole(long pk, Role role) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
void removeRoles(long pk, long[] rolePKs) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
void removeRoles(long pk, java.util.List<Role> roles) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
void setRoles(long pk, long[] rolePKs) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
void setRoles(long pk, java.util.List<Role> roles) throws com.liferay.portal.SystemException, NoSuchRoleException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
java.util.List<UserGroup> getUserGroups(long pk) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
java.util.List<UserGroup> getUserGroups(long pk, int begin, int end) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
java.util.List<UserGroup> getUserGroups(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
int getUserGroupsSize(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsUserGroup(long pk, long userGroupPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsUserGroups(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addUserGroup(long pk, long userGroupPK) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
void addUserGroup(long pk, UserGroup userGroup) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
void addUserGroups(long pk, long[] userGroupPKs) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
void addUserGroups(long pk, java.util.List<UserGroup> userGroups) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
void clearUserGroups(long pk) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
void removeUserGroup(long pk, long userGroupPK) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
void removeUserGroup(long pk, UserGroup userGroup) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
void removeUserGroups(long pk, long[] userGroupPKs) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
void removeUserGroups(long pk, java.util.List<UserGroup> userGroups) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
void setUserGroups(long pk, long[] userGroupPKs) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
void setUserGroups(long pk, java.util.List<UserGroup> userGroups) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserGroupException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
java.util.List<User> getUsers(long pk) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
java.util.List<User> getUsers(long pk, int begin, int end) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
java.util.List<User> getUsers(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
int getUsersSize(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsUser(long pk, long userPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsUsers(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addUser(long pk, long userPK) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void addUser(long pk, User user) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void addUsers(long pk, long[] userPKs) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void addUsers(long pk, java.util.List<User> users) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void clearUsers(long pk) throws com.liferay.portal.SystemException, NoSuchGroupException
com.liferay.portal.SystemException
NoSuchGroupException
void removeUser(long pk, long userPK) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void removeUser(long pk, User user) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void removeUsers(long pk, long[] userPKs) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void removeUsers(long pk, java.util.List<User> users) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void setUsers(long pk, long[] userPKs) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
void setUsers(long pk, java.util.List<User> users) throws com.liferay.portal.SystemException, NoSuchGroupException, NoSuchUserException
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |