public class CPOptionCategoryLocalServiceWrapper extends java.lang.Object implements CPOptionCategoryLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CPOptionCategoryLocalService>
CPOptionCategoryLocalService.CPOptionCategoryLocalService| Constructor and Description |
|---|
CPOptionCategoryLocalServiceWrapper() |
CPOptionCategoryLocalServiceWrapper(CPOptionCategoryLocalService cpOptionCategoryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CPOptionCategory |
addCPOptionCategory(CPOptionCategory cpOptionCategory)
Adds the cp option category to the database.
|
CPOptionCategory |
addCPOptionCategory(java.lang.String externalReferenceCode,
long userId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
double priority,
java.lang.String key,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CPOptionCategory |
addOrUpdateCPOptionCategory(java.lang.String externalReferenceCode,
long userId,
long cpOptionCategoryId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
double priority,
java.lang.String key,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CPOptionCategory |
createCPOptionCategory(long CPOptionCategoryId)
Creates a new cp option category with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteCPOptionCategories(long companyId) |
CPOptionCategory |
deleteCPOptionCategory(CPOptionCategory cpOptionCategory)
Deletes the cp option category from the database.
|
CPOptionCategory |
deleteCPOptionCategory(long CPOptionCategoryId)
Deletes the cp option category with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
CPOptionCategory |
fetchCPOptionCategory(long CPOptionCategoryId) |
CPOptionCategory |
fetchCPOptionCategory(long companyId,
java.lang.String key) |
CPOptionCategory |
fetchCPOptionCategoryByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CPOptionCategory |
fetchCPOptionCategoryByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the cp option category with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
java.util.List<CPOptionCategory> |
getCPOptionCategories(int start,
int end)
Returns a range of all the cp option categories.
|
java.util.List<CPOptionCategory> |
getCPOptionCategories(long companyId,
int start,
int end) |
int |
getCPOptionCategoriesCount()
Returns the number of cp option categories.
|
CPOptionCategory |
getCPOptionCategory(long CPOptionCategoryId)
Returns the cp option category with the primary key.
|
CPOptionCategory |
getCPOptionCategory(long companyId,
java.lang.String key) |
CPOptionCategory |
getCPOptionCategoryByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CPOptionCategory |
getCPOptionCategoryByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the cp option category with the matching UUID and company.
|
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPOptionCategory> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<CPOptionCategory> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CPOptionCategoryLocalService |
getWrappedService() |
com.liferay.portal.kernel.search.BaseModelSearchResult<CPOptionCategory> |
searchCPOptionCategories(long companyId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
void |
setWrappedService(CPOptionCategoryLocalService cpOptionCategoryLocalService) |
CPOptionCategory |
updateCPOptionCategory(CPOptionCategory cpOptionCategory)
Updates the cp option category in the database or adds it if it does not yet exist.
|
CPOptionCategory |
updateCPOptionCategory(java.lang.String externalReferenceCode,
long cpOptionCategoryId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
double priority,
java.lang.String key) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPOptionCategory>,R,E> updateUnsafeFunction) |
public CPOptionCategoryLocalServiceWrapper()
public CPOptionCategoryLocalServiceWrapper(CPOptionCategoryLocalService cpOptionCategoryLocalService)
public CPOptionCategory addCPOptionCategory(CPOptionCategory cpOptionCategory)
Important: Inspect CPOptionCategoryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addCPOptionCategory in interface CPOptionCategoryLocalServicecpOptionCategory - the cp option categorypublic CPOptionCategory addCPOptionCategory(java.lang.String externalReferenceCode, long userId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, double priority, java.lang.String key, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCPOptionCategory in interface CPOptionCategoryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionCategory addOrUpdateCPOptionCategory(java.lang.String externalReferenceCode, long userId, long cpOptionCategoryId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, double priority, java.lang.String key, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdateCPOptionCategory in interface CPOptionCategoryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionCategory createCPOptionCategory(long CPOptionCategoryId)
createCPOptionCategory in interface CPOptionCategoryLocalServiceCPOptionCategoryId - the primary key for the new cp option categorypublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CPOptionCategoryLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void deleteCPOptionCategories(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCPOptionCategories in interface CPOptionCategoryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionCategory deleteCPOptionCategory(CPOptionCategory cpOptionCategory) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CPOptionCategoryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCPOptionCategory in interface CPOptionCategoryLocalServicecpOptionCategory - the cp option categoryPortalExceptionpublic CPOptionCategory deleteCPOptionCategory(long CPOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CPOptionCategoryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCPOptionCategory in interface CPOptionCategoryLocalServiceCPOptionCategoryId - the primary key of the cp option categoryPortalException - if a cp option category with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CPOptionCategoryLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CPOptionCategoryLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CPOptionCategoryLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CPOptionCategoryLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CPOptionCategoryLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.product.model.impl.CPOptionCategoryModelImpl.
dynamicQuery in interface CPOptionCategoryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.product.model.impl.CPOptionCategoryModelImpl.
dynamicQuery in interface CPOptionCategoryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface CPOptionCategoryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CPOptionCategoryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CPOptionCategory fetchCPOptionCategory(long CPOptionCategoryId)
fetchCPOptionCategory in interface CPOptionCategoryLocalServicepublic CPOptionCategory fetchCPOptionCategory(long companyId, java.lang.String key)
fetchCPOptionCategory in interface CPOptionCategoryLocalServicepublic CPOptionCategory fetchCPOptionCategoryByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId)
fetchCPOptionCategoryByExternalReferenceCode in interface CPOptionCategoryLocalServicepublic CPOptionCategory fetchCPOptionCategoryByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchCPOptionCategoryByUuidAndCompanyId in interface CPOptionCategoryLocalServiceuuid - the cp option category's UUIDcompanyId - the primary key of the companynull if a matching cp option category could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CPOptionCategoryLocalServicepublic java.util.List<CPOptionCategory> getCPOptionCategories(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.product.model.impl.CPOptionCategoryModelImpl.
getCPOptionCategories in interface CPOptionCategoryLocalServicestart - the lower bound of the range of cp option categoriesend - the upper bound of the range of cp option categories (not inclusive)public java.util.List<CPOptionCategory> getCPOptionCategories(long companyId, int start, int end)
getCPOptionCategories in interface CPOptionCategoryLocalServicepublic int getCPOptionCategoriesCount()
getCPOptionCategoriesCount in interface CPOptionCategoryLocalServicepublic CPOptionCategory getCPOptionCategory(long CPOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException
getCPOptionCategory in interface CPOptionCategoryLocalServiceCPOptionCategoryId - the primary key of the cp option categoryPortalException - if a cp option category with the primary key could not be foundpublic CPOptionCategory getCPOptionCategory(long companyId, java.lang.String key) throws com.liferay.portal.kernel.exception.PortalException
getCPOptionCategory in interface CPOptionCategoryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionCategory getCPOptionCategoryByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCPOptionCategoryByExternalReferenceCode in interface CPOptionCategoryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionCategory getCPOptionCategoryByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCPOptionCategoryByUuidAndCompanyId in interface CPOptionCategoryLocalServiceuuid - the cp option category's UUIDcompanyId - the primary key of the companyPortalException - if a matching cp option category could not be foundpublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CPOptionCategoryLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CPOptionCategoryLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CPOptionCategoryLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CPOptionCategoryLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic com.liferay.portal.kernel.search.BaseModelSearchResult<CPOptionCategory> searchCPOptionCategories(long companyId, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
searchCPOptionCategories in interface CPOptionCategoryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPOptionCategory updateCPOptionCategory(CPOptionCategory cpOptionCategory)
Important: Inspect CPOptionCategoryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateCPOptionCategory in interface CPOptionCategoryLocalServicecpOptionCategory - the cp option categorypublic CPOptionCategory updateCPOptionCategory(java.lang.String externalReferenceCode, long cpOptionCategoryId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, double priority, java.lang.String key) throws com.liferay.portal.kernel.exception.PortalException
updateCPOptionCategory in interface CPOptionCategoryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPOptionCategory> getCTPersistence()
getCTPersistence in interface CPOptionCategoryLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<CPOptionCategory>public java.lang.Class<CPOptionCategory> getModelClass()
getModelClass in interface CPOptionCategoryLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<CPOptionCategory>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPOptionCategory>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CPOptionCategoryLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<CPOptionCategory>E extends java.lang.Throwablepublic CPOptionCategoryLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPOptionCategoryLocalService>public void setWrappedService(CPOptionCategoryLocalService cpOptionCategoryLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPOptionCategoryLocalService>