Uses of Interface
com.liferay.portal.kernel.model.Company
Packages that use Company
Package
Description
This package defines the kernel exceptions.
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
This package defines the portal theme classes.
This package defines the kernel utility interfaces and classes.
-
Uses of Company in com.liferay.portal.kernel.display.context.helper
Methods in com.liferay.portal.kernel.display.context.helper that return Company -
Uses of Company in com.liferay.portal.kernel.exception
Fields in com.liferay.portal.kernel.exception declared as CompanyConstructors in com.liferay.portal.kernel.exception with parameters of type Company -
Uses of Company in com.liferay.portal.kernel.instance
Methods in com.liferay.portal.kernel.instance with parameters of type Company -
Uses of Company in com.liferay.portal.kernel.instance.lifecycle
Methods in com.liferay.portal.kernel.instance.lifecycle with parameters of type CompanyModifier and TypeMethodDescriptionvoidPortalInstanceLifecycleManager.preregisterCompany(Company company) voidPortalInstanceLifecycleManager.preunregisterCompany(Company company) voidPortalInstanceLifecycleManager.registerCompany(Company company) voidPortalInstanceLifecycleManager.unregisterCompany(Company company) -
Uses of Company in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement CompanyFields in com.liferay.portal.kernel.model with type parameters of type CompanyMethods in com.liferay.portal.kernel.model that return CompanyModifier and TypeMethodDescriptionCompanyModel.cloneWithOriginalValues()CompanyWrapper.cloneWithOriginalValues()Methods in com.liferay.portal.kernel.model with parameters of type CompanyConstructors in com.liferay.portal.kernel.model with parameters of type Company -
Uses of Company in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return CompanyModifier and TypeMethodDescriptionCompanyLocalService.addCompany(Company company) Adds the company to the database.CompanyLocalService.addCompany(Long companyId, String webId, String virtualHostname, String mx, int maxUsers, boolean active, boolean addDefaultAdminUser, String defaultAdminPassword, String defaultAdminScreenName, String defaultAdminEmailAddress, String defaultAdminFirstName, String defaultAdminMiddleName, String defaultAdminLastName) Adds a company with the primary key.static CompanyCompanyLocalServiceUtil.addCompany(Company company) Adds the company to the database.static CompanyCompanyLocalServiceUtil.addCompany(Long companyId, String webId, String virtualHostname, String mx, int maxUsers, boolean active, boolean addDefaultAdminUser, String defaultAdminPassword, String defaultAdminScreenName, String defaultAdminEmailAddress, String defaultAdminFirstName, String defaultAdminMiddleName, String defaultAdminLastName) Adds a company with the primary key.CompanyLocalServiceWrapper.addCompany(Company company) Adds the company to the database.CompanyLocalServiceWrapper.addCompany(Long companyId, String webId, String virtualHostname, String mx, int maxUsers, boolean active, boolean addDefaultAdminUser, String defaultAdminPassword, String defaultAdminScreenName, String defaultAdminEmailAddress, String defaultAdminFirstName, String defaultAdminMiddleName, String defaultAdminLastName) Adds a company with the primary key.CompanyService.addCompany(long companyId, String webId, String virtualHost, String mx, int maxUsers, boolean active) Adds a company.CompanyService.addCompany(Long companyId, String webId, String virtualHost, String mx, int maxUsers, boolean active, String defaultAdminPassword, String defaultAdminScreenName, String defaultAdminEmailAddress, String defaultAdminFirstName, String defaultAdminMiddleName, String defaultAdminLastName) Adds a company.static CompanyCompanyServiceUtil.addCompany(long companyId, String webId, String virtualHost, String mx, int maxUsers, boolean active) Adds a company.static CompanyCompanyServiceUtil.addCompany(Long companyId, String webId, String virtualHost, String mx, int maxUsers, boolean active, String defaultAdminPassword, String defaultAdminScreenName, String defaultAdminEmailAddress, String defaultAdminFirstName, String defaultAdminMiddleName, String defaultAdminLastName) Adds a company.CompanyServiceWrapper.addCompany(long companyId, String webId, String virtualHost, String mx, int maxUsers, boolean active) Adds a company.CompanyServiceWrapper.addCompany(Long companyId, String webId, String virtualHost, String mx, int maxUsers, boolean active, String defaultAdminPassword, String defaultAdminScreenName, String defaultAdminEmailAddress, String defaultAdminFirstName, String defaultAdminMiddleName, String defaultAdminLastName) Adds a company.CompanyLocalService.addDBPartitionCompany(long companyId, String name, String virtualHostname, String webId) static CompanyCompanyLocalServiceUtil.addDBPartitionCompany(long companyId, String name, String virtualHostname, String webId) CompanyLocalServiceWrapper.addDBPartitionCompany(long companyId, String name, String virtualHostname, String webId) CompanyLocalService.checkCompany(String webId) Returns the company with the web domain.static CompanyCompanyLocalServiceUtil.checkCompany(String webId) Returns the company with the web domain.CompanyLocalServiceWrapper.checkCompany(String webId) Returns the company with the web domain.CompanyLocalService.copyDBPartitionCompany(long fromCompanyId, Long toCompanyId, String name, String virtualHostname, String webId) static CompanyCompanyLocalServiceUtil.copyDBPartitionCompany(long fromCompanyId, Long toCompanyId, String name, String virtualHostname, String webId) CompanyLocalServiceWrapper.copyDBPartitionCompany(long fromCompanyId, Long toCompanyId, String name, String virtualHostname, String webId) CompanyLocalService.createCompany(long companyId) Creates a new company with the primary key.static CompanyCompanyLocalServiceUtil.createCompany(long companyId) Creates a new company with the primary key.CompanyLocalServiceWrapper.createCompany(long companyId) Creates a new company with the primary key.CompanyLocalService.deleteCompany(long companyId) Deletes the company with the primary key from the database.CompanyLocalService.deleteCompany(Company company) Deletes the company from the database.static CompanyCompanyLocalServiceUtil.deleteCompany(long companyId) Deletes the company with the primary key from the database.static CompanyCompanyLocalServiceUtil.deleteCompany(Company company) Deletes the company from the database.CompanyLocalServiceWrapper.deleteCompany(long companyId) Deletes the company with the primary key from the database.CompanyLocalServiceWrapper.deleteCompany(Company company) Deletes the company from the database.CompanyService.deleteCompany(long companyId) static CompanyCompanyServiceUtil.deleteCompany(long companyId) CompanyServiceWrapper.deleteCompany(long companyId) CompanyLocalService.deleteLogo(long companyId) Deletes the company's logo.static CompanyCompanyLocalServiceUtil.deleteLogo(long companyId) Deletes the company's logo.CompanyLocalServiceWrapper.deleteLogo(long companyId) Deletes the company's logo.CompanyLocalService.extractDBPartitionCompany(long companyId) static CompanyCompanyLocalServiceUtil.extractDBPartitionCompany(long companyId) CompanyLocalServiceWrapper.extractDBPartitionCompany(long companyId) CompanyLocalService.fetchCompany(long companyId) static CompanyCompanyLocalServiceUtil.fetchCompany(long companyId) CompanyLocalServiceWrapper.fetchCompany(long companyId) CompanyLocalService.fetchCompanyById(long companyId) Returns the company with the primary key.static CompanyCompanyLocalServiceUtil.fetchCompanyById(long companyId) Returns the company with the primary key.CompanyLocalServiceWrapper.fetchCompanyById(long companyId) Returns the company with the primary key.CompanyLocalService.fetchCompanyByVirtualHost(String virtualHostname) Returns the company with the virtual host name.static CompanyCompanyLocalServiceUtil.fetchCompanyByVirtualHost(String virtualHostname) Returns the company with the virtual host name.CompanyLocalServiceWrapper.fetchCompanyByVirtualHost(String virtualHostname) Returns the company with the virtual host name.CompanyLocalService.getCompany(long companyId) Returns the company with the primary key.static CompanyCompanyLocalServiceUtil.getCompany(long companyId) Returns the company with the primary key.CompanyLocalServiceWrapper.getCompany(long companyId) Returns the company with the primary key.CompanyLocalService.getCompanyById(long companyId) Returns the company with the primary key.static CompanyCompanyLocalServiceUtil.getCompanyById(long companyId) Returns the company with the primary key.CompanyLocalServiceWrapper.getCompanyById(long companyId) Returns the company with the primary key.CompanyService.getCompanyById(long companyId) Returns the company with the primary key.static CompanyCompanyServiceUtil.getCompanyById(long companyId) Returns the company with the primary key.CompanyServiceWrapper.getCompanyById(long companyId) Returns the company with the primary key.CompanyLocalService.getCompanyByLogoId(long logoId) Returns the company with the logo.static CompanyCompanyLocalServiceUtil.getCompanyByLogoId(long logoId) Returns the company with the logo.CompanyLocalServiceWrapper.getCompanyByLogoId(long logoId) Returns the company with the logo.CompanyService.getCompanyByLogoId(long logoId) Returns the company with the logo.static CompanyCompanyServiceUtil.getCompanyByLogoId(long logoId) Returns the company with the logo.CompanyServiceWrapper.getCompanyByLogoId(long logoId) Returns the company with the logo.CompanyLocalService.getCompanyByMx(String mx) Returns the company with the mail domain.static CompanyCompanyLocalServiceUtil.getCompanyByMx(String mx) Returns the company with the mail domain.CompanyLocalServiceWrapper.getCompanyByMx(String mx) Returns the company with the mail domain.CompanyService.getCompanyByMx(String mx) Returns the company with the mail domian.static CompanyCompanyServiceUtil.getCompanyByMx(String mx) Returns the company with the mail domian.CompanyServiceWrapper.getCompanyByMx(String mx) Returns the company with the mail domian.CompanyLocalService.getCompanyByVirtualHost(String virtualHostname) Returns the company with the virtual host name.static CompanyCompanyLocalServiceUtil.getCompanyByVirtualHost(String virtualHostname) Returns the company with the virtual host name.CompanyLocalServiceWrapper.getCompanyByVirtualHost(String virtualHostname) Returns the company with the virtual host name.CompanyService.getCompanyByVirtualHost(String virtualHost) Returns the company with the virtual host name.static CompanyCompanyServiceUtil.getCompanyByVirtualHost(String virtualHost) Returns the company with the virtual host name.CompanyServiceWrapper.getCompanyByVirtualHost(String virtualHost) Returns the company with the virtual host name.CompanyLocalService.getCompanyByWebId(String webId) Returns the company with the web domain.static CompanyCompanyLocalServiceUtil.getCompanyByWebId(String webId) Returns the company with the web domain.CompanyLocalServiceWrapper.getCompanyByWebId(String webId) Returns the company with the web domain.CompanyService.getCompanyByWebId(String webId) Returns the company with the web domain.static CompanyCompanyServiceUtil.getCompanyByWebId(String webId) Returns the company with the web domain.CompanyServiceWrapper.getCompanyByWebId(String webId) Returns the company with the web domain.CompanyLocalService.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers, boolean active) Updates the company.CompanyLocalService.updateCompany(long companyId, String virtualHostname, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, 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.CompanyLocalService.updateCompany(Company company) Updates the company in the database or adds it if it does not yet exist.static CompanyCompanyLocalServiceUtil.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers, boolean active) Updates the company.static CompanyCompanyLocalServiceUtil.updateCompany(long companyId, String virtualHostname, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, 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 CompanyCompanyLocalServiceUtil.updateCompany(Company company) Updates the company in the database or adds it if it does not yet exist.CompanyLocalServiceWrapper.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers, boolean active) Updates the company.CompanyLocalServiceWrapper.updateCompany(long companyId, String virtualHostname, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, 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.CompanyLocalServiceWrapper.updateCompany(Company company) Updates the company in the database or adds it if it does not yet exist.CompanyService.updateCompany(long companyId, String virtualHost, String mx, int maxUsers, boolean active) Updates the companyCompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, 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.CompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, 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 unicodeProperties) Updates the company with addition information.static CompanyCompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, int maxUsers, boolean active) Updates the companystatic CompanyCompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, 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 CompanyCompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, 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 unicodeProperties) Updates the company with addition information.CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, int maxUsers, boolean active) Updates the companyCompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, 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.CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, 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 unicodeProperties) Updates the company with addition information.CompanyLocalService.updateIndexNameNext(long companyId, String indexNameNext) static CompanyCompanyLocalServiceUtil.updateIndexNameNext(long companyId, String indexNameNext) CompanyLocalServiceWrapper.updateIndexNameNext(long companyId, String indexNameNext) CompanyLocalService.updateIndexNames(long companyId, String indexNameCurrent, String indexNameNext) static CompanyCompanyLocalServiceUtil.updateIndexNames(long companyId, String indexNameCurrent, String indexNameNext) CompanyLocalServiceWrapper.updateIndexNames(long companyId, String indexNameCurrent, String indexNameNext) CompanyLocalService.updateLogo(long companyId, byte[] bytes) Updates the company's logo.CompanyLocalService.updateLogo(long companyId, File file) Updates the company's logo.CompanyLocalService.updateLogo(long companyId, InputStream inputStream) Update the company's logo.static CompanyCompanyLocalServiceUtil.updateLogo(long companyId, byte[] bytes) Updates the company's logo.static CompanyCompanyLocalServiceUtil.updateLogo(long companyId, File file) Updates the company's logo.static CompanyCompanyLocalServiceUtil.updateLogo(long companyId, InputStream inputStream) Update the company's logo.CompanyLocalServiceWrapper.updateLogo(long companyId, byte[] bytes) Updates the company's logo.CompanyLocalServiceWrapper.updateLogo(long companyId, File file) Updates the company's logo.CompanyLocalServiceWrapper.updateLogo(long companyId, InputStream inputStream) Update the company's logo.CompanyService.updateLogo(long companyId, byte[] bytes) Updates the company's logo.CompanyService.updateLogo(long companyId, InputStream inputStream) Updates the company's logo.static CompanyCompanyServiceUtil.updateLogo(long companyId, byte[] bytes) Updates the company's logo.static CompanyCompanyServiceUtil.updateLogo(long companyId, InputStream inputStream) Updates the company's logo.CompanyServiceWrapper.updateLogo(long companyId, byte[] bytes) Updates the company's logo.CompanyServiceWrapper.updateLogo(long companyId, InputStream inputStream) Updates the company's logo.Methods in com.liferay.portal.kernel.service that return types with arguments of type CompanyModifier and TypeMethodDescriptionCompanyLocalService.getCompanies()Returns all the companies.CompanyLocalService.getCompanies(int start, int end) Returns a range of all the companies.CompanyLocalServiceUtil.getCompanies()Returns all the companies.CompanyLocalServiceUtil.getCompanies(int start, int end) Returns a range of all the companies.CompanyLocalServiceWrapper.getCompanies()Returns all the companies.CompanyLocalServiceWrapper.getCompanies(int start, int end) Returns a range of all the companies.CompanyService.getCompanies()Returns all the companies.CompanyServiceUtil.getCompanies()Returns all the companies.CompanyServiceWrapper.getCompanies()Returns all the companies.Methods in com.liferay.portal.kernel.service with parameters of type CompanyModifier and TypeMethodDescriptionCompanyLocalService.addCompany(Company company) Adds the company to the database.static CompanyCompanyLocalServiceUtil.addCompany(Company company) Adds the company to the database.CompanyLocalServiceWrapper.addCompany(Company company) Adds the company to the database.CompanyLocalService.deleteCompany(Company company) Deletes the company from the database.static CompanyCompanyLocalServiceUtil.deleteCompany(Company company) Deletes the company from the database.CompanyLocalServiceWrapper.deleteCompany(Company company) Deletes the company from the database.CompanyLocalService.updateCompany(Company company) Updates the company in the database or adds it if it does not yet exist.static CompanyCompanyLocalServiceUtil.updateCompany(Company company) Updates the company in the database or adds it if it does not yet exist.CompanyLocalServiceWrapper.updateCompany(Company company) Updates the company in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type CompanyModifier and TypeMethodDescription<E extends Exception>
voidCompanyLocalService.forEachCompany(com.liferay.petra.function.UnsafeConsumer<Company, E> unsafeConsumer) <E extends Exception>
voidCompanyLocalService.forEachCompany(com.liferay.petra.function.UnsafeConsumer<Company, E> unsafeConsumer, List<Company> companies) <E extends Exception>
voidCompanyLocalService.forEachCompany(com.liferay.petra.function.UnsafeConsumer<Company, E> unsafeConsumer, List<Company> companies) static <E extends Exception>
voidCompanyLocalServiceUtil.forEachCompany(com.liferay.petra.function.UnsafeConsumer<Company, E> unsafeConsumer) static <E extends Exception>
voidCompanyLocalServiceUtil.forEachCompany(com.liferay.petra.function.UnsafeConsumer<Company, E> unsafeConsumer, List<Company> companies) static <E extends Exception>
voidCompanyLocalServiceUtil.forEachCompany(com.liferay.petra.function.UnsafeConsumer<Company, E> unsafeConsumer, List<Company> companies) <E extends Exception>
voidCompanyLocalServiceWrapper.forEachCompany(com.liferay.petra.function.UnsafeConsumer<Company, E> unsafeConsumer) <E extends Exception>
voidCompanyLocalServiceWrapper.forEachCompany(com.liferay.petra.function.UnsafeConsumer<Company, E> unsafeConsumer, List<Company> companies) <E extends Exception>
voidCompanyLocalServiceWrapper.forEachCompany(com.liferay.petra.function.UnsafeConsumer<Company, E> unsafeConsumer, List<Company> companies) voidCompanyService.forEachCompany(com.liferay.petra.function.UnsafeConsumer<Company, Exception> unsafeConsumer) static voidCompanyServiceUtil.forEachCompany(com.liferay.petra.function.UnsafeConsumer<Company, Exception> unsafeConsumer) voidCompanyServiceWrapper.forEachCompany(com.liferay.petra.function.UnsafeConsumer<Company, Exception> unsafeConsumer) -
Uses of Company in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return CompanyModifier and TypeMethodDescriptionCompanyPersistence.create(long companyId) Creates a new company with the primary key.static CompanyCompanyUtil.create(long companyId) Creates a new company with the primary key.CompanyPersistence.fetchByLogoId(long logoId) Returns the company where logoId = ? or returnsnullif it could not be found.CompanyPersistence.fetchByLogoId(long logoId, boolean useFinderCache) Returns the company where logoId = ? or returnsnullif it could not be found, optionally using the finder cache.static CompanyCompanyUtil.fetchByLogoId(long logoId) Returns the company where logoId = ? or returnsnullif it could not be found.static CompanyCompanyUtil.fetchByLogoId(long logoId, boolean useFinderCache) Returns the company where logoId = ? or returnsnullif it could not be found, optionally using the finder cache.Returns the company where mx = ? or returnsnullif it could not be found.Returns the company where mx = ? or returnsnullif it could not be found, optionally using the finder cache.static CompanyReturns the company where mx = ? or returnsnullif it could not be found.static CompanyReturns the company where mx = ? or returnsnullif it could not be found, optionally using the finder cache.CompanyPersistence.fetchByPrimaryKey(long companyId) Returns the company with the primary key or returnsnullif it could not be found.static CompanyCompanyUtil.fetchByPrimaryKey(long companyId) Returns the company with the primary key or returnsnullif it could not be found.CompanyPersistence.fetchByWebId(String webId) Returns the company where webId = ? or returnsnullif it could not be found.CompanyPersistence.fetchByWebId(String webId, boolean useFinderCache) Returns the company where webId = ? or returnsnullif it could not be found, optionally using the finder cache.static CompanyCompanyUtil.fetchByWebId(String webId) Returns the company where webId = ? or returnsnullif it could not be found.static CompanyCompanyUtil.fetchByWebId(String webId, boolean useFinderCache) Returns the company where webId = ? or returnsnullif it could not be found, optionally using the finder cache.CompanyPersistence.findByLogoId(long logoId) Returns the company where logoId = ? or throws aNoSuchCompanyExceptionif it could not be found.static CompanyCompanyUtil.findByLogoId(long logoId) Returns the company where logoId = ? or throws aNoSuchCompanyExceptionif it could not be found.Returns the company where mx = ? or throws aNoSuchCompanyExceptionif it could not be found.static CompanyReturns the company where mx = ? or throws aNoSuchCompanyExceptionif it could not be found.CompanyPersistence.findByPrimaryKey(long companyId) Returns the company with the primary key or throws aNoSuchCompanyExceptionif it could not be found.static CompanyCompanyUtil.findByPrimaryKey(long companyId) Returns the company with the primary key or throws aNoSuchCompanyExceptionif it could not be found.CompanyPersistence.findByWebId(String webId) Returns the company where webId = ? or throws aNoSuchCompanyExceptionif it could not be found.static CompanyCompanyUtil.findByWebId(String webId) Returns the company where webId = ? or throws aNoSuchCompanyExceptionif it could not be found.CompanyPersistence.remove(long companyId) Removes the company with the primary key from the database.static CompanyCompanyUtil.remove(long companyId) Removes the company with the primary key from the database.CompanyPersistence.removeByLogoId(long logoId) Removes the company where logoId = ? from the database.static CompanyCompanyUtil.removeByLogoId(long logoId) Removes the company where logoId = ? from the database.CompanyPersistence.removeByMx(String mx) Removes the company where mx = ? from the database.static CompanyCompanyUtil.removeByMx(String mx) Removes the company where mx = ? from the database.CompanyPersistence.removeByWebId(String webId) Removes the company where webId = ? from the database.static CompanyCompanyUtil.removeByWebId(String webId) Removes the company where webId = ? from the database.static Companystatic CompanyCompanyUtil.update(Company company, ServiceContext serviceContext) CompanyPersistence.updateImpl(Company company) static CompanyCompanyUtil.updateImpl(Company company) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type CompanyModifier and TypeMethodDescriptionstatic Map<Serializable,Company> CompanyUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) CompanyPersistence.findAll()Returns all the companies.CompanyPersistence.findAll(int start, int end) Returns a range of all the companies.CompanyPersistence.findAll(int start, int end, OrderByComparator<Company> orderByComparator) Returns an ordered range of all the companies.CompanyPersistence.findAll(int start, int end, OrderByComparator<Company> orderByComparator, boolean useFinderCache) Returns an ordered range of all the companies.CompanyUtil.findAll()Returns all the companies.CompanyUtil.findAll(int start, int end) Returns a range of all the companies.CompanyUtil.findAll(int start, int end, OrderByComparator<Company> orderByComparator) Returns an ordered range of all the companies.CompanyUtil.findAll(int start, int end, OrderByComparator<Company> orderByComparator, boolean useFinderCache) Returns an ordered range of all the companies.CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Company> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type CompanyModifier and TypeMethodDescriptionvoidCompanyPersistence.cacheResult(Company company) Caches the company in the entity cache if it is enabled.static voidCompanyUtil.cacheResult(Company company) Caches the company in the entity cache if it is enabled.static voidCompanyUtil.clearCache(Company company) static Companystatic CompanyCompanyUtil.update(Company company, ServiceContext serviceContext) CompanyPersistence.updateImpl(Company company) static CompanyCompanyUtil.updateImpl(Company company) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type CompanyModifier and TypeMethodDescriptionvoidCompanyPersistence.cacheResult(List<Company> companies) Caches the companies in the entity cache if it is enabled.static voidCompanyUtil.cacheResult(List<Company> companies) Caches the companies in the entity cache if it is enabled.CompanyPersistence.findAll(int start, int end, OrderByComparator<Company> orderByComparator) Returns an ordered range of all the companies.CompanyPersistence.findAll(int start, int end, OrderByComparator<Company> orderByComparator, boolean useFinderCache) Returns an ordered range of all the companies.CompanyUtil.findAll(int start, int end, OrderByComparator<Company> orderByComparator) Returns an ordered range of all the companies.CompanyUtil.findAll(int start, int end, OrderByComparator<Company> orderByComparator, boolean useFinderCache) Returns an ordered range of all the companies.CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Company> orderByComparator) -
Uses of Company in com.liferay.portal.kernel.theme
Methods in com.liferay.portal.kernel.theme that return CompanyMethods in com.liferay.portal.kernel.theme with parameters of type Company -
Uses of Company in com.liferay.portal.kernel.util
Methods in com.liferay.portal.kernel.util that return CompanyModifier and TypeMethodDescriptionPortal.getCompany(PortletRequest portletRequest) Portal.getCompany(javax.servlet.http.HttpServletRequest httpServletRequest) static CompanyPortalUtil.getCompany(PortletRequest portletRequest) static CompanyPortalUtil.getCompany(javax.servlet.http.HttpServletRequest httpServletRequest)