public class OrganizationPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
implements com.liferay.portal.kernel.service.persistence.OrganizationPersistence
Caching information and settings can be found in portal.properties
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
protected com.liferay.portal.kernel.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.Organization,com.liferay.portal.kernel.model.Group> |
organizationToGroupTableMapper |
protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.Organization,com.liferay.portal.kernel.model.User> |
organizationToUserTableMapper |
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
Constructor and Description |
---|
OrganizationPersistenceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addGroup(long pk,
com.liferay.portal.kernel.model.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,
java.util.List<com.liferay.portal.kernel.model.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,
com.liferay.portal.kernel.model.User user)
Adds an association between the organization and the user.
|
void |
addUsers(long pk,
java.util.List<com.liferay.portal.kernel.model.User> users)
Adds an association between the organization and the users.
|
void |
addUsers(long pk,
long[] userPKs)
Adds an association between the organization and the users.
|
void |
afterPropertiesSet()
Initializes the organization persistence.
|
void |
cacheResult(java.util.List<com.liferay.portal.kernel.model.Organization> organizations)
Caches the organizations in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portal.kernel.model.Organization organization)
Caches the organization in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(OrganizationModelImpl organizationModelImpl) |
void |
clearCache()
Clears the cache for all organizations.
|
void |
clearCache(java.util.List<com.liferay.portal.kernel.model.Organization> organizations) |
void |
clearCache(com.liferay.portal.kernel.model.Organization organization)
Clears the cache for the organization.
|
void |
clearCache(java.util.Set<java.io.Serializable> primaryKeys) |
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_ERC(long companyId,
java.lang.String externalReferenceCode)
Returns the number of organizations where companyId = ? and externalReferenceCode = ?.
|
int |
countByC_LikeN(long companyId,
java.lang.String name)
Returns the number of organizations where companyId = ? and name LIKE ?.
|
int |
countByC_N(long companyId,
java.lang.String name)
Returns the number of organizations where companyId = ? and name = ?.
|
int |
countByC_P_LikeN(long companyId,
long parentOrganizationId,
java.lang.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,
java.lang.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(java.lang.String uuid,
long companyId)
Returns the number of organizations where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of organizations where uuid = ?.
|
com.liferay.portal.kernel.model.Organization |
create(long organizationId)
Creates a new organization with the primary key.
|
void |
destroy() |
com.liferay.portal.kernel.model.Organization |
fetchByC_ERC(long companyId,
java.lang.String externalReferenceCode)
Returns the organization where companyId = ? and externalReferenceCode = ? or returns
null if it could not be found. |
com.liferay.portal.kernel.model.Organization |
fetchByC_ERC(long companyId,
java.lang.String externalReferenceCode,
boolean useFinderCache)
Returns the organization where companyId = ? and externalReferenceCode = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.kernel.model.Organization |
fetchByC_LikeN_First(long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and name LIKE ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByC_LikeN_Last(long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and name LIKE ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByC_N(long companyId,
java.lang.String name)
Returns the organization where companyId = ? and name = ? or returns
null if it could not be found. |
com.liferay.portal.kernel.model.Organization |
fetchByC_N(long companyId,
java.lang.String name,
boolean useFinderCache)
Returns the organization where companyId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.kernel.model.Organization |
fetchByC_P_First(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByC_P_Last(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByC_P_LikeN_First(long companyId,
long parentOrganizationId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByC_P_LikeN_Last(long companyId,
long parentOrganizationId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByC_T_First(long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByC_T_Last(long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByLocations_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByLocations_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByO_C_P_First(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByO_C_P_Last(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByPrimaryKey(long organizationId)
Returns the organization with the primary key or returns
null if it could not be found. |
com.liferay.portal.kernel.model.Organization |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the organization with the primary key or returns
null if it could not be found. |
java.util.Map<java.io.Serializable,com.liferay.portal.kernel.model.Organization> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
com.liferay.portal.kernel.model.Organization |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.Organization |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where uuid = ?.
|
int |
filterCountByC_LikeN(long companyId,
java.lang.String name)
Returns the number of organizations that the user has permission to view where companyId = ? and name LIKE ?.
|
int |
filterCountByC_P_LikeN(long companyId,
long parentOrganizationId,
java.lang.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,
java.lang.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(java.lang.String uuid,
long companyId)
Returns the number of organizations that the user has permission to view where uuid = ? and companyId = ?.
|
int |
filterCountByUuid(java.lang.String uuid)
Returns the number of organizations that the user has permission to view where uuid = ?.
|
com.liferay.portal.kernel.model.Organization[] |
filterFindByC_LikeN_PrevAndNext(long organizationId,
long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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 name LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_LikeN(long companyId,
java.lang.String name)
Returns all the organizations that the user has permission to view where companyId = ? and name LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_LikeN(long companyId,
java.lang.String name,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ? and name LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_LikeN(long companyId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and name LIKE ?.
|
com.liferay.portal.kernel.model.Organization[] |
filterFindByC_P_LikeN_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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 ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_P_LikeN(long companyId,
long parentOrganizationId,
java.lang.String name)
Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_P_LikeN(long companyId,
long parentOrganizationId,
java.lang.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 ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_P_LikeN(long companyId,
long parentOrganizationId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
com.liferay.portal.kernel.model.Organization[] |
filterFindByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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 = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_P(long companyId,
long parentOrganizationId)
Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.kernel.model.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 = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.kernel.model.Organization[] |
filterFindByC_T_PrevAndNext(long organizationId,
long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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 ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_T(long companyId,
java.lang.String treePath)
Returns all the organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_T(long companyId,
java.lang.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 ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_T(long companyId,
java.lang.String treePath,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?.
|
com.liferay.portal.kernel.model.Organization[] |
filterFindByCompanyId_PrevAndNext(long organizationId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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 = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByCompanyId(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.
|
com.liferay.portal.kernel.model.Organization[] |
filterFindByLocations_PrevAndNext(long organizationId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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 = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByLocations(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByLocations(long companyId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByLocations(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.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 = ?.
|
java.util.List<com.liferay.portal.kernel.model.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 = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.kernel.model.Organization[] |
filterFindByUuid_C_PrevAndNext(long organizationId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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 = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByUuid_C(java.lang.String uuid,
long companyId)
Returns all the organizations that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByUuid_C(java.lang.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 = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Organization[] |
filterFindByUuid_PrevAndNext(long organizationId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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 = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByUuid(java.lang.String uuid)
Returns all the organizations that the user has permission to view where uuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where uuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
filterFindByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.
|
protected com.liferay.portal.kernel.model.Organization |
filterGetByC_LikeN_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Organization |
filterGetByC_P_LikeN_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
long companyId,
long parentOrganizationId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Organization |
filterGetByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Organization |
filterGetByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Organization |
filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Organization |
filterGetByLocations_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Organization |
filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Organization |
filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
java.util.List<com.liferay.portal.kernel.model.Organization> |
findAll()
Returns all the organizations.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findAll(int start,
int end)
Returns a range of all the organizations.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the organizations.
|
com.liferay.portal.kernel.model.Organization |
findByC_ERC(long companyId,
java.lang.String externalReferenceCode)
Returns the organization where companyId = ? and externalReferenceCode = ? or throws a
NoSuchOrganizationException if it could not be found. |
com.liferay.portal.kernel.model.Organization |
findByC_LikeN_First(long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and name LIKE ?.
|
com.liferay.portal.kernel.model.Organization |
findByC_LikeN_Last(long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and name LIKE ?.
|
com.liferay.portal.kernel.model.Organization[] |
findByC_LikeN_PrevAndNext(long organizationId,
long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ? and name LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_LikeN(long companyId,
java.lang.String name)
Returns all the organizations where companyId = ? and name LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_LikeN(long companyId,
java.lang.String name,
int start,
int end)
Returns a range of all the organizations where companyId = ? and name LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_LikeN(long companyId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and name LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_LikeN(long companyId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the organizations where companyId = ? and name LIKE ?.
|
com.liferay.portal.kernel.model.Organization |
findByC_N(long companyId,
java.lang.String name)
Returns the organization where companyId = ? and name = ? or throws a
NoSuchOrganizationException if it could not be found. |
com.liferay.portal.kernel.model.Organization |
findByC_P_First(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.kernel.model.Organization |
findByC_P_Last(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.kernel.model.Organization |
findByC_P_LikeN_First(long companyId,
long parentOrganizationId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
com.liferay.portal.kernel.model.Organization |
findByC_P_LikeN_Last(long companyId,
long parentOrganizationId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
com.liferay.portal.kernel.model.Organization[] |
findByC_P_LikeN_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_P_LikeN(long companyId,
long parentOrganizationId,
java.lang.String name)
Returns all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_P_LikeN(long companyId,
long parentOrganizationId,
java.lang.String name,
int start,
int end)
Returns a range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_P_LikeN(long companyId,
long parentOrganizationId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_P_LikeN(long companyId,
long parentOrganizationId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
com.liferay.portal.kernel.model.Organization[] |
findByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_P(long companyId,
long parentOrganizationId)
Returns all the organizations where companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_P(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations where companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.kernel.model.Organization |
findByC_T_First(long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
|
com.liferay.portal.kernel.model.Organization |
findByC_T_Last(long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
|
com.liferay.portal.kernel.model.Organization[] |
findByC_T_PrevAndNext(long organizationId,
long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_T(long companyId,
java.lang.String treePath)
Returns all the organizations where companyId = ? and treePath LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_T(long companyId,
java.lang.String treePath,
int start,
int end)
Returns a range of all the organizations where companyId = ? and treePath LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_T(long companyId,
java.lang.String treePath,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByC_T(long companyId,
java.lang.String treePath,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
|
com.liferay.portal.kernel.model.Organization |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Organization |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Organization[] |
findByCompanyId_PrevAndNext(long organizationId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByCompanyId(long companyId)
Returns all the organizations where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the organizations where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the organizations where companyId = ?.
|
com.liferay.portal.kernel.model.Organization |
findByLocations_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Organization |
findByLocations_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Organization[] |
findByLocations_PrevAndNext(long organizationId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByLocations(long companyId)
Returns all the organizations where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByLocations(long companyId,
int start,
int end)
Returns a range of all the organizations where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByLocations(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByLocations(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the organizations where companyId = ?.
|
com.liferay.portal.kernel.model.Organization |
findByO_C_P_First(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.kernel.model.Organization |
findByO_C_P_Last(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Returns all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.kernel.model.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 = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.kernel.model.Organization |
findByPrimaryKey(long organizationId)
Returns the organization with the primary key or throws a
NoSuchOrganizationException if it could not be found. |
com.liferay.portal.kernel.model.Organization |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the organization with the primary key or throws a
com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found. |
com.liferay.portal.kernel.model.Organization |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Organization |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Organization[] |
findByUuid_C_PrevAndNext(long organizationId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the organizations where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the organizations where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the organizations where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Organization |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the first organization in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.Organization |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the last organization in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.Organization[] |
findByUuid_PrevAndNext(long organizationId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where uuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByUuid(java.lang.String uuid)
Returns all the organizations where uuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the organizations where uuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
Returns an ordered range of all the organizations where uuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.Organization> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the organizations where uuid = ?.
|
java.util.Set<java.lang.String> |
getBadColumnNames() |
protected com.liferay.portal.kernel.model.Organization |
getByC_LikeN_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Organization |
getByC_P_LikeN_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
long companyId,
long parentOrganizationId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Organization |
getByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Organization |
getByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Organization |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Organization |
getByLocations_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Organization |
getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Organization |
getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Organization organization,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
java.util.Set<java.lang.String> |
getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) |
protected com.liferay.portal.kernel.dao.orm.EntityCache |
getEntityCache() |
long[] |
getGroupPrimaryKeys(long pk)
Returns the primaryKeys of groups associated with the organization.
|
java.util.List<com.liferay.portal.kernel.model.Group> |
getGroups(long pk)
Returns all the groups associated with the organization.
|
java.util.List<com.liferay.portal.kernel.model.Group> |
getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the organization.
|
java.util.List<com.liferay.portal.kernel.model.Group> |
getGroups(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
|
java.util.List<java.lang.String> |
getMappingTableNames() |
protected java.lang.String |
getPKDBName() |
protected java.lang.String |
getSelectSQL() |
java.util.Map<java.lang.String,java.lang.Integer> |
getTableColumnsMap() |
java.lang.String |
getTableName() |
java.util.List<java.lang.String[]> |
getUniqueIndexColumnNames() |
long[] |
getUserPrimaryKeys(long pk)
Returns the primaryKeys of users associated with the organization.
|
java.util.List<com.liferay.portal.kernel.model.User> |
getUsers(long pk)
Returns all the users associated with the organization.
|
java.util.List<com.liferay.portal.kernel.model.User> |
getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the organization.
|
java.util.List<com.liferay.portal.kernel.model.User> |
getUsers(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
|
com.liferay.portal.kernel.model.Organization |
remove(long organizationId)
Removes the organization with the primary key from the database.
|
com.liferay.portal.kernel.model.Organization |
remove(java.io.Serializable primaryKey)
Removes the organization with the primary key from the database.
|
void |
removeAll()
Removes all the organizations from the database.
|
com.liferay.portal.kernel.model.Organization |
removeByC_ERC(long companyId,
java.lang.String externalReferenceCode)
Removes the organization where companyId = ? and externalReferenceCode = ? from the database.
|
void |
removeByC_LikeN(long companyId,
java.lang.String name)
Removes all the organizations where companyId = ? and name LIKE ? from the database.
|
com.liferay.portal.kernel.model.Organization |
removeByC_N(long companyId,
java.lang.String name)
Removes the organization where companyId = ? and name = ? from the database.
|
void |
removeByC_P_LikeN(long companyId,
long parentOrganizationId,
java.lang.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,
java.lang.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(java.lang.String uuid,
long companyId)
Removes all the organizations where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the organizations where uuid = ? from the database.
|
void |
removeGroup(long pk,
com.liferay.portal.kernel.model.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,
java.util.List<com.liferay.portal.kernel.model.Group> groups)
Removes the association between the organization and the groups.
|
void |
removeGroups(long pk,
long[] groupPKs)
Removes the association between the organization and the groups.
|
protected com.liferay.portal.kernel.model.Organization |
removeImpl(com.liferay.portal.kernel.model.Organization organization) |
void |
removeUser(long pk,
long userPK)
Removes the association between the organization and the user.
|
void |
removeUser(long pk,
com.liferay.portal.kernel.model.User user)
Removes the association between the organization and the user.
|
void |
removeUsers(long pk,
java.util.List<com.liferay.portal.kernel.model.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,
java.util.List<com.liferay.portal.kernel.model.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,
java.util.List<com.liferay.portal.kernel.model.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.
|
com.liferay.portal.kernel.model.Organization |
updateImpl(com.liferay.portal.kernel.model.Organization organization) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update
public static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.Organization,com.liferay.portal.kernel.model.Group> organizationToGroupTableMapper
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
protected com.liferay.portal.kernel.service.persistence.impl.TableMapper<com.liferay.portal.kernel.model.Organization,com.liferay.portal.kernel.model.User> organizationToUserTableMapper
public java.util.List<com.liferay.portal.kernel.model.Organization> findByUuid(java.lang.String uuid)
findByUuid
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidpublic java.util.List<com.liferay.portal.kernel.model.Organization> findByUuid(java.lang.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByUuid
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)public java.util.List<com.liferay.portal.kernel.model.Organization> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByUuid
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.Organization> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByUuid
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.Organization findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByUuid_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByUuid_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByUuid_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByUuid_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization[] findByUuid_PrevAndNext(long organizationId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByUuid_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the current organizationuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByUuid(java.lang.String uuid)
filterFindByUuid
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidpublic java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByUuid(java.lang.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByUuid
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByUuid
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public com.liferay.portal.kernel.model.Organization[] filterFindByUuid_PrevAndNext(long organizationId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
filterFindByUuid_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the current organizationuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public void removeByUuid(java.lang.String uuid)
removeByUuid
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidpublic int countByUuid(java.lang.String uuid)
countByUuid
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidpublic int filterCountByUuid(java.lang.String uuid)
filterCountByUuid
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidpublic java.util.List<com.liferay.portal.kernel.model.Organization> findByUuid_C(java.lang.String uuid, long companyId)
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidcompanyId
- the company IDpublic java.util.List<com.liferay.portal.kernel.model.Organization> findByUuid_C(java.lang.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)public java.util.List<com.liferay.portal.kernel.model.Organization> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.Organization> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.Organization findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByUuid_C_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByUuid_C_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByUuid_C_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByUuid_C_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization[] findByUuid_C_PrevAndNext(long organizationId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByUuid_C_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the current organizationuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByUuid_C(java.lang.String uuid, long companyId)
filterFindByUuid_C
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidcompanyId
- the company IDpublic java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByUuid_C(java.lang.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByUuid_C
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByUuid_C
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public com.liferay.portal.kernel.model.Organization[] filterFindByUuid_C_PrevAndNext(long organizationId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
filterFindByUuid_C_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the current organizationuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public void removeByUuid_C(java.lang.String uuid, long companyId)
removeByUuid_C
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidcompanyId
- the company IDpublic int countByUuid_C(java.lang.String uuid, long companyId)
countByUuid_C
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidcompanyId
- the company IDpublic int filterCountByUuid_C(java.lang.String uuid, long companyId)
filterCountByUuid_C
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
uuid
- the uuidcompanyId
- the company IDpublic java.util.List<com.liferay.portal.kernel.model.Organization> findByCompanyId(long companyId)
findByCompanyId
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByCompanyId
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)public java.util.List<com.liferay.portal.kernel.model.Organization> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByCompanyId
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.Organization> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByCompanyId
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.Organization findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByCompanyId_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByCompanyId_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByCompanyId_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByCompanyId_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization[] findByCompanyId_PrevAndNext(long organizationId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByCompanyId_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the current organizationcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByCompanyId(long companyId)
filterFindByCompanyId
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByCompanyId
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByCompanyId
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public com.liferay.portal.kernel.model.Organization[] filterFindByCompanyId_PrevAndNext(long organizationId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
filterFindByCompanyId_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the current organizationcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDpublic int countByCompanyId(long companyId)
countByCompanyId
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDpublic int filterCountByCompanyId(long companyId)
filterCountByCompanyId
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDpublic java.util.List<com.liferay.portal.kernel.model.Organization> findByLocations(long companyId)
findByLocations
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByLocations
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)public java.util.List<com.liferay.portal.kernel.model.Organization> findByLocations(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByLocations
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.Organization> findByLocations(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByLocations
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.Organization findByLocations_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByLocations_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByLocations_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByLocations_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization findByLocations_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByLocations_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByLocations_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByLocations_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization[] findByLocations_PrevAndNext(long organizationId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByLocations_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the current organizationcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization getByLocations_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByLocations(long companyId)
filterFindByLocations
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByLocations
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDstart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByLocations(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByLocations
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public com.liferay.portal.kernel.model.Organization[] filterFindByLocations_PrevAndNext(long organizationId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
filterFindByLocations_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the current organizationcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization filterGetByLocations_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public void removeByLocations(long companyId)
removeByLocations
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDpublic int countByLocations(long companyId)
countByLocations
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDpublic int filterCountByLocations(long companyId)
filterCountByLocations
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDpublic java.util.List<com.liferay.portal.kernel.model.Organization> findByC_P(long companyId, long parentOrganizationId)
findByC_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDparentOrganizationId
- the parent organization IDpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByC_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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)public java.util.List<com.liferay.portal.kernel.model.Organization> findByC_P(long companyId, long parentOrganizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByC_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.Organization> findByC_P(long companyId, long parentOrganizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByC_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.Organization findByC_P_First(long companyId, long parentOrganizationId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByC_P_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByC_P_First(long companyId, long parentOrganizationId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByC_P_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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 foundpublic com.liferay.portal.kernel.model.Organization findByC_P_Last(long companyId, long parentOrganizationId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByC_P_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByC_P_Last(long companyId, long parentOrganizationId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByC_P_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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 foundpublic com.liferay.portal.kernel.model.Organization[] findByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByC_P_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the current organizationcompanyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization getByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, long companyId, long parentOrganizationId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByC_P(long companyId, long parentOrganizationId)
filterFindByC_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDparentOrganizationId
- the parent organization IDpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByC_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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)public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByC_P(long companyId, long parentOrganizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByC_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public com.liferay.portal.kernel.model.Organization[] filterFindByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
filterFindByC_P_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the current organizationcompanyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization filterGetByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, long companyId, long parentOrganizationId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public void removeByC_P(long companyId, long parentOrganizationId)
removeByC_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDparentOrganizationId
- the parent organization IDpublic int countByC_P(long companyId, long parentOrganizationId)
countByC_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDparentOrganizationId
- the parent organization IDpublic int filterCountByC_P(long companyId, long parentOrganizationId)
filterCountByC_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDparentOrganizationId
- the parent organization IDpublic java.util.List<com.liferay.portal.kernel.model.Organization> findByC_T(long companyId, java.lang.String treePath)
findByC_T
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDtreePath
- the tree pathpublic java.util.List<com.liferay.portal.kernel.model.Organization> findByC_T(long companyId, java.lang.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByC_T
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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)public java.util.List<com.liferay.portal.kernel.model.Organization> findByC_T(long companyId, java.lang.String treePath, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByC_T
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.Organization> findByC_T(long companyId, java.lang.String treePath, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByC_T
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.Organization findByC_T_First(long companyId, java.lang.String treePath, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByC_T_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDtreePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByC_T_First(long companyId, java.lang.String treePath, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByC_T_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDtreePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization findByC_T_Last(long companyId, java.lang.String treePath, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByC_T_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDtreePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByC_T_Last(long companyId, java.lang.String treePath, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByC_T_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDtreePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization[] findByC_T_PrevAndNext(long organizationId, long companyId, java.lang.String treePath, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByC_T_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the current organizationcompanyId
- the company IDtreePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization getByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, long companyId, java.lang.String treePath, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByC_T(long companyId, java.lang.String treePath)
filterFindByC_T
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDtreePath
- the tree pathpublic java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByC_T(long companyId, java.lang.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByC_T
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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)public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByC_T(long companyId, java.lang.String treePath, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByC_T
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public com.liferay.portal.kernel.model.Organization[] filterFindByC_T_PrevAndNext(long organizationId, long companyId, java.lang.String treePath, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
filterFindByC_T_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the current organizationcompanyId
- the company IDtreePath
- the tree pathorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization filterGetByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, long companyId, java.lang.String treePath, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public void removeByC_T(long companyId, java.lang.String treePath)
removeByC_T
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDtreePath
- the tree pathpublic int countByC_T(long companyId, java.lang.String treePath)
countByC_T
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDtreePath
- the tree pathpublic int filterCountByC_T(long companyId, java.lang.String treePath)
filterCountByC_T
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDtreePath
- the tree pathpublic com.liferay.portal.kernel.model.Organization findByC_N(long companyId, java.lang.String name) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
NoSuchOrganizationException
if it could not be found.findByC_N
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the namecom.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByC_N(long companyId, java.lang.String name)
null
if it could not be found. Uses the finder cache.fetchByC_N
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the namenull
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByC_N(long companyId, java.lang.String name, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.fetchByC_N
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the nameuseFinderCache
- whether to use the finder cachenull
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization removeByC_N(long companyId, java.lang.String name) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
removeByC_N
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the namecom.liferay.portal.kernel.exception.NoSuchOrganizationException
public int countByC_N(long companyId, java.lang.String name)
countByC_N
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the namepublic java.util.List<com.liferay.portal.kernel.model.Organization> findByC_LikeN(long companyId, java.lang.String name)
findByC_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the namepublic java.util.List<com.liferay.portal.kernel.model.Organization> findByC_LikeN(long companyId, java.lang.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByC_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the namestart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)public java.util.List<com.liferay.portal.kernel.model.Organization> findByC_LikeN(long companyId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByC_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company 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
)public java.util.List<com.liferay.portal.kernel.model.Organization> findByC_LikeN(long companyId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByC_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company 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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.Organization findByC_LikeN_First(long companyId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByC_LikeN_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByC_LikeN_First(long companyId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByC_LikeN_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization findByC_LikeN_Last(long companyId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByC_LikeN_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByC_LikeN_Last(long companyId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByC_LikeN_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization[] findByC_LikeN_PrevAndNext(long organizationId, long companyId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByC_LikeN_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the current organizationcompanyId
- the company IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization getByC_LikeN_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, long companyId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByC_LikeN(long companyId, java.lang.String name)
filterFindByC_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the namepublic java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByC_LikeN(long companyId, java.lang.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByC_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the namestart
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByC_LikeN(long companyId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByC_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company 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
)public com.liferay.portal.kernel.model.Organization[] filterFindByC_LikeN_PrevAndNext(long organizationId, long companyId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
filterFindByC_LikeN_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the current organizationcompanyId
- the company IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization filterGetByC_LikeN_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, long companyId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public void removeByC_LikeN(long companyId, java.lang.String name)
removeByC_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the namepublic int countByC_LikeN(long companyId, java.lang.String name)
countByC_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the namepublic int filterCountByC_LikeN(long companyId, java.lang.String name)
filterCountByC_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDname
- the namepublic java.util.List<com.liferay.portal.kernel.model.Organization> findByO_C_P(long organizationId, long companyId, long parentOrganizationId)
findByO_C_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByO_C_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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)public java.util.List<com.liferay.portal.kernel.model.Organization> findByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByO_C_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.Organization> findByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByO_C_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.Organization findByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByO_C_P_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByO_C_P_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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 foundpublic com.liferay.portal.kernel.model.Organization findByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByO_C_P_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByO_C_P_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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 foundpublic java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByO_C_P(long organizationId, long companyId, long parentOrganizationId)
filterFindByO_C_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByO_C_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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)public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByO_C_P(long organizationId, long companyId, long parentOrganizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByO_C_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public void removeByO_C_P(long organizationId, long companyId, long parentOrganizationId)
removeByO_C_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDpublic int countByO_C_P(long organizationId, long companyId, long parentOrganizationId)
countByO_C_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDpublic int filterCountByO_C_P(long organizationId, long companyId, long parentOrganizationId)
filterCountByO_C_P
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the organization IDcompanyId
- the company IDparentOrganizationId
- the parent organization IDpublic java.util.List<com.liferay.portal.kernel.model.Organization> findByC_P_LikeN(long companyId, long parentOrganizationId, java.lang.String name)
findByC_P_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the namepublic java.util.List<com.liferay.portal.kernel.model.Organization> findByC_P_LikeN(long companyId, long parentOrganizationId, java.lang.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByC_P_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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)public java.util.List<com.liferay.portal.kernel.model.Organization> findByC_P_LikeN(long companyId, long parentOrganizationId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByC_P_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.Organization> findByC_P_LikeN(long companyId, long parentOrganizationId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findByC_P_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.Organization findByC_P_LikeN_First(long companyId, long parentOrganizationId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByC_P_LikeN_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByC_P_LikeN_First(long companyId, long parentOrganizationId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByC_P_LikeN_First
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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 foundpublic com.liferay.portal.kernel.model.Organization findByC_P_LikeN_Last(long companyId, long parentOrganizationId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByC_P_LikeN_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByC_P_LikeN_Last(long companyId, long parentOrganizationId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator)
fetchByC_P_LikeN_Last
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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 foundpublic com.liferay.portal.kernel.model.Organization[] findByC_P_LikeN_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
findByC_P_LikeN_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization getByC_P_LikeN_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, long companyId, long parentOrganizationId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByC_P_LikeN(long companyId, long parentOrganizationId, java.lang.String name)
filterFindByC_P_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the namepublic java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByC_P_LikeN(long companyId, long parentOrganizationId, java.lang.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByC_P_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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)public java.util.List<com.liferay.portal.kernel.model.Organization> filterFindByC_P_LikeN(long companyId, long parentOrganizationId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
filterFindByC_P_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public com.liferay.portal.kernel.model.Organization[] filterFindByC_P_LikeN_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
filterFindByC_P_LikeN_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)com.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization filterGetByC_P_LikeN_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.Organization organization, long companyId, long parentOrganizationId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean previous)
public void removeByC_P_LikeN(long companyId, long parentOrganizationId, java.lang.String name)
removeByC_P_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the namepublic int countByC_P_LikeN(long companyId, long parentOrganizationId, java.lang.String name)
countByC_P_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the namepublic int filterCountByC_P_LikeN(long companyId, long parentOrganizationId, java.lang.String name)
filterCountByC_P_LikeN
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDparentOrganizationId
- the parent organization IDname
- the namepublic com.liferay.portal.kernel.model.Organization findByC_ERC(long companyId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
NoSuchOrganizationException
if it could not be found.findByC_ERC
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDexternalReferenceCode
- the external reference codecom.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByC_ERC(long companyId, java.lang.String externalReferenceCode)
null
if it could not be found. Uses the finder cache.fetchByC_ERC
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDexternalReferenceCode
- the external reference codenull
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByC_ERC(long companyId, java.lang.String externalReferenceCode, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.fetchByC_ERC
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDexternalReferenceCode
- the external reference codeuseFinderCache
- whether to use the finder cachenull
if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization removeByC_ERC(long companyId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
removeByC_ERC
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDexternalReferenceCode
- the external reference codecom.liferay.portal.kernel.exception.NoSuchOrganizationException
public int countByC_ERC(long companyId, java.lang.String externalReferenceCode)
countByC_ERC
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
companyId
- the company IDexternalReferenceCode
- the external reference codepublic void cacheResult(com.liferay.portal.kernel.model.Organization organization)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
cacheResult
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
organization
- the organizationpublic void cacheResult(java.util.List<com.liferay.portal.kernel.model.Organization> organizations)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizations
- the organizationspublic void clearCache()
The EntityCache
and com.liferay.portal.kernel.dao.orm.FinderCache
are both cleared by this method.
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Organization>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
public void clearCache(com.liferay.portal.kernel.model.Organization organization)
The EntityCache
and com.liferay.portal.kernel.dao.orm.FinderCache
are both cleared by this method.
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Organization>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
public void clearCache(java.util.List<com.liferay.portal.kernel.model.Organization> organizations)
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Organization>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
public void clearCache(java.util.Set<java.io.Serializable> primaryKeys)
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Organization>
protected void cacheUniqueFindersCache(OrganizationModelImpl organizationModelImpl)
public com.liferay.portal.kernel.model.Organization create(long organizationId)
create
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key for the new organizationpublic com.liferay.portal.kernel.model.Organization remove(long organizationId) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
remove
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the organizationcom.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundpublic com.liferay.portal.kernel.model.Organization remove(java.io.Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
remove
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Organization>
remove
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
primaryKey
- the primary key of the organizationcom.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundprotected com.liferay.portal.kernel.model.Organization removeImpl(com.liferay.portal.kernel.model.Organization organization)
removeImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
public com.liferay.portal.kernel.model.Organization updateImpl(com.liferay.portal.kernel.model.Organization organization)
updateImpl
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
updateImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
public com.liferay.portal.kernel.model.Organization findByPrimaryKey(java.io.Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
com.liferay.portal.kernel.exception.NoSuchModelException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Organization>
findByPrimaryKey
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
primaryKey
- the primary key of the organizationcom.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundpublic com.liferay.portal.kernel.model.Organization findByPrimaryKey(long organizationId) throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
NoSuchOrganizationException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the organizationcom.liferay.portal.kernel.exception.NoSuchOrganizationException
- if a organization with the primary key could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByPrimaryKey(java.io.Serializable primaryKey)
null
if it could not be found.fetchByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Organization>
fetchByPrimaryKey
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
primaryKey
- the primary key of the organizationnull
if a organization with the primary key could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByPrimaryKey(long organizationId)
null
if it could not be found.fetchByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
organizationId
- the primary key of the organizationnull
if a organization with the primary key could not be foundpublic java.util.Map<java.io.Serializable,com.liferay.portal.kernel.model.Organization> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Organization>
fetchByPrimaryKeys
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
public java.util.List<com.liferay.portal.kernel.model.Organization> findAll()
findAll
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
public java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findAll
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
start
- the lower bound of the range of organizationsend
- the upper bound of the range of organizations (not inclusive)public java.util.List<com.liferay.portal.kernel.model.Organization> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findAll
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.Organization> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
findAll
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)useFinderCache
- whether to use the finder cachepublic void removeAll()
removeAll
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
public int countAll()
countAll
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
public long[] getGroupPrimaryKeys(long pk)
getGroupPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationpublic java.util.List<com.liferay.portal.kernel.model.Group> getGroups(long pk)
getGroups
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
getGroups
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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)public java.util.List<com.liferay.portal.kernel.model.Group> getGroups(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
getGroups
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public int getGroupsSize(long pk)
getGroupsSize
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationpublic boolean containsGroup(long pk, long groupPK)
true
if the group is associated with the organization.containsGroup
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationgroupPK
- the primary key of the grouptrue
if the group is associated with the organization; false
otherwisepublic boolean containsGroups(long pk)
true
if the organization has any groups associated with it.containsGroups
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organization to check for associations with groupstrue
if the organization has any groups associated with it; false
otherwisepublic void addGroup(long pk, long groupPK)
addGroup
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationgroupPK
- the primary key of the grouppublic void addGroup(long pk, com.liferay.portal.kernel.model.Group group)
addGroup
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationgroup
- the grouppublic void addGroups(long pk, long[] groupPKs)
addGroups
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationgroupPKs
- the primary keys of the groupspublic void addGroups(long pk, java.util.List<com.liferay.portal.kernel.model.Group> groups)
addGroups
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationgroups
- the groupspublic void clearGroups(long pk)
clearGroups
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organization to clear the associated groups frompublic void removeGroup(long pk, long groupPK)
removeGroup
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationgroupPK
- the primary key of the grouppublic void removeGroup(long pk, com.liferay.portal.kernel.model.Group group)
removeGroup
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationgroup
- the grouppublic void removeGroups(long pk, long[] groupPKs)
removeGroups
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationgroupPKs
- the primary keys of the groupspublic void removeGroups(long pk, java.util.List<com.liferay.portal.kernel.model.Group> groups)
removeGroups
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationgroups
- the groupspublic void setGroups(long pk, long[] groupPKs)
setGroups
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationgroupPKs
- the primary keys of the groups to be associated with the organizationpublic void setGroups(long pk, java.util.List<com.liferay.portal.kernel.model.Group> groups)
setGroups
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationgroups
- the groups to be associated with the organizationpublic long[] getUserPrimaryKeys(long pk)
getUserPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationpublic java.util.List<com.liferay.portal.kernel.model.User> getUsers(long pk)
getUsers
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
getUsers
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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)public java.util.List<com.liferay.portal.kernel.model.User> getUsers(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from OrganizationModelImpl
.
getUsers
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
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
)public int getUsersSize(long pk)
getUsersSize
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationpublic boolean containsUser(long pk, long userPK)
true
if the user is associated with the organization.containsUser
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationuserPK
- the primary key of the usertrue
if the user is associated with the organization; false
otherwisepublic boolean containsUsers(long pk)
true
if the organization has any users associated with it.containsUsers
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organization to check for associations with userstrue
if the organization has any users associated with it; false
otherwisepublic void addUser(long pk, long userPK)
addUser
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationuserPK
- the primary key of the userpublic void addUser(long pk, com.liferay.portal.kernel.model.User user)
addUser
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationuser
- the userpublic void addUsers(long pk, long[] userPKs)
addUsers
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationuserPKs
- the primary keys of the userspublic void addUsers(long pk, java.util.List<com.liferay.portal.kernel.model.User> users)
addUsers
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationusers
- the userspublic void clearUsers(long pk)
clearUsers
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organization to clear the associated users frompublic void removeUser(long pk, long userPK)
removeUser
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationuserPK
- the primary key of the userpublic void removeUser(long pk, com.liferay.portal.kernel.model.User user)
removeUser
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationuser
- the userpublic void removeUsers(long pk, long[] userPKs)
removeUsers
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationuserPKs
- the primary keys of the userspublic void removeUsers(long pk, java.util.List<com.liferay.portal.kernel.model.User> users)
removeUsers
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationusers
- the userspublic void setUsers(long pk, long[] userPKs)
setUsers
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationuserPKs
- the primary keys of the users to be associated with the organizationpublic void setUsers(long pk, java.util.List<com.liferay.portal.kernel.model.User> users)
setUsers
in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistence
pk
- the primary key of the organizationusers
- the users to be associated with the organizationpublic java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Organization>
getBadColumnNames
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
protected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()
getEntityCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
protected java.lang.String getPKDBName()
getPKDBName
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
protected java.lang.String getSelectSQL()
getSelectSQL
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
public java.util.Set<java.lang.String> getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType)
getCTColumnNames
in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Organization>
public java.util.List<java.lang.String> getMappingTableNames()
getMappingTableNames
in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Organization>
public java.util.Map<java.lang.String,java.lang.Integer> getTableColumnsMap()
getTableColumnsMap
in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Organization>
getTableColumnsMap
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>
public java.lang.String getTableName()
getTableName
in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Organization>
public java.util.List<java.lang.String[]> getUniqueIndexColumnNames()
getUniqueIndexColumnNames
in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Organization>
public void afterPropertiesSet()
public void destroy()