com.liferay.portal.service.persistence
Class GroupPersistenceImpl
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.jdbc.core.support.JdbcDaoSupport
com.liferay.portal.service.persistence.BasePersistence
com.liferay.portal.service.persistence.GroupPersistenceImpl
- All Implemented Interfaces:
- com.liferay.portal.service.persistence.GroupPersistence, org.springframework.beans.factory.InitializingBean
public class GroupPersistenceImpl
- extends BasePersistence
- implements com.liferay.portal.service.persistence.GroupPersistence
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
Method Summary |
void |
addOrganization(long pk,
long organizationPK)
|
void |
addOrganization(long pk,
com.liferay.portal.model.Organization organization)
|
void |
addOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
|
void |
addOrganizations(long pk,
long[] organizationPKs)
|
void |
addPermission(long pk,
long permissionPK)
|
void |
addPermission(long pk,
com.liferay.portal.model.Permission permission)
|
void |
addPermissions(long pk,
java.util.List<com.liferay.portal.model.Permission> permissions)
|
void |
addPermissions(long pk,
long[] permissionPKs)
|
void |
addRole(long pk,
long rolePK)
|
void |
addRole(long pk,
com.liferay.portal.model.Role role)
|
void |
addRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
|
void |
addRoles(long pk,
long[] rolePKs)
|
void |
addUser(long pk,
long userPK)
|
void |
addUser(long pk,
com.liferay.portal.model.User user)
|
void |
addUserGroup(long pk,
long userGroupPK)
|
void |
addUserGroup(long pk,
com.liferay.portal.model.UserGroup userGroup)
|
void |
addUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
|
void |
addUserGroups(long pk,
long[] userGroupPKs)
|
void |
addUsers(long pk,
java.util.List<com.liferay.portal.model.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)
|
com.liferay.portal.model.Group |
create(long groupId)
|
com.liferay.portal.model.Group |
fetchByC_C_C(long companyId,
long classNameId,
long classPK)
|
com.liferay.portal.model.Group |
fetchByC_F(long companyId,
java.lang.String friendlyURL)
|
com.liferay.portal.model.Group |
fetchByC_N(long companyId,
java.lang.String name)
|
com.liferay.portal.model.Group |
fetchByLiveGroupId(long liveGroupId)
|
com.liferay.portal.model.Group |
fetchByPrimaryKey(long groupId)
|
java.util.List<com.liferay.portal.model.Group> |
findAll()
|
java.util.List<com.liferay.portal.model.Group> |
findAll(int begin,
int end)
|
java.util.List<com.liferay.portal.model.Group> |
findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portal.model.Group |
findByC_C_C(long companyId,
long classNameId,
long classPK)
|
com.liferay.portal.model.Group |
findByC_F(long companyId,
java.lang.String friendlyURL)
|
com.liferay.portal.model.Group |
findByC_N(long companyId,
java.lang.String name)
|
com.liferay.portal.model.Group |
findByLiveGroupId(long liveGroupId)
|
com.liferay.portal.model.Group |
findByPrimaryKey(long groupId)
|
java.util.List<com.liferay.portal.model.Group> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<com.liferay.portal.model.Group> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
java.util.List<com.liferay.portal.model.Organization> |
getOrganizations(long pk)
|
java.util.List<com.liferay.portal.model.Organization> |
getOrganizations(long pk,
int begin,
int end)
|
java.util.List<com.liferay.portal.model.Organization> |
getOrganizations(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getOrganizationsSize(long pk)
|
java.util.List<com.liferay.portal.model.Permission> |
getPermissions(long pk)
|
java.util.List<com.liferay.portal.model.Permission> |
getPermissions(long pk,
int begin,
int end)
|
java.util.List<com.liferay.portal.model.Permission> |
getPermissions(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getPermissionsSize(long pk)
|
java.util.List<com.liferay.portal.model.Role> |
getRoles(long pk)
|
java.util.List<com.liferay.portal.model.Role> |
getRoles(long pk,
int begin,
int end)
|
java.util.List<com.liferay.portal.model.Role> |
getRoles(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getRolesSize(long pk)
|
java.util.List<com.liferay.portal.model.UserGroup> |
getUserGroups(long pk)
|
java.util.List<com.liferay.portal.model.UserGroup> |
getUserGroups(long pk,
int begin,
int end)
|
java.util.List<com.liferay.portal.model.UserGroup> |
getUserGroups(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getUserGroupsSize(long pk)
|
java.util.List<com.liferay.portal.model.User> |
getUsers(long pk)
|
java.util.List<com.liferay.portal.model.User> |
getUsers(long pk,
int begin,
int end)
|
java.util.List<com.liferay.portal.model.User> |
getUsers(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getUsersSize(long pk)
|
protected void |
initDao()
|
com.liferay.portal.model.Group |
remove(com.liferay.portal.model.Group group)
|
com.liferay.portal.model.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)
|
protected com.liferay.portal.model.Group |
removeImpl(com.liferay.portal.model.Group group)
|
void |
removeOrganization(long pk,
long organizationPK)
|
void |
removeOrganization(long pk,
com.liferay.portal.model.Organization organization)
|
void |
removeOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
|
void |
removeOrganizations(long pk,
long[] organizationPKs)
|
void |
removePermission(long pk,
long permissionPK)
|
void |
removePermission(long pk,
com.liferay.portal.model.Permission permission)
|
void |
removePermissions(long pk,
java.util.List<com.liferay.portal.model.Permission> permissions)
|
void |
removePermissions(long pk,
long[] permissionPKs)
|
void |
removeRole(long pk,
long rolePK)
|
void |
removeRole(long pk,
com.liferay.portal.model.Role role)
|
void |
removeRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
|
void |
removeRoles(long pk,
long[] rolePKs)
|
void |
removeUser(long pk,
long userPK)
|
void |
removeUser(long pk,
com.liferay.portal.model.User user)
|
void |
removeUserGroup(long pk,
long userGroupPK)
|
void |
removeUserGroup(long pk,
com.liferay.portal.model.UserGroup userGroup)
|
void |
removeUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
|
void |
removeUserGroups(long pk,
long[] userGroupPKs)
|
void |
removeUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
|
void |
removeUsers(long pk,
long[] userPKs)
|
void |
setOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
|
void |
setOrganizations(long pk,
long[] organizationPKs)
|
void |
setPermissions(long pk,
java.util.List<com.liferay.portal.model.Permission> permissions)
|
void |
setPermissions(long pk,
long[] permissionPKs)
|
void |
setRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
|
void |
setRoles(long pk,
long[] rolePKs)
|
void |
setUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
|
void |
setUserGroups(long pk,
long[] userGroupPKs)
|
void |
setUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
|
void |
setUsers(long pk,
long[] userPKs)
|
com.liferay.portal.model.Group |
update(com.liferay.portal.model.Group group)
Deprecated. Use update(Group group, boolean merge) . |
com.liferay.portal.model.Group |
update(com.liferay.portal.model.Group group,
boolean merge)
Add, update, or merge, the entity. |
com.liferay.portal.model.Group |
updateImpl(com.liferay.portal.model.Group group,
boolean merge)
|
Methods inherited from class org.springframework.jdbc.core.support.JdbcDaoSupport |
checkDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, initTemplateConfig, releaseConnection, setDataSource, setJdbcTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
afterPropertiesSet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
containsOrganization
protected GroupPersistenceImpl.ContainsOrganization containsOrganization
addOrganization
protected GroupPersistenceImpl.AddOrganization addOrganization
clearOrganizations
protected GroupPersistenceImpl.ClearOrganizations clearOrganizations
removeOrganization
protected GroupPersistenceImpl.RemoveOrganization removeOrganization
containsPermission
protected GroupPersistenceImpl.ContainsPermission containsPermission
addPermission
protected GroupPersistenceImpl.AddPermission addPermission
clearPermissions
protected GroupPersistenceImpl.ClearPermissions clearPermissions
removePermission
protected GroupPersistenceImpl.RemovePermission removePermission
containsRole
protected GroupPersistenceImpl.ContainsRole containsRole
addRole
protected GroupPersistenceImpl.AddRole addRole
clearRoles
protected GroupPersistenceImpl.ClearRoles clearRoles
removeRole
protected GroupPersistenceImpl.RemoveRole removeRole
containsUserGroup
protected GroupPersistenceImpl.ContainsUserGroup containsUserGroup
addUserGroup
protected GroupPersistenceImpl.AddUserGroup addUserGroup
clearUserGroups
protected GroupPersistenceImpl.ClearUserGroups clearUserGroups
removeUserGroup
protected GroupPersistenceImpl.RemoveUserGroup removeUserGroup
containsUser
protected GroupPersistenceImpl.ContainsUser containsUser
addUser
protected GroupPersistenceImpl.AddUser addUser
clearUsers
protected GroupPersistenceImpl.ClearUsers clearUsers
removeUser
protected GroupPersistenceImpl.RemoveUser removeUser
GroupPersistenceImpl
public GroupPersistenceImpl()
create
public com.liferay.portal.model.Group create(long groupId)
- Specified by:
create
in interface com.liferay.portal.service.persistence.GroupPersistence
remove
public com.liferay.portal.model.Group remove(long groupId)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
remove
public com.liferay.portal.model.Group remove(com.liferay.portal.model.Group group)
throws com.liferay.portal.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeImpl
protected com.liferay.portal.model.Group removeImpl(com.liferay.portal.model.Group group)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public com.liferay.portal.model.Group update(com.liferay.portal.model.Group group)
throws com.liferay.portal.SystemException
- Deprecated. Use
update(Group group, boolean merge)
.
- Specified by:
update
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
update
public com.liferay.portal.model.Group update(com.liferay.portal.model.Group group,
boolean merge)
throws com.liferay.portal.SystemException
- Add, update, or merge, the entity. This method also calls the model
listeners to trigger the proper events associated with adding, deleting,
or updating an entity.
- Specified by:
update
in interface com.liferay.portal.service.persistence.GroupPersistence
- Parameters:
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.
- Returns:
- true if the portlet can be displayed via Ajax
- Throws:
com.liferay.portal.SystemException
updateImpl
public com.liferay.portal.model.Group updateImpl(com.liferay.portal.model.Group group,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateImpl
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public com.liferay.portal.model.Group findByPrimaryKey(long groupId)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
fetchByPrimaryKey
public com.liferay.portal.model.Group fetchByPrimaryKey(long groupId)
throws com.liferay.portal.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findByLiveGroupId
public com.liferay.portal.model.Group findByLiveGroupId(long liveGroupId)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
findByLiveGroupId
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
fetchByLiveGroupId
public com.liferay.portal.model.Group fetchByLiveGroupId(long liveGroupId)
throws com.liferay.portal.SystemException
- Specified by:
fetchByLiveGroupId
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findByC_N
public com.liferay.portal.model.Group findByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
findByC_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
fetchByC_N
public com.liferay.portal.model.Group fetchByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Specified by:
fetchByC_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findByC_F
public com.liferay.portal.model.Group findByC_F(long companyId,
java.lang.String friendlyURL)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
findByC_F
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
fetchByC_F
public com.liferay.portal.model.Group fetchByC_F(long companyId,
java.lang.String friendlyURL)
throws com.liferay.portal.SystemException
- Specified by:
fetchByC_F
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findByC_C_C
public com.liferay.portal.model.Group findByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
findByC_C_C
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
fetchByC_C_C
public com.liferay.portal.model.Group fetchByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
fetchByC_C_C
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List<com.liferay.portal.model.Group> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
findWithDynamicQuery
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List<com.liferay.portal.model.Group> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findWithDynamicQuery
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portal.model.Group> findAll()
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portal.model.Group> findAll(int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portal.model.Group> findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
removeByLiveGroupId
public void removeByLiveGroupId(long liveGroupId)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
removeByLiveGroupId
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
removeByC_N
public void removeByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
removeByC_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
removeByC_F
public void removeByC_F(long companyId,
java.lang.String friendlyURL)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
removeByC_F
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
removeByC_C_C
public void removeByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
removeByC_C_C
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.SystemException
- Specified by:
removeAll
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
countByLiveGroupId
public int countByLiveGroupId(long liveGroupId)
throws com.liferay.portal.SystemException
- Specified by:
countByLiveGroupId
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
countByC_N
public int countByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Specified by:
countByC_N
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
countByC_F
public int countByC_F(long companyId,
java.lang.String friendlyURL)
throws com.liferay.portal.SystemException
- Specified by:
countByC_F
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
countByC_C_C
public int countByC_C_C(long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
countByC_C_C
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
countAll
public int countAll()
throws com.liferay.portal.SystemException
- Specified by:
countAll
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
getOrganizations
public java.util.List<com.liferay.portal.model.Organization> getOrganizations(long pk)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
getOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
getOrganizations
public java.util.List<com.liferay.portal.model.Organization> getOrganizations(long pk,
int begin,
int end)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
getOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
getOrganizations
public java.util.List<com.liferay.portal.model.Organization> getOrganizations(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
getOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
getOrganizationsSize
public int getOrganizationsSize(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getOrganizationsSize
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsOrganization
public boolean containsOrganization(long pk,
long organizationPK)
throws com.liferay.portal.SystemException
- Specified by:
containsOrganization
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsOrganizations
public boolean containsOrganizations(long pk)
throws com.liferay.portal.SystemException
- Specified by:
containsOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addOrganization
public void addOrganization(long pk,
long organizationPK)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.SystemException
- Specified by:
addOrganization
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchOrganizationException
com.liferay.portal.SystemException
addOrganization
public void addOrganization(long pk,
com.liferay.portal.model.Organization organization)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.SystemException
- Specified by:
addOrganization
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchOrganizationException
com.liferay.portal.SystemException
addOrganizations
public void addOrganizations(long pk,
long[] organizationPKs)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.SystemException
- Specified by:
addOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchOrganizationException
com.liferay.portal.SystemException
addOrganizations
public void addOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.SystemException
- Specified by:
addOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchOrganizationException
com.liferay.portal.SystemException
clearOrganizations
public void clearOrganizations(long pk)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
clearOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
removeOrganization
public void removeOrganization(long pk,
long organizationPK)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.SystemException
- Specified by:
removeOrganization
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchOrganizationException
com.liferay.portal.SystemException
removeOrganization
public void removeOrganization(long pk,
com.liferay.portal.model.Organization organization)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.SystemException
- Specified by:
removeOrganization
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchOrganizationException
com.liferay.portal.SystemException
removeOrganizations
public void removeOrganizations(long pk,
long[] organizationPKs)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.SystemException
- Specified by:
removeOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchOrganizationException
com.liferay.portal.SystemException
removeOrganizations
public void removeOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.SystemException
- Specified by:
removeOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchOrganizationException
com.liferay.portal.SystemException
setOrganizations
public void setOrganizations(long pk,
long[] organizationPKs)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.SystemException
- Specified by:
setOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchOrganizationException
com.liferay.portal.SystemException
setOrganizations
public void setOrganizations(long pk,
java.util.List<com.liferay.portal.model.Organization> organizations)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.SystemException
- Specified by:
setOrganizations
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchOrganizationException
com.liferay.portal.SystemException
getPermissions
public java.util.List<com.liferay.portal.model.Permission> getPermissions(long pk)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
getPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
getPermissions
public java.util.List<com.liferay.portal.model.Permission> getPermissions(long pk,
int begin,
int end)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
getPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
getPermissions
public java.util.List<com.liferay.portal.model.Permission> getPermissions(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
getPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
getPermissionsSize
public int getPermissionsSize(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getPermissionsSize
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsPermission
public boolean containsPermission(long pk,
long permissionPK)
throws com.liferay.portal.SystemException
- Specified by:
containsPermission
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsPermissions
public boolean containsPermissions(long pk)
throws com.liferay.portal.SystemException
- Specified by:
containsPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addPermission
public void addPermission(long pk,
long permissionPK)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchPermissionException,
com.liferay.portal.SystemException
- Specified by:
addPermission
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchPermissionException
com.liferay.portal.SystemException
addPermission
public void addPermission(long pk,
com.liferay.portal.model.Permission permission)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchPermissionException,
com.liferay.portal.SystemException
- Specified by:
addPermission
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchPermissionException
com.liferay.portal.SystemException
addPermissions
public void addPermissions(long pk,
long[] permissionPKs)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchPermissionException,
com.liferay.portal.SystemException
- Specified by:
addPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchPermissionException
com.liferay.portal.SystemException
addPermissions
public void addPermissions(long pk,
java.util.List<com.liferay.portal.model.Permission> permissions)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchPermissionException,
com.liferay.portal.SystemException
- Specified by:
addPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchPermissionException
com.liferay.portal.SystemException
clearPermissions
public void clearPermissions(long pk)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
clearPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
removePermission
public void removePermission(long pk,
long permissionPK)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchPermissionException,
com.liferay.portal.SystemException
- Specified by:
removePermission
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchPermissionException
com.liferay.portal.SystemException
removePermission
public void removePermission(long pk,
com.liferay.portal.model.Permission permission)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchPermissionException,
com.liferay.portal.SystemException
- Specified by:
removePermission
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchPermissionException
com.liferay.portal.SystemException
removePermissions
public void removePermissions(long pk,
long[] permissionPKs)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchPermissionException,
com.liferay.portal.SystemException
- Specified by:
removePermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchPermissionException
com.liferay.portal.SystemException
removePermissions
public void removePermissions(long pk,
java.util.List<com.liferay.portal.model.Permission> permissions)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchPermissionException,
com.liferay.portal.SystemException
- Specified by:
removePermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchPermissionException
com.liferay.portal.SystemException
setPermissions
public void setPermissions(long pk,
long[] permissionPKs)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchPermissionException,
com.liferay.portal.SystemException
- Specified by:
setPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchPermissionException
com.liferay.portal.SystemException
setPermissions
public void setPermissions(long pk,
java.util.List<com.liferay.portal.model.Permission> permissions)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchPermissionException,
com.liferay.portal.SystemException
- Specified by:
setPermissions
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchPermissionException
com.liferay.portal.SystemException
getRoles
public java.util.List<com.liferay.portal.model.Role> getRoles(long pk)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
getRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
getRoles
public java.util.List<com.liferay.portal.model.Role> getRoles(long pk,
int begin,
int end)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
getRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
getRoles
public java.util.List<com.liferay.portal.model.Role> getRoles(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
getRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
getRolesSize
public int getRolesSize(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getRolesSize
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsRole
public boolean containsRole(long pk,
long rolePK)
throws com.liferay.portal.SystemException
- Specified by:
containsRole
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsRoles
public boolean containsRoles(long pk)
throws com.liferay.portal.SystemException
- Specified by:
containsRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addRole
public void addRole(long pk,
long rolePK)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchRoleException,
com.liferay.portal.SystemException
- Specified by:
addRole
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchRoleException
com.liferay.portal.SystemException
addRole
public void addRole(long pk,
com.liferay.portal.model.Role role)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchRoleException,
com.liferay.portal.SystemException
- Specified by:
addRole
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchRoleException
com.liferay.portal.SystemException
addRoles
public void addRoles(long pk,
long[] rolePKs)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchRoleException,
com.liferay.portal.SystemException
- Specified by:
addRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchRoleException
com.liferay.portal.SystemException
addRoles
public void addRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchRoleException,
com.liferay.portal.SystemException
- Specified by:
addRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchRoleException
com.liferay.portal.SystemException
clearRoles
public void clearRoles(long pk)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
clearRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
removeRole
public void removeRole(long pk,
long rolePK)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchRoleException,
com.liferay.portal.SystemException
- Specified by:
removeRole
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchRoleException
com.liferay.portal.SystemException
removeRole
public void removeRole(long pk,
com.liferay.portal.model.Role role)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchRoleException,
com.liferay.portal.SystemException
- Specified by:
removeRole
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchRoleException
com.liferay.portal.SystemException
removeRoles
public void removeRoles(long pk,
long[] rolePKs)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchRoleException,
com.liferay.portal.SystemException
- Specified by:
removeRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchRoleException
com.liferay.portal.SystemException
removeRoles
public void removeRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchRoleException,
com.liferay.portal.SystemException
- Specified by:
removeRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchRoleException
com.liferay.portal.SystemException
setRoles
public void setRoles(long pk,
long[] rolePKs)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchRoleException,
com.liferay.portal.SystemException
- Specified by:
setRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchRoleException
com.liferay.portal.SystemException
setRoles
public void setRoles(long pk,
java.util.List<com.liferay.portal.model.Role> roles)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchRoleException,
com.liferay.portal.SystemException
- Specified by:
setRoles
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchRoleException
com.liferay.portal.SystemException
getUserGroups
public java.util.List<com.liferay.portal.model.UserGroup> getUserGroups(long pk)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
getUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
getUserGroups
public java.util.List<com.liferay.portal.model.UserGroup> getUserGroups(long pk,
int begin,
int end)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
getUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
getUserGroups
public java.util.List<com.liferay.portal.model.UserGroup> getUserGroups(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
getUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
getUserGroupsSize
public int getUserGroupsSize(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getUserGroupsSize
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsUserGroup
public boolean containsUserGroup(long pk,
long userGroupPK)
throws com.liferay.portal.SystemException
- Specified by:
containsUserGroup
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsUserGroups
public boolean containsUserGroups(long pk)
throws com.liferay.portal.SystemException
- Specified by:
containsUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addUserGroup
public void addUserGroup(long pk,
long userGroupPK)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.SystemException
- Specified by:
addUserGroup
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserGroupException
com.liferay.portal.SystemException
addUserGroup
public void addUserGroup(long pk,
com.liferay.portal.model.UserGroup userGroup)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.SystemException
- Specified by:
addUserGroup
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserGroupException
com.liferay.portal.SystemException
addUserGroups
public void addUserGroups(long pk,
long[] userGroupPKs)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.SystemException
- Specified by:
addUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserGroupException
com.liferay.portal.SystemException
addUserGroups
public void addUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.SystemException
- Specified by:
addUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserGroupException
com.liferay.portal.SystemException
clearUserGroups
public void clearUserGroups(long pk)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
clearUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
removeUserGroup
public void removeUserGroup(long pk,
long userGroupPK)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.SystemException
- Specified by:
removeUserGroup
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserGroupException
com.liferay.portal.SystemException
removeUserGroup
public void removeUserGroup(long pk,
com.liferay.portal.model.UserGroup userGroup)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.SystemException
- Specified by:
removeUserGroup
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserGroupException
com.liferay.portal.SystemException
removeUserGroups
public void removeUserGroups(long pk,
long[] userGroupPKs)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.SystemException
- Specified by:
removeUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserGroupException
com.liferay.portal.SystemException
removeUserGroups
public void removeUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.SystemException
- Specified by:
removeUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserGroupException
com.liferay.portal.SystemException
setUserGroups
public void setUserGroups(long pk,
long[] userGroupPKs)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.SystemException
- Specified by:
setUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserGroupException
com.liferay.portal.SystemException
setUserGroups
public void setUserGroups(long pk,
java.util.List<com.liferay.portal.model.UserGroup> userGroups)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserGroupException,
com.liferay.portal.SystemException
- Specified by:
setUserGroups
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserGroupException
com.liferay.portal.SystemException
getUsers
public java.util.List<com.liferay.portal.model.User> getUsers(long pk)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
getUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
getUsers
public java.util.List<com.liferay.portal.model.User> getUsers(long pk,
int begin,
int end)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
getUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
getUsers
public java.util.List<com.liferay.portal.model.User> getUsers(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
getUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
getUsersSize
public int getUsersSize(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getUsersSize
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsUser
public boolean containsUser(long pk,
long userPK)
throws com.liferay.portal.SystemException
- Specified by:
containsUser
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
containsUsers
public boolean containsUsers(long pk)
throws com.liferay.portal.SystemException
- Specified by:
containsUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.SystemException
addUser
public void addUser(long pk,
long userPK)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserException,
com.liferay.portal.SystemException
- Specified by:
addUser
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserException
com.liferay.portal.SystemException
addUser
public void addUser(long pk,
com.liferay.portal.model.User user)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserException,
com.liferay.portal.SystemException
- Specified by:
addUser
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserException
com.liferay.portal.SystemException
addUsers
public void addUsers(long pk,
long[] userPKs)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserException,
com.liferay.portal.SystemException
- Specified by:
addUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserException
com.liferay.portal.SystemException
addUsers
public void addUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserException,
com.liferay.portal.SystemException
- Specified by:
addUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserException
com.liferay.portal.SystemException
clearUsers
public void clearUsers(long pk)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.SystemException
- Specified by:
clearUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.SystemException
removeUser
public void removeUser(long pk,
long userPK)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserException,
com.liferay.portal.SystemException
- Specified by:
removeUser
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserException
com.liferay.portal.SystemException
removeUser
public void removeUser(long pk,
com.liferay.portal.model.User user)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserException,
com.liferay.portal.SystemException
- Specified by:
removeUser
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserException
com.liferay.portal.SystemException
removeUsers
public void removeUsers(long pk,
long[] userPKs)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserException,
com.liferay.portal.SystemException
- Specified by:
removeUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserException
com.liferay.portal.SystemException
removeUsers
public void removeUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserException,
com.liferay.portal.SystemException
- Specified by:
removeUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserException
com.liferay.portal.SystemException
setUsers
public void setUsers(long pk,
long[] userPKs)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserException,
com.liferay.portal.SystemException
- Specified by:
setUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserException
com.liferay.portal.SystemException
setUsers
public void setUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
throws com.liferay.portal.NoSuchGroupException,
com.liferay.portal.NoSuchUserException,
com.liferay.portal.SystemException
- Specified by:
setUsers
in interface com.liferay.portal.service.persistence.GroupPersistence
- Throws:
com.liferay.portal.NoSuchGroupException
com.liferay.portal.NoSuchUserException
com.liferay.portal.SystemException
initDao
protected void initDao()
- Overrides:
initDao
in class org.springframework.dao.support.DaoSupport