|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrganizationPersistence
The persistence interface for the organization service.
Never modify or reference this interface directly. Always use OrganizationUtil
to access the organization persistence. Modify service.xml
and rerun ServiceBuilder to regenerate this interface.
Caching information and settings can be found in portal.properties
OrganizationPersistenceImpl
,
OrganizationUtil
Method Summary | |
---|---|
void |
addGroup(long pk,
Group group)
Adds an association between the organization and the group. |
void |
addGroup(long pk,
long groupPK)
Adds an association between the organization and the group. |
void |
addGroups(long pk,
List<Group> groups)
Adds an association between the organization and the groups. |
void |
addGroups(long pk,
long[] groupPKs)
Adds an association between the organization and the groups. |
void |
addUser(long pk,
long userPK)
Adds an association between the organization and the user. |
void |
addUser(long pk,
User user)
Adds an association between the organization and the user. |
void |
addUsers(long pk,
List<User> users)
Adds an association between the organization and the users. |
void |
addUsers(long pk,
long[] userPKs)
Adds an association between the organization and the users. |
void |
cacheResult(List<Organization> organizations)
Caches the organizations in the entity cache if it is enabled. |
void |
cacheResult(Organization organization)
Caches the organization in the entity cache if it is enabled. |
void |
clearGroups(long pk)
Clears all associations between the organization and its groups. |
void |
clearUsers(long pk)
Clears all associations between the organization and its users. |
boolean |
containsGroup(long pk,
long groupPK)
Determines whether the group is associated with the organization. |
boolean |
containsGroups(long pk)
Determines whether the organization has any groups associated with it. |
boolean |
containsUser(long pk,
long userPK)
Determines whether the user is associated with the organization. |
boolean |
containsUsers(long pk)
Determines whether the organization has any users associated with it. |
int |
countAll()
Counts all the organizations. |
int |
countByC_N(long companyId,
String name)
Counts all the organizations where companyId = ? and name = ?. |
int |
countByC_P(long companyId,
long parentOrganizationId)
Counts all the organizations where companyId = ? and parentOrganizationId = ?. |
int |
countByCompanyId(long companyId)
Counts all the organizations where companyId = ?. |
int |
countByLocations(long companyId)
Counts all the organizations where companyId = ?. |
Organization |
create(long organizationId)
Creates a new organization with the primary key. |
Organization |
fetchByC_N(long companyId,
String name)
Finds the organization where companyId = ? and name = ? or returns null if it could not be found. |
Organization |
fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Finds the organization where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
Organization |
fetchByPrimaryKey(long organizationId)
Finds the organization with the primary key or returns null if it could not be found. |
List<Organization> |
findAll()
Finds all the organizations. |
List<Organization> |
findAll(int start,
int end)
Finds a range of all the organizations. |
List<Organization> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the organizations. |
Organization |
findByC_N(long companyId,
String name)
Finds the organization where companyId = ? and name = ? or throws a NoSuchOrganizationException if it could not be found. |
Organization |
findByC_P_First(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Finds the first organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
Organization |
findByC_P_Last(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Finds the last organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
Organization[] |
findByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Finds the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
List<Organization> |
findByC_P(long companyId,
long parentOrganizationId)
Finds all the organizations where companyId = ? and parentOrganizationId = ?. |
List<Organization> |
findByC_P(long companyId,
long parentOrganizationId,
int start,
int end)
Finds a range of all the organizations where companyId = ? and parentOrganizationId = ?. |
List<Organization> |
findByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?. |
Organization |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first organization in the ordered set where companyId = ?. |
Organization |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last organization in the ordered set where companyId = ?. |
Organization[] |
findByCompanyId_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
Finds the organizations before and after the current organization in the ordered set where companyId = ?. |
List<Organization> |
findByCompanyId(long companyId)
Finds all the organizations where companyId = ?. |
List<Organization> |
findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the organizations where companyId = ?. |
List<Organization> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the organizations where companyId = ?. |
Organization |
findByLocations_First(long companyId,
OrderByComparator orderByComparator)
Finds the first organization in the ordered set where companyId = ?. |
Organization |
findByLocations_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last organization in the ordered set where companyId = ?. |
Organization[] |
findByLocations_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
Finds the organizations before and after the current organization in the ordered set where companyId = ?. |
List<Organization> |
findByLocations(long companyId)
Finds all the organizations where companyId = ?. |
List<Organization> |
findByLocations(long companyId,
int start,
int end)
Finds a range of all the organizations where companyId = ?. |
List<Organization> |
findByLocations(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the organizations where companyId = ?. |
Organization |
findByPrimaryKey(long organizationId)
Finds the organization with the primary key or throws a NoSuchOrganizationException if it could not be found. |
List<Group> |
getGroups(long pk)
Gets all the groups associated with the organization. |
List<Group> |
getGroups(long pk,
int start,
int end)
Gets a range of all the groups associated with the organization. |
List<Group> |
getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Gets an ordered range of all the groups associated with the organization. |
int |
getGroupsSize(long pk)
Gets the number of groups associated with the organization. |
List<User> |
getUsers(long pk)
Gets all the users associated with the organization. |
List<User> |
getUsers(long pk,
int start,
int end)
Gets a range of all the users associated with the organization. |
List<User> |
getUsers(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Gets an ordered range of all the users associated with the organization. |
int |
getUsersSize(long pk)
Gets the number of users associated with the organization. |
void |
rebuildTree(long companyId,
boolean force)
Rebuilds the organizations tree for the scope using the modified pre-order tree traversal algorithm. |
Organization |
remove(long organizationId)
Removes the organization with the primary key from the database. |
void |
removeAll()
Removes all the organizations from the database. |
void |
removeByC_N(long companyId,
String name)
Removes the organization where companyId = ? and name = ? from the database. |
void |
removeByC_P(long companyId,
long parentOrganizationId)
Removes all the organizations where companyId = ? and parentOrganizationId = ? from the database. |
void |
removeByCompanyId(long companyId)
Removes all the organizations where companyId = ? from the database. |
void |
removeByLocations(long companyId)
Removes all the organizations where companyId = ? from the database. |
void |
removeGroup(long pk,
Group group)
Removes the association between the organization and the group. |
void |
removeGroup(long pk,
long groupPK)
Removes the association between the organization and the group. |
void |
removeGroups(long pk,
List<Group> groups)
Removes the association between the organization and the groups. |
void |
removeGroups(long pk,
long[] groupPKs)
Removes the association between the organization and the groups. |
void |
removeUser(long pk,
long userPK)
Removes the association between the organization and the user. |
void |
removeUser(long pk,
User user)
Removes the association between the organization and the user. |
void |
removeUsers(long pk,
List<User> users)
Removes the association between the organization and the users. |
void |
removeUsers(long pk,
long[] userPKs)
Removes the association between the organization and the users. |
void |
setGroups(long pk,
List<Group> groups)
Sets the groups associated with the organization, removing and adding associations as necessary. |
void |
setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the organization, removing and adding associations as necessary. |
void |
setUsers(long pk,
List<User> users)
Sets the users associated with the organization, removing and adding associations as necessary. |
void |
setUsers(long pk,
long[] userPKs)
Sets the users associated with the organization, removing and adding associations as necessary. |
Organization |
updateImpl(Organization organization,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
Method Detail |
---|
void cacheResult(Organization organization)
organization
- the organization to cachevoid cacheResult(List<Organization> organizations)
organizations
- the organizations to cacheOrganization create(long organizationId)
organizationId
- the primary key for the new organization
Organization remove(long organizationId) throws NoSuchOrganizationException, SystemException
organizationId
- the primary key of the organization to remove
NoSuchOrganizationException
- if a organization with the primary key could not be found
SystemException
- if a system exception occurredOrganization updateImpl(Organization organization, boolean merge) throws SystemException
SystemException
Organization findByPrimaryKey(long organizationId) throws NoSuchOrganizationException, SystemException
NoSuchOrganizationException
if it could not be found.
organizationId
- the primary key of the organization to find
NoSuchOrganizationException
- if a organization with the primary key could not be found
SystemException
- if a system exception occurredOrganization fetchByPrimaryKey(long organizationId) throws SystemException
null
if it could not be found.
organizationId
- the primary key of the organization to find
null
if a organization with the primary key could not be found
SystemException
- if a system exception occurredList<Organization> findByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredList<Organization> findByCompanyId(long companyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withstart
- the lower bound of the range of organizations to returnend
- the upper bound of the range of organizations to return (not inclusive)
SystemException
- if a system exception occurredList<Organization> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withstart
- the lower bound of the range of organizations to returnend
- the upper bound of the range of organizations to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredOrganization findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws NoSuchOrganizationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchOrganizationException
- if a matching organization could not be found
SystemException
- if a system exception occurredOrganization findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws NoSuchOrganizationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchOrganizationException
- if a matching organization could not be found
SystemException
- if a system exception occurredOrganization[] findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator) throws NoSuchOrganizationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
organizationId
- the primary key of the current organizationcompanyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchOrganizationException
- if a organization with the primary key could not be found
SystemException
- if a system exception occurredList<Organization> findByLocations(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredList<Organization> findByLocations(long companyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withstart
- the lower bound of the range of organizations to returnend
- the upper bound of the range of organizations to return (not inclusive)
SystemException
- if a system exception occurredList<Organization> findByLocations(long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withstart
- the lower bound of the range of organizations to returnend
- the upper bound of the range of organizations to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredOrganization findByLocations_First(long companyId, OrderByComparator orderByComparator) throws NoSuchOrganizationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchOrganizationException
- if a matching organization could not be found
SystemException
- if a system exception occurredOrganization findByLocations_Last(long companyId, OrderByComparator orderByComparator) throws NoSuchOrganizationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchOrganizationException
- if a matching organization could not be found
SystemException
- if a system exception occurredOrganization[] findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator) throws NoSuchOrganizationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
organizationId
- the primary key of the current organizationcompanyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchOrganizationException
- if a organization with the primary key could not be found
SystemException
- if a system exception occurredList<Organization> findByC_P(long companyId, long parentOrganizationId) throws SystemException
companyId
- the company id to search withparentOrganizationId
- the parent organization id to search with
SystemException
- if a system exception occurredList<Organization> findByC_P(long companyId, long parentOrganizationId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withparentOrganizationId
- the parent organization id to search withstart
- the lower bound of the range of organizations to returnend
- the upper bound of the range of organizations to return (not inclusive)
SystemException
- if a system exception occurredList<Organization> findByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withparentOrganizationId
- the parent organization id to search withstart
- the lower bound of the range of organizations to returnend
- the upper bound of the range of organizations to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredOrganization findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator) throws NoSuchOrganizationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withparentOrganizationId
- the parent organization id to search withorderByComparator
- the comparator to order the set by
NoSuchOrganizationException
- if a matching organization could not be found
SystemException
- if a system exception occurredOrganization findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator) throws NoSuchOrganizationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withparentOrganizationId
- the parent organization id to search withorderByComparator
- the comparator to order the set by
NoSuchOrganizationException
- if a matching organization could not be found
SystemException
- if a system exception occurredOrganization[] findByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator) throws NoSuchOrganizationException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
organizationId
- the primary key of the current organizationcompanyId
- the company id to search withparentOrganizationId
- the parent organization id to search withorderByComparator
- the comparator to order the set by
NoSuchOrganizationException
- if a organization with the primary key could not be found
SystemException
- if a system exception occurredOrganization findByC_N(long companyId, String name) throws NoSuchOrganizationException, SystemException
NoSuchOrganizationException
if it could not be found.
companyId
- the company id to search withname
- the name to search with
NoSuchOrganizationException
- if a matching organization could not be found
SystemException
- if a system exception occurredOrganization fetchByC_N(long companyId, String name) throws SystemException
null
if it could not be found. Uses the finder cache.
companyId
- the company id to search withname
- the name to search with
null
if a matching organization could not be found
SystemException
- if a system exception occurredOrganization fetchByC_N(long companyId, String name, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
companyId
- the company id to search withname
- the name to search with
null
if a matching organization could not be found
SystemException
- if a system exception occurredList<Organization> findAll() throws SystemException
SystemException
- if a system exception occurredList<Organization> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of organizations to returnend
- the upper bound of the range of organizations to return (not inclusive)
SystemException
- if a system exception occurredList<Organization> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of organizations to returnend
- the upper bound of the range of organizations to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredvoid removeByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredvoid removeByLocations(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredvoid removeByC_P(long companyId, long parentOrganizationId) throws SystemException
companyId
- the company id to search withparentOrganizationId
- the parent organization id to search with
SystemException
- if a system exception occurredvoid removeByC_N(long companyId, String name) throws NoSuchOrganizationException, SystemException
companyId
- the company id to search withname
- the name to search with
SystemException
- if a system exception occurred
NoSuchOrganizationException
void removeAll() throws SystemException
SystemException
- if a system exception occurredint countByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredint countByLocations(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredint countByC_P(long companyId, long parentOrganizationId) throws SystemException
companyId
- the company id to search withparentOrganizationId
- the parent organization id to search with
SystemException
- if a system exception occurredint countByC_N(long companyId, String name) throws SystemException
companyId
- the company id to search withname
- the name to search with
SystemException
- if a system exception occurredint countAll() throws SystemException
SystemException
- if a system exception occurredList<Group> getGroups(long pk) throws SystemException
pk
- the primary key of the organization to get the associated groups for
SystemException
- if a system exception occurredList<Group> getGroups(long pk, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
pk
- the primary key of the organization to get the associated groups forstart
- the lower bound of the range of organizations to returnend
- the upper bound of the range of organizations to return (not inclusive)
SystemException
- if a system exception occurredList<Group> getGroups(long pk, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
pk
- the primary key of the organization to get the associated groups forstart
- the lower bound of the range of organizations to returnend
- the upper bound of the range of organizations to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredint getGroupsSize(long pk) throws SystemException
pk
- the primary key of the organization to get the number of associated groups for
SystemException
- if a system exception occurredboolean containsGroup(long pk, long groupPK) throws SystemException
pk
- the primary key of the organizationgroupPK
- the primary key of the group
SystemException
- if a system exception occurredboolean containsGroups(long pk) throws SystemException
pk
- the primary key of the organization to check for associations with groups
SystemException
- if a system exception occurredvoid addGroup(long pk, long groupPK) throws SystemException
pk
- the primary key of the organizationgroupPK
- the primary key of the group
SystemException
- if a system exception occurredvoid addGroup(long pk, Group group) throws SystemException
pk
- the primary key of the organizationgroup
- the group
SystemException
- if a system exception occurredvoid addGroups(long pk, long[] groupPKs) throws SystemException
pk
- the primary key of the organizationgroupPKs
- the primary keys of the groups
SystemException
- if a system exception occurredvoid addGroups(long pk, List<Group> groups) throws SystemException
pk
- the primary key of the organizationgroups
- the groups
SystemException
- if a system exception occurredvoid clearGroups(long pk) throws SystemException
pk
- the primary key of the organization to clear the associated groups from
SystemException
- if a system exception occurredvoid removeGroup(long pk, long groupPK) throws SystemException
pk
- the primary key of the organizationgroupPK
- the primary key of the group
SystemException
- if a system exception occurredvoid removeGroup(long pk, Group group) throws SystemException
pk
- the primary key of the organizationgroup
- the group
SystemException
- if a system exception occurredvoid removeGroups(long pk, long[] groupPKs) throws SystemException
pk
- the primary key of the organizationgroupPKs
- the primary keys of the groups
SystemException
- if a system exception occurredvoid removeGroups(long pk, List<Group> groups) throws SystemException
pk
- the primary key of the organizationgroups
- the groups
SystemException
- if a system exception occurredvoid setGroups(long pk, long[] groupPKs) throws SystemException
pk
- the primary key of the organization to set the associations forgroupPKs
- the primary keys of the groups to be associated with the organization
SystemException
- if a system exception occurredvoid setGroups(long pk, List<Group> groups) throws SystemException
pk
- the primary key of the organization to set the associations forgroups
- the groups to be associated with the organization
SystemException
- if a system exception occurredList<User> getUsers(long pk) throws SystemException
pk
- the primary key of the organization to get the associated users for
SystemException
- if a system exception occurredList<User> getUsers(long pk, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
pk
- the primary key of the organization to get the associated users forstart
- the lower bound of the range of organizations to returnend
- the upper bound of the range of organizations to return (not inclusive)
SystemException
- if a system exception occurredList<User> getUsers(long pk, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
pk
- the primary key of the organization to get the associated users forstart
- the lower bound of the range of organizations to returnend
- the upper bound of the range of organizations to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredint getUsersSize(long pk) throws SystemException
pk
- the primary key of the organization to get the number of associated users for
SystemException
- if a system exception occurredboolean containsUser(long pk, long userPK) throws SystemException
pk
- the primary key of the organizationuserPK
- the primary key of the user
SystemException
- if a system exception occurredboolean containsUsers(long pk) throws SystemException
pk
- the primary key of the organization to check for associations with users
SystemException
- if a system exception occurredvoid addUser(long pk, long userPK) throws SystemException
pk
- the primary key of the organizationuserPK
- the primary key of the user
SystemException
- if a system exception occurredvoid addUser(long pk, User user) throws SystemException
pk
- the primary key of the organizationuser
- the user
SystemException
- if a system exception occurredvoid addUsers(long pk, long[] userPKs) throws SystemException
pk
- the primary key of the organizationuserPKs
- the primary keys of the users
SystemException
- if a system exception occurredvoid addUsers(long pk, List<User> users) throws SystemException
pk
- the primary key of the organizationusers
- the users
SystemException
- if a system exception occurredvoid clearUsers(long pk) throws SystemException
pk
- the primary key of the organization to clear the associated users from
SystemException
- if a system exception occurredvoid removeUser(long pk, long userPK) throws SystemException
pk
- the primary key of the organizationuserPK
- the primary key of the user
SystemException
- if a system exception occurredvoid removeUser(long pk, User user) throws SystemException
pk
- the primary key of the organizationuser
- the user
SystemException
- if a system exception occurredvoid removeUsers(long pk, long[] userPKs) throws SystemException
pk
- the primary key of the organizationuserPKs
- the primary keys of the users
SystemException
- if a system exception occurredvoid removeUsers(long pk, List<User> users) throws SystemException
pk
- the primary key of the organizationusers
- the users
SystemException
- if a system exception occurredvoid setUsers(long pk, long[] userPKs) throws SystemException
pk
- the primary key of the organization to set the associations foruserPKs
- the primary keys of the users to be associated with the organization
SystemException
- if a system exception occurredvoid setUsers(long pk, List<User> users) throws SystemException
pk
- the primary key of the organization to set the associations forusers
- the users to be associated with the organization
SystemException
- if a system exception occurredvoid rebuildTree(long companyId, boolean force) throws SystemException
Only call this method if the tree has become stale through operations other than normal CRUD. Under normal circumstances the tree is automatically rebuilt whenver necessary.
companyId
- the id of the scope to rebuild the tree forforce
- whether to force the rebuild even if the tree is not stale
SystemException
|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |