Uses of Interface
com.liferay.portal.kernel.model.CompanyInfo
Packages that use CompanyInfo
Package
Description
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.
-
Uses of CompanyInfo in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement CompanyInfoFields in com.liferay.portal.kernel.model with type parameters of type CompanyInfoModifier and TypeFieldDescriptionstatic final Accessor<CompanyInfo,
Long> CompanyInfo.COMPANY_INFO_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return CompanyInfoModifier and TypeMethodDescriptionCompanyInfoModel.cloneWithOriginalValues()
CompanyInfoWrapper.cloneWithOriginalValues()
Company.getCompanyInfo()
CompanyWrapper.getCompanyInfo()
Methods in com.liferay.portal.kernel.model with parameters of type CompanyInfoModifier and TypeMethodDescriptionprotected CompanyInfoWrapper
CompanyInfoWrapper.wrap
(CompanyInfo companyInfo) Constructors in com.liferay.portal.kernel.model with parameters of type CompanyInfo -
Uses of CompanyInfo in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return CompanyInfoModifier and TypeMethodDescriptionCompanyInfoLocalService.addCompanyInfo
(CompanyInfo companyInfo) Adds the company info to the database.static CompanyInfo
CompanyInfoLocalServiceUtil.addCompanyInfo
(CompanyInfo companyInfo) Adds the company info to the database.CompanyInfoLocalServiceWrapper.addCompanyInfo
(CompanyInfo companyInfo) Adds the company info to the database.CompanyInfoLocalService.createCompanyInfo
(long companyInfoId) Creates a new company info with the primary key.static CompanyInfo
CompanyInfoLocalServiceUtil.createCompanyInfo
(long companyInfoId) Creates a new company info with the primary key.CompanyInfoLocalServiceWrapper.createCompanyInfo
(long companyInfoId) Creates a new company info with the primary key.CompanyInfoLocalService.deleteCompanyInfo
(long companyInfoId) Deletes the company info with the primary key from the database.CompanyInfoLocalService.deleteCompanyInfo
(CompanyInfo companyInfo) Deletes the company info from the database.static CompanyInfo
CompanyInfoLocalServiceUtil.deleteCompanyInfo
(long companyInfoId) Deletes the company info with the primary key from the database.static CompanyInfo
CompanyInfoLocalServiceUtil.deleteCompanyInfo
(CompanyInfo companyInfo) Deletes the company info from the database.CompanyInfoLocalServiceWrapper.deleteCompanyInfo
(long companyInfoId) Deletes the company info with the primary key from the database.CompanyInfoLocalServiceWrapper.deleteCompanyInfo
(CompanyInfo companyInfo) Deletes the company info from the database.CompanyInfoLocalService.fetchCompany
(long companyId) static CompanyInfo
CompanyInfoLocalServiceUtil.fetchCompany
(long companyId) CompanyInfoLocalServiceWrapper.fetchCompany
(long companyId) CompanyInfoLocalService.fetchCompanyInfo
(long companyInfoId) static CompanyInfo
CompanyInfoLocalServiceUtil.fetchCompanyInfo
(long companyInfoId) CompanyInfoLocalServiceWrapper.fetchCompanyInfo
(long companyInfoId) CompanyInfoLocalService.getCompanyInfo
(long companyInfoId) Returns the company info with the primary key.static CompanyInfo
CompanyInfoLocalServiceUtil.getCompanyInfo
(long companyInfoId) Returns the company info with the primary key.CompanyInfoLocalServiceWrapper.getCompanyInfo
(long companyInfoId) Returns the company info with the primary key.CompanyInfoLocalService.updateCompanyInfo
(CompanyInfo companyInfo) Updates the company info in the database or adds it if it does not yet exist.static CompanyInfo
CompanyInfoLocalServiceUtil.updateCompanyInfo
(CompanyInfo companyInfo) Updates the company info in the database or adds it if it does not yet exist.CompanyInfoLocalServiceWrapper.updateCompanyInfo
(CompanyInfo companyInfo) Updates the company info in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type CompanyInfoModifier and TypeMethodDescriptionCompanyInfoLocalService.getCompanyInfos
(int start, int end) Returns a range of all the company infos.static List<CompanyInfo>
CompanyInfoLocalServiceUtil.getCompanyInfos
(int start, int end) Returns a range of all the company infos.CompanyInfoLocalServiceWrapper.getCompanyInfos
(int start, int end) Returns a range of all the company infos.Methods in com.liferay.portal.kernel.service with parameters of type CompanyInfoModifier and TypeMethodDescriptionCompanyInfoLocalService.addCompanyInfo
(CompanyInfo companyInfo) Adds the company info to the database.static CompanyInfo
CompanyInfoLocalServiceUtil.addCompanyInfo
(CompanyInfo companyInfo) Adds the company info to the database.CompanyInfoLocalServiceWrapper.addCompanyInfo
(CompanyInfo companyInfo) Adds the company info to the database.CompanyInfoLocalService.deleteCompanyInfo
(CompanyInfo companyInfo) Deletes the company info from the database.static CompanyInfo
CompanyInfoLocalServiceUtil.deleteCompanyInfo
(CompanyInfo companyInfo) Deletes the company info from the database.CompanyInfoLocalServiceWrapper.deleteCompanyInfo
(CompanyInfo companyInfo) Deletes the company info from the database.CompanyInfoLocalService.updateCompanyInfo
(CompanyInfo companyInfo) Updates the company info in the database or adds it if it does not yet exist.static CompanyInfo
CompanyInfoLocalServiceUtil.updateCompanyInfo
(CompanyInfo companyInfo) Updates the company info in the database or adds it if it does not yet exist.CompanyInfoLocalServiceWrapper.updateCompanyInfo
(CompanyInfo companyInfo) Updates the company info in the database or adds it if it does not yet exist. -
Uses of CompanyInfo in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return CompanyInfoModifier and TypeMethodDescriptionCompanyInfoPersistence.create
(long companyInfoId) Creates a new company info with the primary key.static CompanyInfo
CompanyInfoUtil.create
(long companyInfoId) Creates a new company info with the primary key.CompanyInfoPersistence.fetchByCompanyId
(long companyId) Returns the company info where companyId = ? or returnsnull
if it could not be found.CompanyInfoPersistence.fetchByCompanyId
(long companyId, boolean useFinderCache) Returns the company info where companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.static CompanyInfo
CompanyInfoUtil.fetchByCompanyId
(long companyId) Returns the company info where companyId = ? or returnsnull
if it could not be found.static CompanyInfo
CompanyInfoUtil.fetchByCompanyId
(long companyId, boolean useFinderCache) Returns the company info where companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.CompanyInfoPersistence.fetchByPrimaryKey
(long companyInfoId) Returns the company info with the primary key or returnsnull
if it could not be found.static CompanyInfo
CompanyInfoUtil.fetchByPrimaryKey
(long companyInfoId) Returns the company info with the primary key or returnsnull
if it could not be found.CompanyInfoPersistence.findByCompanyId
(long companyId) Returns the company info where companyId = ? or throws aNoSuchCompanyInfoException
if it could not be found.static CompanyInfo
CompanyInfoUtil.findByCompanyId
(long companyId) Returns the company info where companyId = ? or throws aNoSuchCompanyInfoException
if it could not be found.CompanyInfoPersistence.findByPrimaryKey
(long companyInfoId) Returns the company info with the primary key or throws aNoSuchCompanyInfoException
if it could not be found.static CompanyInfo
CompanyInfoUtil.findByPrimaryKey
(long companyInfoId) Returns the company info with the primary key or throws aNoSuchCompanyInfoException
if it could not be found.CompanyInfoPersistence.remove
(long companyInfoId) Removes the company info with the primary key from the database.static CompanyInfo
CompanyInfoUtil.remove
(long companyInfoId) Removes the company info with the primary key from the database.CompanyInfoPersistence.removeByCompanyId
(long companyId) Removes the company info where companyId = ? from the database.static CompanyInfo
CompanyInfoUtil.removeByCompanyId
(long companyId) Removes the company info where companyId = ? from the database.static CompanyInfo
CompanyInfoUtil.update
(CompanyInfo companyInfo) static CompanyInfo
CompanyInfoUtil.update
(CompanyInfo companyInfo, ServiceContext serviceContext) CompanyInfoPersistence.updateImpl
(CompanyInfo companyInfo) static CompanyInfo
CompanyInfoUtil.updateImpl
(CompanyInfo companyInfo) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type CompanyInfoModifier and TypeMethodDescriptionstatic Map<Serializable,
CompanyInfo> CompanyInfoUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) CompanyInfoPersistence.findAll()
Returns all the company infos.CompanyInfoPersistence.findAll
(int start, int end) Returns a range of all the company infos.CompanyInfoPersistence.findAll
(int start, int end, OrderByComparator<CompanyInfo> orderByComparator) Returns an ordered range of all the company infos.CompanyInfoPersistence.findAll
(int start, int end, OrderByComparator<CompanyInfo> orderByComparator, boolean useFinderCache) Returns an ordered range of all the company infos.static List<CompanyInfo>
CompanyInfoUtil.findAll()
Returns all the company infos.static List<CompanyInfo>
CompanyInfoUtil.findAll
(int start, int end) Returns a range of all the company infos.static List<CompanyInfo>
CompanyInfoUtil.findAll
(int start, int end, OrderByComparator<CompanyInfo> orderByComparator) Returns an ordered range of all the company infos.static List<CompanyInfo>
CompanyInfoUtil.findAll
(int start, int end, OrderByComparator<CompanyInfo> orderByComparator, boolean useFinderCache) Returns an ordered range of all the company infos.static List<CompanyInfo>
CompanyInfoUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<CompanyInfo>
CompanyInfoUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<CompanyInfo>
CompanyInfoUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<CompanyInfo> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type CompanyInfoModifier and TypeMethodDescriptionvoid
CompanyInfoPersistence.cacheResult
(CompanyInfo companyInfo) Caches the company info in the entity cache if it is enabled.static void
CompanyInfoUtil.cacheResult
(CompanyInfo companyInfo) Caches the company info in the entity cache if it is enabled.static void
CompanyInfoUtil.clearCache
(CompanyInfo companyInfo) static CompanyInfo
CompanyInfoUtil.update
(CompanyInfo companyInfo) static CompanyInfo
CompanyInfoUtil.update
(CompanyInfo companyInfo, ServiceContext serviceContext) CompanyInfoPersistence.updateImpl
(CompanyInfo companyInfo) static CompanyInfo
CompanyInfoUtil.updateImpl
(CompanyInfo companyInfo) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type CompanyInfoModifier and TypeMethodDescriptionvoid
CompanyInfoPersistence.cacheResult
(List<CompanyInfo> companyInfos) Caches the company infos in the entity cache if it is enabled.static void
CompanyInfoUtil.cacheResult
(List<CompanyInfo> companyInfos) Caches the company infos in the entity cache if it is enabled.CompanyInfoPersistence.findAll
(int start, int end, OrderByComparator<CompanyInfo> orderByComparator) Returns an ordered range of all the company infos.CompanyInfoPersistence.findAll
(int start, int end, OrderByComparator<CompanyInfo> orderByComparator, boolean useFinderCache) Returns an ordered range of all the company infos.static List<CompanyInfo>
CompanyInfoUtil.findAll
(int start, int end, OrderByComparator<CompanyInfo> orderByComparator) Returns an ordered range of all the company infos.static List<CompanyInfo>
CompanyInfoUtil.findAll
(int start, int end, OrderByComparator<CompanyInfo> orderByComparator, boolean useFinderCache) Returns an ordered range of all the company infos.static List<CompanyInfo>
CompanyInfoUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<CompanyInfo> orderByComparator)