|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface OrganizationPersistence
The persistence interface for the organization service.
Caching information and settings can be found in portal.properties
OrganizationPersistenceImpl,
OrganizationUtil| Method Summary | |
|---|---|
abstract void |
addGroup(long pk,
Group group)
Adds an association between the organization and the group. |
abstract void |
addGroup(long pk,
long groupPK)
Adds an association between the organization and the group. |
abstract void |
addGroups(long pk,
List<Group> groups)
Adds an association between the organization and the groups. |
abstract void |
addGroups(long pk,
long[] groupPKs)
Adds an association between the organization and the groups. |
abstract void |
addUser(long pk,
long userPK)
Adds an association between the organization and the user. |
abstract void |
addUser(long pk,
User user)
Adds an association between the organization and the user. |
abstract void |
addUsers(long pk,
List<User> users)
Adds an association between the organization and the users. |
abstract void |
addUsers(long pk,
long[] userPKs)
Adds an association between the organization and the users. |
abstract void |
cacheResult(List<Organization> organizations)
Caches the organizations in the entity cache if it is enabled. |
abstract void |
cacheResult(Organization organization)
Caches the organization in the entity cache if it is enabled. |
abstract void |
clearGroups(long pk)
Clears all associations between the organization and its groups. |
abstract void |
clearUsers(long pk)
Clears all associations between the organization and its users. |
abstract boolean |
containsGroup(long pk,
long groupPK)
Returns true if the group is associated with the organization. |
abstract boolean |
containsGroups(long pk)
Returns true if the organization has any groups associated with it. |
abstract boolean |
containsUser(long pk,
long userPK)
Returns true if the user is associated with the organization. |
abstract boolean |
containsUsers(long pk)
Returns true if the organization has any users associated with it. |
abstract int |
countAll()
Returns the number of organizations. |
abstract int |
countByC_N(long companyId,
String name)
Returns the number of organizations where companyId = ? and name = ?. |
abstract int |
countByC_P(long companyId,
long parentOrganizationId)
Returns the number of organizations where companyId = ? and parentOrganizationId = ?. |
abstract int |
countByC_T(long companyId,
String treePath)
Returns the number of organizations where companyId = ? and treePath LIKE ?. |
abstract int |
countByCompanyId(long companyId)
Returns the number of organizations where companyId = ?. |
abstract int |
countByLocations(long companyId)
Returns the number of organizations where companyId = ?. |
abstract int |
countByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Returns the number of organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
abstract int |
countByUuid_C(String uuid,
long companyId)
Returns the number of organizations where uuid = ? and companyId = ?. |
abstract int |
countByUuid(String uuid)
Returns the number of organizations where uuid = ?. |
abstract Organization |
create(long organizationId)
Creates a new organization with the primary key. |
abstract Organization |
fetchByC_N(long companyId,
String name)
Returns the organization where companyId = ? and name = ? or returns null if it could not be found. |
abstract Organization |
fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the organization where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
abstract Organization |
fetchByC_P_First(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
abstract Organization |
fetchByC_P_Last(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
abstract Organization |
fetchByC_T_First(long companyId,
String treePath,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?. |
abstract Organization |
fetchByC_T_Last(long companyId,
String treePath,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?. |
abstract Organization |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
abstract Organization |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
abstract Organization |
fetchByLocations_First(long companyId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
abstract Organization |
fetchByLocations_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
abstract Organization |
fetchByO_C_P_First(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
abstract Organization |
fetchByO_C_P_Last(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
abstract Organization |
fetchByPrimaryKey(long organizationId)
Returns the organization with the primary key or returns null if it could not be found. |
abstract Organization |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where uuid = ? and companyId = ?. |
abstract Organization |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where uuid = ? and companyId = ?. |
abstract Organization |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where uuid = ?. |
abstract Organization |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where uuid = ?. |
abstract int |
filterCountByC_P(long companyId,
long parentOrganizationId)
Returns the number of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?. |
abstract int |
filterCountByC_T(long companyId,
String treePath)
Returns the number of organizations that the user has permission to view where companyId = ? and treePath LIKE ?. |
abstract int |
filterCountByCompanyId(long companyId)
Returns the number of organizations that the user has permission to view where companyId = ?. |
abstract int |
filterCountByLocations(long companyId)
Returns the number of organizations that the user has permission to view where companyId = ?. |
abstract int |
filterCountByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Returns the number of organizations that the user has permission to view where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
abstract int |
filterCountByUuid_C(String uuid,
long companyId)
Returns the number of organizations that the user has permission to view where uuid = ? and companyId = ?. |
abstract int |
filterCountByUuid(String uuid)
Returns the number of organizations that the user has permission to view where uuid = ?. |
abstract Organization[] |
filterFindByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?. |
abstract List<Organization> |
filterFindByC_P(long companyId,
long parentOrganizationId)
Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?. |
abstract List<Organization> |
filterFindByC_P(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?. |
abstract List<Organization> |
filterFindByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?. |
abstract Organization[] |
filterFindByC_T_PrevAndNext(long organizationId,
long companyId,
String treePath,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?. |
abstract List<Organization> |
filterFindByC_T(long companyId,
String treePath)
Returns all the organizations that the user has permission to view where companyId = ? and treePath LIKE ?. |
abstract List<Organization> |
filterFindByC_T(long companyId,
String treePath,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ? and treePath LIKE ?. |
abstract List<Organization> |
filterFindByC_T(long companyId,
String treePath,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?. |
abstract Organization[] |
filterFindByCompanyId_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?. |
abstract List<Organization> |
filterFindByCompanyId(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?. |
abstract List<Organization> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ?. |
abstract List<Organization> |
filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?. |
abstract Organization[] |
filterFindByLocations_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?. |
abstract List<Organization> |
filterFindByLocations(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?. |
abstract List<Organization> |
filterFindByLocations(long companyId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ?. |
abstract List<Organization> |
filterFindByLocations(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?. |
abstract List<Organization> |
filterFindByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Returns all the organizations that the user has permission to view where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
abstract List<Organization> |
filterFindByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
abstract List<Organization> |
filterFindByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
abstract Organization[] |
filterFindByUuid_C_PrevAndNext(long organizationId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?. |
abstract List<Organization> |
filterFindByUuid_C(String uuid,
long companyId)
Returns all the organizations that the user has permission to view where uuid = ? and companyId = ?. |
abstract List<Organization> |
filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where uuid = ? and companyId = ?. |
abstract List<Organization> |
filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?. |
abstract Organization[] |
filterFindByUuid_PrevAndNext(long organizationId,
String uuid,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?. |
abstract List<Organization> |
filterFindByUuid(String uuid)
Returns all the organizations that the user has permission to view where uuid = ?. |
abstract List<Organization> |
filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where uuid = ?. |
abstract List<Organization> |
filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?. |
abstract List<Organization> |
findAll()
Returns all the organizations. |
abstract List<Organization> |
findAll(int start,
int end)
Returns a range of all the organizations. |
abstract List<Organization> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations. |
abstract Organization |
findByC_N(long companyId,
String name)
Returns the organization where companyId = ? and name = ? or throws a NoSuchOrganizationException if it could not be found. |
abstract Organization |
findByC_P_First(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
abstract Organization |
findByC_P_Last(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
abstract Organization[] |
findByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
abstract List<Organization> |
findByC_P(long companyId,
long parentOrganizationId)
Returns all the organizations where companyId = ? and parentOrganizationId = ?. |
abstract List<Organization> |
findByC_P(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations where companyId = ? and parentOrganizationId = ?. |
abstract List<Organization> |
findByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?. |
abstract Organization |
findByC_T_First(long companyId,
String treePath,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?. |
abstract Organization |
findByC_T_Last(long companyId,
String treePath,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?. |
abstract Organization[] |
findByC_T_PrevAndNext(long organizationId,
long companyId,
String treePath,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?. |
abstract List<Organization> |
findByC_T(long companyId,
String treePath)
Returns all the organizations where companyId = ? and treePath LIKE ?. |
abstract List<Organization> |
findByC_T(long companyId,
String treePath,
int start,
int end)
Returns a range of all the organizations where companyId = ? and treePath LIKE ?. |
abstract List<Organization> |
findByC_T(long companyId,
String treePath,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?. |
abstract Organization |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
abstract Organization |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
abstract Organization[] |
findByCompanyId_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?. |
abstract List<Organization> |
findByCompanyId(long companyId)
Returns all the organizations where companyId = ?. |
abstract List<Organization> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the organizations where companyId = ?. |
abstract List<Organization> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where companyId = ?. |
abstract Organization |
findByLocations_First(long companyId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
abstract Organization |
findByLocations_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
abstract Organization[] |
findByLocations_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?. |
abstract List<Organization> |
findByLocations(long companyId)
Returns all the organizations where companyId = ?. |
abstract List<Organization> |
findByLocations(long companyId,
int start,
int end)
Returns a range of all the organizations where companyId = ?. |
abstract List<Organization> |
findByLocations(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where companyId = ?. |
abstract Organization |
findByO_C_P_First(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
abstract Organization |
findByO_C_P_Last(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
abstract List<Organization> |
findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Returns all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
abstract List<Organization> |
findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
abstract List<Organization> |
findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
abstract Organization |
findByPrimaryKey(long organizationId)
Returns the organization with the primary key or throws a NoSuchOrganizationException if it could not be found. |
abstract Organization |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where uuid = ? and companyId = ?. |
abstract Organization |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where uuid = ? and companyId = ?. |
abstract Organization[] |
findByUuid_C_PrevAndNext(long organizationId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?. |
abstract List<Organization> |
findByUuid_C(String uuid,
long companyId)
Returns all the organizations where uuid = ? and companyId = ?. |
abstract List<Organization> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the organizations where uuid = ? and companyId = ?. |
abstract List<Organization> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where uuid = ? and companyId = ?. |
abstract Organization |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where uuid = ?. |
abstract Organization |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where uuid = ?. |
abstract Organization[] |
findByUuid_PrevAndNext(long organizationId,
String uuid,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where uuid = ?. |
abstract List<Organization> |
findByUuid(String uuid)
Returns all the organizations where uuid = ?. |
abstract List<Organization> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the organizations where uuid = ?. |
abstract List<Organization> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where uuid = ?. |
abstract List<Group> |
getGroups(long pk)
Returns all the groups associated with the organization. |
abstract List<Group> |
getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the organization. |
abstract List<Group> |
getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups associated with the organization. |
abstract int |
getGroupsSize(long pk)
Returns the number of groups associated with the organization. |
abstract List<User> |
getUsers(long pk)
Returns all the users associated with the organization. |
abstract List<User> |
getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the organization. |
abstract List<User> |
getUsers(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users associated with the organization. |
abstract int |
getUsersSize(long pk)
Returns the number of users associated with the organization. |
abstract Organization |
remove(long organizationId)
Removes the organization with the primary key from the database. |
abstract void |
removeAll()
Removes all the organizations from the database. |
abstract Organization |
removeByC_N(long companyId,
String name)
Removes the organization where companyId = ? and name = ? from the database. |
abstract void |
removeByC_P(long companyId,
long parentOrganizationId)
Removes all the organizations where companyId = ? and parentOrganizationId = ? from the database. |
abstract void |
removeByC_T(long companyId,
String treePath)
Removes all the organizations where companyId = ? and treePath LIKE ? from the database. |
abstract void |
removeByCompanyId(long companyId)
Removes all the organizations where companyId = ? from the database. |
abstract void |
removeByLocations(long companyId)
Removes all the organizations where companyId = ? from the database. |
abstract void |
removeByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Removes all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ? from the database. |
abstract void |
removeByUuid_C(String uuid,
long companyId)
Removes all the organizations where uuid = ? and companyId = ? from the database. |
abstract void |
removeByUuid(String uuid)
Removes all the organizations where uuid = ? from the database. |
abstract void |
removeGroup(long pk,
Group group)
Removes the association between the organization and the group. |
abstract void |
removeGroup(long pk,
long groupPK)
Removes the association between the organization and the group. |
abstract void |
removeGroups(long pk,
List<Group> groups)
Removes the association between the organization and the groups. |
abstract void |
removeGroups(long pk,
long[] groupPKs)
Removes the association between the organization and the groups. |
abstract void |
removeUser(long pk,
long userPK)
Removes the association between the organization and the user. |
abstract void |
removeUser(long pk,
User user)
Removes the association between the organization and the user. |
abstract void |
removeUsers(long pk,
List<User> users)
Removes the association between the organization and the users. |
abstract void |
removeUsers(long pk,
long[] userPKs)
Removes the association between the organization and the users. |
abstract void |
setGroups(long pk,
List<Group> groups)
Sets the groups associated with the organization, removing and adding associations as necessary. |
abstract void |
setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the organization, removing and adding associations as necessary. |
abstract void |
setUsers(long pk,
List<User> users)
Sets the users associated with the organization, removing and adding associations as necessary. |
abstract void |
setUsers(long pk,
long[] userPKs)
Sets the users associated with the organization, removing and adding associations as necessary. |
abstract Organization |
updateImpl(Organization organization)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
| Method Detail |
|---|
List<Organization> findByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
List<Organization> findByUuid(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<Organization> findByUuid(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
Organization findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred
Organization fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching organization could not be found
SystemException - if a system exception occurred
Organization findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred
Organization fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching organization could not be found
SystemException - if a system exception occurred
Organization[] findByUuid_PrevAndNext(long organizationId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
organizationId - the primary key of the current organizationuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred
List<Organization> filterFindByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
List<Organization> filterFindByUuid(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<Organization> filterFindByUuid(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
Organization[] filterFindByUuid_PrevAndNext(long organizationId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
organizationId - the primary key of the current organizationuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred
void removeByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
int countByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
int filterCountByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
List<Organization> findByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
List<Organization> findByUuid_C(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<Organization> findByUuid_C(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
Organization findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred
Organization fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching organization could not be found
SystemException - if a system exception occurred
Organization findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred
Organization fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching organization could not be found
SystemException - if a system exception occurred
Organization[] findByUuid_C_PrevAndNext(long organizationId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
organizationId - the primary key of the current organizationuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred
List<Organization> filterFindByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
List<Organization> filterFindByUuid_C(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<Organization> filterFindByUuid_C(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
Organization[] filterFindByUuid_C_PrevAndNext(long organizationId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
organizationId - the primary key of the current organizationuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred
void removeByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
int countByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
int filterCountByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
List<Organization> findByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
List<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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
Organization findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred
Organization fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching organization could not be found
SystemException - if a system exception occurred
Organization findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred
Organization fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching organization could not be found
SystemException - if a system exception occurred
Organization[] findByCompanyId_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
organizationId - the primary key of the current organizationcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred
List<Organization> filterFindByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
List<Organization> filterFindByCompanyId(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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<Organization> filterFindByCompanyId(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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
Organization[] filterFindByCompanyId_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
organizationId - the primary key of the current organizationcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred
void removeByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
int countByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
int filterCountByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
List<Organization> findByLocations(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
List<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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
Organization findByLocations_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred
Organization fetchByLocations_First(long companyId,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching organization could not be found
SystemException - if a system exception occurred
Organization findByLocations_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred
Organization fetchByLocations_Last(long companyId,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching organization could not be found
SystemException - if a system exception occurred
Organization[] findByLocations_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
organizationId - the primary key of the current organizationcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred
List<Organization> filterFindByLocations(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
List<Organization> filterFindByLocations(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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<Organization> filterFindByLocations(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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
Organization[] filterFindByLocations_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
organizationId - the primary key of the current organizationcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred
void removeByLocations(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
int countByLocations(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
int filterCountByLocations(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
List<Organization> findByC_P(long companyId,
long parentOrganizationId)
throws SystemException
companyId - the company IDparentOrganizationId - the parent organization ID
SystemException - if a system exception occurred
List<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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDparentOrganizationId - the parent organization IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDparentOrganizationId - the parent organization IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
Organization findByC_P_First(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
companyId - the company IDparentOrganizationId - the parent organization IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred
Organization fetchByC_P_First(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDparentOrganizationId - the parent organization IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching organization could not be found
SystemException - if a system exception occurred
Organization findByC_P_Last(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
companyId - the company IDparentOrganizationId - the parent organization IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred
Organization fetchByC_P_Last(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDparentOrganizationId - the parent organization IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching organization could not be found
SystemException - if a system exception occurred
Organization[] findByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
organizationId - the primary key of the current organizationcompanyId - the company IDparentOrganizationId - the parent organization IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred
List<Organization> filterFindByC_P(long companyId,
long parentOrganizationId)
throws SystemException
companyId - the company IDparentOrganizationId - the parent organization ID
SystemException - if a system exception occurred
List<Organization> filterFindByC_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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDparentOrganizationId - the parent organization IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<Organization> filterFindByC_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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDparentOrganizationId - the parent organization IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
Organization[] filterFindByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
organizationId - the primary key of the current organizationcompanyId - the company IDparentOrganizationId - the parent organization IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred
void removeByC_P(long companyId,
long parentOrganizationId)
throws SystemException
companyId - the company IDparentOrganizationId - the parent organization ID
SystemException - if a system exception occurred
int countByC_P(long companyId,
long parentOrganizationId)
throws SystemException
companyId - the company IDparentOrganizationId - the parent organization ID
SystemException - if a system exception occurred
int filterCountByC_P(long companyId,
long parentOrganizationId)
throws SystemException
companyId - the company IDparentOrganizationId - the parent organization ID
SystemException - if a system exception occurred
List<Organization> findByC_T(long companyId,
String treePath)
throws SystemException
companyId - the company IDtreePath - the tree path
SystemException - if a system exception occurred
List<Organization> findByC_T(long companyId,
String treePath,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDtreePath - the tree pathstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<Organization> findByC_T(long companyId,
String treePath,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDtreePath - the tree pathstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
Organization findByC_T_First(long companyId,
String treePath,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
companyId - the company IDtreePath - the tree pathorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred
Organization fetchByC_T_First(long companyId,
String treePath,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDtreePath - the tree pathorderByComparator - the comparator to order the set by (optionally null)
null if a matching organization could not be found
SystemException - if a system exception occurred
Organization findByC_T_Last(long companyId,
String treePath,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
companyId - the company IDtreePath - the tree pathorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred
Organization fetchByC_T_Last(long companyId,
String treePath,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDtreePath - the tree pathorderByComparator - the comparator to order the set by (optionally null)
null if a matching organization could not be found
SystemException - if a system exception occurred
Organization[] findByC_T_PrevAndNext(long organizationId,
long companyId,
String treePath,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
organizationId - the primary key of the current organizationcompanyId - the company IDtreePath - the tree pathorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred
List<Organization> filterFindByC_T(long companyId,
String treePath)
throws SystemException
companyId - the company IDtreePath - the tree path
SystemException - if a system exception occurred
List<Organization> filterFindByC_T(long companyId,
String treePath,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDtreePath - the tree pathstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<Organization> filterFindByC_T(long companyId,
String treePath,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDtreePath - the tree pathstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
Organization[] filterFindByC_T_PrevAndNext(long organizationId,
long companyId,
String treePath,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
organizationId - the primary key of the current organizationcompanyId - the company IDtreePath - the tree pathorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred
void removeByC_T(long companyId,
String treePath)
throws SystemException
companyId - the company IDtreePath - the tree path
SystemException - if a system exception occurred
int countByC_T(long companyId,
String treePath)
throws SystemException
companyId - the company IDtreePath - the tree path
SystemException - if a system exception occurred
int filterCountByC_T(long companyId,
String treePath)
throws SystemException
companyId - the company IDtreePath - the tree path
SystemException - if a system exception occurred
Organization findByC_N(long companyId,
String name)
throws NoSuchOrganizationException,
SystemException
NoSuchOrganizationException if it could not be found.
companyId - the company IDname - the name
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred
Organization fetchByC_N(long companyId,
String name)
throws SystemException
null if it could not be found. Uses the finder cache.
companyId - the company IDname - the name
null if a matching organization could not be found
SystemException - if a system exception occurred
Organization 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 IDname - the nameretrieveFromCache - whether to use the finder cache
null if a matching organization could not be found
SystemException - if a system exception occurred
Organization removeByC_N(long companyId,
String name)
throws NoSuchOrganizationException,
SystemException
companyId - the company IDname - the name
SystemException - if a system exception occurred
NoSuchOrganizationException
int countByC_N(long companyId,
String name)
throws SystemException
companyId - the company IDname - the name
SystemException - if a system exception occurred
List<Organization> findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
throws SystemException
organizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization ID
SystemException - if a system exception occurred
List<Organization> findByO_C_P(long organizationId,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
organizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<Organization> findByO_C_P(long organizationId,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
organizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
Organization findByO_C_P_First(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
organizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred
Organization fetchByO_C_P_First(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
throws SystemException
organizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching organization could not be found
SystemException - if a system exception occurred
Organization findByO_C_P_Last(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
throws NoSuchOrganizationException,
SystemException
organizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred
Organization fetchByO_C_P_Last(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
throws SystemException
organizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching organization could not be found
SystemException - if a system exception occurred
List<Organization> filterFindByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
throws SystemException
organizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization ID
SystemException - if a system exception occurred
List<Organization> filterFindByO_C_P(long organizationId,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
organizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<Organization> filterFindByO_C_P(long organizationId,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
organizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
void removeByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
throws SystemException
organizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization ID
SystemException - if a system exception occurred
int countByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
throws SystemException
organizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization ID
SystemException - if a system exception occurred
int filterCountByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
throws SystemException
organizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization ID
SystemException - if a system exception occurredvoid cacheResult(Organization organization)
organization - the organizationvoid cacheResult(List<Organization> organizations)
organizations - the organizationsOrganization 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
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred
Organization updateImpl(Organization organization)
throws SystemException
SystemException
Organization findByPrimaryKey(long organizationId)
throws NoSuchOrganizationException,
SystemException
NoSuchOrganizationException if it could not be found.
organizationId - the primary key of the organization
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred
Organization fetchByPrimaryKey(long organizationId)
throws SystemException
null if it could not be found.
organizationId - the primary key of the organization
null if a organization with the primary key could not be found
SystemException - if a system exception occurred
List<Organization> findAll()
throws SystemException
SystemException - if a system exception occurred
List<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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
List<Group> getGroups(long pk)
throws SystemException
pk - the primary key of the organization
SystemException - if a system exception occurred
List<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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk - the primary key of the organizationstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk - the primary key of the organizationstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
int getGroupsSize(long pk)
throws SystemException
pk - the primary key of the organization
SystemException - if a system exception occurred
boolean containsGroup(long pk,
long groupPK)
throws SystemException
true if the group is associated with the organization.
pk - the primary key of the organizationgroupPK - the primary key of the group
true if the group is associated with the organization; false otherwise
SystemException - if a system exception occurred
boolean containsGroups(long pk)
throws SystemException
true if the organization has any groups associated with it.
pk - the primary key of the organization to check for associations with groups
true if the organization has any groups associated with it; false otherwise
SystemException - if a system exception occurred
void 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 occurred
void addGroup(long pk,
Group group)
throws SystemException
pk - the primary key of the organizationgroup - the group
SystemException - if a system exception occurred
void 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 occurred
void addGroups(long pk,
List<Group> groups)
throws SystemException
pk - the primary key of the organizationgroups - the groups
SystemException - if a system exception occurred
void clearGroups(long pk)
throws SystemException
pk - the primary key of the organization to clear the associated groups from
SystemException - if a system exception occurred
void 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 occurred
void removeGroup(long pk,
Group group)
throws SystemException
pk - the primary key of the organizationgroup - the group
SystemException - if a system exception occurred
void 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 occurred
void removeGroups(long pk,
List<Group> groups)
throws SystemException
pk - the primary key of the organizationgroups - the groups
SystemException - if a system exception occurred
void setGroups(long pk,
long[] groupPKs)
throws SystemException
pk - the primary key of the organizationgroupPKs - the primary keys of the groups to be associated with the organization
SystemException - if a system exception occurred
void setGroups(long pk,
List<Group> groups)
throws SystemException
pk - the primary key of the organizationgroups - the groups to be associated with the organization
SystemException - if a system exception occurred
List<User> getUsers(long pk)
throws SystemException
pk - the primary key of the organization
SystemException - if a system exception occurred
List<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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk - the primary key of the organizationstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)
SystemException - if a system exception occurred
List<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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk - the primary key of the organizationstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
int getUsersSize(long pk)
throws SystemException
pk - the primary key of the organization
SystemException - if a system exception occurred
boolean containsUser(long pk,
long userPK)
throws SystemException
true if the user is associated with the organization.
pk - the primary key of the organizationuserPK - the primary key of the user
true if the user is associated with the organization; false otherwise
SystemException - if a system exception occurred
boolean containsUsers(long pk)
throws SystemException
true if the organization has any users associated with it.
pk - the primary key of the organization to check for associations with users
true if the organization has any users associated with it; false otherwise
SystemException - if a system exception occurred
void 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 occurred
void addUser(long pk,
User user)
throws SystemException
pk - the primary key of the organizationuser - the user
SystemException - if a system exception occurred
void 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 occurred
void addUsers(long pk,
List<User> users)
throws SystemException
pk - the primary key of the organizationusers - the users
SystemException - if a system exception occurred
void clearUsers(long pk)
throws SystemException
pk - the primary key of the organization to clear the associated users from
SystemException - if a system exception occurred
void 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 occurred
void removeUser(long pk,
User user)
throws SystemException
pk - the primary key of the organizationuser - the user
SystemException - if a system exception occurred
void 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 occurred
void removeUsers(long pk,
List<User> users)
throws SystemException
pk - the primary key of the organizationusers - the users
SystemException - if a system exception occurred
void setUsers(long pk,
long[] userPKs)
throws SystemException
pk - the primary key of the organizationuserPKs - the primary keys of the users to be associated with the organization
SystemException - if a system exception occurred
void setUsers(long pk,
List<User> users)
throws SystemException
pk - the primary key of the organizationusers - the users to be associated with the organization
SystemException - if a system exception occurred
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||