public class CommerceBOMEntryServiceWrapper extends java.lang.Object implements CommerceBOMEntryService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceBOMEntryService>
CommerceBOMEntryService.CommerceBOMEntryService| Constructor and Description |
|---|
CommerceBOMEntryServiceWrapper(CommerceBOMEntryService commerceBOMEntryService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceBOMEntry |
addCommerceBOMEntry(long userId,
int number,
java.lang.String cpInstanceUuid,
long cProductId,
long commerceBOMDefinitionId,
double positionX,
double positionY,
double radius) |
void |
deleteCommerceBOMEntry(long commerceBOMEntryId) |
java.util.List<CommerceBOMEntry> |
getCommerceBOMEntries(long commerceBOMDefinitionId,
int start,
int end) |
int |
getCommerceBOMEntriesCount(long commerceBOMDefinitionId) |
CommerceBOMEntry |
getCommerceBOMEntry(long commerceBOMEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceBOMEntryService |
getWrappedService() |
void |
setWrappedService(CommerceBOMEntryService commerceBOMEntryService) |
CommerceBOMEntry |
updateCommerceBOMEntry(long commerceBOMEntryId,
int number,
java.lang.String cpInstanceUuid,
long cProductId,
double positionX,
double positionY,
double radius) |
public CommerceBOMEntryServiceWrapper(CommerceBOMEntryService commerceBOMEntryService)
public CommerceBOMEntry addCommerceBOMEntry(long userId, int number, java.lang.String cpInstanceUuid, long cProductId, long commerceBOMDefinitionId, double positionX, double positionY, double radius) throws com.liferay.portal.kernel.exception.PortalException
addCommerceBOMEntry in interface CommerceBOMEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceBOMEntry(long commerceBOMEntryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceBOMEntry in interface CommerceBOMEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceBOMEntry> getCommerceBOMEntries(long commerceBOMDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceBOMEntries in interface CommerceBOMEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceBOMEntriesCount(long commerceBOMDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceBOMEntriesCount in interface CommerceBOMEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceBOMEntry getCommerceBOMEntry(long commerceBOMEntryId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceBOMEntry in interface CommerceBOMEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceBOMEntryServicepublic CommerceBOMEntry updateCommerceBOMEntry(long commerceBOMEntryId, int number, java.lang.String cpInstanceUuid, long cProductId, double positionX, double positionY, double radius) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceBOMEntry in interface CommerceBOMEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceBOMEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceBOMEntryService>public void setWrappedService(CommerceBOMEntryService commerceBOMEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceBOMEntryService>