@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CPTaxCategoryService
extends com.liferay.portal.kernel.service.BaseService
CPTaxCategoryServiceUtil| 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.
|
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) |
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
com.liferay.portal.kernel.exception.PortalExceptionint countCPTaxCategoriesByCompanyId(long companyId,
java.lang.String keyword)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCPTaxCategory(long cpTaxCategoryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<CPTaxCategory> findCPTaxCategoriesByCompanyId(long companyId, java.lang.String keyword, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CPTaxCategory> getCPTaxCategories(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
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
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCPTaxCategoriesCount(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CPTaxCategory getCPTaxCategory(long cpTaxCategoryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
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
com.liferay.portal.kernel.exception.PortalException