com.liferay.portal.service.persistence
Interface GroupPersistence
- public interface GroupPersistence
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
void |
addOrganization(long pk,
long organizationPK)
|
void |
addOrganization(long pk,
Organization organization)
|
void |
addOrganizations(long pk,
java.util.List 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 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 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 userGroups)
|
void |
addUserGroups(long pk,
long[] userGroupPKs)
|
void |
addUsers(long pk,
java.util.List 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 |
findAll()
|
java.util.List |
findAll(int begin,
int end)
|
java.util.List |
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 |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
java.util.List |
getOrganizations(long pk)
|
java.util.List |
getOrganizations(long pk,
int begin,
int end)
|
java.util.List |
getOrganizations(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getOrganizationsSize(long pk)
|
java.util.List |
getPermissions(long pk)
|
java.util.List |
getPermissions(long pk,
int begin,
int end)
|
java.util.List |
getPermissions(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getPermissionsSize(long pk)
|
java.util.List |
getRoles(long pk)
|
java.util.List |
getRoles(long pk,
int begin,
int end)
|
java.util.List |
getRoles(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getRolesSize(long pk)
|
java.util.List |
getUserGroups(long pk)
|
java.util.List |
getUserGroups(long pk,
int begin,
int end)
|
java.util.List |
getUserGroups(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getUserGroupsSize(long pk)
|
java.util.List |
getUsers(long pk)
|
java.util.List |
getUsers(long pk,
int begin,
int end)
|
java.util.List |
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 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 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 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 userGroups)
|
void |
removeUserGroups(long pk,
long[] userGroupPKs)
|
void |
removeUsers(long pk,
java.util.List users)
|
void |
removeUsers(long pk,
long[] userPKs)
|
void |
setOrganizations(long pk,
java.util.List organizations)
|
void |
setOrganizations(long pk,
long[] organizationPKs)
|
void |
setPermissions(long pk,
java.util.List permissions)
|
void |
setPermissions(long pk,
long[] permissionPKs)
|
void |
setRoles(long pk,
java.util.List roles)
|
void |
setRoles(long pk,
long[] rolePKs)
|
void |
setUserGroups(long pk,
java.util.List userGroups)
|
void |
setUserGroups(long pk,
long[] userGroupPKs)
|
void |
setUsers(long pk,
java.util.List users)
|
void |
setUsers(long pk,
long[] userPKs)
|
Group |
update(Group group)
|
Group |
update(Group group,
boolean merge)
|
Group |
updateImpl(Group group,
boolean merge)
|
create
public Group create(long groupId)
remove
public Group remove(long groupId)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
remove
public Group remove(Group group)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public Group update(Group group)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public Group update(Group group,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateImpl
public Group updateImpl(Group group,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public Group findByPrimaryKey(long groupId)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
fetchByPrimaryKey
public Group fetchByPrimaryKey(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByLiveGroupId
public Group findByLiveGroupId(long liveGroupId)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
fetchByLiveGroupId
public Group fetchByLiveGroupId(long liveGroupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_N
public Group findByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
fetchByC_N
public Group fetchByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_F
public Group findByC_F(long companyId,
java.lang.String friendlyURL)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
fetchByC_F
public Group fetchByC_F(long companyId,
java.lang.String friendlyURL)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_C_C
public Group findByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
fetchByC_C_C
public Group fetchByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll(int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByLiveGroupId
public void removeByLiveGroupId(long liveGroupId)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
removeByC_N
public void removeByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
removeByC_F
public void removeByC_F(long companyId,
java.lang.String friendlyURL)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
removeByC_C_C
public void removeByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
removeAll
public void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByLiveGroupId
public int countByLiveGroupId(long liveGroupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByC_N
public int countByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByC_F
public int countByC_F(long companyId,
java.lang.String friendlyURL)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByC_C_C
public int countByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
public int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getOrganizations
public java.util.List getOrganizations(long pk)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
getOrganizations
public java.util.List getOrganizations(long pk,
int begin,
int end)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
getOrganizations
public java.util.List getOrganizations(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
getOrganizationsSize
public int getOrganizationsSize(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
containsOrganization
public boolean containsOrganization(long pk,
long organizationPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
containsOrganizations
public boolean containsOrganizations(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addOrganization
public void addOrganization(long pk,
long organizationPK)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchOrganizationException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
addOrganization
public void addOrganization(long pk,
Organization organization)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchOrganizationException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
addOrganizations
public void addOrganizations(long pk,
long[] organizationPKs)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchOrganizationException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
addOrganizations
public void addOrganizations(long pk,
java.util.List organizations)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchOrganizationException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
clearOrganizations
public void clearOrganizations(long pk)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
removeOrganization
public void removeOrganization(long pk,
long organizationPK)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchOrganizationException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
removeOrganization
public void removeOrganization(long pk,
Organization organization)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchOrganizationException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
removeOrganizations
public void removeOrganizations(long pk,
long[] organizationPKs)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchOrganizationException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
removeOrganizations
public void removeOrganizations(long pk,
java.util.List organizations)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchOrganizationException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
setOrganizations
public void setOrganizations(long pk,
long[] organizationPKs)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchOrganizationException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
setOrganizations
public void setOrganizations(long pk,
java.util.List organizations)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchOrganizationException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchOrganizationException
getPermissions
public java.util.List getPermissions(long pk)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
getPermissions
public java.util.List getPermissions(long pk,
int begin,
int end)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
getPermissions
public java.util.List getPermissions(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
getPermissionsSize
public int getPermissionsSize(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
containsPermission
public boolean containsPermission(long pk,
long permissionPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
containsPermissions
public boolean containsPermissions(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addPermission
public void addPermission(long pk,
long permissionPK)
throws com.liferay.portal.SystemException,
NoSuchPermissionException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
addPermission
public void addPermission(long pk,
Permission permission)
throws com.liferay.portal.SystemException,
NoSuchPermissionException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
addPermissions
public void addPermissions(long pk,
long[] permissionPKs)
throws com.liferay.portal.SystemException,
NoSuchPermissionException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
addPermissions
public void addPermissions(long pk,
java.util.List permissions)
throws com.liferay.portal.SystemException,
NoSuchPermissionException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
clearPermissions
public void clearPermissions(long pk)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
removePermission
public void removePermission(long pk,
long permissionPK)
throws com.liferay.portal.SystemException,
NoSuchPermissionException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
removePermission
public void removePermission(long pk,
Permission permission)
throws com.liferay.portal.SystemException,
NoSuchPermissionException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
removePermissions
public void removePermissions(long pk,
long[] permissionPKs)
throws com.liferay.portal.SystemException,
NoSuchPermissionException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
removePermissions
public void removePermissions(long pk,
java.util.List permissions)
throws com.liferay.portal.SystemException,
NoSuchPermissionException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
setPermissions
public void setPermissions(long pk,
long[] permissionPKs)
throws com.liferay.portal.SystemException,
NoSuchPermissionException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
setPermissions
public void setPermissions(long pk,
java.util.List permissions)
throws com.liferay.portal.SystemException,
NoSuchPermissionException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchPermissionException
NoSuchGroupException
getRoles
public java.util.List getRoles(long pk)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
getRoles
public java.util.List getRoles(long pk,
int begin,
int end)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
getRoles
public java.util.List getRoles(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
getRolesSize
public int getRolesSize(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
containsRole
public boolean containsRole(long pk,
long rolePK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
containsRoles
public boolean containsRoles(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addRole
public void addRole(long pk,
long rolePK)
throws com.liferay.portal.SystemException,
NoSuchRoleException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
addRole
public void addRole(long pk,
Role role)
throws com.liferay.portal.SystemException,
NoSuchRoleException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
addRoles
public void addRoles(long pk,
long[] rolePKs)
throws com.liferay.portal.SystemException,
NoSuchRoleException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
addRoles
public void addRoles(long pk,
java.util.List roles)
throws com.liferay.portal.SystemException,
NoSuchRoleException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
clearRoles
public void clearRoles(long pk)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
removeRole
public void removeRole(long pk,
long rolePK)
throws com.liferay.portal.SystemException,
NoSuchRoleException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
removeRole
public void removeRole(long pk,
Role role)
throws com.liferay.portal.SystemException,
NoSuchRoleException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
removeRoles
public void removeRoles(long pk,
long[] rolePKs)
throws com.liferay.portal.SystemException,
NoSuchRoleException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
removeRoles
public void removeRoles(long pk,
java.util.List roles)
throws com.liferay.portal.SystemException,
NoSuchRoleException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
setRoles
public void setRoles(long pk,
long[] rolePKs)
throws com.liferay.portal.SystemException,
NoSuchRoleException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
setRoles
public void setRoles(long pk,
java.util.List roles)
throws com.liferay.portal.SystemException,
NoSuchRoleException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchRoleException
NoSuchGroupException
getUserGroups
public java.util.List getUserGroups(long pk)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
getUserGroups
public java.util.List getUserGroups(long pk,
int begin,
int end)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
getUserGroups
public java.util.List getUserGroups(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
getUserGroupsSize
public int getUserGroupsSize(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
containsUserGroup
public boolean containsUserGroup(long pk,
long userGroupPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
containsUserGroups
public boolean containsUserGroups(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addUserGroup
public void addUserGroup(long pk,
long userGroupPK)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
addUserGroup
public void addUserGroup(long pk,
UserGroup userGroup)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
addUserGroups
public void addUserGroups(long pk,
long[] userGroupPKs)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
addUserGroups
public void addUserGroups(long pk,
java.util.List userGroups)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
clearUserGroups
public void clearUserGroups(long pk)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
removeUserGroup
public void removeUserGroup(long pk,
long userGroupPK)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
removeUserGroup
public void removeUserGroup(long pk,
UserGroup userGroup)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
removeUserGroups
public void removeUserGroups(long pk,
long[] userGroupPKs)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
removeUserGroups
public void removeUserGroups(long pk,
java.util.List userGroups)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
setUserGroups
public void setUserGroups(long pk,
long[] userGroupPKs)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
setUserGroups
public void setUserGroups(long pk,
java.util.List userGroups)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserGroupException
getUsers
public java.util.List getUsers(long pk)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
getUsers
public java.util.List getUsers(long pk,
int begin,
int end)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
getUsers
public java.util.List getUsers(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
getUsersSize
public int getUsersSize(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
containsUser
public boolean containsUser(long pk,
long userPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
containsUsers
public boolean containsUsers(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addUser
public void addUser(long pk,
long userPK)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
addUser
public void addUser(long pk,
User user)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
addUsers
public void addUsers(long pk,
long[] userPKs)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
addUsers
public void addUsers(long pk,
java.util.List users)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
clearUsers
public void clearUsers(long pk)
throws com.liferay.portal.SystemException,
NoSuchGroupException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
removeUser
public void removeUser(long pk,
long userPK)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
removeUser
public void removeUser(long pk,
User user)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
removeUsers
public void removeUsers(long pk,
long[] userPKs)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
removeUsers
public void removeUsers(long pk,
java.util.List users)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
setUsers
public void setUsers(long pk,
long[] userPKs)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException
setUsers
public void setUsers(long pk,
java.util.List users)
throws com.liferay.portal.SystemException,
NoSuchGroupException,
NoSuchUserException
- Throws:
com.liferay.portal.SystemException
NoSuchGroupException
NoSuchUserException