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_ACCESSORMethods 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 CompanyInfoWrapperCompanyInfoWrapper.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 CompanyInfoCompanyInfoLocalServiceUtil.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 CompanyInfoCompanyInfoLocalServiceUtil.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 CompanyInfoCompanyInfoLocalServiceUtil.deleteCompanyInfo(long companyInfoId) Deletes the company info with the primary key from the database.static CompanyInfoCompanyInfoLocalServiceUtil.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 CompanyInfoCompanyInfoLocalServiceUtil.fetchCompany(long companyId) CompanyInfoLocalServiceWrapper.fetchCompany(long companyId) CompanyInfoLocalService.fetchCompanyInfo(long companyInfoId) static CompanyInfoCompanyInfoLocalServiceUtil.fetchCompanyInfo(long companyInfoId) CompanyInfoLocalServiceWrapper.fetchCompanyInfo(long companyInfoId) CompanyInfoLocalService.getCompanyInfo(long companyInfoId) Returns the company info with the primary key.static CompanyInfoCompanyInfoLocalServiceUtil.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 CompanyInfoCompanyInfoLocalServiceUtil.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 CompanyInfoCompanyInfoLocalServiceUtil.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 CompanyInfoCompanyInfoLocalServiceUtil.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 CompanyInfoCompanyInfoLocalServiceUtil.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 CompanyInfoCompanyInfoUtil.create(long companyInfoId) Creates a new company info with the primary key.CompanyInfoPersistence.fetchByCompanyId(long companyId) Returns the company info where companyId = ? or returnsnullif it could not be found.CompanyInfoPersistence.fetchByCompanyId(long companyId, boolean useFinderCache) Returns the company info where companyId = ? or returnsnullif it could not be found, optionally using the finder cache.static CompanyInfoCompanyInfoUtil.fetchByCompanyId(long companyId) Returns the company info where companyId = ? or returnsnullif it could not be found.static CompanyInfoCompanyInfoUtil.fetchByCompanyId(long companyId, boolean useFinderCache) Returns the company info where companyId = ? or returnsnullif it could not be found, optionally using the finder cache.CompanyInfoPersistence.fetchByPrimaryKey(long companyInfoId) Returns the company info with the primary key or returnsnullif it could not be found.static CompanyInfoCompanyInfoUtil.fetchByPrimaryKey(long companyInfoId) Returns the company info with the primary key or returnsnullif it could not be found.CompanyInfoPersistence.findByCompanyId(long companyId) Returns the company info where companyId = ? or throws aNoSuchCompanyInfoExceptionif it could not be found.static CompanyInfoCompanyInfoUtil.findByCompanyId(long companyId) Returns the company info where companyId = ? or throws aNoSuchCompanyInfoExceptionif it could not be found.CompanyInfoPersistence.findByPrimaryKey(long companyInfoId) Returns the company info with the primary key or throws aNoSuchCompanyInfoExceptionif it could not be found.static CompanyInfoCompanyInfoUtil.findByPrimaryKey(long companyInfoId) Returns the company info with the primary key or throws aNoSuchCompanyInfoExceptionif it could not be found.CompanyInfoPersistence.remove(long companyInfoId) Removes the company info with the primary key from the database.static CompanyInfoCompanyInfoUtil.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 CompanyInfoCompanyInfoUtil.removeByCompanyId(long companyId) Removes the company info where companyId = ? from the database.static CompanyInfoCompanyInfoUtil.update(CompanyInfo companyInfo) static CompanyInfoCompanyInfoUtil.update(CompanyInfo companyInfo, ServiceContext serviceContext) CompanyInfoPersistence.updateImpl(CompanyInfo companyInfo) static CompanyInfoCompanyInfoUtil.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 TypeMethodDescriptionvoidCompanyInfoPersistence.cacheResult(CompanyInfo companyInfo) Caches the company info in the entity cache if it is enabled.static voidCompanyInfoUtil.cacheResult(CompanyInfo companyInfo) Caches the company info in the entity cache if it is enabled.static voidCompanyInfoUtil.clearCache(CompanyInfo companyInfo) static CompanyInfoCompanyInfoUtil.update(CompanyInfo companyInfo) static CompanyInfoCompanyInfoUtil.update(CompanyInfo companyInfo, ServiceContext serviceContext) CompanyInfoPersistence.updateImpl(CompanyInfo companyInfo) static CompanyInfoCompanyInfoUtil.updateImpl(CompanyInfo companyInfo) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type CompanyInfoModifier and TypeMethodDescriptionvoidCompanyInfoPersistence.cacheResult(List<CompanyInfo> companyInfos) Caches the company infos in the entity cache if it is enabled.static voidCompanyInfoUtil.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)