@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceBOMEntryService
extends com.liferay.portal.kernel.service.BaseService
CommerceBOMEntryServiceUtil| 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.
|
CommerceBOMEntry |
updateCommerceBOMEntry(long commerceBOMEntryId,
int number,
java.lang.String cpInstanceUuid,
long cProductId,
double positionX,
double positionY,
double radius) |
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
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCommerceBOMEntry(long commerceBOMEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceBOMEntry> getCommerceBOMEntries(long commerceBOMDefinitionId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceBOMEntriesCount(long commerceBOMDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceBOMEntry getCommerceBOMEntry(long commerceBOMEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
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
com.liferay.portal.kernel.exception.PortalException