Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchOrganizationException

Packages that use NoSuchOrganizationException
com.liferay.portal.service.persistence   
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchOrganizationException
static Organization OrganizationUtil.findByC_N(long companyId, String name)
          Finds the organization where companyId = ? and name = ? or throws a NoSuchOrganizationException if it could not be found.
 Organization OrganizationPersistence.findByC_N(long companyId, String name)
          Finds the organization where companyId = ? and name = ? or throws a NoSuchOrganizationException if it could not be found.
 Organization OrganizationPersistenceImpl.findByC_N(long companyId, String name)
          Finds 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 orderByComparator)
          Finds the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistenceImpl.findByC_P_First(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistence.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization OrganizationPersistenceImpl.findByC_P_Last(long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static Organization[] OrganizationUtil.findByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.
 Organization[] OrganizationPersistenceImpl.findByC_P_PrevAndNext(long organizationId, long companyId, long parentOrganizationId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.
static Organization OrganizationUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ?.
static Organization[] OrganizationUtil.findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ?.
 Organization[] OrganizationPersistence.findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ?.
 Organization[] OrganizationPersistenceImpl.findByCompanyId_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByLocations_First(long companyId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByLocations_First(long companyId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.findByLocations_First(long companyId, OrderByComparator orderByComparator)
          Finds the first organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ?.
 Organization OrganizationPersistence.findByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ?.
 Organization OrganizationPersistenceImpl.findByLocations_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last organization in the ordered set where companyId = ?.
static Organization[] OrganizationUtil.findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ?.
 Organization[] OrganizationPersistence.findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ?.
 Organization[] OrganizationPersistenceImpl.findByLocations_PrevAndNext(long organizationId, long companyId, OrderByComparator orderByComparator)
          Finds the organizations before and after the current organization in the ordered set where companyId = ?.
static Organization OrganizationUtil.findByPrimaryKey(long organizationId)
          Finds the organization with the primary key or throws a NoSuchOrganizationException if it could not be found.
 Organization OrganizationPersistence.findByPrimaryKey(long organizationId)
          Finds the organization with the primary key or throws a NoSuchOrganizationException if it could not be found.
 Organization OrganizationPersistenceImpl.findByPrimaryKey(long organizationId)
          Finds the organization with the primary key or throws a NoSuchOrganizationException if it could not be found.
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.
 Organization OrganizationPersistenceImpl.remove(long organizationId)
          Removes the organization with the primary key from the database.
static void OrganizationUtil.removeByC_N(long companyId, String name)
          Removes the organization where companyId = ? and name = ? from the database.
 void OrganizationPersistence.removeByC_N(long companyId, String name)
          Removes the organization where companyId = ? and name = ? from the database.
 void OrganizationPersistenceImpl.removeByC_N(long companyId, String name)
          Removes the organization where companyId = ? and name = ? from the database.
 


Liferay 6.0.5