Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.exception.NoSuchOrganizationException

Packages that use NoSuchOrganizationException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of NoSuchOrganizationException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchOrganizationException
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 = ?.
 Organization[] 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_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
 Organization[] OrganizationPersistence.filterFindByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
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 = ?.
 Organization[] 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.filterFindByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.
 Organization[] OrganizationPersistence.filterFindByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.
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 = ?.
 Organization[] 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_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 = ?.
 Organization[] 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.findByC_N(long companyId, String name)
          Returns the organization where companyId = ? and name = ? or throws a NoSuchOrganizationException if it could not be found.
 Organization OrganizationPersistence.findByC_N(long companyId, String name)
          Returns the organization where companyId = ? and name = ? or throws a NoSuchOrganizationException if it could not be found.
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 = ?.
 Organization 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_Last(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization 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_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 = ?.
 Organization[] 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_T_First(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization OrganizationPersistence.findByC_T_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_T_Last(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization OrganizationPersistence.findByC_T_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_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization[] OrganizationPersistence.findByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.
static Organization OrganizationUtil.findByCompanyId_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByCompanyId_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first 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 = ?.
 Organization OrganizationPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last 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 = ?.
 Organization[] 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.findByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByLocations_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByLocations_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
static Organization[] OrganizationUtil.findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
 Organization[] OrganizationPersistence.findByLocations_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.findByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.findByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.findByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.findByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.findByPrimaryKey(long organizationId)
          Returns the organization with the primary key or throws a NoSuchOrganizationException if it could not be found.
 Organization OrganizationPersistence.findByPrimaryKey(long organizationId)
          Returns the organization with the primary key or throws a NoSuchOrganizationException if it could not be found.
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 = ?.
 Organization 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_Last(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
 Organization 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_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 = ?.
 Organization[] 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_First(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
 Organization OrganizationPersistence.findByUuid_First(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the first 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 = ?.
 Organization OrganizationPersistence.findByUuid_Last(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the last 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 = ?.
 Organization[] 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.remove(long organizationId)
          Removes the organization with the primary key from the database.
 Organization OrganizationPersistence.remove(long organizationId)
          Removes the organization with the primary key from the database.
static Organization OrganizationUtil.removeByC_N(long companyId, String name)
          Removes the organization where companyId = ? and name = ? from the database.
 Organization OrganizationPersistence.removeByC_N(long companyId, String name)
          Removes the organization where companyId = ? and name = ? from the database.
 

Uses of NoSuchOrganizationException in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that throw NoSuchOrganizationException
 Organization[] OrganizationPersistenceImpl.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 = ?.
 Organization[] OrganizationPersistenceImpl.filterFindByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.
 Organization[] OrganizationPersistenceImpl.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 = ?.
 Organization[] OrganizationPersistenceImpl.filterFindByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.
 Organization[] OrganizationPersistenceImpl.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 = ?.
 Organization[] OrganizationPersistenceImpl.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 = ?.
 Organization OrganizationPersistenceImpl.findByC_N(long companyId, String name)
          Returns the organization where companyId = ? and name = ? or throws a NoSuchOrganizationException if it could not be found.
 Organization OrganizationPersistenceImpl.findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistenceImpl.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization[] OrganizationPersistenceImpl.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 = ?.
 Organization OrganizationPersistenceImpl.findByC_T_First(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization OrganizationPersistenceImpl.findByC_T_Last(long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization[] OrganizationPersistenceImpl.findByC_T_PrevAndNext(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.
 Organization OrganizationPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Organization[] OrganizationPersistenceImpl.findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.findByLocations_First(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.findByLocations_Last(long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where companyId = ?.
 Organization[] OrganizationPersistenceImpl.findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.findByO_C_P_First(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistenceImpl.findByO_C_P_Last(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistenceImpl.findByPrimaryKey(long organizationId)
          Returns the organization with the primary key or throws a NoSuchOrganizationException if it could not be found.
 Organization OrganizationPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the organization with the primary key or throws a NoSuchModelException if it could not be found.
 Organization OrganizationPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ? and companyId = ?.
 Organization OrganizationPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ? and companyId = ?.
 Organization[] OrganizationPersistenceImpl.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 = ?.
 Organization OrganizationPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the first organization in the ordered set where uuid = ?.
 Organization OrganizationPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the last organization in the ordered set where uuid = ?.
 Organization[] OrganizationPersistenceImpl.findByUuid_PrevAndNext(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator)
          Returns the organizations before and after the current organization in the ordered set where uuid = ?.
 Organization OrganizationPersistenceImpl.remove(long organizationId)
          Removes the organization with the primary key from the database.
 Organization OrganizationPersistenceImpl.remove(Serializable primaryKey)
          Removes the organization with the primary key from the database.
 Organization OrganizationPersistenceImpl.removeByC_N(long companyId, String name)
          Removes the organization where companyId = ? and name = ? from the database.
 


Liferay 7.0-ce-b4