Uses of Class
com.liferay.portal.kernel.exception.NoSuchOrganizationException
Packages that use NoSuchOrganizationException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchOrganizationException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchOrganizationExceptionModifier and TypeMethodDescriptionOrganizationPersistence.filterFindByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and name LIKE ?.static Organization[]
OrganizationUtil.filterFindByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.static Organization[]
OrganizationUtil.filterFindByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.OrganizationPersistence.filterFindByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization[]
OrganizationUtil.filterFindByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.static Organization[]
OrganizationUtil.filterFindByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.filterFindByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.static Organization[]
OrganizationUtil.filterFindByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.OrganizationPersistence.filterFindByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.static Organization[]
OrganizationUtil.filterFindByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.OrganizationPersistence.filterFindByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?.static Organization[]
OrganizationUtil.filterFindByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?.OrganizationPersistence.filterFindByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.static Organization[]
OrganizationUtil.filterFindByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.OrganizationPersistence.findByC_LikeN_First
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_LikeN_First
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and name LIKE ?.static Organization[]
OrganizationUtil.findByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeT_First
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization
OrganizationUtil.findByC_LikeT_First
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_LikeT_Last
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization
OrganizationUtil.findByC_LikeT_Last
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization[]
OrganizationUtil.findByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.Returns the organization where companyId = ? and name = ? or throws aNoSuchOrganizationException
if it could not be found.static Organization
Returns the organization where companyId = ? and name = ? or throws aNoSuchOrganizationException
if it could not be found.OrganizationPersistence.findByC_P_First
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByC_P_First
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByC_P_Last
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByC_P_Last
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByC_P_LikeN_First
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_P_LikeN_First
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_LikeN_Last
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_P_LikeN_Last
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization[]
OrganizationUtil.findByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization[]
OrganizationUtil.findByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyId_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.static Organization[]
OrganizationUtil.findByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyIdLocations_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyIdLocations_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyIdLocations_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyIdLocations_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.static Organization[]
OrganizationUtil.findByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.OrganizationPersistence.findByERC_C
(String externalReferenceCode, long companyId) Returns the organization where externalReferenceCode = ? and companyId = ? or throws aNoSuchOrganizationException
if it could not be found.static Organization
OrganizationUtil.findByERC_C
(String externalReferenceCode, long companyId) Returns the organization where externalReferenceCode = ? and companyId = ? or throws aNoSuchOrganizationException
if it could not be found.OrganizationPersistence.findByGtO_C_P_First
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByGtO_C_P_First
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByGtO_C_P_Last
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByGtO_C_P_Last
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByPrimaryKey
(long organizationId) Returns the organization with the primary key or throws aNoSuchOrganizationException
if it could not be found.static Organization
OrganizationUtil.findByPrimaryKey
(long organizationId) Returns the organization with the primary key or throws aNoSuchOrganizationException
if it could not be found.OrganizationPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ? and companyId = ?.static Organization
OrganizationUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ? and companyId = ?.static Organization
OrganizationUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.static Organization[]
OrganizationUtil.findByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_First
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ?.static Organization
OrganizationUtil.findByUuid_First
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ?.OrganizationPersistence.findByUuid_Last
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ?.static Organization
OrganizationUtil.findByUuid_Last
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ?.OrganizationPersistence.findByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ?.static Organization[]
OrganizationUtil.findByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ?.OrganizationPersistence.remove
(long organizationId) Removes the organization with the primary key from the database.static Organization
OrganizationUtil.remove
(long organizationId) Removes the organization with the primary key from the database.OrganizationPersistence.removeByC_N
(long companyId, String name) Removes the organization where companyId = ? and name = ? from the database.static Organization
OrganizationUtil.removeByC_N
(long companyId, String name) Removes the organization where companyId = ? and name = ? from the database.OrganizationPersistence.removeByERC_C
(String externalReferenceCode, long companyId) Removes the organization where externalReferenceCode = ? and companyId = ? from the database.static Organization
OrganizationUtil.removeByERC_C
(String externalReferenceCode, long companyId) Removes the organization where externalReferenceCode = ? and companyId = ? from the database.