Liferay 6.2-ce-ga5

com.liferay.portal.service.persistence
Interface OrganizationPersistence

All Superinterfaces:
BasePersistence<Organization>

@ProviderType
public interface OrganizationPersistence
extends BasePersistence<Organization>

The persistence interface for the organization service.

Caching information and settings can be found in portal.properties

See Also:
OrganizationPersistenceImpl, OrganizationUtil

Method Summary
 void addGroup(long pk, Group group)
          Adds an association between the organization and the group.
 void addGroup(long pk, long groupPK)
          Adds an association between the organization and the group.
 void addGroups(long pk, List<Group> groups)
          Adds an association between the organization and the groups.
 void addGroups(long pk, long[] groupPKs)
          Adds an association between the organization and the groups.
 void addUser(long pk, long userPK)
          Adds an association between the organization and the user.
 void addUser(long pk, User user)
          Adds an association between the organization and the user.
 void addUsers(long pk, List<User> users)
          Adds an association between the organization and the users.
 void addUsers(long pk, long[] userPKs)
          Adds an association between the organization and the users.
 void cacheResult(List<Organization> organizations)
          Caches the organizations in the entity cache if it is enabled.
 void cacheResult(Organization organization)
          Caches the organization in the entity cache if it is enabled.
 void clearGroups(long pk)
          Clears all associations between the organization and its groups.
 void clearUsers(long pk)
          Clears all associations between the organization and its users.
 boolean containsGroup(long pk, long groupPK)
          Returns true if the group is associated with the organization.
 boolean containsGroups(long pk)
          Returns true if the organization has any groups associated with it.
 boolean containsUser(long pk, long userPK)
          Returns true if the user is associated with the organization.
 boolean containsUsers(long pk)
          Returns true if the organization has any users associated with it.
 int countAll()
          Returns the number of organizations.
 int countByC_N(long companyId, String name)
          Returns the number of organizations where companyId = ? and name = ?.
 int countByC_P(long companyId, long parentOrganizationId)
          Returns the number of organizations where companyId = ? and parentOrganizationId = ?.
 int countByC_T(long companyId, String treePath)
          Returns the number of organizations where companyId = ? and treePath LIKE ?.
 int countByCompanyId(long companyId)
          Returns the number of organizations where companyId = ?.
 int countByLocations(long companyId)
          Returns the number of organizations where companyId = ?.
 int countByO_C_P(long organizationId, long companyId, long parentOrganizationId)
          Returns the number of organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 int countByUuid_C(String uuid, long companyId)
          Returns the number of organizations where uuid = ? and companyId = ?.
 int countByUuid(String uuid)
          Returns the number of organizations where uuid = ?.
 Organization create(long organizationId)
          Creates a new organization with the primary key.
 Organization fetchByC_N(long companyId, String name)
          Returns the organization where companyId = ? and name = ? or returns null if it could not be found.
 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.
 Organization fetchByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization fetchByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization fetchByC_T_First(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization fetchByC_T_Last(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Organization fetchByLocations_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization fetchByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 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 = ?.
 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 = ?.
 Organization fetchByPrimaryKey(long organizationId)
          Returns the organization with the primary key or returns null if it could not be found.
 Organization fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
 Organization fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
 Organization fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
 Organization fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
 int filterCountByC_P(long companyId, long parentOrganizationId)
          Returns the number of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.
 int filterCountByC_T(long companyId, String treePath)
          Returns the number of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
 int filterCountByCompanyId(long companyId)
          Returns the number of organizations that the user has permission to view where companyId = ?.
 int filterCountByLocations(long companyId)
          Returns the number of organizations that the user has permission to view where companyId = ?.
 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 = ?.
 int filterCountByUuid_C(String uuid, long companyId)
          Returns the number of organizations that the user has permission to view where uuid = ? and companyId = ?.
 int filterCountByUuid(String uuid)
          Returns the number of organizations that the user has permission to view where uuid = ?.
 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 = ?.
 List<Organization> filterFindByC_P(long companyId, long parentOrganizationId)
          Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.
 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 = ?.
 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 = ?.
 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 ?.
 List<Organization> filterFindByC_T(long companyId, String treePath)
          Returns all the organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
 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 ?.
 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 ?.
 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 = ?.
 List<Organization> filterFindByCompanyId(long companyId)
          Returns all the organizations that the user has permission to view where companyId = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 List<Organization> filterFindByLocations(long companyId)
          Returns all the organizations that the user has permission to view where companyId = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 List<Organization> filterFindByUuid_C(String uuid, long companyId)
          Returns all the organizations that the user has permission to view where uuid = ? and companyId = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 List<Organization> filterFindByUuid(String uuid)
          Returns all the organizations that the user has permission to view where uuid = ?.
 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 = ?.
 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 = ?.
 List<Organization> findAll()
          Returns all the organizations.
 List<Organization> findAll(int start, int end)
          Returns a range of all the organizations.
 List<Organization> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations.
 Organization findByC_N(long companyId, String name)
          Returns the organization where companyId = ? and name = ? or throws a NoSuchOrganizationException if it could not be found.
 Organization findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 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 = ?.
 List<Organization> findByC_P(long companyId, long parentOrganizationId)
          Returns all the organizations where companyId = ? and parentOrganizationId = ?.
 List<Organization> findByC_P(long companyId, long parentOrganizationId, int start, int end)
          Returns a range of all the organizations where companyId = ? and parentOrganizationId = ?.
 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 = ?.
 Organization findByC_T_First(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization findByC_T_Last(long companyId, String treePath, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
 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 ?.
 List<Organization> findByC_T(long companyId, String treePath)
          Returns all the organizations where companyId = ? and treePath LIKE ?.
 List<Organization> findByC_T(long companyId, String treePath, int start, int end)
          Returns a range of all the organizations where companyId = ? and treePath LIKE ?.
 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 ?.
 Organization findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Organization[] findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
 List<Organization> findByCompanyId(long companyId)
          Returns all the organizations where companyId = ?.
 List<Organization> findByCompanyId(long companyId, int start, int end)
          Returns a range of all the organizations where companyId = ?.
 List<Organization> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
 Organization findByLocations_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization findByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Organization[] findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
 List<Organization> findByLocations(long companyId)
          Returns all the organizations where companyId = ?.
 List<Organization> findByLocations(long companyId, int start, int end)
          Returns a range of all the organizations where companyId = ?.
 List<Organization> findByLocations(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
 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 = ?.
 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 = ?.
 List<Organization> findByO_C_P(long organizationId, long companyId, long parentOrganizationId)
          Returns all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 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 = ?.
 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 = ?.
 Organization findByPrimaryKey(long organizationId)
          Returns the organization with the primary key or throws a NoSuchOrganizationException if it could not be found.
 Organization findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
 Organization findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
 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 = ?.
 List<Organization> findByUuid_C(String uuid, long companyId)
          Returns all the organizations where uuid = ? and companyId = ?.
 List<Organization> findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the organizations where uuid = ? and companyId = ?.
 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 = ?.
 Organization findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
 Organization findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
 Organization[] findByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where uuid = ?.
 List<Organization> findByUuid(String uuid)
          Returns all the organizations where uuid = ?.
 List<Organization> findByUuid(String uuid, int start, int end)
          Returns a range of all the organizations where uuid = ?.
 List<Organization> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where uuid = ?.
 List<Group> getGroups(long pk)
          Returns all the groups associated with the organization.
 List<Group> getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the organization.
 List<Group> getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
 int getGroupsSize(long pk)
          Returns the number of groups associated with the organization.
 List<User> getUsers(long pk)
          Returns all the users associated with the organization.
 List<User> getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the organization.
 List<User> getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the organization.
 int getUsersSize(long pk)
          Returns the number of users associated with the organization.
 Organization remove(long organizationId)
          Removes the organization with the primary key from the database.
 void removeAll()
          Removes all the organizations from the database.
 Organization removeByC_N(long companyId, String name)
          Removes the organization where companyId = ? and name = ? from the database.
 void removeByC_P(long companyId, long parentOrganizationId)
          Removes all the organizations where companyId = ? and parentOrganizationId = ? from the database.
 void removeByC_T(long companyId, String treePath)
          Removes all the organizations where companyId = ? and treePath LIKE ? from the database.
 void removeByCompanyId(long companyId)
          Removes all the organizations where companyId = ? from the database.
 void removeByLocations(long companyId)
          Removes all the organizations where companyId = ? from the database.
 void removeByO_C_P(long organizationId, long companyId, long parentOrganizationId)
          Removes all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ? from the database.
 void removeByUuid_C(String uuid, long companyId)
          Removes all the organizations where uuid = ? and companyId = ? from the database.
 void removeByUuid(String uuid)
          Removes all the organizations where uuid = ? from the database.
 void removeGroup(long pk, Group group)
          Removes the association between the organization and the group.
 void removeGroup(long pk, long groupPK)
          Removes the association between the organization and the group.
 void removeGroups(long pk, List<Group> groups)
          Removes the association between the organization and the groups.
 void removeGroups(long pk, long[] groupPKs)
          Removes the association between the organization and the groups.
 void removeUser(long pk, long userPK)
          Removes the association between the organization and the user.
 void removeUser(long pk, User user)
          Removes the association between the organization and the user.
 void removeUsers(long pk, List<User> users)
          Removes the association between the organization and the users.
 void removeUsers(long pk, long[] userPKs)
          Removes the association between the organization and the users.
 void setGroups(long pk, List<Group> groups)
          Sets the groups associated with the organization, removing and adding associations as necessary.
 void setGroups(long pk, long[] groupPKs)
          Sets the groups associated with the organization, removing and adding associations as necessary.
 void setUsers(long pk, List<User> users)
          Sets the users associated with the organization, removing and adding associations as necessary.
 void setUsers(long pk, long[] userPKs)
          Sets the users associated with the organization, removing and adding associations as necessary.
 Organization updateImpl(Organization organization)
           
 
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

findByUuid

List<Organization> findByUuid(String uuid)
                              throws SystemException
Returns all the organizations where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching organizations
Throws:
SystemException - if a system exception occurred

findByUuid

List<Organization> findByUuid(String uuid,
                              int start,
                              int end)
                              throws SystemException
Returns a range of all the organizations where uuid = ?.

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.

Parameters:
uuid - the uuid
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of matching organizations
Throws:
SystemException - if a system exception occurred

findByUuid

List<Organization> findByUuid(String uuid,
                              int start,
                              int end,
                              OrderByComparator orderByComparator)
                              throws SystemException
Returns an ordered range of all the organizations where uuid = ?.

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.

Parameters:
uuid - the uuid
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching organizations
Throws:
SystemException - if a system exception occurred

findByUuid_First

Organization findByUuid_First(String uuid,
                              OrderByComparator orderByComparator)
                              throws NoSuchOrganizationException,
                                     SystemException
Returns the first organization in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred

fetchByUuid_First

Organization fetchByUuid_First(String uuid,
                               OrderByComparator orderByComparator)
                               throws SystemException
Returns the first organization in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_Last

Organization findByUuid_Last(String uuid,
                             OrderByComparator orderByComparator)
                             throws NoSuchOrganizationException,
                                    SystemException
Returns the last organization in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred

fetchByUuid_Last

Organization fetchByUuid_Last(String uuid,
                              OrderByComparator orderByComparator)
                              throws SystemException
Returns the last organization in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_PrevAndNext

Organization[] findByUuid_PrevAndNext(long organizationId,
                                      String uuid,
                                      OrderByComparator orderByComparator)
                                      throws NoSuchOrganizationException,
                                             SystemException
Returns the organizations before and after the current organization in the ordered set where uuid = ?.

Parameters:
organizationId - the primary key of the current organization
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next organization
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

filterFindByUuid

List<Organization> filterFindByUuid(String uuid)
                                    throws SystemException
Returns all the organizations that the user has permission to view where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid

List<Organization> filterFindByUuid(String uuid,
                                    int start,
                                    int end)
                                    throws SystemException
Returns a range of all the organizations that the user has permission to view where uuid = ?.

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.

Parameters:
uuid - the uuid
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid

List<Organization> filterFindByUuid(String uuid,
                                    int start,
                                    int end,
                                    OrderByComparator orderByComparator)
                                    throws SystemException
Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.

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.

Parameters:
uuid - the uuid
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid_PrevAndNext

Organization[] filterFindByUuid_PrevAndNext(long organizationId,
                                            String uuid,
                                            OrderByComparator orderByComparator)
                                            throws NoSuchOrganizationException,
                                                   SystemException
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.

Parameters:
organizationId - the primary key of the current organization
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next organization
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

removeByUuid

void removeByUuid(String uuid)
                  throws SystemException
Removes all the organizations where uuid = ? from the database.

Parameters:
uuid - the uuid
Throws:
SystemException - if a system exception occurred

countByUuid

int countByUuid(String uuid)
                throws SystemException
Returns the number of organizations where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching organizations
Throws:
SystemException - if a system exception occurred

filterCountByUuid

int filterCountByUuid(String uuid)
                      throws SystemException
Returns the number of organizations that the user has permission to view where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByUuid_C

List<Organization> findByUuid_C(String uuid,
                                long companyId)
                                throws SystemException
Returns all the organizations where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching organizations
Throws:
SystemException - if a system exception occurred

findByUuid_C

List<Organization> findByUuid_C(String uuid,
                                long companyId,
                                int start,
                                int end)
                                throws SystemException
Returns a range of all the organizations where uuid = ? and companyId = ?.

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.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of matching organizations
Throws:
SystemException - if a system exception occurred

findByUuid_C

List<Organization> findByUuid_C(String uuid,
                                long companyId,
                                int start,
                                int end,
                                OrderByComparator orderByComparator)
                                throws SystemException
Returns an ordered range of all the organizations where uuid = ? and companyId = ?.

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.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching organizations
Throws:
SystemException - if a system exception occurred

findByUuid_C_First

Organization findByUuid_C_First(String uuid,
                                long companyId,
                                OrderByComparator orderByComparator)
                                throws NoSuchOrganizationException,
                                       SystemException
Returns the first organization in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred

fetchByUuid_C_First

Organization fetchByUuid_C_First(String uuid,
                                 long companyId,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
Returns the first organization in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_Last

Organization findByUuid_C_Last(String uuid,
                               long companyId,
                               OrderByComparator orderByComparator)
                               throws NoSuchOrganizationException,
                                      SystemException
Returns the last organization in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred

fetchByUuid_C_Last

Organization fetchByUuid_C_Last(String uuid,
                                long companyId,
                                OrderByComparator orderByComparator)
                                throws SystemException
Returns the last organization in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_PrevAndNext

Organization[] findByUuid_C_PrevAndNext(long organizationId,
                                        String uuid,
                                        long companyId,
                                        OrderByComparator orderByComparator)
                                        throws NoSuchOrganizationException,
                                               SystemException
Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.

Parameters:
organizationId - the primary key of the current organization
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next organization
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

filterFindByUuid_C

List<Organization> filterFindByUuid_C(String uuid,
                                      long companyId)
                                      throws SystemException
Returns all the organizations that the user has permission to view where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid_C

List<Organization> filterFindByUuid_C(String uuid,
                                      long companyId,
                                      int start,
                                      int end)
                                      throws SystemException
Returns a range of all the organizations that the user has permission to view where uuid = ? and companyId = ?.

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.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid_C

List<Organization> filterFindByUuid_C(String uuid,
                                      long companyId,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?.

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.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid_C_PrevAndNext

Organization[] filterFindByUuid_C_PrevAndNext(long organizationId,
                                              String uuid,
                                              long companyId,
                                              OrderByComparator orderByComparator)
                                              throws NoSuchOrganizationException,
                                                     SystemException
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 = ?.

Parameters:
organizationId - the primary key of the current organization
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next organization
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

removeByUuid_C

void removeByUuid_C(String uuid,
                    long companyId)
                    throws SystemException
Removes all the organizations where uuid = ? and companyId = ? from the database.

Parameters:
uuid - the uuid
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByUuid_C

int countByUuid_C(String uuid,
                  long companyId)
                  throws SystemException
Returns the number of organizations where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching organizations
Throws:
SystemException - if a system exception occurred

filterCountByUuid_C

int filterCountByUuid_C(String uuid,
                        long companyId)
                        throws SystemException
Returns the number of organizations that the user has permission to view where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByCompanyId

List<Organization> findByCompanyId(long companyId)
                                   throws SystemException
Returns all the organizations where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the matching organizations
Throws:
SystemException - if a system exception occurred

findByCompanyId

List<Organization> findByCompanyId(long companyId,
                                   int start,
                                   int end)
                                   throws SystemException
Returns a range of all the organizations where companyId = ?.

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.

Parameters:
companyId - the company ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of matching organizations
Throws:
SystemException - if a system exception occurred

findByCompanyId

List<Organization> findByCompanyId(long companyId,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the organizations where companyId = ?.

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.

Parameters:
companyId - the company ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching organizations
Throws:
SystemException - if a system exception occurred

findByCompanyId_First

Organization findByCompanyId_First(long companyId,
                                   OrderByComparator orderByComparator)
                                   throws NoSuchOrganizationException,
                                          SystemException
Returns the first organization in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred

fetchByCompanyId_First

Organization fetchByCompanyId_First(long companyId,
                                    OrderByComparator orderByComparator)
                                    throws SystemException
Returns the first organization in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

findByCompanyId_Last

Organization findByCompanyId_Last(long companyId,
                                  OrderByComparator orderByComparator)
                                  throws NoSuchOrganizationException,
                                         SystemException
Returns the last organization in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred

fetchByCompanyId_Last

Organization fetchByCompanyId_Last(long companyId,
                                   OrderByComparator orderByComparator)
                                   throws SystemException
Returns the last organization in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

findByCompanyId_PrevAndNext

Organization[] findByCompanyId_PrevAndNext(long organizationId,
                                           long companyId,
                                           OrderByComparator orderByComparator)
                                           throws NoSuchOrganizationException,
                                                  SystemException
Returns the organizations before and after the current organization in the ordered set where companyId = ?.

Parameters:
organizationId - the primary key of the current organization
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next organization
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

filterFindByCompanyId

List<Organization> filterFindByCompanyId(long companyId)
                                         throws SystemException
Returns all the organizations that the user has permission to view where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByCompanyId

List<Organization> filterFindByCompanyId(long companyId,
                                         int start,
                                         int end)
                                         throws SystemException
Returns a range of all the organizations that the user has permission to view where companyId = ?.

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.

Parameters:
companyId - the company ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByCompanyId

List<Organization> filterFindByCompanyId(long companyId,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.

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.

Parameters:
companyId - the company ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByCompanyId_PrevAndNext

Organization[] filterFindByCompanyId_PrevAndNext(long organizationId,
                                                 long companyId,
                                                 OrderByComparator orderByComparator)
                                                 throws NoSuchOrganizationException,
                                                        SystemException
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.

Parameters:
organizationId - the primary key of the current organization
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next organization
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

removeByCompanyId

void removeByCompanyId(long companyId)
                       throws SystemException
Removes all the organizations where companyId = ? from the database.

Parameters:
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByCompanyId

int countByCompanyId(long companyId)
                     throws SystemException
Returns the number of organizations where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the number of matching organizations
Throws:
SystemException - if a system exception occurred

filterCountByCompanyId

int filterCountByCompanyId(long companyId)
                           throws SystemException
Returns the number of organizations that the user has permission to view where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the number of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByLocations

List<Organization> findByLocations(long companyId)
                                   throws SystemException
Returns all the organizations where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the matching organizations
Throws:
SystemException - if a system exception occurred

findByLocations

List<Organization> findByLocations(long companyId,
                                   int start,
                                   int end)
                                   throws SystemException
Returns a range of all the organizations where companyId = ?.

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.

Parameters:
companyId - the company ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of matching organizations
Throws:
SystemException - if a system exception occurred

findByLocations

List<Organization> findByLocations(long companyId,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the organizations where companyId = ?.

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.

Parameters:
companyId - the company ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching organizations
Throws:
SystemException - if a system exception occurred

findByLocations_First

Organization findByLocations_First(long companyId,
                                   OrderByComparator orderByComparator)
                                   throws NoSuchOrganizationException,
                                          SystemException
Returns the first organization in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred

fetchByLocations_First

Organization fetchByLocations_First(long companyId,
                                    OrderByComparator orderByComparator)
                                    throws SystemException
Returns the first organization in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

findByLocations_Last

Organization findByLocations_Last(long companyId,
                                  OrderByComparator orderByComparator)
                                  throws NoSuchOrganizationException,
                                         SystemException
Returns the last organization in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred

fetchByLocations_Last

Organization fetchByLocations_Last(long companyId,
                                   OrderByComparator orderByComparator)
                                   throws SystemException
Returns the last organization in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

findByLocations_PrevAndNext

Organization[] findByLocations_PrevAndNext(long organizationId,
                                           long companyId,
                                           OrderByComparator orderByComparator)
                                           throws NoSuchOrganizationException,
                                                  SystemException
Returns the organizations before and after the current organization in the ordered set where companyId = ?.

Parameters:
organizationId - the primary key of the current organization
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next organization
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

filterFindByLocations

List<Organization> filterFindByLocations(long companyId)
                                         throws SystemException
Returns all the organizations that the user has permission to view where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByLocations

List<Organization> filterFindByLocations(long companyId,
                                         int start,
                                         int end)
                                         throws SystemException
Returns a range of all the organizations that the user has permission to view where companyId = ?.

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.

Parameters:
companyId - the company ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByLocations

List<Organization> filterFindByLocations(long companyId,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.

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.

Parameters:
companyId - the company ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByLocations_PrevAndNext

Organization[] filterFindByLocations_PrevAndNext(long organizationId,
                                                 long companyId,
                                                 OrderByComparator orderByComparator)
                                                 throws NoSuchOrganizationException,
                                                        SystemException
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.

Parameters:
organizationId - the primary key of the current organization
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next organization
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

removeByLocations

void removeByLocations(long companyId)
                       throws SystemException
Removes all the organizations where companyId = ? from the database.

Parameters:
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByLocations

int countByLocations(long companyId)
                     throws SystemException
Returns the number of organizations where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the number of matching organizations
Throws:
SystemException - if a system exception occurred

filterCountByLocations

int filterCountByLocations(long companyId)
                           throws SystemException
Returns the number of organizations that the user has permission to view where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the number of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByC_P

List<Organization> findByC_P(long companyId,
                             long parentOrganizationId)
                             throws SystemException
Returns all the organizations where companyId = ? and parentOrganizationId = ?.

Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
Returns:
the matching organizations
Throws:
SystemException - if a system exception occurred

findByC_P

List<Organization> findByC_P(long companyId,
                             long parentOrganizationId,
                             int start,
                             int end)
                             throws SystemException
Returns a range of all the organizations where companyId = ? and parentOrganizationId = ?.

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.

Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of matching organizations
Throws:
SystemException - if a system exception occurred

findByC_P

List<Organization> findByC_P(long companyId,
                             long parentOrganizationId,
                             int start,
                             int end,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.

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.

Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching organizations
Throws:
SystemException - if a system exception occurred

findByC_P_First

Organization findByC_P_First(long companyId,
                             long parentOrganizationId,
                             OrderByComparator orderByComparator)
                             throws NoSuchOrganizationException,
                                    SystemException
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.

Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred

fetchByC_P_First

Organization fetchByC_P_First(long companyId,
                              long parentOrganizationId,
                              OrderByComparator orderByComparator)
                              throws SystemException
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.

Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

findByC_P_Last

Organization findByC_P_Last(long companyId,
                            long parentOrganizationId,
                            OrderByComparator orderByComparator)
                            throws NoSuchOrganizationException,
                                   SystemException
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.

Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred

fetchByC_P_Last

Organization fetchByC_P_Last(long companyId,
                             long parentOrganizationId,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.

Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

findByC_P_PrevAndNext

Organization[] findByC_P_PrevAndNext(long organizationId,
                                     long companyId,
                                     long parentOrganizationId,
                                     OrderByComparator orderByComparator)
                                     throws NoSuchOrganizationException,
                                            SystemException
Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.

Parameters:
organizationId - the primary key of the current organization
companyId - the company ID
parentOrganizationId - the parent organization ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next organization
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

filterFindByC_P

List<Organization> filterFindByC_P(long companyId,
                                   long parentOrganizationId)
                                   throws SystemException
Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.

Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
Returns:
the matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByC_P

List<Organization> filterFindByC_P(long companyId,
                                   long parentOrganizationId,
                                   int start,
                                   int end)
                                   throws SystemException
Returns a range of all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.

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.

Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByC_P

List<Organization> filterFindByC_P(long companyId,
                                   long parentOrganizationId,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?.

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.

Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByC_P_PrevAndNext

Organization[] filterFindByC_P_PrevAndNext(long organizationId,
                                           long companyId,
                                           long parentOrganizationId,
                                           OrderByComparator orderByComparator)
                                           throws NoSuchOrganizationException,
                                                  SystemException
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 = ?.

Parameters:
organizationId - the primary key of the current organization
companyId - the company ID
parentOrganizationId - the parent organization ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next organization
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

removeByC_P

void removeByC_P(long companyId,
                 long parentOrganizationId)
                 throws SystemException
Removes all the organizations where companyId = ? and parentOrganizationId = ? from the database.

Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
Throws:
SystemException - if a system exception occurred

countByC_P

int countByC_P(long companyId,
               long parentOrganizationId)
               throws SystemException
Returns the number of organizations where companyId = ? and parentOrganizationId = ?.

Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
Returns:
the number of matching organizations
Throws:
SystemException - if a system exception occurred

filterCountByC_P

int filterCountByC_P(long companyId,
                     long parentOrganizationId)
                     throws SystemException
Returns the number of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.

Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
Returns:
the number of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByC_T

List<Organization> findByC_T(long companyId,
                             String treePath)
                             throws SystemException
Returns all the organizations where companyId = ? and treePath LIKE ?.

Parameters:
companyId - the company ID
treePath - the tree path
Returns:
the matching organizations
Throws:
SystemException - if a system exception occurred

findByC_T

List<Organization> findByC_T(long companyId,
                             String treePath,
                             int start,
                             int end)
                             throws SystemException
Returns a range of all the organizations where companyId = ? and treePath LIKE ?.

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.

Parameters:
companyId - the company ID
treePath - the tree path
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of matching organizations
Throws:
SystemException - if a system exception occurred

findByC_T

List<Organization> findByC_T(long companyId,
                             String treePath,
                             int start,
                             int end,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.

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.

Parameters:
companyId - the company ID
treePath - the tree path
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching organizations
Throws:
SystemException - if a system exception occurred

findByC_T_First

Organization findByC_T_First(long companyId,
                             String treePath,
                             OrderByComparator orderByComparator)
                             throws NoSuchOrganizationException,
                                    SystemException
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.

Parameters:
companyId - the company ID
treePath - the tree path
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred

fetchByC_T_First

Organization fetchByC_T_First(long companyId,
                              String treePath,
                              OrderByComparator orderByComparator)
                              throws SystemException
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.

Parameters:
companyId - the company ID
treePath - the tree path
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

findByC_T_Last

Organization findByC_T_Last(long companyId,
                            String treePath,
                            OrderByComparator orderByComparator)
                            throws NoSuchOrganizationException,
                                   SystemException
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.

Parameters:
companyId - the company ID
treePath - the tree path
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred

fetchByC_T_Last

Organization fetchByC_T_Last(long companyId,
                             String treePath,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.

Parameters:
companyId - the company ID
treePath - the tree path
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

findByC_T_PrevAndNext

Organization[] findByC_T_PrevAndNext(long organizationId,
                                     long companyId,
                                     String treePath,
                                     OrderByComparator orderByComparator)
                                     throws NoSuchOrganizationException,
                                            SystemException
Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.

Parameters:
organizationId - the primary key of the current organization
companyId - the company ID
treePath - the tree path
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next organization
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

filterFindByC_T

List<Organization> filterFindByC_T(long companyId,
                                   String treePath)
                                   throws SystemException
Returns all the organizations that the user has permission to view where companyId = ? and treePath LIKE ?.

Parameters:
companyId - the company ID
treePath - the tree path
Returns:
the matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByC_T

List<Organization> filterFindByC_T(long companyId,
                                   String treePath,
                                   int start,
                                   int end)
                                   throws SystemException
Returns a range of all the organizations that the user has permission to view where companyId = ? and treePath LIKE ?.

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.

Parameters:
companyId - the company ID
treePath - the tree path
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByC_T

List<Organization> filterFindByC_T(long companyId,
                                   String treePath,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?.

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.

Parameters:
companyId - the company ID
treePath - the tree path
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByC_T_PrevAndNext

Organization[] filterFindByC_T_PrevAndNext(long organizationId,
                                           long companyId,
                                           String treePath,
                                           OrderByComparator orderByComparator)
                                           throws NoSuchOrganizationException,
                                                  SystemException
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 ?.

Parameters:
organizationId - the primary key of the current organization
companyId - the company ID
treePath - the tree path
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next organization
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

removeByC_T

void removeByC_T(long companyId,
                 String treePath)
                 throws SystemException
Removes all the organizations where companyId = ? and treePath LIKE ? from the database.

Parameters:
companyId - the company ID
treePath - the tree path
Throws:
SystemException - if a system exception occurred

countByC_T

int countByC_T(long companyId,
               String treePath)
               throws SystemException
Returns the number of organizations where companyId = ? and treePath LIKE ?.

Parameters:
companyId - the company ID
treePath - the tree path
Returns:
the number of matching organizations
Throws:
SystemException - if a system exception occurred

filterCountByC_T

int filterCountByC_T(long companyId,
                     String treePath)
                     throws SystemException
Returns the number of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.

Parameters:
companyId - the company ID
treePath - the tree path
Returns:
the number of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByC_N

Organization findByC_N(long companyId,
                       String name)
                       throws NoSuchOrganizationException,
                              SystemException
Returns the organization where companyId = ? and name = ? or throws a NoSuchOrganizationException if it could not be found.

Parameters:
companyId - the company ID
name - the name
Returns:
the matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred

fetchByC_N

Organization fetchByC_N(long companyId,
                        String name)
                        throws SystemException
Returns the organization where companyId = ? and name = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
companyId - the company ID
name - the name
Returns:
the matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

fetchByC_N

Organization fetchByC_N(long companyId,
                        String name,
                        boolean retrieveFromCache)
                        throws SystemException
Returns the organization where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
companyId - the company ID
name - the name
retrieveFromCache - whether to use the finder cache
Returns:
the matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

removeByC_N

Organization removeByC_N(long companyId,
                         String name)
                         throws NoSuchOrganizationException,
                                SystemException
Removes the organization where companyId = ? and name = ? from the database.

Parameters:
companyId - the company ID
name - the name
Returns:
the organization that was removed
Throws:
SystemException - if a system exception occurred
NoSuchOrganizationException

countByC_N

int countByC_N(long companyId,
               String name)
               throws SystemException
Returns the number of organizations where companyId = ? and name = ?.

Parameters:
companyId - the company ID
name - the name
Returns:
the number of matching organizations
Throws:
SystemException - if a system exception occurred

findByO_C_P

List<Organization> findByO_C_P(long organizationId,
                               long companyId,
                               long parentOrganizationId)
                               throws SystemException
Returns all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.

Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID
Returns:
the matching organizations
Throws:
SystemException - if a system exception occurred

findByO_C_P

List<Organization> findByO_C_P(long organizationId,
                               long companyId,
                               long parentOrganizationId,
                               int start,
                               int end)
                               throws SystemException
Returns a range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.

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.

Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of matching organizations
Throws:
SystemException - if a system exception occurred

findByO_C_P

List<Organization> findByO_C_P(long organizationId,
                               long companyId,
                               long parentOrganizationId,
                               int start,
                               int end,
                               OrderByComparator orderByComparator)
                               throws SystemException
Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.

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.

Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching organizations
Throws:
SystemException - if a system exception occurred

findByO_C_P_First

Organization findByO_C_P_First(long organizationId,
                               long companyId,
                               long parentOrganizationId,
                               OrderByComparator orderByComparator)
                               throws NoSuchOrganizationException,
                                      SystemException
Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.

Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred

fetchByO_C_P_First

Organization fetchByO_C_P_First(long organizationId,
                                long companyId,
                                long parentOrganizationId,
                                OrderByComparator orderByComparator)
                                throws SystemException
Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.

Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

findByO_C_P_Last

Organization findByO_C_P_Last(long organizationId,
                              long companyId,
                              long parentOrganizationId,
                              OrderByComparator orderByComparator)
                              throws NoSuchOrganizationException,
                                     SystemException
Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.

Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found
SystemException - if a system exception occurred

fetchByO_C_P_Last

Organization fetchByO_C_P_Last(long organizationId,
                               long companyId,
                               long parentOrganizationId,
                               OrderByComparator orderByComparator)
                               throws SystemException
Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.

Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching organization, or null if a matching organization could not be found
Throws:
SystemException - if a system exception occurred

filterFindByO_C_P

List<Organization> filterFindByO_C_P(long organizationId,
                                     long companyId,
                                     long parentOrganizationId)
                                     throws SystemException
Returns all the organizations that the user has permission to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.

Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID
Returns:
the matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByO_C_P

List<Organization> filterFindByO_C_P(long organizationId,
                                     long companyId,
                                     long parentOrganizationId,
                                     int start,
                                     int end)
                                     throws SystemException
Returns a range of all the organizations that the user has permission to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.

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.

Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByO_C_P

List<Organization> filterFindByO_C_P(long organizationId,
                                     long companyId,
                                     long parentOrganizationId,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.

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.

Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

removeByO_C_P

void removeByO_C_P(long organizationId,
                   long companyId,
                   long parentOrganizationId)
                   throws SystemException
Removes all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ? from the database.

Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID
Throws:
SystemException - if a system exception occurred

countByO_C_P

int countByO_C_P(long organizationId,
                 long companyId,
                 long parentOrganizationId)
                 throws SystemException
Returns the number of organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.

Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID
Returns:
the number of matching organizations
Throws:
SystemException - if a system exception occurred

filterCountByO_C_P

int filterCountByO_C_P(long organizationId,
                       long companyId,
                       long parentOrganizationId)
                       throws SystemException
Returns the number of organizations that the user has permission to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.

Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID
Returns:
the number of matching organizations that the user has permission to view
Throws:
SystemException - if a system exception occurred

cacheResult

void cacheResult(Organization organization)
Caches the organization in the entity cache if it is enabled.

Parameters:
organization - the organization

cacheResult

void cacheResult(List<Organization> organizations)
Caches the organizations in the entity cache if it is enabled.

Parameters:
organizations - the organizations

create

Organization create(long organizationId)
Creates a new organization with the primary key. Does not add the organization to the database.

Parameters:
organizationId - the primary key for the new organization
Returns:
the new organization

remove

Organization remove(long organizationId)
                    throws NoSuchOrganizationException,
                           SystemException
Removes the organization with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
organizationId - the primary key of the organization
Returns:
the organization that was removed
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

Organization updateImpl(Organization organization)
                        throws SystemException
Throws:
SystemException

findByPrimaryKey

Organization findByPrimaryKey(long organizationId)
                              throws NoSuchOrganizationException,
                                     SystemException
Returns the organization with the primary key or throws a NoSuchOrganizationException if it could not be found.

Parameters:
organizationId - the primary key of the organization
Returns:
the organization
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

Organization fetchByPrimaryKey(long organizationId)
                               throws SystemException
Returns the organization with the primary key or returns null if it could not be found.

Parameters:
organizationId - the primary key of the organization
Returns:
the organization, or null if a organization with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findAll

List<Organization> findAll()
                           throws SystemException
Returns all the organizations.

Returns:
the organizations
Throws:
SystemException - if a system exception occurred

findAll

List<Organization> findAll(int start,
                           int end)
                           throws SystemException
Returns a range of all the organizations.

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.

Parameters:
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of organizations
Throws:
SystemException - if a system exception occurred

findAll

List<Organization> findAll(int start,
                           int end,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns an ordered range of all the organizations.

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.

Parameters:
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of organizations
Throws:
SystemException - if a system exception occurred

removeAll

void removeAll()
               throws SystemException
Removes all the organizations from the database.

Throws:
SystemException - if a system exception occurred

countAll

int countAll()
             throws SystemException
Returns the number of organizations.

Returns:
the number of organizations
Throws:
SystemException - if a system exception occurred

getGroups

List<Group> getGroups(long pk)
                      throws SystemException
Returns all the groups associated with the organization.

Parameters:
pk - the primary key of the organization
Returns:
the groups associated with the organization
Throws:
SystemException - if a system exception occurred

getGroups

List<Group> getGroups(long pk,
                      int start,
                      int end)
                      throws SystemException
Returns a range of all the groups associated with the organization.

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.

Parameters:
pk - the primary key of the organization
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of groups associated with the organization
Throws:
SystemException - if a system exception occurred

getGroups

List<Group> getGroups(long pk,
                      int start,
                      int end,
                      OrderByComparator orderByComparator)
                      throws SystemException
Returns an ordered range of all the groups associated with the organization.

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.

Parameters:
pk - the primary key of the organization
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of groups associated with the organization
Throws:
SystemException - if a system exception occurred

getGroupsSize

int getGroupsSize(long pk)
                  throws SystemException
Returns the number of groups associated with the organization.

Parameters:
pk - the primary key of the organization
Returns:
the number of groups associated with the organization
Throws:
SystemException - if a system exception occurred

containsGroup

boolean containsGroup(long pk,
                      long groupPK)
                      throws SystemException
Returns true if the group is associated with the organization.

Parameters:
pk - the primary key of the organization
groupPK - the primary key of the group
Returns:
true if the group is associated with the organization; false otherwise
Throws:
SystemException - if a system exception occurred

containsGroups

boolean containsGroups(long pk)
                       throws SystemException
Returns true if the organization has any groups associated with it.

Parameters:
pk - the primary key of the organization to check for associations with groups
Returns:
true if the organization has any groups associated with it; false otherwise
Throws:
SystemException - if a system exception occurred

addGroup

void addGroup(long pk,
              long groupPK)
              throws SystemException
Adds an association between the organization and the group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
groupPK - the primary key of the group
Throws:
SystemException - if a system exception occurred

addGroup

void addGroup(long pk,
              Group group)
              throws SystemException
Adds an association between the organization and the group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
group - the group
Throws:
SystemException - if a system exception occurred

addGroups

void addGroups(long pk,
               long[] groupPKs)
               throws SystemException
Adds an association between the organization and the groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
groupPKs - the primary keys of the groups
Throws:
SystemException - if a system exception occurred

addGroups

void addGroups(long pk,
               List<Group> groups)
               throws SystemException
Adds an association between the organization and the groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
groups - the groups
Throws:
SystemException - if a system exception occurred

clearGroups

void clearGroups(long pk)
                 throws SystemException
Clears all associations between the organization and its groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization to clear the associated groups from
Throws:
SystemException - if a system exception occurred

removeGroup

void removeGroup(long pk,
                 long groupPK)
                 throws SystemException
Removes the association between the organization and the group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
groupPK - the primary key of the group
Throws:
SystemException - if a system exception occurred

removeGroup

void removeGroup(long pk,
                 Group group)
                 throws SystemException
Removes the association between the organization and the group. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
group - the group
Throws:
SystemException - if a system exception occurred

removeGroups

void removeGroups(long pk,
                  long[] groupPKs)
                  throws SystemException
Removes the association between the organization and the groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
groupPKs - the primary keys of the groups
Throws:
SystemException - if a system exception occurred

removeGroups

void removeGroups(long pk,
                  List<Group> groups)
                  throws SystemException
Removes the association between the organization and the groups. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
groups - the groups
Throws:
SystemException - if a system exception occurred

setGroups

void setGroups(long pk,
               long[] groupPKs)
               throws SystemException
Sets the groups associated with the organization, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
groupPKs - the primary keys of the groups to be associated with the organization
Throws:
SystemException - if a system exception occurred

setGroups

void setGroups(long pk,
               List<Group> groups)
               throws SystemException
Sets the groups associated with the organization, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
groups - the groups to be associated with the organization
Throws:
SystemException - if a system exception occurred

getUsers

List<User> getUsers(long pk)
                    throws SystemException
Returns all the users associated with the organization.

Parameters:
pk - the primary key of the organization
Returns:
the users associated with the organization
Throws:
SystemException - if a system exception occurred

getUsers

List<User> getUsers(long pk,
                    int start,
                    int end)
                    throws SystemException
Returns a range of all the users associated with the organization.

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.

Parameters:
pk - the primary key of the organization
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
Returns:
the range of users associated with the organization
Throws:
SystemException - if a system exception occurred

getUsers

List<User> getUsers(long pk,
                    int start,
                    int end,
                    OrderByComparator orderByComparator)
                    throws SystemException
Returns an ordered range of all the users associated with the organization.

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.

Parameters:
pk - the primary key of the organization
start - the lower bound of the range of organizations
end - the upper bound of the range of organizations (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of users associated with the organization
Throws:
SystemException - if a system exception occurred

getUsersSize

int getUsersSize(long pk)
                 throws SystemException
Returns the number of users associated with the organization.

Parameters:
pk - the primary key of the organization
Returns:
the number of users associated with the organization
Throws:
SystemException - if a system exception occurred

containsUser

boolean containsUser(long pk,
                     long userPK)
                     throws SystemException
Returns true if the user is associated with the organization.

Parameters:
pk - the primary key of the organization
userPK - the primary key of the user
Returns:
true if the user is associated with the organization; false otherwise
Throws:
SystemException - if a system exception occurred

containsUsers

boolean containsUsers(long pk)
                      throws SystemException
Returns true if the organization has any users associated with it.

Parameters:
pk - the primary key of the organization to check for associations with users
Returns:
true if the organization has any users associated with it; false otherwise
Throws:
SystemException - if a system exception occurred

addUser

void addUser(long pk,
             long userPK)
             throws SystemException
Adds an association between the organization and the user. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
userPK - the primary key of the user
Throws:
SystemException - if a system exception occurred

addUser

void addUser(long pk,
             User user)
             throws SystemException
Adds an association between the organization and the user. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
user - the user
Throws:
SystemException - if a system exception occurred

addUsers

void addUsers(long pk,
              long[] userPKs)
              throws SystemException
Adds an association between the organization and the users. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
userPKs - the primary keys of the users
Throws:
SystemException - if a system exception occurred

addUsers

void addUsers(long pk,
              List<User> users)
              throws SystemException
Adds an association between the organization and the users. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
users - the users
Throws:
SystemException - if a system exception occurred

clearUsers

void clearUsers(long pk)
                throws SystemException
Clears all associations between the organization and its users. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization to clear the associated users from
Throws:
SystemException - if a system exception occurred

removeUser

void removeUser(long pk,
                long userPK)
                throws SystemException
Removes the association between the organization and the user. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
userPK - the primary key of the user
Throws:
SystemException - if a system exception occurred

removeUser

void removeUser(long pk,
                User user)
                throws SystemException
Removes the association between the organization and the user. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
user - the user
Throws:
SystemException - if a system exception occurred

removeUsers

void removeUsers(long pk,
                 long[] userPKs)
                 throws SystemException
Removes the association between the organization and the users. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
userPKs - the primary keys of the users
Throws:
SystemException - if a system exception occurred

removeUsers

void removeUsers(long pk,
                 List<User> users)
                 throws SystemException
Removes the association between the organization and the users. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
users - the users
Throws:
SystemException - if a system exception occurred

setUsers

void setUsers(long pk,
              long[] userPKs)
              throws SystemException
Sets the users associated with the organization, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
userPKs - the primary keys of the users to be associated with the organization
Throws:
SystemException - if a system exception occurred

setUsers

void setUsers(long pk,
              List<User> users)
              throws SystemException
Sets the users associated with the organization, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Parameters:
pk - the primary key of the organization
users - the users to be associated with the organization
Throws:
SystemException - if a system exception occurred

Liferay 6.2-ce-ga5