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) void
deleteCSDiagramEntries
(long cpDefinitionId) void
deleteCSDiagramEntry
(CSDiagramEntry csDiagramEntry) fetchCSDiagramEntry
(long cpDefinitionId, String sequence) getCProductCSDiagramEntries
(long cProductId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) int
getCProductCSDiagramEntriesCount
(long cProductId) getCSDiagramEntries
(long cpDefinitionId, int start, int end) int
getCSDiagramEntriesCount
(long cpDefinitionId) getCSDiagramEntry
(long csDiagramEntryId) getCSDiagramEntry
(long cpDefinitionId, String sequence) Returns the OSGi service identifier.void
setWrappedService
(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:
addCSDiagramEntry
in interfaceCSDiagramEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCSDiagramEntries
public void deleteCSDiagramEntries(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCSDiagramEntries
in interfaceCSDiagramEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCSDiagramEntry
public void deleteCSDiagramEntry(CSDiagramEntry csDiagramEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCSDiagramEntry
in 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:
fetchCSDiagramEntry
in 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:
getCProductCSDiagramEntries
in interfaceCSDiagramEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCProductCSDiagramEntriesCount
public int getCProductCSDiagramEntriesCount(long cProductId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCProductCSDiagramEntriesCount
in 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:
getCSDiagramEntries
in interfaceCSDiagramEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCSDiagramEntriesCount
public int getCSDiagramEntriesCount(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCSDiagramEntriesCount
in interfaceCSDiagramEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCSDiagramEntry
public CSDiagramEntry getCSDiagramEntry(long csDiagramEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCSDiagramEntry
in 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:
getCSDiagramEntry
in interfaceCSDiagramEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
updateCSDiagramEntry
in interfaceCSDiagramEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CSDiagramEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CSDiagramEntryService>
-