Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portal.model.Company

Packages that use Company
com.liferay.portal.model   
com.liferay.portal.service   
com.liferay.portal.service.persistence   
com.liferay.portal.theme   
com.liferay.portal.util   
 

Uses of Company in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Company
 class CompanyWrapper
           This class is a wrapper for Company.
 

Methods in com.liferay.portal.model that return Company
 Company CompanyWrapper.getWrappedCompany()
           
 Company CompanyWrapper.toEscapedModel()
           
 Company CompanyModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Company
 CacheModel<Company> CompanyWrapper.toCacheModel()
           
 CacheModel<Company> CompanyModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Company
 int CompanyWrapper.compareTo(Company company)
           
 int CompanyModel.compareTo(Company company)
           
 int Company.compareTo(Company company)
           
static CompanySoap CompanySoap.toSoapModel(Company model)
           
static CompanySoap[] CompanySoap.toSoapModels(Company[] models)
           
static CompanySoap[][] CompanySoap.toSoapModels(Company[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Company
static CompanySoap[] CompanySoap.toSoapModels(List<Company> models)
           
 

Constructors in com.liferay.portal.model with parameters of type Company
CompanyWrapper(Company company)
           
 

Uses of Company in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Company
 Company CompanyLocalServiceWrapper.addCompany(Company company)
          Adds the company to the database.
static Company CompanyLocalServiceUtil.addCompany(Company company)
          Adds the company to the database.
 Company CompanyLocalService.addCompany(Company company)
          Adds the company to the database.
 Company CompanyServiceWrapper.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers)
           
static Company CompanyServiceUtil.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers)
           
 Company CompanyService.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers)
           
 Company CompanyLocalServiceWrapper.addCompany(String webId, String virtualHostname, String mx, String shardName, boolean system, int maxUsers)
           
static Company CompanyLocalServiceUtil.addCompany(String webId, String virtualHostname, String mx, String shardName, boolean system, int maxUsers)
           
 Company CompanyLocalService.addCompany(String webId, String virtualHostname, String mx, String shardName, boolean system, int maxUsers)
           
 Company CompanyLocalServiceWrapper.checkCompany(String webId)
           
static Company CompanyLocalServiceUtil.checkCompany(String webId)
           
 Company CompanyLocalService.checkCompany(String webId)
           
 Company CompanyLocalServiceWrapper.checkCompany(String webId, String mx, String shardName)
           
static Company CompanyLocalServiceUtil.checkCompany(String webId, String mx, String shardName)
           
 Company CompanyLocalService.checkCompany(String webId, String mx, String shardName)
           
 Company CompanyLocalServiceWrapper.createCompany(long companyId)
          Creates a new company with the primary key.
static Company CompanyLocalServiceUtil.createCompany(long companyId)
          Creates a new company with the primary key.
 Company CompanyLocalService.createCompany(long companyId)
          Creates a new company with the primary key.
 Company CompanyLocalServiceWrapper.getCompany(long companyId)
          Returns the company with the primary key.
static Company CompanyLocalServiceUtil.getCompany(long companyId)
          Returns the company with the primary key.
 Company CompanyLocalService.getCompany(long companyId)
          Returns the company with the primary key.
 Company CompanyServiceWrapper.getCompanyById(long companyId)
           
static Company CompanyServiceUtil.getCompanyById(long companyId)
           
 Company CompanyService.getCompanyById(long companyId)
           
 Company CompanyLocalServiceWrapper.getCompanyById(long companyId)
           
static Company CompanyLocalServiceUtil.getCompanyById(long companyId)
           
 Company CompanyLocalService.getCompanyById(long companyId)
           
 Company CompanyServiceWrapper.getCompanyByLogoId(long logoId)
           
static Company CompanyServiceUtil.getCompanyByLogoId(long logoId)
           
 Company CompanyService.getCompanyByLogoId(long logoId)
           
 Company CompanyLocalServiceWrapper.getCompanyByLogoId(long logoId)
           
static Company CompanyLocalServiceUtil.getCompanyByLogoId(long logoId)
           
 Company CompanyLocalService.getCompanyByLogoId(long logoId)
           
 Company CompanyServiceWrapper.getCompanyByMx(String mx)
           
static Company CompanyServiceUtil.getCompanyByMx(String mx)
           
 Company CompanyService.getCompanyByMx(String mx)
           
 Company CompanyLocalServiceWrapper.getCompanyByMx(String mx)
           
static Company CompanyLocalServiceUtil.getCompanyByMx(String mx)
           
 Company CompanyLocalService.getCompanyByMx(String mx)
           
 Company CompanyServiceWrapper.getCompanyByVirtualHost(String virtualHost)
           
static Company CompanyServiceUtil.getCompanyByVirtualHost(String virtualHost)
           
 Company CompanyService.getCompanyByVirtualHost(String virtualHost)
           
 Company CompanyLocalServiceWrapper.getCompanyByVirtualHost(String virtualHostname)
           
static Company CompanyLocalServiceUtil.getCompanyByVirtualHost(String virtualHostname)
           
 Company CompanyLocalService.getCompanyByVirtualHost(String virtualHostname)
           
 Company CompanyServiceWrapper.getCompanyByWebId(String webId)
           
static Company CompanyServiceUtil.getCompanyByWebId(String webId)
           
 Company CompanyService.getCompanyByWebId(String webId)
           
 Company CompanyLocalServiceWrapper.getCompanyByWebId(String webId)
           
static Company CompanyLocalServiceUtil.getCompanyByWebId(String webId)
           
 Company CompanyLocalService.getCompanyByWebId(String webId)
           
 Company CompanyLocalServiceWrapper.updateCompany(Company company)
          Updates the company in the database or adds it if it does not yet exist.
static Company CompanyLocalServiceUtil.updateCompany(Company company)
          Updates the company in the database or adds it if it does not yet exist.
 Company CompanyLocalService.updateCompany(Company company)
          Updates the company in the database or adds it if it does not yet exist.
 Company CompanyLocalServiceWrapper.updateCompany(Company company, boolean merge)
          Updates the company in the database or adds it if it does not yet exist.
static Company CompanyLocalServiceUtil.updateCompany(Company company, boolean merge)
          Updates the company in the database or adds it if it does not yet exist.
 Company CompanyLocalService.updateCompany(Company company, boolean merge)
          Updates the company in the database or adds it if it does not yet exist.
 Company CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, int maxUsers)
           
static Company CompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, int maxUsers)
           
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, int maxUsers)
           
 Company CompanyLocalServiceWrapper.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers)
           
static Company CompanyLocalServiceUtil.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers)
           
 Company CompanyLocalService.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers)
           
 Company CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
static Company CompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
 Company CompanyLocalServiceWrapper.updateCompany(long companyId, String virtualHostname, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
static Company CompanyLocalServiceUtil.updateCompany(long companyId, String virtualHostname, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
 Company CompanyLocalService.updateCompany(long companyId, String virtualHostname, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
 Company CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
           
static Company CompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
           
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
           
 

Methods in com.liferay.portal.service that return types with arguments of type Company
 List<Company> CompanyLocalServiceWrapper.getCompanies()
           
static List<Company> CompanyLocalServiceUtil.getCompanies()
           
 List<Company> CompanyLocalService.getCompanies()
           
 List<Company> CompanyLocalServiceWrapper.getCompanies(boolean system)
           
static List<Company> CompanyLocalServiceUtil.getCompanies(boolean system)
           
 List<Company> CompanyLocalService.getCompanies(boolean system)
           
 List<Company> CompanyLocalServiceWrapper.getCompanies(int start, int end)
          Returns a range of all the companies.
static List<Company> CompanyLocalServiceUtil.getCompanies(int start, int end)
          Returns a range of all the companies.
 List<Company> CompanyLocalService.getCompanies(int start, int end)
          Returns a range of all the companies.
 

Methods in com.liferay.portal.service with parameters of type Company
 Company CompanyLocalServiceWrapper.addCompany(Company company)
          Adds the company to the database.
static Company CompanyLocalServiceUtil.addCompany(Company company)
          Adds the company to the database.
 Company CompanyLocalService.addCompany(Company company)
          Adds the company to the database.
 void CompanyLocalServiceWrapper.deleteCompany(Company company)
          Deletes the company from the database.
static void CompanyLocalServiceUtil.deleteCompany(Company company)
          Deletes the company from the database.
 void CompanyLocalService.deleteCompany(Company company)
          Deletes the company from the database.
 Company CompanyLocalServiceWrapper.updateCompany(Company company)
          Updates the company in the database or adds it if it does not yet exist.
static Company CompanyLocalServiceUtil.updateCompany(Company company)
          Updates the company in the database or adds it if it does not yet exist.
 Company CompanyLocalService.updateCompany(Company company)
          Updates the company in the database or adds it if it does not yet exist.
 Company CompanyLocalServiceWrapper.updateCompany(Company company, boolean merge)
          Updates the company in the database or adds it if it does not yet exist.
static Company CompanyLocalServiceUtil.updateCompany(Company company, boolean merge)
          Updates the company in the database or adds it if it does not yet exist.
 Company CompanyLocalService.updateCompany(Company company, boolean merge)
          Updates the company in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.persistence that return Company
static Company CompanyUtil.create(long companyId)
          Creates a new company with the primary key.
 Company CompanyPersistence.create(long companyId)
          Creates a new company with the primary key.
static Company CompanyUtil.fetchByLogoId(long logoId)
          Finds the company where logoId = ? or returns null if it could not be found.
 Company CompanyPersistence.fetchByLogoId(long logoId)
          Finds the company where logoId = ? or returns null if it could not be found.
static Company CompanyUtil.fetchByLogoId(long logoId, boolean retrieveFromCache)
          Finds the company where logoId = ? or returns null if it could not be found, optionally using the finder cache.
 Company CompanyPersistence.fetchByLogoId(long logoId, boolean retrieveFromCache)
          Finds the company where logoId = ? or returns null if it could not be found, optionally using the finder cache.
static Company CompanyUtil.fetchByMx(String mx)
          Finds the company where mx = ? or returns null if it could not be found.
 Company CompanyPersistence.fetchByMx(String mx)
          Finds the company where mx = ? or returns null if it could not be found.
static Company CompanyUtil.fetchByMx(String mx, boolean retrieveFromCache)
          Finds the company where mx = ? or returns null if it could not be found, optionally using the finder cache.
 Company CompanyPersistence.fetchByMx(String mx, boolean retrieveFromCache)
          Finds the company where mx = ? or returns null if it could not be found, optionally using the finder cache.
static Company CompanyUtil.fetchByPrimaryKey(long companyId)
          Finds the company with the primary key or returns null if it could not be found.
 Company CompanyPersistence.fetchByPrimaryKey(long companyId)
          Finds the company with the primary key or returns null if it could not be found.
static Company CompanyUtil.fetchByWebId(String webId)
          Finds the company where webId = ? or returns null if it could not be found.
 Company CompanyPersistence.fetchByWebId(String webId)
          Finds the company where webId = ? or returns null if it could not be found.
static Company CompanyUtil.fetchByWebId(String webId, boolean retrieveFromCache)
          Finds the company where webId = ? or returns null if it could not be found, optionally using the finder cache.
 Company CompanyPersistence.fetchByWebId(String webId, boolean retrieveFromCache)
          Finds the company where webId = ? or returns null if it could not be found, optionally using the finder cache.
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.
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.
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.
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 = ?.
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 = ?.
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 = ?.
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.
static Company CompanyUtil.remove(Company company)
           
 Company CompanyPersistence.remove(Company company)
           
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.
static Company CompanyUtil.update(Company company, boolean merge)
           
static Company CompanyUtil.update(Company company, boolean merge, ServiceContext serviceContext)
           
static Company CompanyUtil.updateImpl(Company company, boolean merge)
           
 Company CompanyPersistence.updateImpl(Company company, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Company
static List<Company> CompanyUtil.findAll()
          Finds all the companies.
 List<Company> CompanyPersistence.findAll()
          Finds all the companies.
static List<Company> CompanyUtil.findAll(int start, int end)
          Finds a range of all the companies.
 List<Company> CompanyPersistence.findAll(int start, int end)
          Finds a range of all the companies.
static List<Company> CompanyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the companies.
 List<Company> CompanyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the companies.
static List<Company> CompanyUtil.findBySystem(boolean system)
          Finds all the companies where system = ?.
 List<Company> CompanyPersistence.findBySystem(boolean system)
          Finds all the companies where system = ?.
static List<Company> CompanyUtil.findBySystem(boolean system, int start, int end)
          Finds a range of all the companies where system = ?.
 List<Company> CompanyPersistence.findBySystem(boolean system, int start, int end)
          Finds a range of all the companies where system = ?.
static List<Company> CompanyUtil.findBySystem(boolean system, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the companies where system = ?.
 List<Company> CompanyPersistence.findBySystem(boolean system, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the companies where system = ?.
static List<Company> CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Company> CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Company> CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Company
static void CompanyUtil.cacheResult(Company company)
          Caches the company in the entity cache if it is enabled.
 void CompanyPersistence.cacheResult(Company company)
          Caches the company in the entity cache if it is enabled.
static void CompanyUtil.clearCache(Company company)
           
static Company CompanyUtil.remove(Company company)
           
 Company CompanyPersistence.remove(Company company)
           
static Company CompanyUtil.update(Company company, boolean merge)
           
static Company CompanyUtil.update(Company company, boolean merge, ServiceContext serviceContext)
           
static Company CompanyUtil.updateImpl(Company company, boolean merge)
           
 Company CompanyPersistence.updateImpl(Company company, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Company
static void CompanyUtil.cacheResult(List<Company> companies)
          Caches the companies in the entity cache if it is enabled.
 void CompanyPersistence.cacheResult(List<Company> companies)
          Caches the companies in the entity cache if it is enabled.
 

Uses of Company in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return Company
 Company ThemeDisplay.getCompany()
           
 

Methods in com.liferay.portal.theme with parameters of type Company
 void ThemeDisplay.setCompany(Company company)
           
 

Uses of Company in com.liferay.portal.util
 

Methods in com.liferay.portal.util that return Company
static Company PortalUtil.getCompany(javax.servlet.http.HttpServletRequest request)
           
 Company Portal.getCompany(javax.servlet.http.HttpServletRequest request)
           
static Company PortalUtil.getCompany(PortletRequest portletRequest)
           
 Company Portal.getCompany(PortletRequest portletRequest)
           
 


Liferay 6.0-ee-sp2