Liferay 6.2-ce-ga5

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

Packages that use Company
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.theme This package defines the portal theme classes. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.util.bridges.alloy   
 

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()
          Deprecated. As of 6.1.0, replaced by CompanyWrapper.getWrappedModel()
 Company CompanyWrapper.getWrappedModel()
           
 Company CompanyModel.toEscapedModel()
           
 Company CompanyWrapper.toEscapedModel()
           
 Company CompanyModel.toUnescapedModel()
           
 Company CompanyWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portal.model with parameters of type Company
 int CompanyModel.compareTo(Company company)
           
 int CompanyWrapper.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 CompanyLocalService.addCompany(Company company)
          Adds the company to the database.
 Company CompanyLocalServiceWrapper.addCompany(Company company)
          Adds the company to the database.
static Company CompanyLocalServiceUtil.addCompany(Company company)
          Adds the company to the database.
static Company CompanyServiceUtil.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers, boolean active)
          Adds a company.
 Company CompanyLocalService.addCompany(String webId, String virtualHostname, String mx, String shardName, boolean system, int maxUsers, boolean active)
          Adds a company.
 Company CompanyLocalServiceWrapper.addCompany(String webId, String virtualHostname, String mx, String shardName, boolean system, int maxUsers, boolean active)
          Adds a company.
static Company CompanyLocalServiceUtil.addCompany(String webId, String virtualHostname, String mx, String shardName, boolean system, int maxUsers, boolean active)
          Adds a company.
 Company CompanyService.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers, boolean active)
          Adds a company.
 Company CompanyServiceWrapper.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers, boolean active)
          Adds a company.
 Company CompanyLocalService.checkCompany(String webId)
          Returns the company with the web domain.
 Company CompanyLocalServiceWrapper.checkCompany(String webId)
          Returns the company with the web domain.
static Company CompanyLocalServiceUtil.checkCompany(String webId)
          Returns the company with the web domain.
 Company CompanyLocalService.checkCompany(String webId, String mx, String shardName)
          Returns the company with the web domain, mail domain, and shard.
 Company CompanyLocalServiceWrapper.checkCompany(String webId, String mx, String shardName)
          Returns the company with the web domain, mail domain, and shard.
static Company CompanyLocalServiceUtil.checkCompany(String webId, String mx, String shardName)
          Returns the company with the web domain, mail domain, and shard.
 Company CompanyLocalService.createCompany(long companyId)
          Creates a new company with the primary key.
 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.deleteCompany(Company company)
          Deletes the company from the database.
 Company CompanyLocalServiceWrapper.deleteCompany(Company company)
          Deletes the company from the database.
static Company CompanyLocalServiceUtil.deleteCompany(Company company)
          Deletes the company from the database.
static Company CompanyServiceUtil.deleteCompany(long companyId)
           
 Company CompanyLocalService.deleteCompany(long companyId)
          Deletes the company with the primary key from the database.
 Company CompanyLocalServiceWrapper.deleteCompany(long companyId)
          Deletes the company with the primary key from the database.
static Company CompanyLocalServiceUtil.deleteCompany(long companyId)
          Deletes the company with the primary key from the database.
 Company CompanyService.deleteCompany(long companyId)
           
 Company CompanyServiceWrapper.deleteCompany(long companyId)
           
 Company CompanyLocalService.fetchCompany(long companyId)
           
 Company CompanyLocalServiceWrapper.fetchCompany(long companyId)
           
static Company CompanyLocalServiceUtil.fetchCompany(long companyId)
           
 Company CompanyLocalService.fetchCompanyById(long companyId)
          Returns the company with the primary key.
 Company CompanyLocalServiceWrapper.fetchCompanyById(long companyId)
          Returns the company with the primary key.
static Company CompanyLocalServiceUtil.fetchCompanyById(long companyId)
          Returns the company with the primary key.
 Company CompanyLocalService.fetchCompanyByVirtualHost(String virtualHostname)
          Returns the company with the virtual host name.
 Company CompanyLocalServiceWrapper.fetchCompanyByVirtualHost(String virtualHostname)
          Returns the company with the virtual host name.
static Company CompanyLocalServiceUtil.fetchCompanyByVirtualHost(String virtualHostname)
          Returns the company with the virtual host name.
 Company CompanyLocalService.getCompany(long companyId)
          Returns the 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.
static Company CompanyServiceUtil.getCompanyById(long companyId)
          Returns the company with the primary key.
 Company CompanyLocalService.getCompanyById(long companyId)
          Returns the company with the primary key.
 Company CompanyLocalServiceWrapper.getCompanyById(long companyId)
          Returns the company with the primary key.
static Company CompanyLocalServiceUtil.getCompanyById(long companyId)
          Returns the company with the primary key.
 Company CompanyService.getCompanyById(long companyId)
          Returns the company with the primary key.
 Company CompanyServiceWrapper.getCompanyById(long companyId)
          Returns the company with the primary key.
static Company CompanyServiceUtil.getCompanyByLogoId(long logoId)
          Returns the company with the logo.
 Company CompanyLocalService.getCompanyByLogoId(long logoId)
          Returns the company with the logo.
 Company CompanyLocalServiceWrapper.getCompanyByLogoId(long logoId)
          Returns the company with the logo.
static Company CompanyLocalServiceUtil.getCompanyByLogoId(long logoId)
          Returns the company with the logo.
 Company CompanyService.getCompanyByLogoId(long logoId)
          Returns the company with the logo.
 Company CompanyServiceWrapper.getCompanyByLogoId(long logoId)
          Returns the company with the logo.
static Company CompanyServiceUtil.getCompanyByMx(String mx)
          Returns the company with the mail domian.
 Company CompanyLocalService.getCompanyByMx(String mx)
          Returns the company with the mail domain.
 Company CompanyLocalServiceWrapper.getCompanyByMx(String mx)
          Returns the company with the mail domain.
static Company CompanyLocalServiceUtil.getCompanyByMx(String mx)
          Returns the company with the mail domain.
 Company CompanyService.getCompanyByMx(String mx)
          Returns the company with the mail domian.
 Company CompanyServiceWrapper.getCompanyByMx(String mx)
          Returns the company with the mail domian.
static Company CompanyServiceUtil.getCompanyByVirtualHost(String virtualHost)
          Returns the company with the virtual host name.
 Company CompanyLocalService.getCompanyByVirtualHost(String virtualHostname)
          Returns the company with the virtual host name.
 Company CompanyLocalServiceWrapper.getCompanyByVirtualHost(String virtualHostname)
          Returns the company with the virtual host name.
static Company CompanyLocalServiceUtil.getCompanyByVirtualHost(String virtualHostname)
          Returns the company with the virtual host name.
 Company CompanyService.getCompanyByVirtualHost(String virtualHost)
          Returns the company with the virtual host name.
 Company CompanyServiceWrapper.getCompanyByVirtualHost(String virtualHost)
          Returns the company with the virtual host name.
static Company CompanyServiceUtil.getCompanyByWebId(String webId)
          Returns the company with the web domain.
 Company CompanyLocalService.getCompanyByWebId(String webId)
          Returns the company with the web domain.
 Company CompanyLocalServiceWrapper.getCompanyByWebId(String webId)
          Returns the company with the web domain.
static Company CompanyLocalServiceUtil.getCompanyByWebId(String webId)
          Returns the company with the web domain.
 Company CompanyService.getCompanyByWebId(String webId)
          Returns the company with the web domain.
 Company CompanyServiceWrapper.getCompanyByWebId(String webId)
          Returns the company with the web domain.
 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)
          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.
static Company CompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, int maxUsers, boolean active)
          Updates the company
 Company CompanyLocalService.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers, boolean active)
          Updates the company.
 Company CompanyLocalServiceWrapper.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers, boolean active)
          Updates the company.
static Company CompanyLocalServiceUtil.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers, boolean active)
          Updates the company.
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, int maxUsers, boolean active)
          Updates the company
 Company CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, int maxUsers, boolean active)
          Updates the company
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)
          Updates the company with additional account information.
 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)
          Update the company with additional account information.
 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)
          Update the company with additional account information.
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)
          Update the company with additional account information.
 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)
          Updates the company with additional account information.
 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)
          Updates the company with additional account information.
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)
          Updates the company with addition information.
 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)
          Updates the company with addition information.
 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)
          Updates the company with addition information.
static Company CompanyServiceUtil.updateLogo(long companyId, byte[] bytes)
          Updates the company's logo.
 Company CompanyLocalService.updateLogo(long companyId, byte[] bytes)
          Updates the company's logo.
 Company CompanyLocalServiceWrapper.updateLogo(long companyId, byte[] bytes)
          Updates the company's logo.
static Company CompanyLocalServiceUtil.updateLogo(long companyId, byte[] bytes)
          Updates the company's logo.
 Company CompanyService.updateLogo(long companyId, byte[] bytes)
          Updates the company's logo.
 Company CompanyServiceWrapper.updateLogo(long companyId, byte[] bytes)
          Updates the company's logo.
 Company CompanyLocalService.updateLogo(long companyId, File file)
          Updates the company's logo.
 Company CompanyLocalServiceWrapper.updateLogo(long companyId, File file)
          Updates the company's logo.
static Company CompanyLocalServiceUtil.updateLogo(long companyId, File file)
          Updates the company's logo.
static Company CompanyServiceUtil.updateLogo(long companyId, InputStream inputStream)
          Updates the company's logo.
 Company CompanyLocalService.updateLogo(long companyId, InputStream is)
          Update the company's logo.
 Company CompanyLocalServiceWrapper.updateLogo(long companyId, InputStream is)
          Update the company's logo.
static Company CompanyLocalServiceUtil.updateLogo(long companyId, InputStream is)
          Update the company's logo.
 Company CompanyService.updateLogo(long companyId, InputStream inputStream)
          Updates the company's logo.
 Company CompanyServiceWrapper.updateLogo(long companyId, InputStream inputStream)
          Updates the company's logo.
 

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

Methods in com.liferay.portal.service with parameters of type Company
 Company CompanyLocalService.addCompany(Company company)
          Adds the company to the database.
 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.deleteCompany(Company company)
          Deletes the company from the database.
 Company CompanyLocalServiceWrapper.deleteCompany(Company company)
          Deletes the company from the database.
static Company CompanyLocalServiceUtil.deleteCompany(Company company)
          Deletes the company from the database.
 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)
          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.
 

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

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

Methods in com.liferay.portal.service.persistence that return types with arguments of type Company
 List<Company> CompanyPersistence.findAll()
          Returns all the companies.
static List<Company> CompanyUtil.findAll()
          Returns all the companies.
 List<Company> CompanyPersistence.findAll(int start, int end)
          Returns a range of all the companies.
static List<Company> CompanyUtil.findAll(int start, int end)
          Returns a range of all the companies.
 List<Company> CompanyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the companies.
static List<Company> CompanyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the companies.
 List<Company> CompanyPersistence.findBySystem(boolean system)
          Returns all the companies where system = ?.
static List<Company> CompanyUtil.findBySystem(boolean system)
          Returns all the companies where system = ?.
 List<Company> CompanyPersistence.findBySystem(boolean system, int start, int end)
          Returns a range of all the companies where system = ?.
static List<Company> CompanyUtil.findBySystem(boolean system, int start, int end)
          Returns a range of all the companies where system = ?.
 List<Company> CompanyPersistence.findBySystem(boolean system, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the companies where system = ?.
static List<Company> CompanyUtil.findBySystem(boolean system, int start, int end, OrderByComparator orderByComparator)
          Returns 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
 void CompanyPersistence.cacheResult(Company company)
          Caches the company in the entity cache if it is enabled.
static void CompanyUtil.cacheResult(Company company)
          Caches the company in the entity cache if it is enabled.
static void CompanyUtil.clearCache(Company company)
           
static Company CompanyUtil.update(Company company)
           
static Company CompanyUtil.update(Company company, ServiceContext serviceContext)
           
 Company CompanyPersistence.updateImpl(Company company)
           
static Company CompanyUtil.updateImpl(Company company)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Company
 void CompanyPersistence.cacheResult(List<Company> companies)
          Caches the companies in the entity cache if it is enabled.
static void CompanyUtil.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
 Company Portal.getCompany(javax.servlet.http.HttpServletRequest request)
           
static Company PortalUtil.getCompany(javax.servlet.http.HttpServletRequest request)
           
 Company Portal.getCompany(PortletRequest portletRequest)
           
static Company PortalUtil.getCompany(PortletRequest portletRequest)
           
 

Uses of Company in com.liferay.util.bridges.alloy
 

Fields in com.liferay.util.bridges.alloy declared as Company
protected  Company BaseAlloyControllerImpl.company
           
 


Liferay 6.2-ce-ga5