Liferay 6.0.5

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

Packages that use Company
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
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   
 

Uses of Company in com.liferay.portal.model
 

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

Methods in com.liferay.portal.model that return Company
 Company CompanyWrapper.getWrappedCompany()
           
 Company CompanyWrapper.toEscapedModel()
           
 Company CompanyModel.toEscapedModel()
          Gets a copy of this company as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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 CompanyImpl
           
 

Methods in com.liferay.portal.model.impl that return Company
 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
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)
           
static Company CompanyServiceUtil.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers)
           
 Company CompanyService.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers)
           
 Company CompanyLocalServiceWrapper.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers)
           
static Company CompanyLocalServiceUtil.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers)
           
 Company CompanyLocalService.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers)
           
 Company CompanyLocalServiceWrapper.checkCompany(String webId)
           
static Company CompanyLocalServiceUtil.checkCompany(String webId)
           
 Company CompanyLocalService.checkCompany(String webId)
           
 Company CompanyLocalServiceWrapper.checkCompany(String webId, String mx, String shardName)
           
static Company CompanyLocalServiceUtil.checkCompany(String webId, String mx, String shardName)
           
 Company CompanyLocalService.checkCompany(String webId, String mx, String shardName)
           
 Company CompanyLocalServiceWrapper.createCompany(long companyId)
          Creates a new company with the primary key.
static Company CompanyLocalServiceUtil.createCompany(long companyId)
          Creates a new company with the primary key.
 Company CompanyLocalService.createCompany(long companyId)
          Creates a new company with the primary key.
 Company CompanyLocalServiceWrapper.getCompany(long companyId)
          Gets the company with the primary key.
static Company CompanyLocalServiceUtil.getCompany(long companyId)
          Gets the company with the primary key.
 Company CompanyLocalService.getCompany(long companyId)
          Gets the company with the primary key.
 Company CompanyServiceWrapper.getCompanyById(long companyId)
           
static Company CompanyServiceUtil.getCompanyById(long companyId)
           
 Company CompanyService.getCompanyById(long companyId)
           
 Company CompanyLocalServiceWrapper.getCompanyById(long companyId)
           
static Company CompanyLocalServiceUtil.getCompanyById(long companyId)
           
 Company CompanyLocalService.getCompanyById(long companyId)
           
 Company CompanyServiceWrapper.getCompanyByLogoId(long logoId)
           
static Company CompanyServiceUtil.getCompanyByLogoId(long logoId)
           
 Company CompanyService.getCompanyByLogoId(long logoId)
           
 Company CompanyLocalServiceWrapper.getCompanyByLogoId(long logoId)
           
static Company CompanyLocalServiceUtil.getCompanyByLogoId(long logoId)
           
 Company CompanyLocalService.getCompanyByLogoId(long logoId)
           
 Company CompanyServiceWrapper.getCompanyByMx(String mx)
           
static Company CompanyServiceUtil.getCompanyByMx(String mx)
           
 Company CompanyService.getCompanyByMx(String mx)
           
 Company CompanyLocalServiceWrapper.getCompanyByMx(String mx)
           
static Company CompanyLocalServiceUtil.getCompanyByMx(String mx)
           
 Company CompanyLocalService.getCompanyByMx(String mx)
           
 Company CompanyServiceWrapper.getCompanyByVirtualHost(String virtualHost)
           
static Company CompanyServiceUtil.getCompanyByVirtualHost(String virtualHost)
           
 Company CompanyService.getCompanyByVirtualHost(String virtualHost)
           
 Company CompanyLocalServiceWrapper.getCompanyByVirtualHost(String virtualHost)
           
static Company CompanyLocalServiceUtil.getCompanyByVirtualHost(String virtualHost)
           
 Company CompanyLocalService.getCompanyByVirtualHost(String virtualHost)
           
 Company CompanyServiceWrapper.getCompanyByWebId(String webId)
           
static Company CompanyServiceUtil.getCompanyByWebId(String webId)
           
 Company CompanyService.getCompanyByWebId(String webId)
           
 Company CompanyLocalServiceWrapper.getCompanyByWebId(String webId)
           
static Company CompanyLocalServiceUtil.getCompanyByWebId(String webId)
           
 Company CompanyLocalService.getCompanyByWebId(String webId)
           
 Company CompanyLocalServiceWrapper.updateCompany(Company company)
          Updates the company in the database.
static Company CompanyLocalServiceUtil.updateCompany(Company company)
          Updates the company in the database.
 Company CompanyLocalService.updateCompany(Company company)
          Updates the company in the database.
 Company CompanyLocalServiceWrapper.updateCompany(Company company, boolean merge)
          Updates the company in the database.
static Company CompanyLocalServiceUtil.updateCompany(Company company, boolean merge)
          Updates the company in the database.
 Company CompanyLocalService.updateCompany(Company company, boolean merge)
          Updates the company in the database.
 Company CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, int maxUsers)
           
static Company CompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, int maxUsers)
           
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, int maxUsers)
           
 Company CompanyLocalServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, int maxUsers)
           
static Company CompanyLocalServiceUtil.updateCompany(long companyId, String virtualHost, String mx, int maxUsers)
           
 Company CompanyLocalService.updateCompany(long companyId, String virtualHost, String mx, int maxUsers)
           
 Company CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
static Company CompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
 Company CompanyLocalServiceWrapper.updateCompany(long companyId, String 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 CompanyLocalServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
 Company CompanyLocalService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
 Company CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
           
static Company CompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
           
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
           
 

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

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.getCompany(long companyId)
          Gets the company with the primary key.
 Company CompanyLocalServiceBaseImpl.updateCompany(Company company)
          Updates the company in the database.
 Company CompanyLocalServiceBaseImpl.updateCompany(Company company, boolean merge)
          Updates the company in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Company
 List<Company> CompanyLocalServiceBaseImpl.getCompanies(int start, int end)
          Gets 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.
 Company CompanyLocalServiceBaseImpl.updateCompany(Company company, boolean merge)
          Updates the company in the database.
 

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

Methods in com.liferay.portal.service.http with parameters of type Company
static JSONArray CompanyJSONSerializer.toJSONArray(Company[] models)
           
static JSONArray CompanyJSONSerializer.toJSONArray(Company[][] models)
           
static JSONObject CompanyJSONSerializer.toJSONObject(Company model)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type Company
static JSONArray CompanyJSONSerializer.toJSONArray(List<Company> models)
           
 

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)
           
 Company CompanyLocalServiceImpl.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers)
           
 Company CompanyLocalServiceImpl.checkCompany(String webId)
           
 Company CompanyLocalServiceImpl.checkCompany(String webId, String mx, String shardName)
           
 Company CompanyServiceImpl.getCompanyById(long companyId)
           
 Company CompanyLocalServiceImpl.getCompanyById(long companyId)
           
 Company CompanyServiceImpl.getCompanyByLogoId(long logoId)
           
 Company CompanyLocalServiceImpl.getCompanyByLogoId(long logoId)
           
 Company CompanyServiceImpl.getCompanyByMx(String mx)
           
 Company CompanyLocalServiceImpl.getCompanyByMx(String mx)
           
 Company CompanyServiceImpl.getCompanyByVirtualHost(String virtualHost)
           
 Company CompanyLocalServiceImpl.getCompanyByVirtualHost(String virtualHost)
           
 Company CompanyServiceImpl.getCompanyByWebId(String webId)
           
 Company CompanyLocalServiceImpl.getCompanyByWebId(String webId)
           
 Company CompanyServiceImpl.updateCompany(long companyId, String virtualHost, String mx, int maxUsers)
           
 Company CompanyLocalServiceImpl.updateCompany(long companyId, String virtualHost, String mx, int maxUsers)
           
 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)
           
 Company CompanyLocalServiceImpl.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
 Company 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)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Company
 List<Company> CompanyLocalServiceImpl.getCompanies()
           
 List<Company> CompanyLocalServiceImpl.getCompanies(boolean system)
           
 

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)
          Finds the company where logoId = ? or returns null if it could not be found.
 Company CompanyPersistence.fetchByLogoId(long logoId)
          Finds the company where logoId = ? or returns null if it could not be found.
 Company CompanyPersistenceImpl.fetchByLogoId(long logoId)
          Finds the company where logoId = ? or returns null if it could not be found.
static Company CompanyUtil.fetchByLogoId(long logoId, boolean retrieveFromCache)
          Finds the company where logoId = ? or returns null if it could not be found, optionally using the finder cache.
 Company CompanyPersistence.fetchByLogoId(long logoId, boolean retrieveFromCache)
          Finds the company where logoId = ? or returns null if it could not be found, optionally using the finder cache.
 Company CompanyPersistenceImpl.fetchByLogoId(long logoId, boolean retrieveFromCache)
          Finds the company where logoId = ? or returns null if it could not be found, optionally using the finder cache.
static Company CompanyUtil.fetchByMx(String mx)
          Finds the company where mx = ? or returns null if it could not be found.
 Company CompanyPersistence.fetchByMx(String mx)
          Finds the company where mx = ? or returns null if it could not be found.
 Company CompanyPersistenceImpl.fetchByMx(String mx)
          Finds the company where mx = ? or returns null if it could not be found.
static Company CompanyUtil.fetchByMx(String mx, boolean retrieveFromCache)
          Finds the company where mx = ? or returns null if it could not be found, optionally using the finder cache.
 Company CompanyPersistence.fetchByMx(String mx, boolean retrieveFromCache)
          Finds the company where mx = ? or returns null if it could not be found, optionally using the finder cache.
 Company CompanyPersistenceImpl.fetchByMx(String mx, boolean retrieveFromCache)
          Finds the company where mx = ? or returns null if it could not be found, optionally using the finder cache.
static Company CompanyUtil.fetchByPrimaryKey(long companyId)
          Finds the company with the primary key or returns null if it could not be found.
 Company CompanyPersistence.fetchByPrimaryKey(long companyId)
          Finds the company with the primary key or returns null if it could not be found.
 Company CompanyPersistenceImpl.fetchByPrimaryKey(long companyId)
          Finds the company with the primary key or returns null if it could not be found.
 Company CompanyPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the company with the primary key or returns null if it could not be found.
static Company CompanyUtil.fetchByVirtualHost(String virtualHost)
          Finds the company where virtualHost = ? or returns null if it could not be found.
 Company CompanyPersistence.fetchByVirtualHost(String virtualHost)
          Finds the company where virtualHost = ? or returns null if it could not be found.
 Company CompanyPersistenceImpl.fetchByVirtualHost(String virtualHost)
          Finds the company where virtualHost = ? or returns null if it could not be found.
static Company CompanyUtil.fetchByVirtualHost(String virtualHost, boolean retrieveFromCache)
          Finds the company where virtualHost = ? or returns null if it could not be found, optionally using the finder cache.
 Company CompanyPersistence.fetchByVirtualHost(String virtualHost, boolean retrieveFromCache)
          Finds the company where virtualHost = ? or returns null if it could not be found, optionally using the finder cache.
 Company CompanyPersistenceImpl.fetchByVirtualHost(String virtualHost, boolean retrieveFromCache)
          Finds the company where virtualHost = ? or returns null if it could not be found, optionally using the finder cache.
static Company CompanyUtil.fetchByWebId(String webId)
          Finds the company where webId = ? or returns null if it could not be found.
 Company CompanyPersistence.fetchByWebId(String webId)
          Finds the company where webId = ? or returns null if it could not be found.
 Company CompanyPersistenceImpl.fetchByWebId(String webId)
          Finds the company where webId = ? or returns null if it could not be found.
static Company CompanyUtil.fetchByWebId(String webId, boolean retrieveFromCache)
          Finds the company where webId = ? or returns null if it could not be found, optionally using the finder cache.
 Company CompanyPersistence.fetchByWebId(String webId, boolean retrieveFromCache)
          Finds the company where webId = ? or returns null if it could not be found, optionally using the finder cache.
 Company CompanyPersistenceImpl.fetchByWebId(String webId, boolean retrieveFromCache)
          Finds the company where webId = ? or returns null if it could not be found, optionally using the finder cache.
static Company CompanyUtil.findByLogoId(long logoId)
          Finds the company where logoId = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistence.findByLogoId(long logoId)
          Finds the company where logoId = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistenceImpl.findByLogoId(long logoId)
          Finds the company where logoId = ? or throws a NoSuchCompanyException if it could not be found.
static Company CompanyUtil.findByMx(String mx)
          Finds the company where mx = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistence.findByMx(String mx)
          Finds the company where mx = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistenceImpl.findByMx(String mx)
          Finds the company where mx = ? or throws a NoSuchCompanyException if it could not be found.
static Company CompanyUtil.findByPrimaryKey(long companyId)
          Finds the company with the primary key or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistence.findByPrimaryKey(long companyId)
          Finds the company with the primary key or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistenceImpl.findByPrimaryKey(long companyId)
          Finds the company with the primary key or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds 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)
          Finds the first company in the ordered set where system = ?.
 Company CompanyPersistence.findBySystem_First(boolean system, OrderByComparator orderByComparator)
          Finds the first company in the ordered set where system = ?.
 Company CompanyPersistenceImpl.findBySystem_First(boolean system, OrderByComparator orderByComparator)
          Finds the first company in the ordered set where system = ?.
static Company CompanyUtil.findBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Finds the last company in the ordered set where system = ?.
 Company CompanyPersistence.findBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Finds the last company in the ordered set where system = ?.
 Company CompanyPersistenceImpl.findBySystem_Last(boolean system, OrderByComparator orderByComparator)
          Finds the last company in the ordered set where system = ?.
static Company[] CompanyUtil.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator orderByComparator)
          Finds the companies before and after the current company in the ordered set where system = ?.
 Company[] CompanyPersistence.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator orderByComparator)
          Finds the companies before and after the current company in the ordered set where system = ?.
 Company[] CompanyPersistenceImpl.findBySystem_PrevAndNext(long companyId, boolean system, OrderByComparator orderByComparator)
          Finds the companies before and after the current company in the ordered set where system = ?.
static Company CompanyUtil.findByVirtualHost(String virtualHost)
          Finds the company where virtualHost = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistence.findByVirtualHost(String virtualHost)
          Finds the company where virtualHost = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistenceImpl.findByVirtualHost(String virtualHost)
          Finds the company where virtualHost = ? or throws a NoSuchCompanyException if it could not be found.
static Company CompanyUtil.findByWebId(String webId)
          Finds the company where webId = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistence.findByWebId(String webId)
          Finds the company where webId = ? or throws a NoSuchCompanyException if it could not be found.
 Company CompanyPersistenceImpl.findByWebId(String webId)
          Finds the company where webId = ? or throws a NoSuchCompanyException if it could not be found.
protected  Company CompanyPersistenceImpl.getBySystem_PrevAndNext(Session session, Company company, boolean system, OrderByComparator orderByComparator, boolean previous)
           
static Company CompanyUtil.remove(Company company)
           
static Company CompanyUtil.remove(long companyId)
          Removes the company with the primary key from the database.
 Company CompanyPersistence.remove(long companyId)
          Removes the company with the primary key from the database.
 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()
          Finds all the companies.
 List<Company> CompanyPersistence.findAll()
          Finds all the companies.
 List<Company> CompanyPersistenceImpl.findAll()
          Finds all the companies.
static List<Company> CompanyUtil.findAll(int start, int end)
          Finds a range of all the companies.
 List<Company> CompanyPersistence.findAll(int start, int end)
          Finds a range of all the companies.
 List<Company> CompanyPersistenceImpl.findAll(int start, int end)
          Finds a range of all the companies.
static List<Company> CompanyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the companies.
 List<Company> CompanyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the companies.
 List<Company> CompanyPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the companies.
static List<Company> CompanyUtil.findBySystem(boolean system)
          Finds all the companies where system = ?.
 List<Company> CompanyPersistence.findBySystem(boolean system)
          Finds all the companies where system = ?.
 List<Company> CompanyPersistenceImpl.findBySystem(boolean system)
          Finds all the companies where system = ?.
static List<Company> CompanyUtil.findBySystem(boolean system, int start, int end)
          Finds a range of all the companies where system = ?.
 List<Company> CompanyPersistence.findBySystem(boolean system, int start, int end)
          Finds a range of all the companies where system = ?.
 List<Company> CompanyPersistenceImpl.findBySystem(boolean system, int start, int end)
          Finds a range of all the companies where system = ?.
static List<Company> CompanyUtil.findBySystem(boolean system, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the companies where system = ?.
 List<Company> CompanyPersistence.findBySystem(boolean system, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the companies where system = ?.
 List<Company> CompanyPersistenceImpl.findBySystem(boolean system, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the companies where system = ?.
static List<Company> CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Company> CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Company> CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Company
static void CompanyUtil.cacheResult(Company company)
          Caches the company in the entity cache if it is enabled.
 void CompanyPersistence.cacheResult(Company company)
          Caches the company in the entity cache if it is enabled.
 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  Company CompanyPersistenceImpl.getBySystem_PrevAndNext(Session session, Company company, boolean system, OrderByComparator orderByComparator, boolean previous)
           
static Company CompanyUtil.remove(Company company)
           
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.
 

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)
           
 

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


Liferay 6.0.5