Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchCompanyException

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

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

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


Liferay 6.0.5