Interface CommerceCatalogService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceCatalogServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceCatalogService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommerceCatalog. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionaddCommerceCatalog
(String externalReferenceCode, long accountEntryId, String name, String commerceCurrencyCode, String catalogDefaultLanguageId, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteCommerceCatalog
(long commerceCatalogId) fetchCommerceCatalog
(long commerceCatalogId) fetchCommerceCatalogByExternalReferenceCode
(String externalReferenceCode, long companyId) fetchCommerceCatalogByGroupId
(long groupId) getCommerceCatalog
(long commerceCatalogId) getCommerceCatalogs
(long companyId, int start, int end) Returns the OSGi service identifier.search
(long companyId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) int
searchCommerceCatalogsCount
(long companyId, String keywords) updateCommerceCatalog
(long commerceCatalogId, long accountEntryId, String name, String commerceCurrencyCode, String catalogDefaultLanguageId) updateCommerceCatalogExternalReferenceCode
(String externalReferenceCode, long commerceCatalogId)
-
Method Details
-
addCommerceCatalog
CommerceCatalog addCommerceCatalog(String externalReferenceCode, long accountEntryId, String name, String commerceCurrencyCode, String catalogDefaultLanguageId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceCatalog
CommerceCatalog deleteCommerceCatalog(long commerceCatalogId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceCatalog
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceCatalog fetchCommerceCatalog(long commerceCatalogId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceCatalogByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceCatalog fetchCommerceCatalogByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceCatalogByGroupId
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceCatalog fetchCommerceCatalogByGroupId(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceCatalog
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceCatalog getCommerceCatalog(long commerceCatalogId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceCatalogs
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceCatalog> getCommerceCatalogs(long companyId, int start, int end) -
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
search
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceCatalog> search(long companyId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchCommerceCatalogsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int searchCommerceCatalogsCount(long companyId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceCatalog
CommerceCatalog updateCommerceCatalog(long commerceCatalogId, long accountEntryId, String name, String commerceCurrencyCode, String catalogDefaultLanguageId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceCatalogExternalReferenceCode
CommerceCatalog updateCommerceCatalogExternalReferenceCode(String externalReferenceCode, long commerceCatalogId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-