Liferay 7.0-ce-b4

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

Packages that use NoSuchCompanyException
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 NoSuchCompanyException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchCompanyException
 Company CompanyPersistence.findByLogoId(long logoId)
          Returns the company where logoId = ? or throws a NoSuchCompanyException if it could not be found.
static Company CompanyUtil.findByLogoId(long logoId)
          Returns the company where logoId = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistence.findByMx(String mx)
          Returns the company where mx = ? or throws a NoSuchCompanyException if it could not be found.
static Company CompanyUtil.findByMx(String mx)
          Returns the company where mx = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistence.findByPrimaryKey(long companyId)
          Returns the company with the primary key or throws a NoSuchCompanyException if it could not be found.
static Company CompanyUtil.findByPrimaryKey(long companyId)
          Returns the company with the primary key or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistence.findBySystem_First(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the first company in the ordered set where system = ?.
static Company CompanyUtil.findBySystem_First(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the first company in the ordered set where system = ?.
 Company CompanyPersistence.findBySystem_Last(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the last company in the ordered set where system = ?.
static Company CompanyUtil.findBySystem_Last(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the last company in the ordered set where system = ?.
 Company[] CompanyPersistence.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator<Company> orderByComparator)
          Returns the companies before and after the current company in the ordered set where system = ?.
static Company[] CompanyUtil.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator<Company> orderByComparator)
          Returns the companies before and after the current company in the ordered set where system = ?.
 Company CompanyPersistence.findByWebId(String webId)
          Returns the company where webId = ? or throws a NoSuchCompanyException if it could not be found.
static Company CompanyUtil.findByWebId(String webId)
          Returns the company where webId = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistence.remove(long companyId)
          Removes the company with the primary key from the database.
static Company CompanyUtil.remove(long companyId)
          Removes the company with the primary key from the database.
 Company CompanyPersistence.removeByLogoId(long logoId)
          Removes the company where logoId = ? from the database.
static Company CompanyUtil.removeByLogoId(long logoId)
          Removes the company where logoId = ? from the database.
 Company CompanyPersistence.removeByMx(String mx)
          Removes the company where mx = ? from the database.
static Company CompanyUtil.removeByMx(String mx)
          Removes the company where mx = ? from the database.
 Company CompanyPersistence.removeByWebId(String webId)
          Removes the company where webId = ? from the database.
static Company CompanyUtil.removeByWebId(String webId)
          Removes the company where webId = ? from the database.
 

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

Methods in com.liferay.portal.service.persistence.impl that throw NoSuchCompanyException
 Company CompanyPersistenceImpl.findByLogoId(long logoId)
          Returns the company where logoId = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistenceImpl.findByMx(String mx)
          Returns the company where mx = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistenceImpl.findByPrimaryKey(long companyId)
          Returns the company with the primary key or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the company with the primary key or throws a NoSuchModelException if it could not be found.
 Company CompanyPersistenceImpl.findBySystem_First(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the first company in the ordered set where system = ?.
 Company CompanyPersistenceImpl.findBySystem_Last(boolean system, OrderByComparator<Company> orderByComparator)
          Returns the last company in the ordered set where system = ?.
 Company[] CompanyPersistenceImpl.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator<Company> orderByComparator)
          Returns the companies before and after the current company in the ordered set where system = ?.
 Company CompanyPersistenceImpl.findByWebId(String webId)
          Returns the company where webId = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistenceImpl.remove(long companyId)
          Removes the company with the primary key from the database.
 Company CompanyPersistenceImpl.remove(Serializable primaryKey)
          Removes the company with the primary key from the database.
 Company CompanyPersistenceImpl.removeByLogoId(long logoId)
          Removes the company where logoId = ? from the database.
 Company CompanyPersistenceImpl.removeByMx(String mx)
          Removes the company where mx = ? from the database.
 Company CompanyPersistenceImpl.removeByWebId(String webId)
          Removes the company where webId = ? from the database.
 


Liferay 7.0-ce-b4