Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.NoSuchCompanyException

Packages that use NoSuchCompanyException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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 CompanyPersistenceImpl.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 CompanyPersistenceImpl.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 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 CompanyPersistence.findBySystem_First(boolean system, OrderByComparator orderByComparator)
          Returns the first company in the ordered set where system = ?.
static Company CompanyUtil.findBySystem_First(boolean system, OrderByComparator orderByComparator)
          Returns the first company in the ordered set where system = ?.
 Company CompanyPersistenceImpl.findBySystem_First(boolean system, OrderByComparator orderByComparator)
          Returns the first company in the ordered set where system = ?.
 Company CompanyPersistence.findBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last company in the ordered set where system = ?.
static Company CompanyUtil.findBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last company in the ordered set where system = ?.
 Company CompanyPersistenceImpl.findBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last company in the ordered set where system = ?.
 Company[] CompanyPersistence.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator 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 orderByComparator)
          Returns the companies before and after the current company in the ordered set where system = ?.
 Company[] CompanyPersistenceImpl.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator 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 CompanyPersistenceImpl.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 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 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 CompanyPersistenceImpl.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 CompanyPersistenceImpl.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.
 Company CompanyPersistenceImpl.removeByWebId(String webId)
          Removes the company where webId = ? from the database.
 


Liferay 6.2-ce-ga5