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 String |
FINDER_CLASS_NAME_ENTITY
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static 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,
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,
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(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(List<com.liferay.portal.kernel.model.Organization> organizations) |
void |
clearCache(com.liferay.portal.kernel.model.Organization organization)
Clears the cache for the organization.
|
void |
clearGroups(long pk)
Clears all associations between the organization and its groups.
|
protected void |
clearUniqueFindersCache(OrganizationModelImpl organizationModelImpl,
boolean clearCurrent) |
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,
String externalReferenceCode)
Returns the number of organizations where companyId = ? and externalReferenceCode = ?.
|
int |
countByC_LikeN(long companyId,
String name)
Returns the number of organizations where companyId = ? and name LIKE ?.
|
int |
countByC_N(long companyId,
String name)
Returns the number of organizations where companyId = ? and name = ?.
|
int |
countByC_P_LikeN(long companyId,
long parentOrganizationId,
String name)
Returns the number of organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
int |
countByC_P(long companyId,
long parentOrganizationId)
Returns the number of organizations where companyId = ? and parentOrganizationId = ?.
|
int |
countByC_T(long companyId,
String treePath)
Returns the number of organizations where companyId = ? and treePath LIKE ?.
|
int |
countByCompanyId(long companyId)
Returns the number of organizations where companyId = ?.
|
int |
countByLocations(long companyId)
Returns the number of organizations where companyId = ?.
|
int |
countByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Returns the number of organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of organizations where uuid = ? and companyId = ?.
|
int |
countByUuid(String uuid)
Returns the number of organizations where uuid = ?.
|
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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 |
fetchByUuid_C_First(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(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(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(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,
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,
String name)
Returns the number of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
int |
filterCountByC_P(long companyId,
long parentOrganizationId)
Returns the number of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.
|
int |
filterCountByC_T(long companyId,
String treePath)
Returns the number of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
|
int |
filterCountByCompanyId(long companyId)
Returns the number of organizations that the user has permission to view where companyId = ?.
|
int |
filterCountByLocations(long companyId)
Returns the number of organizations that the user has permission to view where companyId = ?.
|
int |
filterCountByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Returns the number of organizations that the user has permission to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
int |
filterCountByUuid_C(String uuid,
long companyId)
Returns the number of organizations that the user has permission to view where uuid = ? and companyId = ?.
|
int |
filterCountByUuid(String uuid)
Returns the number of organizations that the user has permission to view where uuid = ?.
|
com.liferay.portal.kernel.model.Organization[] |
filterFindByC_LikeN_PrevAndNext(long organizationId,
long companyId,
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 ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_LikeN(long companyId,
String name)
Returns all the organizations that the user has permission to view where companyId = ? and name LIKE ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_LikeN(long companyId,
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 ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_LikeN(long companyId,
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,
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 ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_P_LikeN(long companyId,
long parentOrganizationId,
String name)
Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_P_LikeN(long companyId,
long parentOrganizationId,
String name,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_P_LikeN(long companyId,
long parentOrganizationId,
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 = ?.
|
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 = ?.
|
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 = ?.
|
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,
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 ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_T(long companyId,
String treePath)
Returns all the organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_T(long companyId,
String treePath,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByC_T(long companyId,
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 = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByCompanyId(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?.
|
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 = ?.
|
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 = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByLocations(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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,
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 = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByUuid_C(String uuid,
long companyId)
Returns all the organizations that the user has permission to view where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByUuid_C(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,
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 = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByUuid(String uuid)
Returns all the organizations that the user has permission to view where uuid = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where uuid = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
filterFindByUuid(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,
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,
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,
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,
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,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
List<com.liferay.portal.kernel.model.Organization> |
findAll()
Returns all the organizations.
|
List<com.liferay.portal.kernel.model.Organization> |
findAll(int start,
int end)
Returns a range of all the organizations.
|
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.
|
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,
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,
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,
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,
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 ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByC_LikeN(long companyId,
String name)
Returns all the organizations where companyId = ? and name LIKE ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByC_LikeN(long companyId,
String name,
int start,
int end)
Returns a range of all the organizations where companyId = ? and name LIKE ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByC_LikeN(long companyId,
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 ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByC_LikeN(long companyId,
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,
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,
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,
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,
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 ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByC_P_LikeN(long companyId,
long parentOrganizationId,
String name)
Returns all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByC_P_LikeN(long companyId,
long parentOrganizationId,
String name,
int start,
int end)
Returns a range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByC_P_LikeN(long companyId,
long parentOrganizationId,
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 ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByC_P_LikeN(long companyId,
long parentOrganizationId,
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 = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByC_P(long companyId,
long parentOrganizationId)
Returns all the organizations where companyId = ? and parentOrganizationId = ?.
|
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 = ?.
|
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 = ?.
|
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,
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,
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,
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 ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByC_T(long companyId,
String treePath)
Returns all the organizations where companyId = ? and treePath LIKE ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByC_T(long companyId,
String treePath,
int start,
int end)
Returns a range of all the organizations where companyId = ? and treePath LIKE ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByC_T(long companyId,
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 ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByC_T(long companyId,
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 = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByCompanyId(long companyId)
Returns all the organizations where companyId = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the organizations where companyId = ?.
|
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 = ?.
|
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 = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByLocations(long companyId)
Returns all the organizations where companyId = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByLocations(long companyId,
int start,
int end)
Returns a range of all the organizations where companyId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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(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(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(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,
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 = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByUuid_C(String uuid,
long companyId)
Returns all the organizations where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the organizations where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByUuid_C(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 = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByUuid_C(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(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(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,
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 = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByUuid(String uuid)
Returns all the organizations where uuid = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the organizations where uuid = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByUuid(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 = ?.
|
List<com.liferay.portal.kernel.model.Organization> |
findByUuid(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 = ?.
|
Set<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,
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,
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,
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,
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,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.dao.orm.EntityCache |
getEntityCache() |
long[] |
getGroupPrimaryKeys(long pk)
Returns the primaryKeys of groups associated with the organization.
|
List<com.liferay.portal.kernel.model.Group> |
getGroups(long pk)
Returns all the groups associated with the organization.
|
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.
|
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.
|
protected String |
getPKDBName() |
protected String |
getSelectSQL() |
protected Map<String,Integer> |
getTableColumnsMap() |
long[] |
getUserPrimaryKeys(long pk)
Returns the primaryKeys of users associated with the organization.
|
List<com.liferay.portal.kernel.model.User> |
getUsers(long pk)
Returns all the users associated with the organization.
|
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.
|
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(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,
String externalReferenceCode)
Removes the organization where companyId = ? and externalReferenceCode = ? from the database.
|
void |
removeByC_LikeN(long companyId,
String name)
Removes all the organizations where companyId = ? and name LIKE ? from the database.
|
com.liferay.portal.kernel.model.Organization |
removeByC_N(long companyId,
String name)
Removes the organization where companyId = ? and name = ? from the database.
|
void |
removeByC_P_LikeN(long companyId,
long parentOrganizationId,
String name)
Removes all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ? from the database.
|
void |
removeByC_P(long companyId,
long parentOrganizationId)
Removes all the organizations where companyId = ? and parentOrganizationId = ? from the database.
|
void |
removeByC_T(long companyId,
String treePath)
Removes all the organizations where companyId = ? and treePath LIKE ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the organizations where companyId = ? from the database.
|
void |
removeByLocations(long companyId)
Removes all the organizations where companyId = ? from the database.
|
void |
removeByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Removes all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ? from the database.
|
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the organizations where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(String uuid)
Removes all the organizations where uuid = ? from the database.
|
void |
removeGroup(long pk,
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,
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,
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,
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,
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, appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, 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, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, updatepublic static final String FINDER_CLASS_NAME_ENTITY
OrganizationUtil to access the organization persistence. Modify service.xml and rerun ServiceBuilder to regenerate this class.public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final 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 List<com.liferay.portal.kernel.model.Organization> findByUuid(String uuid)
findByUuid in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceuuid - the uuidpublic List<com.liferay.portal.kernel.model.Organization> findByUuid(String uuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from OrganizationModelImpl.
findByUuid in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceuuid - the uuidstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)public List<com.liferay.portal.kernel.model.Organization> findByUuid(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.OrganizationPersistenceuuid - 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 List<com.liferay.portal.kernel.model.Organization> findByUuid(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.OrganizationPersistenceuuid - 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(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.OrganizationPersistenceuuid - 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(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.OrganizationPersistenceuuid - 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(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.OrganizationPersistenceuuid - 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(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.OrganizationPersistenceuuid - 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,
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.OrganizationPersistenceorganizationId - 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,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Organization> filterFindByUuid(String uuid)
filterFindByUuid in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceuuid - the uuidpublic List<com.liferay.portal.kernel.model.Organization> filterFindByUuid(String uuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from OrganizationModelImpl.
filterFindByUuid in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceuuid - the uuidstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)public List<com.liferay.portal.kernel.model.Organization> filterFindByUuid(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.OrganizationPersistenceuuid - 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,
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.OrganizationPersistenceorganizationId - 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,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous)
public void removeByUuid(String uuid)
removeByUuid in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceuuid - the uuidpublic int countByUuid(String uuid)
countByUuid in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceuuid - the uuidpublic int filterCountByUuid(String uuid)
filterCountByUuid in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceuuid - the uuidpublic List<com.liferay.portal.kernel.model.Organization> findByUuid_C(String uuid,
long companyId)
findByUuid_C in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceuuid - the uuidcompanyId - the company IDpublic List<com.liferay.portal.kernel.model.Organization> findByUuid_C(String uuid,
long companyId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from OrganizationModelImpl.
findByUuid_C in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)public List<com.liferay.portal.kernel.model.Organization> findByUuid_C(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.OrganizationPersistenceuuid - 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 List<com.liferay.portal.kernel.model.Organization> findByUuid_C(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.OrganizationPersistenceuuid - 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(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.OrganizationPersistenceuuid - 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(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.OrganizationPersistenceuuid - 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(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.OrganizationPersistenceuuid - 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(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.OrganizationPersistenceuuid - 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,
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.OrganizationPersistenceorganizationId - 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,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Organization> filterFindByUuid_C(String uuid,
long companyId)
filterFindByUuid_C in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceuuid - the uuidcompanyId - the company IDpublic List<com.liferay.portal.kernel.model.Organization> filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from OrganizationModelImpl.
filterFindByUuid_C in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)public List<com.liferay.portal.kernel.model.Organization> filterFindByUuid_C(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.OrganizationPersistenceuuid - 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,
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.OrganizationPersistenceorganizationId - 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,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous)
public void removeByUuid_C(String uuid,
long companyId)
removeByUuid_C in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceuuid - the uuidcompanyId - the company IDpublic int countByUuid_C(String uuid,
long companyId)
countByUuid_C in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceuuid - the uuidcompanyId - the company IDpublic int filterCountByUuid_C(String uuid,
long companyId)
filterCountByUuid_C in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceuuid - the uuidcompanyId - the company IDpublic List<com.liferay.portal.kernel.model.Organization> findByCompanyId(long companyId)
findByCompanyId in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDpublic 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.OrganizationPersistencecompanyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)public 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.OrganizationPersistencecompanyId - 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 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.OrganizationPersistencecompanyId - 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.OrganizationPersistencecompanyId - 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.OrganizationPersistencecompanyId - 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.OrganizationPersistencecompanyId - 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.OrganizationPersistencecompanyId - 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.OrganizationPersistenceorganizationId - 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 List<com.liferay.portal.kernel.model.Organization> filterFindByCompanyId(long companyId)
filterFindByCompanyId in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDpublic 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.OrganizationPersistencecompanyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)public 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.OrganizationPersistencecompanyId - 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.OrganizationPersistenceorganizationId - 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.OrganizationPersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDpublic int filterCountByCompanyId(long companyId)
filterCountByCompanyId in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDpublic List<com.liferay.portal.kernel.model.Organization> findByLocations(long companyId)
findByLocations in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDpublic 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.OrganizationPersistencecompanyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)public 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.OrganizationPersistencecompanyId - 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 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.OrganizationPersistencecompanyId - 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.OrganizationPersistencecompanyId - 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.OrganizationPersistencecompanyId - 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.OrganizationPersistencecompanyId - 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.OrganizationPersistencecompanyId - 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.OrganizationPersistenceorganizationId - 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 List<com.liferay.portal.kernel.model.Organization> filterFindByLocations(long companyId)
filterFindByLocations in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDpublic 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.OrganizationPersistencecompanyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)public 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.OrganizationPersistencecompanyId - 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.OrganizationPersistenceorganizationId - 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.OrganizationPersistencecompanyId - the company IDpublic int countByLocations(long companyId)
countByLocations in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDpublic int filterCountByLocations(long companyId)
filterCountByLocations in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDpublic List<com.liferay.portal.kernel.model.Organization> findByC_P(long companyId,
long parentOrganizationId)
findByC_P in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDpublic 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.OrganizationPersistencecompanyId - 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 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.OrganizationPersistencecompanyId - 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 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.OrganizationPersistencecompanyId - 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.OrganizationPersistencecompanyId - 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.OrganizationPersistencecompanyId - 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.OrganizationPersistencecompanyId - 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.OrganizationPersistencecompanyId - 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.OrganizationPersistenceorganizationId - 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 List<com.liferay.portal.kernel.model.Organization> filterFindByC_P(long companyId,
long parentOrganizationId)
filterFindByC_P in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDpublic 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.OrganizationPersistencecompanyId - 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 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.OrganizationPersistencecompanyId - 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.OrganizationPersistenceorganizationId - 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.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDpublic int countByC_P(long companyId,
long parentOrganizationId)
countByC_P in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDpublic int filterCountByC_P(long companyId,
long parentOrganizationId)
filterCountByC_P in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDpublic List<com.liferay.portal.kernel.model.Organization> findByC_T(long companyId,
String treePath)
findByC_T in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDtreePath - the tree pathpublic List<com.liferay.portal.kernel.model.Organization> findByC_T(long companyId,
String treePath,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from OrganizationModelImpl.
findByC_T in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - 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 List<com.liferay.portal.kernel.model.Organization> findByC_T(long companyId,
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.OrganizationPersistencecompanyId - 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 List<com.liferay.portal.kernel.model.Organization> findByC_T(long companyId,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistenceorganizationId - 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,
String treePath,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Organization> filterFindByC_T(long companyId,
String treePath)
filterFindByC_T in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDtreePath - the tree pathpublic List<com.liferay.portal.kernel.model.Organization> filterFindByC_T(long companyId,
String treePath,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from OrganizationModelImpl.
filterFindByC_T in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - 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 List<com.liferay.portal.kernel.model.Organization> filterFindByC_T(long companyId,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistenceorganizationId - 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,
String treePath,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous)
public void removeByC_T(long companyId,
String treePath)
removeByC_T in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDtreePath - the tree pathpublic int countByC_T(long companyId,
String treePath)
countByC_T in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDtreePath - the tree pathpublic int filterCountByC_T(long companyId,
String treePath)
filterCountByC_T in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDtreePath - the tree pathpublic com.liferay.portal.kernel.model.Organization findByC_N(long companyId,
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.OrganizationPersistencecompanyId - 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,
String name)
null if it could not be found. Uses the finder cache.fetchByC_N in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDname - the namenull if a matching organization could not be foundpublic com.liferay.portal.kernel.model.Organization fetchByC_N(long companyId,
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.OrganizationPersistencecompanyId - 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,
String name)
throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
removeByC_N in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDname - the namecom.liferay.portal.kernel.exception.NoSuchOrganizationExceptionpublic int countByC_N(long companyId,
String name)
countByC_N in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDname - the namepublic List<com.liferay.portal.kernel.model.Organization> findByC_LikeN(long companyId,
String name)
findByC_LikeN in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDname - the namepublic List<com.liferay.portal.kernel.model.Organization> findByC_LikeN(long companyId,
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.OrganizationPersistencecompanyId - the company IDname - the namestart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)public List<com.liferay.portal.kernel.model.Organization> findByC_LikeN(long companyId,
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.OrganizationPersistencecompanyId - 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 List<com.liferay.portal.kernel.model.Organization> findByC_LikeN(long companyId,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistenceorganizationId - 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,
String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Organization> filterFindByC_LikeN(long companyId,
String name)
filterFindByC_LikeN in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDname - the namepublic List<com.liferay.portal.kernel.model.Organization> filterFindByC_LikeN(long companyId,
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.OrganizationPersistencecompanyId - the company IDname - the namestart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)public List<com.liferay.portal.kernel.model.Organization> filterFindByC_LikeN(long companyId,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistenceorganizationId - 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,
String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous)
public void removeByC_LikeN(long companyId,
String name)
removeByC_LikeN in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDname - the namepublic int countByC_LikeN(long companyId,
String name)
countByC_LikeN in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDname - the namepublic int filterCountByC_LikeN(long companyId,
String name)
filterCountByC_LikeN in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDname - the namepublic 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.OrganizationPersistenceorganizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDpublic 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.OrganizationPersistenceorganizationId - 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 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.OrganizationPersistenceorganizationId - 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 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.OrganizationPersistenceorganizationId - 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.OrganizationPersistenceorganizationId - 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.OrganizationPersistenceorganizationId - 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.OrganizationPersistenceorganizationId - 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.OrganizationPersistenceorganizationId - 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 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.OrganizationPersistenceorganizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDpublic 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.OrganizationPersistenceorganizationId - 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 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.OrganizationPersistenceorganizationId - 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.OrganizationPersistenceorganizationId - 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.OrganizationPersistenceorganizationId - 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.OrganizationPersistenceorganizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDpublic List<com.liferay.portal.kernel.model.Organization> findByC_P_LikeN(long companyId,
long parentOrganizationId,
String name)
findByC_P_LikeN in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDname - the namepublic List<com.liferay.portal.kernel.model.Organization> findByC_P_LikeN(long companyId,
long parentOrganizationId,
String name,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from OrganizationModelImpl.
findByC_P_LikeN in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - 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 List<com.liferay.portal.kernel.model.Organization> findByC_P_LikeN(long companyId,
long parentOrganizationId,
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.OrganizationPersistencecompanyId - 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 List<com.liferay.portal.kernel.model.Organization> findByC_P_LikeN(long companyId,
long parentOrganizationId,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistenceorganizationId - 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,
String name,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Organization> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Organization> filterFindByC_P_LikeN(long companyId,
long parentOrganizationId,
String name)
filterFindByC_P_LikeN in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDname - the namepublic List<com.liferay.portal.kernel.model.Organization> filterFindByC_P_LikeN(long companyId,
long parentOrganizationId,
String name,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from OrganizationModelImpl.
filterFindByC_P_LikeN in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - 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 List<com.liferay.portal.kernel.model.Organization> filterFindByC_P_LikeN(long companyId,
long parentOrganizationId,
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.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistenceorganizationId - 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,
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,
String name)
removeByC_P_LikeN in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDname - the namepublic int countByC_P_LikeN(long companyId,
long parentOrganizationId,
String name)
countByC_P_LikeN in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDname - the namepublic int filterCountByC_P_LikeN(long companyId,
long parentOrganizationId,
String name)
filterCountByC_P_LikeN in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDname - the namepublic com.liferay.portal.kernel.model.Organization findByC_ERC(long companyId,
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.OrganizationPersistencecompanyId - 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,
String externalReferenceCode)
null if it could not be found. Uses the finder cache.fetchByC_ERC in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - 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,
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.OrganizationPersistencecompanyId - 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,
String externalReferenceCode)
throws com.liferay.portal.kernel.exception.NoSuchOrganizationException
removeByC_ERC in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - the company IDexternalReferenceCode - the external reference codecom.liferay.portal.kernel.exception.NoSuchOrganizationExceptionpublic int countByC_ERC(long companyId,
String externalReferenceCode)
countByC_ERC in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencecompanyId - 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.OrganizationPersistencecacheResult in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>organization - the organizationpublic void cacheResult(List<com.liferay.portal.kernel.model.Organization> organizations)
cacheResult in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceorganizations - 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(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>protected void cacheUniqueFindersCache(OrganizationModelImpl organizationModelImpl)
protected void clearUniqueFindersCache(OrganizationModelImpl organizationModelImpl, boolean clearCurrent)
public com.liferay.portal.kernel.model.Organization create(long organizationId)
create in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceorganizationId - 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.OrganizationPersistenceorganizationId - 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(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.OrganizationPersistenceupdateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>public com.liferay.portal.kernel.model.Organization findByPrimaryKey(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.OrganizationPersistenceorganizationId - 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(long organizationId)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistenceorganizationId - the primary key of the organizationnull if a organization with the primary key could not be foundpublic List<com.liferay.portal.kernel.model.Organization> findAll()
findAll in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepublic 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.OrganizationPersistencestart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)public 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.OrganizationPersistencestart - 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 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.OrganizationPersistencestart - 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.OrganizationPersistencepublic int countAll()
countAll in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepublic long[] getGroupPrimaryKeys(long pk)
getGroupPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - the primary key of the organizationpublic List<com.liferay.portal.kernel.model.Group> getGroups(long pk)
getGroups in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - the primary key of the organizationpublic 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.OrganizationPersistencepk - 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 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.OrganizationPersistencepk - 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.OrganizationPersistencepk - 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.OrganizationPersistencepk - 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.OrganizationPersistencepk - 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.OrganizationPersistencepk - 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.OrganizationPersistencepk - the primary key of the organizationgroup - the grouppublic void addGroups(long pk,
long[] groupPKs)
addGroups in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroupPKs - the primary keys of the groupspublic void addGroups(long pk,
List<com.liferay.portal.kernel.model.Group> groups)
addGroups in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroups - the groupspublic void clearGroups(long pk)
clearGroups in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - 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.OrganizationPersistencepk - 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.OrganizationPersistencepk - the primary key of the organizationgroup - the grouppublic void removeGroups(long pk,
long[] groupPKs)
removeGroups in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroupPKs - the primary keys of the groupspublic void removeGroups(long pk,
List<com.liferay.portal.kernel.model.Group> groups)
removeGroups in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroups - the groupspublic void setGroups(long pk,
long[] groupPKs)
setGroups in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroupPKs - the primary keys of the groups to be associated with the organizationpublic void setGroups(long pk,
List<com.liferay.portal.kernel.model.Group> groups)
setGroups in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - 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.OrganizationPersistencepk - the primary key of the organizationpublic List<com.liferay.portal.kernel.model.User> getUsers(long pk)
getUsers in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - the primary key of the organizationpublic 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.OrganizationPersistencepk - 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 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.OrganizationPersistencepk - 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.OrganizationPersistencepk - 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.OrganizationPersistencepk - 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.OrganizationPersistencepk - 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.OrganizationPersistencepk - 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.OrganizationPersistencepk - the primary key of the organizationuser - the userpublic void addUsers(long pk,
long[] userPKs)
addUsers in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - the primary key of the organizationuserPKs - the primary keys of the userspublic void addUsers(long pk,
List<com.liferay.portal.kernel.model.User> users)
addUsers in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - the primary key of the organizationusers - the userspublic void clearUsers(long pk)
clearUsers in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - 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.OrganizationPersistencepk - 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.OrganizationPersistencepk - the primary key of the organizationuser - the userpublic void removeUsers(long pk,
long[] userPKs)
removeUsers in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - the primary key of the organizationuserPKs - the primary keys of the userspublic void removeUsers(long pk,
List<com.liferay.portal.kernel.model.User> users)
removeUsers in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - the primary key of the organizationusers - the userspublic void setUsers(long pk,
long[] userPKs)
setUsers in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - the primary key of the organizationuserPKs - the primary keys of the users to be associated with the organizationpublic void setUsers(long pk,
List<com.liferay.portal.kernel.model.User> users)
setUsers in interface com.liferay.portal.kernel.service.persistence.OrganizationPersistencepk - the primary key of the organizationusers - the users to be associated with the organizationpublic Set<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 String getPKDBName()
getPKDBName in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>protected String getSelectSQL()
getSelectSQL in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Organization>public void afterPropertiesSet()
public void destroy()