public class CPTaxCategoryServiceWrapper extends java.lang.Object implements CPTaxCategoryService, com.liferay.portal.kernel.service.ServiceWrapper<CPTaxCategoryService>
CPTaxCategoryService.CPTaxCategoryService| Constructor and Description |
|---|
CPTaxCategoryServiceWrapper() |
CPTaxCategoryServiceWrapper(CPTaxCategoryService cpTaxCategoryService) |
| Modifier and Type | Method and Description |
|---|---|
CPTaxCategory |
addCPTaxCategory(java.lang.String externalReferenceCode,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
int |
countCPTaxCategoriesByCompanyId(long companyId,
java.lang.String keyword) |
void |
deleteCPTaxCategory(long cpTaxCategoryId) |
java.util.List<CPTaxCategory> |
findCPTaxCategoriesByCompanyId(long companyId,
java.lang.String keyword,
int start,
int end) |
java.util.List<CPTaxCategory> |
getCPTaxCategories(long companyId) |
java.util.List<CPTaxCategory> |
getCPTaxCategories(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) |
int |
getCPTaxCategoriesCount(long companyId) |
CPTaxCategory |
getCPTaxCategory(long cpTaxCategoryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CPTaxCategoryService |
getWrappedService() |
void |
setWrappedService(CPTaxCategoryService cpTaxCategoryService) |
CPTaxCategory |
updateCPTaxCategory(java.lang.String externalReferenceCode,
long cpTaxCategoryId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap) |
public CPTaxCategoryServiceWrapper()
public CPTaxCategoryServiceWrapper(CPTaxCategoryService cpTaxCategoryService)
public CPTaxCategory addCPTaxCategory(java.lang.String externalReferenceCode, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCPTaxCategory in interface CPTaxCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int countCPTaxCategoriesByCompanyId(long companyId,
java.lang.String keyword)
throws com.liferay.portal.kernel.exception.PortalException
countCPTaxCategoriesByCompanyId in interface CPTaxCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCPTaxCategory(long cpTaxCategoryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCPTaxCategory in interface CPTaxCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CPTaxCategory> findCPTaxCategoriesByCompanyId(long companyId, java.lang.String keyword, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
findCPTaxCategoriesByCompanyId in interface CPTaxCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CPTaxCategory> getCPTaxCategories(long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCPTaxCategories in interface CPTaxCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CPTaxCategory> getCPTaxCategories(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCPTaxCategories in interface CPTaxCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCPTaxCategoriesCount(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
getCPTaxCategoriesCount in interface CPTaxCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPTaxCategory getCPTaxCategory(long cpTaxCategoryId) throws com.liferay.portal.kernel.exception.PortalException
getCPTaxCategory in interface CPTaxCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CPTaxCategoryServicepublic CPTaxCategory updateCPTaxCategory(java.lang.String externalReferenceCode, long cpTaxCategoryId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap) throws com.liferay.portal.kernel.exception.PortalException
updateCPTaxCategory in interface CPTaxCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CPTaxCategoryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPTaxCategoryService>public void setWrappedService(CPTaxCategoryService cpTaxCategoryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPTaxCategoryService>