Class CSDiagramEntryServiceWrapper
java.lang.Object
com.liferay.commerce.shop.by.diagram.service.CSDiagramEntryServiceWrapper
- All Implemented Interfaces:
CSDiagramEntryService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CSDiagramEntryService>
public class CSDiagramEntryServiceWrapper
extends Object
implements CSDiagramEntryService, com.liferay.portal.kernel.service.ServiceWrapper<CSDiagramEntryService>
Provides a wrapper for
CSDiagramEntryService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCSDiagramEntry(long cpDefinitionId, long cpInstanceId, long cProductId, boolean diagram, int quantity, String sequence, String sku, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteCSDiagramEntries(long cpDefinitionId) voiddeleteCSDiagramEntry(CSDiagramEntry csDiagramEntry) fetchCSDiagramEntry(long cpDefinitionId, String sequence) getCProductCSDiagramEntries(long cProductId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) intgetCProductCSDiagramEntriesCount(long cProductId) getCSDiagramEntries(long cpDefinitionId, int start, int end) intgetCSDiagramEntriesCount(long cpDefinitionId) getCSDiagramEntry(long csDiagramEntryId) getCSDiagramEntry(long cpDefinitionId, String sequence) Returns the OSGi service identifier.voidsetWrappedService(CSDiagramEntryService csDiagramEntryService) updateCSDiagramEntry(long csDiagramEntryId, long cpInstanceId, long cProductId, boolean diagram, int quantity, String sequence, String sku, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
CSDiagramEntryServiceWrapper
public CSDiagramEntryServiceWrapper() -
CSDiagramEntryServiceWrapper
-
-
Method Details
-
addCSDiagramEntry
public CSDiagramEntry addCSDiagramEntry(long cpDefinitionId, long cpInstanceId, long cProductId, boolean diagram, int quantity, String sequence, String sku, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCSDiagramEntryin interfaceCSDiagramEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCSDiagramEntries
public void deleteCSDiagramEntries(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCSDiagramEntriesin interfaceCSDiagramEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCSDiagramEntry
public void deleteCSDiagramEntry(CSDiagramEntry csDiagramEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCSDiagramEntryin interfaceCSDiagramEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCSDiagramEntry
public CSDiagramEntry fetchCSDiagramEntry(long cpDefinitionId, String sequence) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCSDiagramEntryin interfaceCSDiagramEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCProductCSDiagramEntries
public List<CSDiagramEntry> getCProductCSDiagramEntries(long cProductId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCProductCSDiagramEntriesin interfaceCSDiagramEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCProductCSDiagramEntriesCount
public int getCProductCSDiagramEntriesCount(long cProductId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCProductCSDiagramEntriesCountin interfaceCSDiagramEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCSDiagramEntries
public List<CSDiagramEntry> getCSDiagramEntries(long cpDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCSDiagramEntriesin interfaceCSDiagramEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCSDiagramEntriesCount
public int getCSDiagramEntriesCount(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCSDiagramEntriesCountin interfaceCSDiagramEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCSDiagramEntry
public CSDiagramEntry getCSDiagramEntry(long csDiagramEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCSDiagramEntryin interfaceCSDiagramEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCSDiagramEntry
public CSDiagramEntry getCSDiagramEntry(long cpDefinitionId, String sequence) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCSDiagramEntryin interfaceCSDiagramEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCSDiagramEntryService- Returns:
- the OSGi service identifier
-
updateCSDiagramEntry
public CSDiagramEntry updateCSDiagramEntry(long csDiagramEntryId, long cpInstanceId, long cProductId, boolean diagram, int quantity, String sequence, String sku, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCSDiagramEntryin interfaceCSDiagramEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CSDiagramEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CSDiagramEntryService>
-