public class OrganizationPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Organization>
implements com.liferay.portal.service.persistence.OrganizationPersistence
Caching information and settings can be found in portal.properties
OrganizationPersistence,
OrganizationUtil| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_N |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_C_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_LOCATIONS |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID_C |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_C_N |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_T |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_COUNT_BY_O_C_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_C_T |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_LOCATIONS |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_O_C_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_LOCATIONS |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C |
protected com.liferay.portal.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.Organization,com.liferay.portal.model.Group> |
organizationToGroupTableMapper |
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.Organization,com.liferay.portal.model.User> |
organizationToUserTableMapper |
protected com.liferay.portal.service.persistence.UserPersistence |
userPersistence |
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, 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.model.Group group)
Adds an association between the organization and the group.
|
void |
addGroup(long pk,
long groupPK)
Adds an association between the organization and the group.
|
void |
addGroups(long pk,
java.util.List<com.liferay.portal.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.model.User user)
Adds an association between the organization and the user.
|
void |
addUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
Adds an association between the organization and the users.
|
void |
addUsers(long pk,
long[] userPKs)
Adds an association between the organization and the users.
|
void |
afterPropertiesSet()
Initializes the organization persistence.
|
void |
cacheResult(java.util.List<com.liferay.portal.model.Organization> organizations)
Caches the organizations in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portal.model.Organization organization)
Caches the organization in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(com.liferay.portal.model.Organization organization) |
void |
clearCache()
Clears the cache for all organizations.
|
void |
clearCache(java.util.List<com.liferay.portal.model.Organization> organizations) |
void |
clearCache(com.liferay.portal.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(com.liferay.portal.model.Organization organization) |
void |
clearUsers(long pk)
Clears all associations between the organization and its users.
|
boolean |
containsGroup(long pk,
long groupPK)
Returns
true if the group is associated with the organization. |
boolean |
containsGroups(long pk)
Returns
true if the organization has any groups associated with it. |
boolean |
containsUser(long pk,
long userPK)
Returns
true if the user is associated with the organization. |
boolean |
containsUsers(long pk)
Returns
true if the organization has any users associated with it. |
int |
countAll()
Returns the number of organizations.
|
int |
countByC_N(long companyId,
java.lang.String name)
Returns the number of organizations where companyId = ? and name = ?.
|
int |
countByC_P(long companyId,
long parentOrganizationId)
Returns the number of organizations where companyId = ? and parentOrganizationId = ?.
|
int |
countByC_T(long companyId,
java.lang.String treePath)
Returns the number of organizations where companyId = ? and treePath LIKE ?.
|
int |
countByCompanyId(long companyId)
Returns the number of organizations where companyId = ?.
|
int |
countByLocations(long companyId)
Returns the number of organizations where companyId = ?.
|
int |
countByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Returns the number of organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of organizations where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of organizations where uuid = ?.
|
com.liferay.portal.model.Organization |
create(long organizationId)
Creates a new organization with the primary key.
|
void |
destroy() |
com.liferay.portal.model.Organization |
fetchByC_N(long companyId,
java.lang.String name)
Returns the organization where companyId = ? and name = ? or returns
null if it could not be found. |
com.liferay.portal.model.Organization |
fetchByC_N(long companyId,
java.lang.String name,
boolean retrieveFromCache)
Returns the organization where companyId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.Organization |
fetchByC_P_First(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.model.Organization |
fetchByC_P_Last(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.model.Organization |
fetchByC_T_First(long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
|
com.liferay.portal.model.Organization |
fetchByC_T_Last(long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
|
com.liferay.portal.model.Organization |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
com.liferay.portal.model.Organization |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
com.liferay.portal.model.Organization |
fetchByLocations_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
com.liferay.portal.model.Organization |
fetchByLocations_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
com.liferay.portal.model.Organization |
fetchByO_C_P_First(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.model.Organization |
fetchByO_C_P_Last(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.model.Organization |
fetchByPrimaryKey(long organizationId)
Returns the organization with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.Organization |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the organization with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.Organization |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first organization in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Organization |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last organization in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Organization |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first organization in the ordered set where uuid = ?.
|
com.liferay.portal.model.Organization |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last organization in the ordered set where uuid = ?.
|
int |
filterCountByC_P(long companyId,
long parentOrganizationId)
Returns the number of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.
|
int |
filterCountByC_T(long companyId,
java.lang.String treePath)
Returns the number of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
|
int |
filterCountByCompanyId(long companyId)
Returns the number of organizations that the user has permission to view where companyId = ?.
|
int |
filterCountByLocations(long companyId)
Returns the number of organizations that the user has permission to view where companyId = ?.
|
int |
filterCountByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Returns the number of organizations that the user has permission to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
int |
filterCountByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of organizations that the user has permission to view where uuid = ? and companyId = ?.
|
int |
filterCountByUuid(java.lang.String uuid)
Returns the number of organizations that the user has permission to view where uuid = ?.
|
com.liferay.portal.model.Organization[] |
filterFindByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByC_P(long companyId,
long parentOrganizationId)
Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByC_P(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.model.Organization[] |
filterFindByC_T_PrevAndNext(long organizationId,
long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByC_T(long companyId,
java.lang.String treePath)
Returns all the organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByC_T(long companyId,
java.lang.String treePath,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByC_T(long companyId,
java.lang.String treePath,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?.
|
com.liferay.portal.model.Organization[] |
filterFindByCompanyId_PrevAndNext(long organizationId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByCompanyId(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.
|
com.liferay.portal.model.Organization[] |
filterFindByLocations_PrevAndNext(long organizationId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByLocations(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByLocations(long companyId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByLocations(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Returns all the organizations that the user has permission to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator 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.model.Organization[] |
filterFindByUuid_C_PrevAndNext(long organizationId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByUuid_C(java.lang.String uuid,
long companyId)
Returns all the organizations that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Organization[] |
filterFindByUuid_PrevAndNext(long organizationId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByUuid(java.lang.String uuid)
Returns all the organizations that the user has permission to view where uuid = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where uuid = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
filterFindByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.
|
protected com.liferay.portal.model.Organization |
filterGetByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Organization |
filterGetByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Organization |
filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Organization |
filterGetByLocations_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Organization |
filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Organization |
filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
java.util.List<com.liferay.portal.model.Organization> |
findAll()
Returns all the organizations.
|
java.util.List<com.liferay.portal.model.Organization> |
findAll(int start,
int end)
Returns a range of all the organizations.
|
java.util.List<com.liferay.portal.model.Organization> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the organizations.
|
com.liferay.portal.model.Organization |
findByC_N(long companyId,
java.lang.String name)
Returns the organization where companyId = ? and name = ? or throws a
NoSuchOrganizationException if it could not be found. |
com.liferay.portal.model.Organization |
findByC_P_First(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.model.Organization |
findByC_P_Last(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.model.Organization[] |
findByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByC_P(long companyId,
long parentOrganizationId)
Returns all the organizations where companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByC_P(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations where companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.model.Organization |
findByC_T_First(long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
|
com.liferay.portal.model.Organization |
findByC_T_Last(long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
|
com.liferay.portal.model.Organization[] |
findByC_T_PrevAndNext(long organizationId,
long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByC_T(long companyId,
java.lang.String treePath)
Returns all the organizations where companyId = ? and treePath LIKE ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByC_T(long companyId,
java.lang.String treePath,
int start,
int end)
Returns a range of all the organizations where companyId = ? and treePath LIKE ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByC_T(long companyId,
java.lang.String treePath,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.
|
com.liferay.portal.model.Organization |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
com.liferay.portal.model.Organization |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
com.liferay.portal.model.Organization[] |
findByCompanyId_PrevAndNext(long organizationId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByCompanyId(long companyId)
Returns all the organizations where companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the organizations where companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where companyId = ?.
|
com.liferay.portal.model.Organization |
findByLocations_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?.
|
com.liferay.portal.model.Organization |
findByLocations_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?.
|
com.liferay.portal.model.Organization[] |
findByLocations_PrevAndNext(long organizationId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByLocations(long companyId)
Returns all the organizations where companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByLocations(long companyId,
int start,
int end)
Returns a range of all the organizations where companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByLocations(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where companyId = ?.
|
com.liferay.portal.model.Organization |
findByO_C_P_First(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.model.Organization |
findByO_C_P_Last(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Returns all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.
|
com.liferay.portal.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.model.Organization |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the organization with the primary key or throws a
NoSuchModelException if it could not be found. |
com.liferay.portal.model.Organization |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first organization in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Organization |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last organization in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Organization[] |
findByUuid_C_PrevAndNext(long organizationId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the organizations where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the organizations where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Organization |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first organization in the ordered set where uuid = ?.
|
com.liferay.portal.model.Organization |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last organization in the ordered set where uuid = ?.
|
com.liferay.portal.model.Organization[] |
findByUuid_PrevAndNext(long organizationId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where uuid = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByUuid(java.lang.String uuid)
Returns all the organizations where uuid = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the organizations where uuid = ?.
|
java.util.List<com.liferay.portal.model.Organization> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where uuid = ?.
|
protected java.util.Set<java.lang.String> |
getBadColumnNames() |
protected com.liferay.portal.model.Organization |
getByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Organization |
getByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Organization |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Organization |
getByLocations_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Organization |
getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Organization |
getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
java.util.List<com.liferay.portal.model.Group> |
getGroups(long pk)
Returns all the groups associated with the organization.
|
java.util.List<com.liferay.portal.model.Group> |
getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the organization.
|
java.util.List<com.liferay.portal.model.Group> |
getGroups(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the groups associated with the organization.
|
int |
getGroupsSize(long pk)
Returns the number of groups associated with the organization.
|
java.util.List<com.liferay.portal.model.User> |
getUsers(long pk)
Returns all the users associated with the organization.
|
java.util.List<com.liferay.portal.model.User> |
getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the organization.
|
java.util.List<com.liferay.portal.model.User> |
getUsers(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator 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.model.Organization |
remove(long organizationId)
Removes the organization with the primary key from the database.
|
com.liferay.portal.model.Organization |
remove(java.io.Serializable primaryKey)
Removes the organization with the primary key from the database.
|
void |
removeAll()
Removes all the organizations from the database.
|
com.liferay.portal.model.Organization |
removeByC_N(long companyId,
java.lang.String name)
Removes the organization where companyId = ? and name = ? from the database.
|
void |
removeByC_P(long companyId,
long parentOrganizationId)
Removes all the organizations where companyId = ? and parentOrganizationId = ? from the database.
|
void |
removeByC_T(long companyId,
java.lang.String treePath)
Removes all the organizations where companyId = ? and treePath LIKE ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the organizations where companyId = ? from the database.
|
void |
removeByLocations(long companyId)
Removes all the organizations where companyId = ? from the database.
|
void |
removeByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
Removes all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the organizations where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the organizations where uuid = ? from the database.
|
void |
removeGroup(long pk,
com.liferay.portal.model.Group group)
Removes the association between the organization and the group.
|
void |
removeGroup(long pk,
long groupPK)
Removes the association between the organization and the group.
|
void |
removeGroups(long pk,
java.util.List<com.liferay.portal.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.model.Organization |
removeImpl(com.liferay.portal.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.model.User user)
Removes the association between the organization and the user.
|
void |
removeUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
Removes the association between the organization and the users.
|
void |
removeUsers(long pk,
long[] userPKs)
Removes the association between the organization and the users.
|
void |
setGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
Sets the groups associated with the organization, removing and adding associations as necessary.
|
void |
setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the organization, removing and adding associations as necessary.
|
void |
setUsers(long pk,
java.util.List<com.liferay.portal.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.
|
protected com.liferay.portal.model.Organization |
toUnwrappedModel(com.liferay.portal.model.Organization organization) |
com.liferay.portal.model.Organization |
updateImpl(com.liferay.portal.model.Organization organization) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_LOCATIONS
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_LOCATIONS
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_LOCATIONS
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_O_C_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_O_C_P
@BeanReference(type=com.liferay.portal.service.persistence.GroupPersistence.class) protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.Organization,com.liferay.portal.model.Group> organizationToGroupTableMapper
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class) protected com.liferay.portal.service.persistence.UserPersistence userPersistence
protected com.liferay.portal.service.persistence.impl.TableMapper<com.liferay.portal.model.Organization,com.liferay.portal.model.User> organizationToUserTableMapper
public java.util.List<com.liferay.portal.model.Organization> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
findByUuid in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_First in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchOrganizationException - if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_First in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_Last in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchOrganizationException - if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_Last in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization[] findByUuid_PrevAndNext(long organizationId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_PrevAndNext in interface com.liferay.portal.service.persistence.OrganizationPersistenceorganizationId - the primary key of the current organizationuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Organization getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Organization> filterFindByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByUuid in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> filterFindByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> filterFindByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization[] filterFindByUuid_PrevAndNext(long organizationId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
filterFindByUuid_PrevAndNext in interface com.liferay.portal.service.persistence.OrganizationPersistenceorganizationId - the primary key of the current organizationuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Organization filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
removeByUuid in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
countByUuid in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByUuid in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByUuid_C in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_First in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchOrganizationException - if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_C_First in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_Last in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchOrganizationException - if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_C_Last in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization[] findByUuid_C_PrevAndNext(long organizationId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_PrevAndNext in interface com.liferay.portal.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.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Organization getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Organization> filterFindByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByUuid_C in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid_C in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid_C in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization[] filterFindByUuid_C_PrevAndNext(long organizationId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
filterFindByUuid_C_PrevAndNext in interface com.liferay.portal.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.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Organization filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByUuid_C in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByUuid_C in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByUuid_C in interface com.liferay.portal.service.persistence.OrganizationPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByCompanyId in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_First in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchOrganizationException - if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_First in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_Last in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchOrganizationException - if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_Last in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization[] findByCompanyId_PrevAndNext(long organizationId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_PrevAndNext in interface com.liferay.portal.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.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Organization getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Organization> filterFindByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByCompanyId in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> filterFindByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByCompanyId in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByCompanyId in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization[] filterFindByCompanyId_PrevAndNext(long organizationId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
filterFindByCompanyId_PrevAndNext in interface com.liferay.portal.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.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Organization filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByCompanyId in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByCompanyId in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByCompanyId in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByLocations(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByLocations in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByLocations(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByLocations in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByLocations(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByLocations in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByLocations_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByLocations_First in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchOrganizationException - if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByLocations_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByLocations_First in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByLocations_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByLocations_Last in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchOrganizationException - if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByLocations_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByLocations_Last in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization[] findByLocations_PrevAndNext(long organizationId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByLocations_PrevAndNext in interface com.liferay.portal.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.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Organization getByLocations_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Organization> filterFindByLocations(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByLocations in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> filterFindByLocations(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByLocations in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDstart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> filterFindByLocations(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByLocations in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization[] filterFindByLocations_PrevAndNext(long organizationId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
filterFindByLocations_PrevAndNext in interface com.liferay.portal.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.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Organization filterGetByLocations_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByLocations(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByLocations in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByLocations(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByLocations in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByLocations(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByLocations in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByC_P(long companyId,
long parentOrganizationId)
throws com.liferay.portal.kernel.exception.SystemException
findByC_P in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByC_P(long companyId,
long parentOrganizationId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByC_P_First(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByC_P_First in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchOrganizationException - if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByC_P_First(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_P_First in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByC_P_Last(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByC_P_Last in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchOrganizationException - if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByC_P_Last(long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_P_Last in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization[] findByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByC_P_PrevAndNext in interface com.liferay.portal.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.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Organization getByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Organization> filterFindByC_P(long companyId,
long parentOrganizationId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByC_P in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> filterFindByC_P(long companyId,
long parentOrganizationId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByC_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> filterFindByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByC_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization[] filterFindByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
filterFindByC_P_PrevAndNext in interface com.liferay.portal.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.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Organization filterGetByC_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByC_P(long companyId,
long parentOrganizationId)
throws com.liferay.portal.kernel.exception.SystemException
removeByC_P in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_P(long companyId,
long parentOrganizationId)
throws com.liferay.portal.kernel.exception.SystemException
countByC_P in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByC_P(long companyId,
long parentOrganizationId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByC_P in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDparentOrganizationId - the parent organization IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByC_T(long companyId,
java.lang.String treePath)
throws com.liferay.portal.kernel.exception.SystemException
findByC_T in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDtreePath - the tree pathcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByC_T(long companyId,
java.lang.String treePath,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_T in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByC_T(long companyId,
java.lang.String treePath,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_T in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByC_T_First(long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByC_T_First in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDtreePath - the tree pathorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchOrganizationException - if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByC_T_First(long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_T_First in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByC_T_Last(long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByC_T_Last in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDtreePath - the tree pathorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchOrganizationException - if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByC_T_Last(long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_T_Last in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization[] findByC_T_PrevAndNext(long organizationId,
long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByC_T_PrevAndNext in interface com.liferay.portal.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.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Organization getByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Organization> filterFindByC_T(long companyId,
java.lang.String treePath)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByC_T in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDtreePath - the tree pathcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> filterFindByC_T(long companyId,
java.lang.String treePath,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByC_T in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> filterFindByC_T(long companyId,
java.lang.String treePath,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByC_T in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization[] filterFindByC_T_PrevAndNext(long organizationId,
long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
filterFindByC_T_PrevAndNext in interface com.liferay.portal.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.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Organization filterGetByC_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Organization organization,
long companyId,
java.lang.String treePath,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByC_T(long companyId,
java.lang.String treePath)
throws com.liferay.portal.kernel.exception.SystemException
removeByC_T in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDtreePath - the tree pathcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_T(long companyId,
java.lang.String treePath)
throws com.liferay.portal.kernel.exception.SystemException
countByC_T in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDtreePath - the tree pathcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByC_T(long companyId,
java.lang.String treePath)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByC_T in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDtreePath - the tree pathcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
NoSuchOrganizationException if it could not be found.findByC_N in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDname - the namecom.liferay.portal.NoSuchOrganizationException - if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByC_N in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDname - the namenull if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByC_N(long companyId,
java.lang.String name,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByC_N in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDname - the nameretrieveFromCache - whether to use the finder cachenull if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization removeByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
removeByC_N in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDname - the namecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchOrganizationExceptionpublic int countByC_N(long companyId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
countByC_N in interface com.liferay.portal.service.persistence.OrganizationPersistencecompanyId - the company IDname - the namecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
throws com.liferay.portal.kernel.exception.SystemException
findByO_C_P in interface com.liferay.portal.service.persistence.OrganizationPersistenceorganizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByO_C_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByO_C_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByO_C_P_First(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByO_C_P_First in interface com.liferay.portal.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.NoSuchOrganizationException - if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByO_C_P_First(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByO_C_P_First in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByO_C_P_Last(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
findByO_C_P_Last in interface com.liferay.portal.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.NoSuchOrganizationException - if a matching organization could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByO_C_P_Last(long organizationId,
long companyId,
long parentOrganizationId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByO_C_P_Last in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> filterFindByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByO_C_P in interface com.liferay.portal.service.persistence.OrganizationPersistenceorganizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> filterFindByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByO_C_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> filterFindByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByO_C_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
throws com.liferay.portal.kernel.exception.SystemException
removeByO_C_P in interface com.liferay.portal.service.persistence.OrganizationPersistenceorganizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
throws com.liferay.portal.kernel.exception.SystemException
countByO_C_P in interface com.liferay.portal.service.persistence.OrganizationPersistenceorganizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByO_C_P(long organizationId,
long companyId,
long parentOrganizationId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByO_C_P in interface com.liferay.portal.service.persistence.OrganizationPersistenceorganizationId - the organization IDcompanyId - the company IDparentOrganizationId - the parent organization IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void cacheResult(com.liferay.portal.model.Organization organization)
cacheResult in interface com.liferay.portal.service.persistence.OrganizationPersistenceorganization - the organizationpublic void cacheResult(java.util.List<com.liferay.portal.model.Organization> organizations)
cacheResult in interface com.liferay.portal.service.persistence.OrganizationPersistenceorganizations - the organizationspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Organization>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Organization>public void clearCache(com.liferay.portal.model.Organization organization)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Organization>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Organization>public void clearCache(java.util.List<com.liferay.portal.model.Organization> organizations)
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Organization>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Organization>protected void cacheUniqueFindersCache(com.liferay.portal.model.Organization organization)
protected void clearUniqueFindersCache(com.liferay.portal.model.Organization organization)
public com.liferay.portal.model.Organization create(long organizationId)
create in interface com.liferay.portal.service.persistence.OrganizationPersistenceorganizationId - the primary key for the new organizationpublic com.liferay.portal.model.Organization remove(long organizationId)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.OrganizationPersistenceorganizationId - the primary key of the organizationcom.liferay.portal.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Organization>remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Organization>primaryKey - the primary key of the organizationcom.liferay.portal.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Organization removeImpl(com.liferay.portal.model.Organization organization)
throws com.liferay.portal.kernel.exception.SystemException
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Organization>com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.model.Organization updateImpl(com.liferay.portal.model.Organization organization)
throws com.liferay.portal.kernel.exception.SystemException
updateImpl in interface com.liferay.portal.service.persistence.OrganizationPersistenceupdateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Organization>com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portal.model.Organization toUnwrappedModel(com.liferay.portal.model.Organization organization)
public com.liferay.portal.model.Organization findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Organization>findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Organization>primaryKey - the primary key of the organizationcom.liferay.portal.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization findByPrimaryKey(long organizationId)
throws com.liferay.portal.NoSuchOrganizationException,
com.liferay.portal.kernel.exception.SystemException
NoSuchOrganizationException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.OrganizationPersistenceorganizationId - the primary key of the organizationcom.liferay.portal.NoSuchOrganizationException - if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Organization>fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Organization>primaryKey - the primary key of the organizationnull if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Organization fetchByPrimaryKey(long organizationId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.OrganizationPersistenceorganizationId - the primary key of the organizationnull if a organization with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findAll()
throws com.liferay.portal.kernel.exception.SystemException
findAll in interface com.liferay.portal.service.persistence.OrganizationPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portal.service.persistence.OrganizationPersistencestart - the lower bound of the range of organizationsend - the upper bound of the range of organizations (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Organization> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
removeAll in interface com.liferay.portal.service.persistence.OrganizationPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countAll()
throws com.liferay.portal.kernel.exception.SystemException
countAll in interface com.liferay.portal.service.persistence.OrganizationPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Group> getGroups(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getGroups in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Group> getGroups(long pk,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getGroups in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Group> getGroups(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getGroups in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getGroupsSize(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getGroupsSize in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsGroup(long pk,
long groupPK)
throws com.liferay.portal.kernel.exception.SystemException
true if the group is associated with the organization.containsGroup in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroupPK - the primary key of the grouptrue if the group is associated with the organization; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsGroups(long pk)
throws com.liferay.portal.kernel.exception.SystemException
true if the organization has any groups associated with it.containsGroups in interface com.liferay.portal.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 otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroup(long pk,
long groupPK)
throws com.liferay.portal.kernel.exception.SystemException
addGroup in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroupPK - the primary key of the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroup(long pk,
com.liferay.portal.model.Group group)
throws com.liferay.portal.kernel.exception.SystemException
addGroup in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroup - the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroups(long pk,
long[] groupPKs)
throws com.liferay.portal.kernel.exception.SystemException
addGroups in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroupPKs - the primary keys of the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
throws com.liferay.portal.kernel.exception.SystemException
addGroups in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroups - the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void clearGroups(long pk)
throws com.liferay.portal.kernel.exception.SystemException
clearGroups in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organization to clear the associated groups fromcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroup(long pk,
long groupPK)
throws com.liferay.portal.kernel.exception.SystemException
removeGroup in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroupPK - the primary key of the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroup(long pk,
com.liferay.portal.model.Group group)
throws com.liferay.portal.kernel.exception.SystemException
removeGroup in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroup - the groupcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroups(long pk,
long[] groupPKs)
throws com.liferay.portal.kernel.exception.SystemException
removeGroups in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroupPKs - the primary keys of the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
throws com.liferay.portal.kernel.exception.SystemException
removeGroups in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroups - the groupscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setGroups(long pk,
long[] groupPKs)
throws com.liferay.portal.kernel.exception.SystemException
setGroups in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroupPKs - the primary keys of the groups to be associated with the organizationcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setGroups(long pk,
java.util.List<com.liferay.portal.model.Group> groups)
throws com.liferay.portal.kernel.exception.SystemException
setGroups in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationgroups - the groups to be associated with the organizationcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> getUsers(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getUsers in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> getUsers(long pk,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getUsers in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.User> getUsers(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from OrganizationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getUsers in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int getUsersSize(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getUsersSize in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsUser(long pk,
long userPK)
throws com.liferay.portal.kernel.exception.SystemException
true if the user is associated with the organization.containsUser in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationuserPK - the primary key of the usertrue if the user is associated with the organization; false otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic boolean containsUsers(long pk)
throws com.liferay.portal.kernel.exception.SystemException
true if the organization has any users associated with it.containsUsers in interface com.liferay.portal.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 otherwisecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUser(long pk,
long userPK)
throws com.liferay.portal.kernel.exception.SystemException
addUser in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationuserPK - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUser(long pk,
com.liferay.portal.model.User user)
throws com.liferay.portal.kernel.exception.SystemException
addUser in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationuser - the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUsers(long pk,
long[] userPKs)
throws com.liferay.portal.kernel.exception.SystemException
addUsers in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationuserPKs - the primary keys of the userscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void addUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
throws com.liferay.portal.kernel.exception.SystemException
addUsers in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationusers - the userscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void clearUsers(long pk)
throws com.liferay.portal.kernel.exception.SystemException
clearUsers in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organization to clear the associated users fromcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUser(long pk,
long userPK)
throws com.liferay.portal.kernel.exception.SystemException
removeUser in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationuserPK - the primary key of the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUser(long pk,
com.liferay.portal.model.User user)
throws com.liferay.portal.kernel.exception.SystemException
removeUser in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationuser - the usercom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUsers(long pk,
long[] userPKs)
throws com.liferay.portal.kernel.exception.SystemException
removeUsers in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationuserPKs - the primary keys of the userscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
throws com.liferay.portal.kernel.exception.SystemException
removeUsers in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationusers - the userscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setUsers(long pk,
long[] userPKs)
throws com.liferay.portal.kernel.exception.SystemException
setUsers in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationuserPKs - the primary keys of the users to be associated with the organizationcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void setUsers(long pk,
java.util.List<com.liferay.portal.model.User> users)
throws com.liferay.portal.kernel.exception.SystemException
setUsers in interface com.liferay.portal.service.persistence.OrganizationPersistencepk - the primary key of the organizationusers - the users to be associated with the organizationcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Organization>public void afterPropertiesSet()
public void destroy()