@ProviderType public interface OrganizationPersistence extends BasePersistence<Organization>
Caching information and settings can be found in portal.properties
OrganizationPersistenceImpl
,
OrganizationUtil
Modifier and Type | Method and Description |
---|---|
void |
addGroup(long pk,
Group group)
Adds an association between the organization and the group.
|
void |
addGroup(long pk,
long groupPK)
Adds an association between the organization and the group.
|
void |
addGroups(long pk,
List<Group> groups)
Adds an association between the organization and the groups.
|
void |
addGroups(long pk,
long[] groupPKs)
Adds an association between the organization and the groups.
|
void |
addUser(long pk,
long userPK)
Adds an association between the organization and the user.
|
void |
addUser(long pk,
User user)
Adds an association between the organization and the user.
|
void |
addUsers(long pk,
List<User> users)
Adds an association between the organization and the users.
|
void |
addUsers(long pk,
long[] userPKs)
Adds an association between the organization and the users.
|
void |
cacheResult(List<Organization> organizations)
Caches the organizations in the entity cache if it is enabled.
|
void |
cacheResult(Organization organization)
Caches the organization in the entity cache if it is enabled.
|
void |
clearGroups(long pk)
Clears all associations between the organization and its groups.
|
void |
clearUsers(long pk)
Clears all associations between the organization and its users.
|
boolean |
containsGroup(long pk,
long groupPK)
Returns
true if the group is associated with the organization. |
boolean |
containsGroups(long pk)
Returns
true if the organization has any groups associated with it. |
boolean |
containsUser(long pk,
long userPK)
Returns
true if the user is associated with the organization. |
boolean |
containsUsers(long pk)
Returns
true if the organization has any users associated with it. |
int |
countAll()
Returns the number of organizations.
|
int |
countByC_N(long companyId,
String name)
Returns the number of organizations where companyId = ? and name = ?.
|
int |
countByC_P_LikeN(long companyId,
long parentOrganizationId,
String name)
Returns the number of organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
int |
countByC_P(long companyId,
long parentOrganizationId)
Returns the number of organizations where companyId = ? and parentOrganizationId = ?.
|
int |
countByC_T(long companyId,
String treePath)
Returns the number of organizations where companyId = ? and treePath LIKE ?.
|
int |
countByCompanyId(long companyId)
Returns the number of organizations where companyId = ?.
|
int |
countByLocations(long companyId)
Returns the number of organizations where companyId = ?.
|
int |
countByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Returns the number of organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of organizations where uuid = ? and companyId = ?.
|
int |
countByUuid(String uuid)
Returns the number of organizations where uuid = ?.
|
Organization |
create(long organizationId)
Creates a new organization with the primary key.
|
Organization |
fetchByC_N(long companyId,
String name)
Returns the organization where companyId = ? and name = ? or returns
null if it could not be found. |
Organization |
fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the organization where companyId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
Organization |
fetchByC_P_First(long companyId,
long parentOrganizationId,
OrderByComparator<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_P_LikeN_First(long companyId,
long parentOrganizationId,
String name,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
Organization |
fetchByC_P_LikeN_Last(long companyId,
long parentOrganizationId,
String name,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
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. |
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_LikeN(long companyId,
long parentOrganizationId,
String name)
Returns the number of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
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_LikeN_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
String name,
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 = ? and name LIKE ?.
|
List<Organization> |
filterFindByC_P_LikeN(long companyId,
long parentOrganizationId,
String name)
Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
List<Organization> |
filterFindByC_P_LikeN(long companyId,
long parentOrganizationId,
String name,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
List<Organization> |
filterFindByC_P_LikeN(long companyId,
long parentOrganizationId,
String name,
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 = ? and name LIKE ?.
|
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 = ?.
|
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_LikeN_First(long companyId,
long parentOrganizationId,
String name,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
Organization |
findByC_P_LikeN_Last(long companyId,
long parentOrganizationId,
String name,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
Organization[] |
findByC_P_LikeN_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
String name,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
List<Organization> |
findByC_P_LikeN(long companyId,
long parentOrganizationId,
String name)
Returns all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
List<Organization> |
findByC_P_LikeN(long companyId,
long parentOrganizationId,
String name,
int start,
int end)
Returns a range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
List<Organization> |
findByC_P_LikeN(long companyId,
long parentOrganizationId,
String name,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
List<Organization> |
findByC_P_LikeN(long companyId,
long parentOrganizationId,
String name,
int start,
int end,
OrderByComparator<Organization> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
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 |
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() |
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.
|
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.
|
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_LikeN(long companyId,
long parentOrganizationId,
String name)
Removes all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ? from the database.
|
void |
removeByC_P(long companyId,
long parentOrganizationId)
Removes all the organizations where companyId = ? and parentOrganizationId = ? from the database.
|
void |
removeByC_T(long companyId,
String treePath)
Removes all the organizations where companyId = ? and treePath LIKE ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the organizations where companyId = ? from the database.
|
void |
removeByLocations(long companyId)
Removes all the organizations where companyId = ? from the database.
|
void |
removeByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Removes all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ? from the database.
|
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the organizations where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(String uuid)
Removes all the organizations where uuid = ? from the database.
|
void |
removeGroup(long pk,
Group group)
Removes the association between the organization and the group.
|
void |
removeGroup(long pk,
long groupPK)
Removes the association between the organization and the group.
|
void |
removeGroups(long pk,
List<Group> groups)
Removes the association between the organization and the groups.
|
void |
removeGroups(long pk,
long[] groupPKs)
Removes the association between the organization and the groups.
|
void |
removeUser(long pk,
long userPK)
Removes the association between the organization and the user.
|
void |
removeUser(long pk,
User user)
Removes the association between the organization and the user.
|
void |
removeUsers(long pk,
List<User> users)
Removes the association between the organization and the users.
|
void |
removeUsers(long pk,
long[] userPKs)
Removes the association between the organization and the users.
|
void |
setGroups(long pk,
List<Group> groups)
Sets the groups associated with the organization, removing and adding associations as necessary.
|
void |
setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the organization, removing and adding associations as necessary.
|
void |
setUsers(long pk,
List<User> users)
Sets the users associated with the organization, removing and adding associations as necessary.
|
void |
setUsers(long pk,
long[] userPKs)
Sets the users associated with the organization, removing and adding associations as necessary.
|
Organization |
updateImpl(Organization organization) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
List<Organization> findByUuid(String uuid)
uuid
- the uuidList<Organization> findByUuid(String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> findByUuid(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Organization> findByUuid(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheOrganization findByUuid_First(String uuid, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByUuid_First(String uuid, OrderByComparator<Organization> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundOrganization findByUuid_Last(String uuid, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByUuid_Last(String uuid, OrderByComparator<Organization> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundOrganization[] findByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the primary key of the current organizationuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a organization with the primary key could not be foundList<Organization> filterFindByUuid(String uuid)
uuid
- the uuidList<Organization> filterFindByUuid(String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> filterFindByUuid(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)Organization[] filterFindByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the primary key of the current organizationuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a organization with the primary key could not be foundvoid removeByUuid(String uuid)
uuid
- the uuidint countByUuid(String uuid)
uuid
- the uuidint filterCountByUuid(String uuid)
uuid
- the uuidList<Organization> findByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<Organization> findByUuid_C(String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Organization> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheOrganization findByUuid_C_First(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundOrganization findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundOrganization[] findByUuid_C_PrevAndNext(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the primary key of the current organizationuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a organization with the primary key could not be foundList<Organization> filterFindByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<Organization> filterFindByUuid_C(String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)Organization[] filterFindByUuid_C_PrevAndNext(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the primary key of the current organizationuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a organization with the primary key could not be foundvoid removeByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint filterCountByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<Organization> findByCompanyId(long companyId)
companyId
- the company IDList<Organization> findByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> findByCompanyId(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Organization> findByCompanyId(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheOrganization findByCompanyId_First(long companyId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByCompanyId_First(long companyId, OrderByComparator<Organization> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundOrganization findByCompanyId_Last(long companyId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByCompanyId_Last(long companyId, OrderByComparator<Organization> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundOrganization[] findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the primary key of the current organizationcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a organization with the primary key could not be foundList<Organization> filterFindByCompanyId(long companyId)
companyId
- the company IDList<Organization> filterFindByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)Organization[] filterFindByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the primary key of the current organizationcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a organization with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDint filterCountByCompanyId(long companyId)
companyId
- the company IDList<Organization> findByLocations(long companyId)
companyId
- the company IDList<Organization> findByLocations(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> findByLocations(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Organization> findByLocations(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheOrganization findByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundOrganization findByLocations_Last(long companyId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByLocations_Last(long companyId, OrderByComparator<Organization> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundOrganization[] findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the primary key of the current organizationcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a organization with the primary key could not be foundList<Organization> filterFindByLocations(long companyId)
companyId
- the company IDList<Organization> filterFindByLocations(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> filterFindByLocations(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)Organization[] filterFindByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the primary key of the current organizationcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a organization with the primary key could not be foundvoid removeByLocations(long companyId)
companyId
- the company IDint countByLocations(long companyId)
companyId
- the company IDint filterCountByLocations(long companyId)
companyId
- the company IDList<Organization> findByC_P(long companyId, long parentOrganizationId)
companyId
- the company IDparentOrganizationId
- the parent organization IDList<Organization> findByC_P(long companyId, long parentOrganizationId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDparentOrganizationId
- the parent organization IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> findByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDparentOrganizationId
- the parent organization IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Organization> findByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDparentOrganizationId
- the parent organization IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheOrganization findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
companyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByC_P_First(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
companyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundOrganization findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
companyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
companyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundOrganization[] findByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the primary key of the current organizationcompanyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a organization with the primary key could not be foundList<Organization> filterFindByC_P(long companyId, long parentOrganizationId)
companyId
- the company IDparentOrganizationId
- the parent organization IDList<Organization> filterFindByC_P(long companyId, long parentOrganizationId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDparentOrganizationId
- the parent organization IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> filterFindByC_P(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDparentOrganizationId
- the parent organization IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)Organization[] filterFindByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the primary key of the current organizationcompanyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a organization with the primary key could not be foundvoid removeByC_P(long companyId, long parentOrganizationId)
companyId
- the company IDparentOrganizationId
- the parent organization IDint countByC_P(long companyId, long parentOrganizationId)
companyId
- the company IDparentOrganizationId
- the parent organization IDint filterCountByC_P(long companyId, long parentOrganizationId)
companyId
- the company IDparentOrganizationId
- the parent organization IDList<Organization> findByC_T(long companyId, String treePath)
companyId
- the company IDtreePath
- the tree pathList<Organization> findByC_T(long companyId, String treePath, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDtreePath
- the tree pathstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> findByC_T(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDtreePath
- the tree pathstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Organization> findByC_T(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDtreePath
- the tree pathstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheOrganization findByC_T_First(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
companyId
- the company IDtreePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByC_T_First(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
companyId
- the company IDtreePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundOrganization findByC_T_Last(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
companyId
- the company IDtreePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByC_T_Last(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
companyId
- the company IDtreePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundOrganization[] findByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the primary key of the current organizationcompanyId
- the company IDtreePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a organization with the primary key could not be foundList<Organization> filterFindByC_T(long companyId, String treePath)
companyId
- the company IDtreePath
- the tree pathList<Organization> filterFindByC_T(long companyId, String treePath, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDtreePath
- the tree pathstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> filterFindByC_T(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDtreePath
- the tree pathstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)Organization[] filterFindByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the primary key of the current organizationcompanyId
- the company IDtreePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a organization with the primary key could not be foundvoid removeByC_T(long companyId, String treePath)
companyId
- the company IDtreePath
- the tree pathint countByC_T(long companyId, String treePath)
companyId
- the company IDtreePath
- the tree pathint filterCountByC_T(long companyId, String treePath)
companyId
- the company IDtreePath
- the tree pathOrganization findByC_N(long companyId, String name) throws NoSuchOrganizationException
NoSuchOrganizationException
if it could not be found.companyId
- the company IDname
- the nameNoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByC_N(long companyId, String name)
null
if it could not be found. Uses the finder cache.companyId
- the company IDname
- the namenull
if a matching organization could not be foundOrganization fetchByC_N(long companyId, String name, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.companyId
- the company IDname
- the nameretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching organization could not be foundOrganization removeByC_N(long companyId, String name) throws NoSuchOrganizationException
companyId
- the company IDname
- the nameNoSuchOrganizationException
int countByC_N(long companyId, String name)
companyId
- the company IDname
- the nameList<Organization> findByO_C_P(long organizationId, long companyId, long parentOrganizationId)
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDList<Organization> findByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> findByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Organization> findByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheOrganization findByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundOrganization findByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundList<Organization> filterFindByO_C_P(long organizationId, long companyId, long parentOrganizationId)
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDList<Organization> filterFindByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> filterFindByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)void removeByO_C_P(long organizationId, long companyId, long parentOrganizationId)
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDint countByO_C_P(long organizationId, long companyId, long parentOrganizationId)
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDint filterCountByO_C_P(long organizationId, long companyId, long parentOrganizationId)
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDList<Organization> findByC_P_LikeN(long companyId, long parentOrganizationId, String name)
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the nameList<Organization> findByC_P_LikeN(long companyId, long parentOrganizationId, String name, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the namestart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> findByC_P_LikeN(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the namestart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Organization> findByC_P_LikeN(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the namestart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheOrganization findByC_P_LikeN_First(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByC_P_LikeN_First(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator)
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundOrganization findByC_P_LikeN_Last(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a matching organization could not be foundOrganization fetchByC_P_LikeN_Last(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator)
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundOrganization[] findByC_P_LikeN_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the primary key of the current organizationcompanyId
- the company IDparentOrganizationId
- the parent organization IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a organization with the primary key could not be foundList<Organization> filterFindByC_P_LikeN(long companyId, long parentOrganizationId, String name)
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the nameList<Organization> filterFindByC_P_LikeN(long companyId, long parentOrganizationId, String name, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the namestart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> filterFindByC_P_LikeN(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the namestart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)Organization[] filterFindByC_P_LikeN_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) throws NoSuchOrganizationException
organizationId
- the primary key of the current organizationcompanyId
- the company IDparentOrganizationId
- the parent organization IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchOrganizationException
- if a organization with the primary key could not be foundvoid removeByC_P_LikeN(long companyId, long parentOrganizationId, String name)
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the nameint countByC_P_LikeN(long companyId, long parentOrganizationId, String name)
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the nameint filterCountByC_P_LikeN(long companyId, long parentOrganizationId, String name)
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the namevoid cacheResult(Organization organization)
organization
- the organizationvoid cacheResult(List<Organization> organizations)
organizations
- the organizationsOrganization create(long organizationId)
organizationId
- the primary key for the new organizationOrganization remove(long organizationId) throws NoSuchOrganizationException
organizationId
- the primary key of the organizationNoSuchOrganizationException
- if a organization with the primary key could not be foundOrganization updateImpl(Organization organization)
Organization findByPrimaryKey(long organizationId) throws NoSuchOrganizationException
NoSuchOrganizationException
if it could not be found.organizationId
- the primary key of the organizationNoSuchOrganizationException
- if a organization with the primary key could not be foundOrganization fetchByPrimaryKey(long organizationId)
null
if it could not be found.organizationId
- the primary key of the organizationnull
if a organization with the primary key could not be foundMap<Serializable,Organization> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys
in interface BasePersistence<Organization>
List<Organization> findAll()
List<Organization> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Organization> findAll(int start, int end, OrderByComparator<Organization> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Organization> findAll(int start, int end, OrderByComparator<Organization> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachevoid removeAll()
int countAll()
long[] getGroupPrimaryKeys(long pk)
pk
- the primary key of the organizationList<Group> getGroups(long pk)
pk
- the primary key of the organizationList<Group> getGroups(long pk, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk
- the primary key of the organizationstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<Group> getGroups(long pk, int start, int end, OrderByComparator<Group> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk
- the primary key of the organizationstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)int getGroupsSize(long pk)
pk
- the primary key of the organizationboolean containsGroup(long pk, long groupPK)
true
if the group is associated with the organization.pk
- the primary key of the organizationgroupPK
- the primary key of the grouptrue
if the group is associated with the organization; false
otherwiseboolean containsGroups(long pk)
true
if the organization has any groups associated with it.pk
- the primary key of the organization to check for associations with groupstrue
if the organization has any groups associated with it; false
otherwisevoid addGroup(long pk, long groupPK)
pk
- the primary key of the organizationgroupPK
- the primary key of the groupvoid addGroup(long pk, Group group)
pk
- the primary key of the organizationgroup
- the groupvoid addGroups(long pk, long[] groupPKs)
pk
- the primary key of the organizationgroupPKs
- the primary keys of the groupsvoid addGroups(long pk, List<Group> groups)
pk
- the primary key of the organizationgroups
- the groupsvoid clearGroups(long pk)
pk
- the primary key of the organization to clear the associated groups fromvoid removeGroup(long pk, long groupPK)
pk
- the primary key of the organizationgroupPK
- the primary key of the groupvoid removeGroup(long pk, Group group)
pk
- the primary key of the organizationgroup
- the groupvoid removeGroups(long pk, long[] groupPKs)
pk
- the primary key of the organizationgroupPKs
- the primary keys of the groupsvoid removeGroups(long pk, List<Group> groups)
pk
- the primary key of the organizationgroups
- the groupsvoid setGroups(long pk, long[] groupPKs)
pk
- the primary key of the organizationgroupPKs
- the primary keys of the groups to be associated with the organizationvoid setGroups(long pk, List<Group> groups)
pk
- the primary key of the organizationgroups
- the groups to be associated with the organizationlong[] getUserPrimaryKeys(long pk)
pk
- the primary key of the organizationList<User> getUsers(long pk)
pk
- the primary key of the organizationList<User> getUsers(long pk, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk
- the primary key of the organizationstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)List<User> getUsers(long pk, int start, int end, OrderByComparator<User> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from OrganizationModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk
- the primary key of the organizationstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)int getUsersSize(long pk)
pk
- the primary key of the organizationboolean containsUser(long pk, long userPK)
true
if the user is associated with the organization.pk
- the primary key of the organizationuserPK
- the primary key of the usertrue
if the user is associated with the organization; false
otherwiseboolean containsUsers(long pk)
true
if the organization has any users associated with it.pk
- the primary key of the organization to check for associations with userstrue
if the organization has any users associated with it; false
otherwisevoid addUser(long pk, long userPK)
pk
- the primary key of the organizationuserPK
- the primary key of the uservoid addUser(long pk, User user)
pk
- the primary key of the organizationuser
- the uservoid addUsers(long pk, long[] userPKs)
pk
- the primary key of the organizationuserPKs
- the primary keys of the usersvoid addUsers(long pk, List<User> users)
pk
- the primary key of the organizationusers
- the usersvoid clearUsers(long pk)
pk
- the primary key of the organization to clear the associated users fromvoid removeUser(long pk, long userPK)
pk
- the primary key of the organizationuserPK
- the primary key of the uservoid removeUser(long pk, User user)
pk
- the primary key of the organizationuser
- the uservoid removeUsers(long pk, long[] userPKs)
pk
- the primary key of the organizationuserPKs
- the primary keys of the usersvoid removeUsers(long pk, List<User> users)
pk
- the primary key of the organizationusers
- the usersvoid setUsers(long pk, long[] userPKs)
pk
- the primary key of the organizationuserPKs
- the primary keys of the users to be associated with the organizationvoid setUsers(long pk, List<User> users)
pk
- the primary key of the organizationusers
- the users to be associated with the organizationSet<String> getBadColumnNames()
getBadColumnNames
in interface BasePersistence<Organization>