Liferay 6.1.10-ee-ga1

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

Packages that use Company
com.liferay.portal.atom   
com.liferay.portal.kernel.templateparser   
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
com.liferay.portal.model.impl   
com.liferay.portal.service This package defines the local and remote portal service interfaces and classes. 
com.liferay.portal.service.base   
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utility classes. 
com.liferay.portal.service.impl This package defines the local and remote portal service implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces and classes. 
com.liferay.portal.theme   
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portal.util   
com.liferay.portlet.flags.messaging   
com.liferay.portlet.login.util   
com.liferay.portlet.messageboards.pop   
com.liferay.util.bridges.alloy   
 

Uses of Company in com.liferay.portal.atom
 

Methods in com.liferay.portal.atom that return Company
static Company AtomUtil.getCompany()
           
 

Uses of Company in com.liferay.portal.kernel.templateparser
 

Methods in com.liferay.portal.kernel.templateparser that return Company
protected  Company BaseTemplateParser.getCompany()
           
 

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. Renamed to CompanyWrapper.getWrappedModel()
 Company CompanyWrapper.getWrappedModel()
           
 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.model.impl
 

Classes in com.liferay.portal.model.impl that implement Company
 class CompanyBaseImpl
          The extended model base implementation for the Company service.
 class CompanyImpl
           
 

Methods in com.liferay.portal.model.impl that return Company
 Company CompanyCacheModel.toEntityModel()
           
 Company CompanyModelImpl.toEscapedModel()
           
static Company CompanyModelImpl.toModel(CompanySoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Company
 CacheModel<Company> CompanyModelImpl.toCacheModel()
           
static List<Company> CompanyModelImpl.toModels(CompanySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

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

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

Methods in com.liferay.portal.service.base that return Company
 Company CompanyLocalServiceBaseImpl.addCompany(Company company)
          Adds the company to the database.
 Company CompanyLocalServiceBaseImpl.createCompany(long companyId)
          Creates a new company with the primary key.
 Company CompanyLocalServiceBaseImpl.fetchCompany(long companyId)
           
 Company CompanyLocalServiceBaseImpl.getCompany(long companyId)
          Returns the company with the primary key.
 Company CompanyLocalServiceBaseImpl.updateCompany(Company company)
          Updates the company in the database or adds it if it does not yet exist.
 Company CompanyLocalServiceBaseImpl.updateCompany(Company company, boolean merge)
          Updates the company in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Company
 List<Company> CompanyLocalServiceBaseImpl.getCompanies(int start, int end)
          Returns a range of all the companies.
 

Methods in com.liferay.portal.service.base with parameters of type Company
 Company CompanyLocalServiceBaseImpl.addCompany(Company company)
          Adds the company to the database.
 void CompanyLocalServiceBaseImpl.deleteCompany(Company company)
          Deletes the company from the database.
 Company CompanyLocalServiceBaseImpl.updateCompany(Company company)
          Updates the company in the database or adds it if it does not yet exist.
 Company CompanyLocalServiceBaseImpl.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.http
 

Methods in com.liferay.portal.service.http that return Company
static Company CompanyServiceHttp.addCompany(HttpPrincipal httpPrincipal, String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers, boolean active)
           
static Company CompanyServiceHttp.getCompanyById(HttpPrincipal httpPrincipal, long companyId)
           
static Company CompanyServiceHttp.getCompanyByLogoId(HttpPrincipal httpPrincipal, long logoId)
           
static Company CompanyServiceHttp.getCompanyByMx(HttpPrincipal httpPrincipal, String mx)
           
static Company CompanyServiceHttp.getCompanyByVirtualHost(HttpPrincipal httpPrincipal, String virtualHost)
           
static Company CompanyServiceHttp.getCompanyByWebId(HttpPrincipal httpPrincipal, String webId)
           
static Company CompanyServiceHttp.updateCompany(HttpPrincipal httpPrincipal, long companyId, String virtualHost, String mx, int maxUsers, boolean active)
           
static Company CompanyServiceHttp.updateCompany(HttpPrincipal httpPrincipal, 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 CompanyServiceHttp.updateCompany(HttpPrincipal httpPrincipal, 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 CompanyServiceHttp.updateLogo(HttpPrincipal httpPrincipal, long companyId, InputStream inputStream)
           
 

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

Methods in com.liferay.portal.service.impl that return Company
 Company CompanyServiceImpl.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers, boolean active)
          Adds a company.
 Company CompanyLocalServiceImpl.addCompany(String webId, String virtualHostname, String mx, String shardName, boolean system, int maxUsers, boolean active)
          Adds a company.
 Company CompanyLocalServiceImpl.checkCompany(String webId)
          Returns the company with the web domain.
 Company CompanyLocalServiceImpl.checkCompany(String webId, String mx, String shardName)
          Returns the company with the web domain, mail domain, and shard.
protected  Company CompanyLocalServiceImpl.checkLogo(long companyId)
           
 Company CompanyLocalServiceImpl.fetchCompanyById(long companyId)
          Returns the company with the primary key.
 Company CompanyLocalServiceImpl.fetchCompanyByVirtualHost(String virtualHostname)
          Returns the company with the virtual host name.
 Company CompanyServiceImpl.getCompanyById(long companyId)
          Returns the company with the primary key.
 Company CompanyLocalServiceImpl.getCompanyById(long companyId)
          Returns the company with the primary key.
 Company CompanyServiceImpl.getCompanyByLogoId(long logoId)
          Returns the company with the logo.
 Company CompanyLocalServiceImpl.getCompanyByLogoId(long logoId)
          Returns the company with the logo.
 Company CompanyServiceImpl.getCompanyByMx(String mx)
          Returns the company with the mail domian.
 Company CompanyLocalServiceImpl.getCompanyByMx(String mx)
          Returns the company with the mail domain.
 Company CompanyServiceImpl.getCompanyByVirtualHost(String virtualHost)
          Returns the company with the virtual host name.
 Company CompanyLocalServiceImpl.getCompanyByVirtualHost(String virtualHostname)
          Returns the company with the virtual host name.
 Company CompanyServiceImpl.getCompanyByWebId(String webId)
          Returns the company with the web domain.
 Company CompanyLocalServiceImpl.getCompanyByWebId(String webId)
          Returns the company with the web domain.
 Company CompanyServiceImpl.updateCompany(long companyId, String virtualHost, String mx, int maxUsers, boolean active)
          Updates the company
 Company CompanyLocalServiceImpl.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers, boolean active)
          Updates the company.
 Company CompanyServiceImpl.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 CompanyLocalServiceImpl.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 CompanyServiceImpl.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 CompanyLocalServiceImpl.updateLogo(long companyId, byte[] bytes)
          Updates the company's logo.
 Company CompanyLocalServiceImpl.updateLogo(long companyId, File file)
          Updates the company's logo.
 Company CompanyServiceImpl.updateLogo(long companyId, InputStream inputStream)
          Updates the company's logo.
 Company CompanyLocalServiceImpl.updateLogo(long companyId, InputStream is)
          Update the company's logo.
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Company
 List<Company> CompanyLocalServiceImpl.getCompanies()
          Returns all the companies.
 List<Company> CompanyLocalServiceImpl.getCompanies(boolean system)
          Returns all the companies used by WSRP.
 

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.
 Company CompanyPersistenceImpl.create(long companyId)
          Creates a new company with the primary key.
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)
          Returns the company where logoId = ? or returns null if it could not be found.
 Company CompanyPersistenceImpl.fetchByLogoId(long logoId)
          Returns the company where logoId = ? or returns null if it could not be found.
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.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 CompanyPersistenceImpl.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.fetchByMx(String mx)
          Returns the company where mx = ? or returns null if it could not be found.
 Company CompanyPersistence.fetchByMx(String mx)
          Returns the company where mx = ? or returns null if it could not be found.
 Company CompanyPersistenceImpl.fetchByMx(String mx)
          Returns the company where mx = ? or returns null if it could not be found.
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.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 CompanyPersistenceImpl.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.fetchByPrimaryKey(long companyId)
          Returns the company with the primary key or returns null if it could not be found.
 Company CompanyPersistence.fetchByPrimaryKey(long companyId)
          Returns the company with the primary key or returns null if it could not be found.
 Company CompanyPersistenceImpl.fetchByPrimaryKey(long companyId)
          Returns the company with the primary key or returns null if it could not be found.
 Company CompanyPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the company with the primary key 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)
          Returns the company where webId = ? or returns null if it could not be found.
 Company CompanyPersistenceImpl.fetchByWebId(String webId)
          Returns the company where webId = ? or returns null if it could not be found.
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.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 CompanyPersistenceImpl.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.findByLogoId(long logoId)
          Returns the company where logoId = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistence.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.
static Company CompanyUtil.findByMx(String mx)
          Returns the company where mx = ? 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.
 Company CompanyPersistenceImpl.findByMx(String mx)
          Returns the company where mx = ? 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.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.
static Company CompanyUtil.findBySystem_First(boolean system, OrderByComparator orderByComparator)
          Returns the first company in the ordered set where system = ?.
 Company CompanyPersistence.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 = ?.
static Company CompanyUtil.findBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 Company CompanyPersistenceImpl.findBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last 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.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 = ?.
static Company CompanyUtil.findByWebId(String webId)
          Returns the company where webId = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistence.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.
protected  Company CompanyPersistenceImpl.getBySystem_PrevAndNext(Session session, Company company, boolean system, OrderByComparator orderByComparator, boolean previous)
           
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.
 Company CompanyPersistenceImpl.remove(Serializable primaryKey)
          Removes the company with the primary key from the database.
protected  Company CompanyPersistenceImpl.removeImpl(Company company)
           
protected  Company CompanyPersistenceImpl.toUnwrappedModel(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)
           
 Company CompanyPersistenceImpl.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()
          Returns all the companies.
 List<Company> CompanyPersistence.findAll()
          Returns all the companies.
 List<Company> CompanyPersistenceImpl.findAll()
          Returns 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)
          Returns a range of all the companies.
 List<Company> CompanyPersistenceImpl.findAll(int start, int end)
          Returns a 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.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the companies.
 List<Company> CompanyPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the companies.
static List<Company> CompanyUtil.findBySystem(boolean system)
          Returns all the companies where system = ?.
 List<Company> CompanyPersistence.findBySystem(boolean system)
          Returns all the companies where system = ?.
 List<Company> CompanyPersistenceImpl.findBySystem(boolean system)
          Returns 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)
          Returns a range of all the companies where system = ?.
 List<Company> CompanyPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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 = ?.
 List<Company> CompanyPersistenceImpl.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
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.
 void CompanyPersistenceImpl.cacheResult(Company company)
          Caches the company in the entity cache if it is enabled.
static void CompanyUtil.clearCache(Company company)
           
 void CompanyPersistenceImpl.clearCache(Company company)
          Clears the cache for the company.
protected  void CompanyPersistenceImpl.clearUniqueFindersCache(Company company)
           
protected  Company CompanyPersistenceImpl.getBySystem_PrevAndNext(Session session, Company company, boolean system, OrderByComparator orderByComparator, boolean previous)
           
protected  Company CompanyPersistenceImpl.removeImpl(Company company)
           
protected  Company CompanyPersistenceImpl.toUnwrappedModel(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)
           
 Company CompanyPersistenceImpl.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.
 void CompanyPersistenceImpl.cacheResult(List<Company> companies)
          Caches the companies in the entity cache if it is enabled.
 void CompanyPersistenceImpl.clearCache(List<Company> companies)
           
 

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.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return Company
 Company DataFactory.getCompany()
           
 

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)
           
 Company PortalImpl.getCompany(javax.servlet.http.HttpServletRequest request)
           
static Company PortalUtil.getCompany(PortletRequest portletRequest)
           
 Company Portal.getCompany(PortletRequest portletRequest)
           
 Company PortalImpl.getCompany(PortletRequest portletRequest)
           
 

Methods in com.liferay.portal.util with parameters of type Company
protected  String SubscriptionSender.getPortalURL(Company company)
           
 

Uses of Company in com.liferay.portlet.flags.messaging
 

Methods in com.liferay.portlet.flags.messaging with parameters of type Company
protected  void FlagsRequestMessageListener.notify(Company company, String groupName, String reporterEmailAddress, String reporterUserName, String reportedEmailAddress, String reportedUserName, String reportedUserURL, long contentId, String contentTitle, String contentType, String contentURL, String reason, String fromName, String fromAddress, String toName, String toAddress, String subject, String body, ServiceContext serviceContext)
           
 

Uses of Company in com.liferay.portlet.login.util
 

Methods in com.liferay.portlet.login.util with parameters of type Company
static String LoginUtil.getLogin(javax.servlet.http.HttpServletRequest request, String paramName, Company company)
           
 

Uses of Company in com.liferay.portlet.messageboards.pop
 

Methods in com.liferay.portlet.messageboards.pop that return Company
protected  Company MessageListenerImpl.getCompany(String messageId)
           
 

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.1.10-ee-ga1