Liferay 6.2-ce-ga5

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

Packages that use Company
com.liferay.portal.atom   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.templateparser   
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.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.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.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 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.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.deleteCompany(Company company)
          Deletes the company from the database.
 Company CompanyLocalServiceBaseImpl.deleteCompany(long companyId)
          Deletes the company with the primary key from the database.
 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.
 

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.
 Company 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.
 

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.deleteCompany(HttpPrincipal httpPrincipal, long companyId)
           
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, byte[] bytes)
           
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 CompanyLocalServiceImpl.addCompany(String webId, String virtualHostname, String mx, String shardName, boolean system, int maxUsers, boolean active)
          Adds a company.
 Company CompanyServiceImpl.addCompany(String webId, String virtualHost, 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.deleteCompany(long companyId)
           
 Company CompanyServiceImpl.deleteCompany(long companyId)
           
protected  Company CompanyLocalServiceImpl.doDeleteCompany(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 CompanyLocalServiceImpl.getCompanyById(long companyId)
          Returns the company with the primary key.
 Company CompanyServiceImpl.getCompanyById(long companyId)
          Returns the company with the primary key.
 Company CompanyLocalServiceImpl.getCompanyByLogoId(long logoId)
          Returns the company with the logo.
 Company CompanyServiceImpl.getCompanyByLogoId(long logoId)
          Returns the company with the logo.
 Company CompanyLocalServiceImpl.getCompanyByMx(String mx)
          Returns the company with the mail domain.
 Company CompanyServiceImpl.getCompanyByMx(String mx)
          Returns the company with the mail domian.
 Company CompanyLocalServiceImpl.getCompanyByVirtualHost(String virtualHostname)
          Returns the company with the virtual host name.
 Company CompanyServiceImpl.getCompanyByVirtualHost(String virtualHost)
          Returns the company with the virtual host name.
 Company CompanyLocalServiceImpl.getCompanyByWebId(String webId)
          Returns the company with the web domain.
 Company CompanyServiceImpl.getCompanyByWebId(String webId)
          Returns the company with the web domain.
 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, int maxUsers, boolean active)
          Updates the company
 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)
          Updates 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 CompanyServiceImpl.updateLogo(long companyId, byte[] bytes)
          Updates the company's logo.
 Company CompanyLocalServiceImpl.updateLogo(long companyId, File file)
          Updates the company's logo.
 Company CompanyLocalServiceImpl.updateLogo(long companyId, InputStream is)
          Update the company's logo.
 Company CompanyServiceImpl.updateLogo(long companyId, InputStream inputStream)
          Updates 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.
 

Methods in com.liferay.portal.service.impl with parameters of type Company
protected  void CompanyLocalServiceImpl.updateAccount(Company company, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
 

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 CompanyPersistenceImpl.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 CompanyPersistenceImpl.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 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.
 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 CompanyPersistenceImpl.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 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.
 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 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.
 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 CompanyPersistenceImpl.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 CompanyPersistenceImpl.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 CompanyPersistenceImpl.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 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.
 Company CompanyPersistence.findByLogoId(long logoId)
          Returns the company where logoId = ? or throws a NoSuchCompanyException if it could not be found.
static Company CompanyUtil.findByLogoId(long logoId)
          Returns the company where logoId = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistenceImpl.findByLogoId(long logoId)
          Returns the company where logoId = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistence.findByMx(String mx)
          Returns the company where mx = ? or throws a NoSuchCompanyException if it could not be found.
static Company CompanyUtil.findByMx(String mx)
          Returns the company where mx = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistenceImpl.findByMx(String mx)
          Returns the company where mx = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistence.findByPrimaryKey(long companyId)
          Returns the company with the primary key or throws a NoSuchCompanyException if it could not be found.
static Company CompanyUtil.findByPrimaryKey(long companyId)
          Returns the company with the primary key or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistenceImpl.findByPrimaryKey(long companyId)
          Returns the company with the primary key or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the company with the primary key or throws a NoSuchModelException if it could not be found.
 Company CompanyPersistence.findBySystem_First(boolean system, OrderByComparator orderByComparator)
          Returns the first company in the ordered set where system = ?.
static Company CompanyUtil.findBySystem_First(boolean system, OrderByComparator orderByComparator)
          Returns the first company in the ordered set where system = ?.
 Company CompanyPersistenceImpl.findBySystem_First(boolean system, OrderByComparator orderByComparator)
          Returns the first company in the ordered set where system = ?.
 Company CompanyPersistence.findBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last company in the ordered set where system = ?.
static Company CompanyUtil.findBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last company in the ordered set where system = ?.
 Company CompanyPersistenceImpl.findBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Returns the last company in the ordered set where system = ?.
 Company[] CompanyPersistence.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator orderByComparator)
          Returns the companies before and after the current company in the ordered set where system = ?.
static Company[] CompanyUtil.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator orderByComparator)
          Returns the companies before and after the current company in the ordered set where system = ?.
 Company[] CompanyPersistenceImpl.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator orderByComparator)
          Returns the companies before and after the current company in the ordered set where system = ?.
 Company CompanyPersistence.findByWebId(String webId)
          Returns the company where webId = ? or throws a NoSuchCompanyException if it could not be found.
static Company CompanyUtil.findByWebId(String webId)
          Returns the company where webId = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistenceImpl.findByWebId(String webId)
          Returns the company where webId = ? or throws a NoSuchCompanyException if it could not be found.
protected  Company CompanyPersistenceImpl.getBySystem_PrevAndNext(Session session, Company company, boolean system, OrderByComparator orderByComparator, boolean previous)
           
 Company CompanyPersistence.remove(long companyId)
          Removes the company with the primary key from the database.
static Company CompanyUtil.remove(long companyId)
          Removes the company with the primary key from the database.
 Company CompanyPersistenceImpl.remove(long companyId)
          Removes the company with the primary key from the database.
 Company CompanyPersistenceImpl.remove(Serializable primaryKey)
          Removes the company with the primary key from the database.
 Company CompanyPersistence.removeByLogoId(long logoId)
          Removes the company where logoId = ? from the database.
static Company CompanyUtil.removeByLogoId(long logoId)
          Removes the company where logoId = ? from the database.
 Company CompanyPersistenceImpl.removeByLogoId(long logoId)
          Removes the company where logoId = ? from the database.
 Company CompanyPersistence.removeByMx(String mx)
          Removes the company where mx = ? from the database.
static Company CompanyUtil.removeByMx(String mx)
          Removes the company where mx = ? from the database.
 Company CompanyPersistenceImpl.removeByMx(String mx)
          Removes the company where mx = ? from the database.
 Company CompanyPersistence.removeByWebId(String webId)
          Removes the company where webId = ? from the database.
static Company CompanyUtil.removeByWebId(String webId)
          Removes the company where webId = ? from the database.
 Company CompanyPersistenceImpl.removeByWebId(String webId)
          Removes the company where webId = ? from the database.
protected  Company CompanyPersistenceImpl.removeImpl(Company company)
           
protected  Company CompanyPersistenceImpl.toUnwrappedModel(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)
           
 Company CompanyPersistenceImpl.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> CompanyPersistenceImpl.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> CompanyPersistenceImpl.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> CompanyPersistenceImpl.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> CompanyPersistenceImpl.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> CompanyPersistenceImpl.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 = ?.
 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
 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.
 void CompanyPersistenceImpl.cacheResult(Company company)
          Caches the company in the entity cache if it is enabled.
protected  void CompanyPersistenceImpl.cacheUniqueFindersCache(Company company)
           
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)
           
static Company CompanyUtil.update(Company company, ServiceContext serviceContext)
           
 Company CompanyPersistence.updateImpl(Company company)
           
static Company CompanyUtil.updateImpl(Company company)
           
 Company CompanyPersistenceImpl.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.
 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.templateparser
 

Methods in com.liferay.portal.templateparser that return Company
protected  Company Transformer.getCompany(ThemeDisplay themeDisplay, long companyId)
           
 

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

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 messageIdString)
           
 

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