public class CSDiagramEntryServiceWrapper extends java.lang.Object implements CSDiagramEntryService, com.liferay.portal.kernel.service.ServiceWrapper<CSDiagramEntryService>
CSDiagramEntryService.CSDiagramEntryService| Constructor and Description |
|---|
CSDiagramEntryServiceWrapper() |
CSDiagramEntryServiceWrapper(CSDiagramEntryService csDiagramEntryService) |
| Modifier and Type | Method and Description |
|---|---|
CSDiagramEntry |
addCSDiagramEntry(long cpDefinitionId,
long cpInstanceId,
long cProductId,
boolean diagram,
int quantity,
java.lang.String sequence,
java.lang.String sku,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCSDiagramEntries(long cpDefinitionId) |
void |
deleteCSDiagramEntry(CSDiagramEntry csDiagramEntry) |
CSDiagramEntry |
fetchCSDiagramEntry(long cpDefinitionId,
java.lang.String sequence) |
java.util.List<CSDiagramEntry> |
getCSDiagramEntries(long cpDefinitionId,
int start,
int end) |
int |
getCSDiagramEntriesCount(long cpDefinitionId) |
CSDiagramEntry |
getCSDiagramEntry(long csDiagramEntryId) |
CSDiagramEntry |
getCSDiagramEntry(long cpDefinitionId,
java.lang.String sequence) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CSDiagramEntryService |
getWrappedService() |
void |
setWrappedService(CSDiagramEntryService csDiagramEntryService) |
CSDiagramEntry |
updateCSDiagramEntry(long csDiagramEntryId,
long cpInstanceId,
long cProductId,
boolean diagram,
int quantity,
java.lang.String sequence,
java.lang.String sku,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public CSDiagramEntryServiceWrapper()
public CSDiagramEntryServiceWrapper(CSDiagramEntryService csDiagramEntryService)
public CSDiagramEntry addCSDiagramEntry(long cpDefinitionId, long cpInstanceId, long cProductId, boolean diagram, int quantity, java.lang.String sequence, java.lang.String sku, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCSDiagramEntry in interface CSDiagramEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCSDiagramEntries(long cpDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCSDiagramEntries in interface CSDiagramEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCSDiagramEntry(CSDiagramEntry csDiagramEntry) throws com.liferay.portal.kernel.exception.PortalException
deleteCSDiagramEntry in interface CSDiagramEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CSDiagramEntry fetchCSDiagramEntry(long cpDefinitionId, java.lang.String sequence) throws com.liferay.portal.kernel.exception.PortalException
fetchCSDiagramEntry in interface CSDiagramEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CSDiagramEntry> getCSDiagramEntries(long cpDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCSDiagramEntries in interface CSDiagramEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCSDiagramEntriesCount(long cpDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
getCSDiagramEntriesCount in interface CSDiagramEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CSDiagramEntry getCSDiagramEntry(long csDiagramEntryId) throws com.liferay.portal.kernel.exception.PortalException
getCSDiagramEntry in interface CSDiagramEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CSDiagramEntry getCSDiagramEntry(long cpDefinitionId, java.lang.String sequence) throws com.liferay.portal.kernel.exception.PortalException
getCSDiagramEntry in interface CSDiagramEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CSDiagramEntryServicepublic CSDiagramEntry updateCSDiagramEntry(long csDiagramEntryId, long cpInstanceId, long cProductId, boolean diagram, int quantity, java.lang.String sequence, java.lang.String sku, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCSDiagramEntry in interface CSDiagramEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CSDiagramEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CSDiagramEntryService>public void setWrappedService(CSDiagramEntryService csDiagramEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CSDiagramEntryService>