Liferay 7.0-ce-b4

com.liferay.portal.service.persistence.impl
Class OrganizationPersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<Organization>
      extended by com.liferay.portal.service.persistence.impl.OrganizationPersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<Organization>, OrganizationPersistence

@ProviderType
public class OrganizationPersistenceImpl
extends BasePersistenceImpl<Organization>
implements OrganizationPersistence

The persistence implementation for the organization service.

Caching information and settings can be found in portal.properties

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

Field Summary
protected  CompanyProvider companyProvider
           
protected  EntityCache entityCache
           
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
           
static String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_C_N
           
static FinderPath FINDER_PATH_COUNT_BY_C_P
           
static FinderPath FINDER_PATH_COUNT_BY_COMPANYID
           
static FinderPath FINDER_PATH_COUNT_BY_LOCATIONS
           
static FinderPath FINDER_PATH_COUNT_BY_UUID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID_C
           
static FinderPath FINDER_PATH_FETCH_BY_C_N
           
static FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_T
           
static FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_O_C_P
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_P
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_T
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_LOCATIONS
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_O_C_P
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_P
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_LOCATIONS
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
           
protected  FinderCache finderCache
           
protected  GroupPersistence groupPersistence
           
protected  TableMapper<Organization,Group> organizationToGroupTableMapper
           
protected  TableMapper<Organization,User> organizationToUserTableMapper
           
protected  UserPersistence userPersistence
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
OrganizationPersistenceImpl()
           
 
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 afterPropertiesSet()
          Initializes the organization persistence.
 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.
protected  void cacheUniqueFindersCache(OrganizationModelImpl organizationModelImpl, boolean isNew)
           
 void clearCache()
          Clears the cache for all organizations.
 void clearCache(List<Organization> organizations)
          Clears the cache for a List instances of this model.
 void clearCache(Organization organization)
          Clears the cache for the organization.
 void clearGroups(long pk)
          Clears all associations between the organization and its groups.
protected  void clearUniqueFindersCache(OrganizationModelImpl organizationModelImpl)
           
 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.
 void destroy()
           
 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<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization fetchByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization fetchByC_T_First(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization fetchByC_T_Last(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization fetchByCompanyId_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization fetchByCompanyId_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Organization fetchByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization fetchByLocations_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Organization fetchByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> 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<Organization> 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 fetchByPrimaryKey(Serializable primaryKey)
          Returns the organization with the primary key or returns null if it could not be found.
 Map<Serializable,Organization> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Organization fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
 Organization fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
 Organization fetchByUuid_First(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
 Organization fetchByUuid_Last(String uuid, OrderByComparator<Organization> 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<Organization> 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<Organization> 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<Organization> 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<Organization> 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<Organization> 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<Organization> 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<Organization> 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<Organization> 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<Organization> 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<Organization> 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<Organization> 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<Organization> 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<Organization> orderByComparator)
          Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.
protected  Organization filterGetByC_P_PrevAndNext(Session session, Organization organization, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  Organization filterGetByC_T_PrevAndNext(Session session, Organization organization, long companyId, String treePath, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  Organization filterGetByCompanyId_PrevAndNext(Session session, Organization organization, long companyId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  Organization filterGetByLocations_PrevAndNext(Session session, Organization organization, long companyId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  Organization filterGetByUuid_C_PrevAndNext(Session session, Organization organization, String uuid, long companyId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  Organization filterGetByUuid_PrevAndNext(Session session, Organization organization, String uuid, OrderByComparator<Organization> orderByComparator, boolean previous)
           
 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<Organization> orderByComparator)
          Returns an ordered range of all the organizations.
 List<Organization> findAll(int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          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<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization[] findByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> 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<Organization> orderByComparator)
          Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
 List<Organization> findByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
 Organization findByC_T_First(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization findByC_T_Last(long companyId, String treePath, OrderByComparator<Organization> 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<Organization> 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<Organization> orderByComparator)
          Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
 List<Organization> findByC_T(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
 Organization findByCompanyId_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization findByCompanyId_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Organization[] findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> 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<Organization> orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
 List<Organization> findByCompanyId(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where companyId = ?.
 Organization findByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization findByLocations_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Organization[] findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> 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<Organization> orderByComparator)
          Returns an ordered range of all the organizations where companyId = ?.
 List<Organization> findByLocations(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where companyId = ?.
 Organization findByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> 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<Organization> 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<Organization> orderByComparator)
          Returns an ordered 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<Organization> orderByComparator, boolean retrieveFromCache)
          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 findByPrimaryKey(Serializable primaryKey)
          Returns the organization with the primary key or throws a NoSuchModelException if it could not be found.
 Organization findByUuid_C_First(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
 Organization findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
 Organization[] findByUuid_C_PrevAndNext(long organizationId, String uuid, long companyId, OrderByComparator<Organization> 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<Organization> orderByComparator)
          Returns an ordered range of all the organizations where uuid = ? and companyId = ?.
 List<Organization> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where uuid = ? and companyId = ?.
 Organization findByUuid_First(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
 Organization findByUuid_Last(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
 Organization[] findByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator<Organization> 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<Organization> orderByComparator)
          Returns an ordered range of all the organizations where uuid = ?.
 List<Organization> findByUuid(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the organizations where uuid = ?.
 Set<String> getBadColumnNames()
           
protected  Organization getByC_P_PrevAndNext(Session session, Organization organization, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  Organization getByC_T_PrevAndNext(Session session, Organization organization, long companyId, String treePath, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  Organization getByCompanyId_PrevAndNext(Session session, Organization organization, long companyId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  Organization getByLocations_PrevAndNext(Session session, Organization organization, long companyId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  Organization getByUuid_C_PrevAndNext(Session session, Organization organization, String uuid, long companyId, OrderByComparator<Organization> orderByComparator, boolean previous)
           
protected  Organization getByUuid_PrevAndNext(Session session, Organization organization, String uuid, OrderByComparator<Organization> orderByComparator, boolean previous)
           
 long[] getGroupPrimaryKeys(long pk)
          Returns the primaryKeys of groups associated with the organization.
 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<Group> 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.
protected  Map<String,Integer> getTableColumnsMap()
           
 long[] getUserPrimaryKeys(long pk)
          Returns the primaryKeys of users 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<User> 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.
 Organization remove(Serializable primaryKey)
          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.
protected  Organization removeImpl(Organization organization)
          Removes the model instance from the database.
 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.
protected  Organization toUnwrappedModel(Organization organization)
           
 Organization updateImpl(Organization organization)
          Updates the model instance in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST_WITH_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION

FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

FINDER_PATH_WITH_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL

FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

FINDER_PATH_COUNT_BY_UUID

public static final FinderPath FINDER_PATH_COUNT_BY_UUID

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C

FINDER_PATH_COUNT_BY_UUID_C

public static final FinderPath FINDER_PATH_COUNT_BY_UUID_C

FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID

FINDER_PATH_COUNT_BY_COMPANYID

public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID

FINDER_PATH_WITH_PAGINATION_FIND_BY_LOCATIONS

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_LOCATIONS

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_LOCATIONS

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_LOCATIONS

FINDER_PATH_COUNT_BY_LOCATIONS

public static final FinderPath FINDER_PATH_COUNT_BY_LOCATIONS

FINDER_PATH_WITH_PAGINATION_FIND_BY_C_P

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_P

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_P

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_P

FINDER_PATH_COUNT_BY_C_P

public static final FinderPath FINDER_PATH_COUNT_BY_C_P

FINDER_PATH_WITH_PAGINATION_FIND_BY_C_T

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_T

FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_T

public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_T

FINDER_PATH_FETCH_BY_C_N

public static final FinderPath FINDER_PATH_FETCH_BY_C_N

FINDER_PATH_COUNT_BY_C_N

public static final FinderPath FINDER_PATH_COUNT_BY_C_N

FINDER_PATH_WITH_PAGINATION_FIND_BY_O_C_P

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_O_C_P

FINDER_PATH_WITH_PAGINATION_COUNT_BY_O_C_P

public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_O_C_P

companyProvider

@BeanReference(type=CompanyProviderWrapper.class)
protected CompanyProvider companyProvider

entityCache

protected EntityCache entityCache

finderCache

protected FinderCache finderCache

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

organizationToGroupTableMapper

protected TableMapper<Organization,Group> organizationToGroupTableMapper

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

organizationToUserTableMapper

protected TableMapper<Organization,User> organizationToUserTableMapper
Constructor Detail

OrganizationPersistenceImpl

public OrganizationPersistenceImpl()
Method Detail

findByUuid

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

Specified by:
findByUuid in interface OrganizationPersistence
Parameters:
uuid - the uuid
Returns:
the matching organizations

findByUuid

public List<Organization> findByUuid(String uuid,
                                     int start,
                                     int end)
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.

Specified by:
findByUuid in interface OrganizationPersistence
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

findByUuid

public List<Organization> findByUuid(String uuid,
                                     int start,
                                     int end,
                                     OrderByComparator<Organization> orderByComparator)
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.

Specified by:
findByUuid in interface OrganizationPersistence
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

findByUuid

public List<Organization> findByUuid(String uuid,
                                     int start,
                                     int end,
                                     OrderByComparator<Organization> orderByComparator,
                                     boolean retrieveFromCache)
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.

Specified by:
findByUuid in interface OrganizationPersistence
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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching organizations

findByUuid_First

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

Specified by:
findByUuid_First in interface OrganizationPersistence
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

fetchByUuid_First

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

Specified by:
fetchByUuid_First in interface OrganizationPersistence
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

findByUuid_Last

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

Specified by:
findByUuid_Last in interface OrganizationPersistence
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

fetchByUuid_Last

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

Specified by:
fetchByUuid_Last in interface OrganizationPersistence
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

findByUuid_PrevAndNext

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

Specified by:
findByUuid_PrevAndNext in interface OrganizationPersistence
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

getByUuid_PrevAndNext

protected Organization getByUuid_PrevAndNext(Session session,
                                             Organization organization,
                                             String uuid,
                                             OrderByComparator<Organization> orderByComparator,
                                             boolean previous)

filterFindByUuid

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

Specified by:
filterFindByUuid in interface OrganizationPersistence
Parameters:
uuid - the uuid
Returns:
the matching organizations that the user has permission to view

filterFindByUuid

public 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 = ?.

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.

Specified by:
filterFindByUuid in interface OrganizationPersistence
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

filterFindByUuid

public List<Organization> filterFindByUuid(String uuid,
                                           int start,
                                           int end,
                                           OrderByComparator<Organization> orderByComparator)
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.

Specified by:
filterFindByUuid in interface OrganizationPersistence
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

filterFindByUuid_PrevAndNext

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

Specified by:
filterFindByUuid_PrevAndNext in interface OrganizationPersistence
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

filterGetByUuid_PrevAndNext

protected Organization filterGetByUuid_PrevAndNext(Session session,
                                                   Organization organization,
                                                   String uuid,
                                                   OrderByComparator<Organization> orderByComparator,
                                                   boolean previous)

removeByUuid

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

Specified by:
removeByUuid in interface OrganizationPersistence
Parameters:
uuid - the uuid

countByUuid

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

Specified by:
countByUuid in interface OrganizationPersistence
Parameters:
uuid - the uuid
Returns:
the number of matching organizations

filterCountByUuid

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

Specified by:
filterCountByUuid in interface OrganizationPersistence
Parameters:
uuid - the uuid
Returns:
the number of matching organizations that the user has permission to view

findByUuid_C

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

Specified by:
findByUuid_C in interface OrganizationPersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching organizations

findByUuid_C

public List<Organization> findByUuid_C(String uuid,
                                       long companyId,
                                       int start,
                                       int end)
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.

Specified by:
findByUuid_C in interface OrganizationPersistence
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

findByUuid_C

public List<Organization> findByUuid_C(String uuid,
                                       long companyId,
                                       int start,
                                       int end,
                                       OrderByComparator<Organization> orderByComparator)
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.

Specified by:
findByUuid_C in interface OrganizationPersistence
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

findByUuid_C

public List<Organization> findByUuid_C(String uuid,
                                       long companyId,
                                       int start,
                                       int end,
                                       OrderByComparator<Organization> orderByComparator,
                                       boolean retrieveFromCache)
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.

Specified by:
findByUuid_C in interface OrganizationPersistence
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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching organizations

findByUuid_C_First

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

Specified by:
findByUuid_C_First in interface OrganizationPersistence
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

fetchByUuid_C_First

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

Specified by:
fetchByUuid_C_First in interface OrganizationPersistence
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

findByUuid_C_Last

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

Specified by:
findByUuid_C_Last in interface OrganizationPersistence
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

fetchByUuid_C_Last

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

Specified by:
fetchByUuid_C_Last in interface OrganizationPersistence
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

findByUuid_C_PrevAndNext

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

Specified by:
findByUuid_C_PrevAndNext in interface OrganizationPersistence
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

getByUuid_C_PrevAndNext

protected Organization getByUuid_C_PrevAndNext(Session session,
                                               Organization organization,
                                               String uuid,
                                               long companyId,
                                               OrderByComparator<Organization> orderByComparator,
                                               boolean previous)

filterFindByUuid_C

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

Specified by:
filterFindByUuid_C in interface OrganizationPersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching organizations that the user has permission to view

filterFindByUuid_C

public 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 = ?.

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.

Specified by:
filterFindByUuid_C in interface OrganizationPersistence
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

filterFindByUuid_C

public List<Organization> filterFindByUuid_C(String uuid,
                                             long companyId,
                                             int start,
                                             int end,
                                             OrderByComparator<Organization> orderByComparator)
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.

Specified by:
filterFindByUuid_C in interface OrganizationPersistence
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

filterFindByUuid_C_PrevAndNext

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

Specified by:
filterFindByUuid_C_PrevAndNext in interface OrganizationPersistence
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

filterGetByUuid_C_PrevAndNext

protected Organization filterGetByUuid_C_PrevAndNext(Session session,
                                                     Organization organization,
                                                     String uuid,
                                                     long companyId,
                                                     OrderByComparator<Organization> orderByComparator,
                                                     boolean previous)

removeByUuid_C

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

Specified by:
removeByUuid_C in interface OrganizationPersistence
Parameters:
uuid - the uuid
companyId - the company ID

countByUuid_C

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

Specified by:
countByUuid_C in interface OrganizationPersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching organizations

filterCountByUuid_C

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

Specified by:
filterCountByUuid_C in interface OrganizationPersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching organizations that the user has permission to view

findByCompanyId

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

Specified by:
findByCompanyId in interface OrganizationPersistence
Parameters:
companyId - the company ID
Returns:
the matching organizations

findByCompanyId

public List<Organization> findByCompanyId(long companyId,
                                          int start,
                                          int end)
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.

Specified by:
findByCompanyId in interface OrganizationPersistence
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

findByCompanyId

public List<Organization> findByCompanyId(long companyId,
                                          int start,
                                          int end,
                                          OrderByComparator<Organization> orderByComparator)
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.

Specified by:
findByCompanyId in interface OrganizationPersistence
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

findByCompanyId

public List<Organization> findByCompanyId(long companyId,
                                          int start,
                                          int end,
                                          OrderByComparator<Organization> orderByComparator,
                                          boolean retrieveFromCache)
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.

Specified by:
findByCompanyId in interface OrganizationPersistence
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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching organizations

findByCompanyId_First

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

Specified by:
findByCompanyId_First in interface OrganizationPersistence
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

fetchByCompanyId_First

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

Specified by:
fetchByCompanyId_First in interface OrganizationPersistence
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

findByCompanyId_Last

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

Specified by:
findByCompanyId_Last in interface OrganizationPersistence
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

fetchByCompanyId_Last

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

Specified by:
fetchByCompanyId_Last in interface OrganizationPersistence
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

findByCompanyId_PrevAndNext

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

Specified by:
findByCompanyId_PrevAndNext in interface OrganizationPersistence
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

getByCompanyId_PrevAndNext

protected Organization getByCompanyId_PrevAndNext(Session session,
                                                  Organization organization,
                                                  long companyId,
                                                  OrderByComparator<Organization> orderByComparator,
                                                  boolean previous)

filterFindByCompanyId

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

Specified by:
filterFindByCompanyId in interface OrganizationPersistence
Parameters:
companyId - the company ID
Returns:
the matching organizations that the user has permission to view

filterFindByCompanyId

public 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 = ?.

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.

Specified by:
filterFindByCompanyId in interface OrganizationPersistence
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

filterFindByCompanyId

public List<Organization> filterFindByCompanyId(long companyId,
                                                int start,
                                                int end,
                                                OrderByComparator<Organization> orderByComparator)
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.

Specified by:
filterFindByCompanyId in interface OrganizationPersistence
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

filterFindByCompanyId_PrevAndNext

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

Specified by:
filterFindByCompanyId_PrevAndNext in interface OrganizationPersistence
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

filterGetByCompanyId_PrevAndNext

protected Organization filterGetByCompanyId_PrevAndNext(Session session,
                                                        Organization organization,
                                                        long companyId,
                                                        OrderByComparator<Organization> orderByComparator,
                                                        boolean previous)

removeByCompanyId

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

Specified by:
removeByCompanyId in interface OrganizationPersistence
Parameters:
companyId - the company ID

countByCompanyId

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

Specified by:
countByCompanyId in interface OrganizationPersistence
Parameters:
companyId - the company ID
Returns:
the number of matching organizations

filterCountByCompanyId

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

Specified by:
filterCountByCompanyId in interface OrganizationPersistence
Parameters:
companyId - the company ID
Returns:
the number of matching organizations that the user has permission to view

findByLocations

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

Specified by:
findByLocations in interface OrganizationPersistence
Parameters:
companyId - the company ID
Returns:
the matching organizations

findByLocations

public List<Organization> findByLocations(long companyId,
                                          int start,
                                          int end)
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.

Specified by:
findByLocations in interface OrganizationPersistence
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

findByLocations

public List<Organization> findByLocations(long companyId,
                                          int start,
                                          int end,
                                          OrderByComparator<Organization> orderByComparator)
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.

Specified by:
findByLocations in interface OrganizationPersistence
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

findByLocations

public List<Organization> findByLocations(long companyId,
                                          int start,
                                          int end,
                                          OrderByComparator<Organization> orderByComparator,
                                          boolean retrieveFromCache)
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.

Specified by:
findByLocations in interface OrganizationPersistence
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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching organizations

findByLocations_First

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

Specified by:
findByLocations_First in interface OrganizationPersistence
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

fetchByLocations_First

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

Specified by:
fetchByLocations_First in interface OrganizationPersistence
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

findByLocations_Last

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

Specified by:
findByLocations_Last in interface OrganizationPersistence
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

fetchByLocations_Last

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

Specified by:
fetchByLocations_Last in interface OrganizationPersistence
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

findByLocations_PrevAndNext

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

Specified by:
findByLocations_PrevAndNext in interface OrganizationPersistence
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

getByLocations_PrevAndNext

protected Organization getByLocations_PrevAndNext(Session session,
                                                  Organization organization,
                                                  long companyId,
                                                  OrderByComparator<Organization> orderByComparator,
                                                  boolean previous)

filterFindByLocations

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

Specified by:
filterFindByLocations in interface OrganizationPersistence
Parameters:
companyId - the company ID
Returns:
the matching organizations that the user has permission to view

filterFindByLocations

public 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 = ?.

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.

Specified by:
filterFindByLocations in interface OrganizationPersistence
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

filterFindByLocations

public List<Organization> filterFindByLocations(long companyId,
                                                int start,
                                                int end,
                                                OrderByComparator<Organization> orderByComparator)
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.

Specified by:
filterFindByLocations in interface OrganizationPersistence
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

filterFindByLocations_PrevAndNext

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

Specified by:
filterFindByLocations_PrevAndNext in interface OrganizationPersistence
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

filterGetByLocations_PrevAndNext

protected Organization filterGetByLocations_PrevAndNext(Session session,
                                                        Organization organization,
                                                        long companyId,
                                                        OrderByComparator<Organization> orderByComparator,
                                                        boolean previous)

removeByLocations

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

Specified by:
removeByLocations in interface OrganizationPersistence
Parameters:
companyId - the company ID

countByLocations

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

Specified by:
countByLocations in interface OrganizationPersistence
Parameters:
companyId - the company ID
Returns:
the number of matching organizations

filterCountByLocations

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

Specified by:
filterCountByLocations in interface OrganizationPersistence
Parameters:
companyId - the company ID
Returns:
the number of matching organizations that the user has permission to view

findByC_P

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

Specified by:
findByC_P in interface OrganizationPersistence
Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
Returns:
the matching organizations

findByC_P

public List<Organization> findByC_P(long companyId,
                                    long parentOrganizationId,
                                    int start,
                                    int end)
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.

Specified by:
findByC_P in interface OrganizationPersistence
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

findByC_P

public List<Organization> findByC_P(long companyId,
                                    long parentOrganizationId,
                                    int start,
                                    int end,
                                    OrderByComparator<Organization> orderByComparator)
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.

Specified by:
findByC_P in interface OrganizationPersistence
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

findByC_P

public List<Organization> findByC_P(long companyId,
                                    long parentOrganizationId,
                                    int start,
                                    int end,
                                    OrderByComparator<Organization> orderByComparator,
                                    boolean retrieveFromCache)
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.

Specified by:
findByC_P in interface OrganizationPersistence
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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching organizations

findByC_P_First

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

Specified by:
findByC_P_First in interface OrganizationPersistence
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

fetchByC_P_First

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

Specified by:
fetchByC_P_First in interface OrganizationPersistence
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

findByC_P_Last

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

Specified by:
findByC_P_Last in interface OrganizationPersistence
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

fetchByC_P_Last

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

Specified by:
fetchByC_P_Last in interface OrganizationPersistence
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

findByC_P_PrevAndNext

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

Specified by:
findByC_P_PrevAndNext in interface OrganizationPersistence
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

getByC_P_PrevAndNext

protected Organization getByC_P_PrevAndNext(Session session,
                                            Organization organization,
                                            long companyId,
                                            long parentOrganizationId,
                                            OrderByComparator<Organization> orderByComparator,
                                            boolean previous)

filterFindByC_P

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

Specified by:
filterFindByC_P in interface OrganizationPersistence
Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
Returns:
the matching organizations that the user has permission to view

filterFindByC_P

public 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 = ?.

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.

Specified by:
filterFindByC_P in interface OrganizationPersistence
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

filterFindByC_P

public List<Organization> filterFindByC_P(long companyId,
                                          long parentOrganizationId,
                                          int start,
                                          int end,
                                          OrderByComparator<Organization> orderByComparator)
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.

Specified by:
filterFindByC_P in interface OrganizationPersistence
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

filterFindByC_P_PrevAndNext

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

Specified by:
filterFindByC_P_PrevAndNext in interface OrganizationPersistence
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

filterGetByC_P_PrevAndNext

protected Organization filterGetByC_P_PrevAndNext(Session session,
                                                  Organization organization,
                                                  long companyId,
                                                  long parentOrganizationId,
                                                  OrderByComparator<Organization> orderByComparator,
                                                  boolean previous)

removeByC_P

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

Specified by:
removeByC_P in interface OrganizationPersistence
Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID

countByC_P

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

Specified by:
countByC_P in interface OrganizationPersistence
Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
Returns:
the number of matching organizations

filterCountByC_P

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

Specified by:
filterCountByC_P in interface OrganizationPersistence
Parameters:
companyId - the company ID
parentOrganizationId - the parent organization ID
Returns:
the number of matching organizations that the user has permission to view

findByC_T

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

Specified by:
findByC_T in interface OrganizationPersistence
Parameters:
companyId - the company ID
treePath - the tree path
Returns:
the matching organizations

findByC_T

public List<Organization> findByC_T(long companyId,
                                    String treePath,
                                    int start,
                                    int end)
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.

Specified by:
findByC_T in interface OrganizationPersistence
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

findByC_T

public List<Organization> findByC_T(long companyId,
                                    String treePath,
                                    int start,
                                    int end,
                                    OrderByComparator<Organization> orderByComparator)
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.

Specified by:
findByC_T in interface OrganizationPersistence
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

findByC_T

public List<Organization> findByC_T(long companyId,
                                    String treePath,
                                    int start,
                                    int end,
                                    OrderByComparator<Organization> orderByComparator,
                                    boolean retrieveFromCache)
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.

Specified by:
findByC_T in interface OrganizationPersistence
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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching organizations

findByC_T_First

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

Specified by:
findByC_T_First in interface OrganizationPersistence
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

fetchByC_T_First

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

Specified by:
fetchByC_T_First in interface OrganizationPersistence
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

findByC_T_Last

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

Specified by:
findByC_T_Last in interface OrganizationPersistence
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

fetchByC_T_Last

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

Specified by:
fetchByC_T_Last in interface OrganizationPersistence
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

findByC_T_PrevAndNext

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

Specified by:
findByC_T_PrevAndNext in interface OrganizationPersistence
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

getByC_T_PrevAndNext

protected Organization getByC_T_PrevAndNext(Session session,
                                            Organization organization,
                                            long companyId,
                                            String treePath,
                                            OrderByComparator<Organization> orderByComparator,
                                            boolean previous)

filterFindByC_T

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

Specified by:
filterFindByC_T in interface OrganizationPersistence
Parameters:
companyId - the company ID
treePath - the tree path
Returns:
the matching organizations that the user has permission to view

filterFindByC_T

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

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.

Specified by:
filterFindByC_T in interface OrganizationPersistence
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

filterFindByC_T

public List<Organization> filterFindByC_T(long companyId,
                                          String treePath,
                                          int start,
                                          int end,
                                          OrderByComparator<Organization> orderByComparator)
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.

Specified by:
filterFindByC_T in interface OrganizationPersistence
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

filterFindByC_T_PrevAndNext

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

Specified by:
filterFindByC_T_PrevAndNext in interface OrganizationPersistence
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

filterGetByC_T_PrevAndNext

protected Organization filterGetByC_T_PrevAndNext(Session session,
                                                  Organization organization,
                                                  long companyId,
                                                  String treePath,
                                                  OrderByComparator<Organization> orderByComparator,
                                                  boolean previous)

removeByC_T

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

Specified by:
removeByC_T in interface OrganizationPersistence
Parameters:
companyId - the company ID
treePath - the tree path

countByC_T

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

Specified by:
countByC_T in interface OrganizationPersistence
Parameters:
companyId - the company ID
treePath - the tree path
Returns:
the number of matching organizations

filterCountByC_T

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

Specified by:
filterCountByC_T in interface OrganizationPersistence
Parameters:
companyId - the company ID
treePath - the tree path
Returns:
the number of matching organizations that the user has permission to view

findByC_N

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

Specified by:
findByC_N in interface OrganizationPersistence
Parameters:
companyId - the company ID
name - the name
Returns:
the matching organization
Throws:
NoSuchOrganizationException - if a matching organization could not be found

fetchByC_N

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

Specified by:
fetchByC_N in interface OrganizationPersistence
Parameters:
companyId - the company ID
name - the name
Returns:
the matching organization, or null if a matching organization could not be found

fetchByC_N

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

Specified by:
fetchByC_N in interface OrganizationPersistence
Parameters:
companyId - the company ID
name - the name
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching organization, or null if a matching organization could not be found

removeByC_N

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

Specified by:
removeByC_N in interface OrganizationPersistence
Parameters:
companyId - the company ID
name - the name
Returns:
the organization that was removed
Throws:
NoSuchOrganizationException

countByC_N

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

Specified by:
countByC_N in interface OrganizationPersistence
Parameters:
companyId - the company ID
name - the name
Returns:
the number of matching organizations

findByO_C_P

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

Specified by:
findByO_C_P in interface OrganizationPersistence
Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID
Returns:
the matching organizations

findByO_C_P

public 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 = ?.

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.

Specified by:
findByO_C_P in interface OrganizationPersistence
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

findByO_C_P

public List<Organization> findByO_C_P(long organizationId,
                                      long companyId,
                                      long parentOrganizationId,
                                      int start,
                                      int end,
                                      OrderByComparator<Organization> orderByComparator)
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.

Specified by:
findByO_C_P in interface OrganizationPersistence
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

findByO_C_P

public List<Organization> findByO_C_P(long organizationId,
                                      long companyId,
                                      long parentOrganizationId,
                                      int start,
                                      int end,
                                      OrderByComparator<Organization> orderByComparator,
                                      boolean retrieveFromCache)
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.

Specified by:
findByO_C_P in interface OrganizationPersistence
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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching organizations

findByO_C_P_First

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

Specified by:
findByO_C_P_First in interface OrganizationPersistence
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

fetchByO_C_P_First

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

Specified by:
fetchByO_C_P_First in interface OrganizationPersistence
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

findByO_C_P_Last

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

Specified by:
findByO_C_P_Last in interface OrganizationPersistence
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

fetchByO_C_P_Last

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

Specified by:
fetchByO_C_P_Last in interface OrganizationPersistence
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

filterFindByO_C_P

public 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 = ?.

Specified by:
filterFindByO_C_P in interface OrganizationPersistence
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

filterFindByO_C_P

public 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 = ?.

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.

Specified by:
filterFindByO_C_P in interface OrganizationPersistence
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

filterFindByO_C_P

public List<Organization> filterFindByO_C_P(long organizationId,
                                            long companyId,
                                            long parentOrganizationId,
                                            int start,
                                            int end,
                                            OrderByComparator<Organization> orderByComparator)
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.

Specified by:
filterFindByO_C_P in interface OrganizationPersistence
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

removeByO_C_P

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

Specified by:
removeByO_C_P in interface OrganizationPersistence
Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID

countByO_C_P

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

Specified by:
countByO_C_P in interface OrganizationPersistence
Parameters:
organizationId - the organization ID
companyId - the company ID
parentOrganizationId - the parent organization ID
Returns:
the number of matching organizations

filterCountByO_C_P

public 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 = ?.

Specified by:
filterCountByO_C_P in interface OrganizationPersistence
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

cacheResult

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

Specified by:
cacheResult in interface OrganizationPersistence
Parameters:
organization - the organization

cacheResult

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

Specified by:
cacheResult in interface OrganizationPersistence
Parameters:
organizations - the organizations

clearCache

public void clearCache()
Clears the cache for all organizations.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<Organization>
Overrides:
clearCache in class BasePersistenceImpl<Organization>

clearCache

public void clearCache(Organization organization)
Clears the cache for the organization.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<Organization>
Overrides:
clearCache in class BasePersistenceImpl<Organization>
Parameters:
organization - the instance of this model to clear the cache for

clearCache

public void clearCache(List<Organization> organizations)
Description copied from interface: BasePersistence
Clears the cache for a List instances of this model.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<Organization>
Overrides:
clearCache in class BasePersistenceImpl<Organization>
Parameters:
organizations - the List instances of this model to clear the cache for

cacheUniqueFindersCache

protected void cacheUniqueFindersCache(OrganizationModelImpl organizationModelImpl,
                                       boolean isNew)

clearUniqueFindersCache

protected void clearUniqueFindersCache(OrganizationModelImpl organizationModelImpl)

create

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

Specified by:
create in interface OrganizationPersistence
Parameters:
organizationId - the primary key for the new organization
Returns:
the new organization

remove

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

Specified by:
remove in interface OrganizationPersistence
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

remove

public Organization remove(Serializable primaryKey)
                    throws NoSuchOrganizationException
Removes the organization with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<Organization>
Overrides:
remove in class BasePersistenceImpl<Organization>
Parameters:
primaryKey - 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

removeImpl

protected Organization removeImpl(Organization organization)
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<Organization>
Parameters:
organization - the model instance to remove
Returns:
the model instance that was removed

updateImpl

public Organization updateImpl(Organization organization)
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface OrganizationPersistence
Overrides:
updateImpl in class BasePersistenceImpl<Organization>
Parameters:
organization - the model instance to update
Returns:
the model instance that was updated

toUnwrappedModel

protected Organization toUnwrappedModel(Organization organization)

findByPrimaryKey

public Organization findByPrimaryKey(Serializable primaryKey)
                              throws NoSuchOrganizationException
Returns the organization with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<Organization>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<Organization>
Parameters:
primaryKey - the primary key of the organization
Returns:
the organization
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found

findByPrimaryKey

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

Specified by:
findByPrimaryKey in interface OrganizationPersistence
Parameters:
organizationId - the primary key of the organization
Returns:
the organization
Throws:
NoSuchOrganizationException - if a organization with the primary key could not be found

fetchByPrimaryKey

public Organization fetchByPrimaryKey(Serializable primaryKey)
Returns the organization with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<Organization>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<Organization>
Parameters:
primaryKey - the primary key of the organization
Returns:
the organization, or null if a organization with the primary key could not be found

fetchByPrimaryKey

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

Specified by:
fetchByPrimaryKey in interface OrganizationPersistence
Parameters:
organizationId - the primary key of the organization
Returns:
the organization, or null if a organization with the primary key could not be found

fetchByPrimaryKeys

public Map<Serializable,Organization> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Specified by:
fetchByPrimaryKeys in interface BasePersistence<Organization>
Specified by:
fetchByPrimaryKeys in interface OrganizationPersistence
Overrides:
fetchByPrimaryKeys in class BasePersistenceImpl<Organization>

findAll

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

Specified by:
findAll in interface OrganizationPersistence
Returns:
the organizations

findAll

public List<Organization> findAll(int start,
                                  int end)
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.

Specified by:
findAll in interface OrganizationPersistence
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

findAll

public List<Organization> findAll(int start,
                                  int end,
                                  OrderByComparator<Organization> orderByComparator)
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.

Specified by:
findAll in interface OrganizationPersistence
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

findAll

public List<Organization> findAll(int start,
                                  int end,
                                  OrderByComparator<Organization> orderByComparator,
                                  boolean retrieveFromCache)
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.

Specified by:
findAll in interface OrganizationPersistence
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)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of organizations

removeAll

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

Specified by:
removeAll in interface OrganizationPersistence

countAll

public int countAll()
Returns the number of organizations.

Specified by:
countAll in interface OrganizationPersistence
Returns:
the number of organizations

getGroupPrimaryKeys

public long[] getGroupPrimaryKeys(long pk)
Returns the primaryKeys of groups associated with the organization.

Specified by:
getGroupPrimaryKeys in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
Returns:
long[] of the primaryKeys of groups associated with the organization

getGroups

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

Specified by:
getGroups in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
Returns:
the groups associated with the organization

getGroups

public List<Group> getGroups(long pk,
                             int start,
                             int end)
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.

Specified by:
getGroups in interface OrganizationPersistence
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

getGroups

public List<Group> getGroups(long pk,
                             int start,
                             int end,
                             OrderByComparator<Group> orderByComparator)
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.

Specified by:
getGroups in interface OrganizationPersistence
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

getGroupsSize

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

Specified by:
getGroupsSize in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
Returns:
the number of groups associated with the organization

containsGroup

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

Specified by:
containsGroup in interface OrganizationPersistence
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

containsGroups

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

Specified by:
containsGroups in interface OrganizationPersistence
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

addGroup

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

Specified by:
addGroup in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
groupPK - the primary key of the group

addGroup

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

Specified by:
addGroup in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
group - the group

addGroups

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

Specified by:
addGroups in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
groupPKs - the primary keys of the groups

addGroups

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

Specified by:
addGroups in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
groups - the groups

clearGroups

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

Specified by:
clearGroups in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization to clear the associated groups from

removeGroup

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

Specified by:
removeGroup in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
groupPK - the primary key of the group

removeGroup

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

Specified by:
removeGroup in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
group - the group

removeGroups

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

Specified by:
removeGroups in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
groupPKs - the primary keys of the groups

removeGroups

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

Specified by:
removeGroups in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
groups - the groups

setGroups

public void setGroups(long pk,
                      long[] groupPKs)
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.

Specified by:
setGroups in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
groupPKs - the primary keys of the groups to be associated with the organization

setGroups

public void setGroups(long pk,
                      List<Group> groups)
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.

Specified by:
setGroups in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
groups - the groups to be associated with the organization

getUserPrimaryKeys

public long[] getUserPrimaryKeys(long pk)
Returns the primaryKeys of users associated with the organization.

Specified by:
getUserPrimaryKeys in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
Returns:
long[] of the primaryKeys of users associated with the organization

getUsers

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

Specified by:
getUsers in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
Returns:
the users associated with the organization

getUsers

public List<User> getUsers(long pk,
                           int start,
                           int end)
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.

Specified by:
getUsers in interface OrganizationPersistence
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

getUsers

public List<User> getUsers(long pk,
                           int start,
                           int end,
                           OrderByComparator<User> orderByComparator)
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.

Specified by:
getUsers in interface OrganizationPersistence
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

getUsersSize

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

Specified by:
getUsersSize in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
Returns:
the number of users associated with the organization

containsUser

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

Specified by:
containsUser in interface OrganizationPersistence
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

containsUsers

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

Specified by:
containsUsers in interface OrganizationPersistence
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

addUser

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

Specified by:
addUser in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
userPK - the primary key of the user

addUser

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

Specified by:
addUser in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
user - the user

addUsers

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

Specified by:
addUsers in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
userPKs - the primary keys of the users

addUsers

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

Specified by:
addUsers in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
users - the users

clearUsers

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

Specified by:
clearUsers in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization to clear the associated users from

removeUser

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

Specified by:
removeUser in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
userPK - the primary key of the user

removeUser

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

Specified by:
removeUser in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
user - the user

removeUsers

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

Specified by:
removeUsers in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
userPKs - the primary keys of the users

removeUsers

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

Specified by:
removeUsers in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
users - the users

setUsers

public void setUsers(long pk,
                     long[] userPKs)
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.

Specified by:
setUsers in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
userPKs - the primary keys of the users to be associated with the organization

setUsers

public void setUsers(long pk,
                     List<User> users)
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.

Specified by:
setUsers in interface OrganizationPersistence
Parameters:
pk - the primary key of the organization
users - the users to be associated with the organization

getBadColumnNames

public Set<String> getBadColumnNames()
Specified by:
getBadColumnNames in interface BasePersistence<Organization>
Specified by:
getBadColumnNames in interface OrganizationPersistence
Overrides:
getBadColumnNames in class BasePersistenceImpl<Organization>

getTableColumnsMap

protected Map<String,Integer> getTableColumnsMap()
Overrides:
getTableColumnsMap in class BasePersistenceImpl<Organization>

afterPropertiesSet

public void afterPropertiesSet()
Initializes the organization persistence.


destroy

public void destroy()

Liferay 7.0-ce-b4