Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Class OrganizationUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.OrganizationUtil

public class OrganizationUtil
extends Object

The persistence utility for the organization service. This utility wraps OrganizationPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
OrganizationPersistence, OrganizationPersistenceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
OrganizationUtil()
           
 
Method Summary
static void addGroup(long pk, Group group)
          Adds an association between the organization and the group.
static void addGroup(long pk, long groupPK)
          Adds an association between the organization and the group.
static void addGroups(long pk, List<Group> groups)
          Adds an association between the organization and the groups.
static void addGroups(long pk, long[] groupPKs)
          Adds an association between the organization and the groups.
static void addUser(long pk, long userPK)
          Adds an association between the organization and the user.
static void addUser(long pk, User user)
          Adds an association between the organization and the user.
static void addUsers(long pk, List<User> users)
          Adds an association between the organization and the users.
static void addUsers(long pk, long[] userPKs)
          Adds an association between the organization and the users.
static void cacheResult(List<Organization> organizations)
          Caches the organizations in the entity cache if it is enabled.
static void cacheResult(Organization organization)
          Caches the organization in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(Organization organization)
           
static void clearGroups(long pk)
          Clears all associations between the organization and its groups.
static void clearUsers(long pk)
          Clears all associations between the organization and its users.
static boolean containsGroup(long pk, long groupPK)
          Returns true if the group is associated with the organization.
static boolean containsGroups(long pk)
          Returns true if the organization has any groups associated with it.
static boolean containsUser(long pk, long userPK)
          Returns true if the user is associated with the organization.
static boolean containsUsers(long pk)
          Returns true if the organization has any users associated with it.
static int countAll()
          Returns the number of organizations.
static int countByC_N(long companyId, String name)
          Returns the number of organizations where companyId = ? and name = ?.
static int countByC_P(long companyId, long parentOrganizationId)
          Returns the number of organizations where companyId = ? and parentOrganizationId = ?.
static int countByCompanyId(long companyId)
          Returns the number of organizations where companyId = ?.
static int countByLocations(long companyId)
          Returns the number of organizations where companyId = ?.
 long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static Organization create(long organizationId)
          Creates a new organization with the primary key.
static Organization fetchByC_N(long companyId, String name)
          Returns the organization where companyId = ? and name = ? or returns null if it could not be found.
static 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.
static Organization fetchByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static Organization fetchByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static Organization fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
static Organization fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
static Organization fetchByLocations_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
static Organization fetchByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
static Organization fetchByPrimaryKey(long organizationId)
          Returns the organization with the primary key or returns null if it could not be found.
static int filterCountByC_P(long companyId, long parentOrganizationId)
          Returns the number of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.
static int filterCountByCompanyId(long companyId)
          Returns the number of organizations that the user has permission to view where companyId = ?.
static int filterCountByLocations(long companyId)
          Returns the number of organizations that the user has permission to view where companyId = ?.
static 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 = ?.
static List<Organization> filterFindByC_P(long companyId, long parentOrganizationId)
          Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static List<Organization> filterFindByCompanyId(long companyId)
          Returns all the organizations that the user has permission to view where companyId = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static List<Organization> filterFindByLocations(long companyId)
          Returns all the organizations that the user has permission to view where companyId = ?.
static 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 = ?.
static 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 = ?.
static List<Organization> findAll()
          Returns all the organizations.
static List<Organization> findAll(int start, int end)
          Returns a range of all the organizations.
static List<Organization> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations.
static Organization findByC_N(long companyId, String name)
          Returns the organization where companyId = ? and name = ? or throws a NoSuchOrganizationException if it could not be found.
static Organization findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static Organization findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static 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 = ?.
static List<Organization> findByC_P(long companyId, long parentOrganizationId)
          Returns all the organizations where companyId = ? and parentOrganizationId = ?.
static List<Organization> findByC_P(long companyId, long parentOrganizationId, int start, int end)
          Returns a range of all the organizations where companyId = ? and parentOrganizationId = ?.
static 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 = ?.
static Organization findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
static Organization findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
static Organization[] findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
static List<Organization> findByCompanyId(long companyId)
          Returns all the organizations where companyId = ?.
static List<Organization> findByCompanyId(long companyId, int start, int end)
          Returns a range of all the organizations where companyId = ?.
static List<Organization> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
static Organization findByLocations_First(long companyId, OrderByComparator orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
static Organization findByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
static Organization[] findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
static List<Organization> findByLocations(long companyId)
          Returns all the organizations where companyId = ?.
static List<Organization> findByLocations(long companyId, int start, int end)
          Returns a range of all the organizations where companyId = ?.
static List<Organization> findByLocations(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
static Organization findByPrimaryKey(long organizationId)
          Returns the organization with the primary key or throws a NoSuchOrganizationException if it could not be found.
static List<Organization> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Organization> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Organization> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> getGroups(long pk)
          Returns all the groups associated with the organization.
static List<Group> getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the organization.
static List<Group> getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
static int getGroupsSize(long pk)
          Returns the number of groups associated with the organization.
static OrganizationPersistence getPersistence()
           
static List<User> getUsers(long pk)
          Returns all the users associated with the organization.
static List<User> getUsers(long pk, int start, int end)
          Returns a range of all the users associated with the organization.
static List<User> getUsers(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the users associated with the organization.
static int getUsersSize(long pk)
          Returns the number of users associated with the organization.
static Organization remove(long organizationId)
          Removes the organization with the primary key from the database.
static void removeAll()
          Removes all the organizations from the database.
static Organization removeByC_N(long companyId, String name)
          Removes the organization where companyId = ? and name = ? from the database.
static void removeByC_P(long companyId, long parentOrganizationId)
          Removes all the organizations where companyId = ? and parentOrganizationId = ? from the database.
static void removeByCompanyId(long companyId)
          Removes all the organizations where companyId = ? from the database.
static void removeByLocations(long companyId)
          Removes all the organizations where companyId = ? from the database.
static void removeGroup(long pk, Group group)
          Removes the association between the organization and the group.
static void removeGroup(long pk, long groupPK)
          Removes the association between the organization and the group.
static void removeGroups(long pk, List<Group> groups)
          Removes the association between the organization and the groups.
static void removeGroups(long pk, long[] groupPKs)
          Removes the association between the organization and the groups.
static void removeUser(long pk, long userPK)
          Removes the association between the organization and the user.
static void removeUser(long pk, User user)
          Removes the association between the organization and the user.
static void removeUsers(long pk, List<User> users)
          Removes the association between the organization and the users.
static void removeUsers(long pk, long[] userPKs)
          Removes the association between the organization and the users.
static void setGroups(long pk, List<Group> groups)
          Sets the groups associated with the organization, removing and adding associations as necessary.
static void setGroups(long pk, long[] groupPKs)
          Sets the groups associated with the organization, removing and adding associations as necessary.
 void setPersistence(OrganizationPersistence persistence)
          Deprecated.  
static void setUsers(long pk, List<User> users)
          Sets the users associated with the organization, removing and adding associations as necessary.
static void setUsers(long pk, long[] userPKs)
          Sets the users associated with the organization, removing and adding associations as necessary.
static Organization update(Organization organization, boolean merge)
           
static Organization update(Organization organization, boolean merge, ServiceContext serviceContext)
           
static Organization updateImpl(Organization organization, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationUtil

public OrganizationUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(Organization organization)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public long countWithDynamicQuery(DynamicQuery dynamicQuery)
                           throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<Organization> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                               throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<Organization> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                      int start,
                                                      int end)
                                               throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

public static List<Organization> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                      int start,
                                                      int end,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

update

public static Organization update(Organization organization,
                                  boolean merge)
                           throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)

update

public static Organization update(Organization organization,
                                  boolean merge,
                                  ServiceContext serviceContext)
                           throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)

cacheResult

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

Parameters:
organization - the organization

cacheResult

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

Parameters:
organizations - the organizations

create

public static 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

public static 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

public static Organization updateImpl(Organization organization,
                                      boolean merge)
                               throws SystemException
Throws:
SystemException

findByPrimaryKey

public static 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

public static 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

findByCompanyId

public static 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

public static 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.

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

public static 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.

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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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.

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

public static 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.

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

public static 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

findByLocations

public static 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

public static 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.

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

public static 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.

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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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.

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

public static 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.

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

public static 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

findByC_P

public static 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

public static 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.

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

public static 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.

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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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.

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

public static 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.

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

public static 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

findByC_N

public static 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

public static 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

public static 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

findAll

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

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

findAll

public static 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.

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

public static 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.

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

removeByCompanyId

public static 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

removeByLocations

public static 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

removeByC_P

public static 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

removeByC_N

public static 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

removeAll

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

Throws:
SystemException - if a system exception occurred

countByCompanyId

public static 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

public static 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

countByLocations

public static 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

public static 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

countByC_P

public static 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

public static 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

countByC_N

public static 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

countAll

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

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

getGroups

public static 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

public static 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.

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

public static 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.

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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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.

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

public static 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.

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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

public static 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

getPersistence

public static OrganizationPersistence getPersistence()

setPersistence

public void setPersistence(OrganizationPersistence persistence)
Deprecated. 


Liferay 6.1.2-ce-ga3