public class CommerceBOMEntryServiceUtil
extends java.lang.Object
com.liferay.commerce.bom.service.impl.CommerceBOMEntryServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.CommerceBOMEntryService| Constructor and Description |
|---|
CommerceBOMEntryServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CommerceBOMEntry |
addCommerceBOMEntry(long userId,
int number,
java.lang.String cpInstanceUuid,
long cProductId,
long commerceBOMDefinitionId,
double positionX,
double positionY,
double radius) |
static void |
deleteCommerceBOMEntry(long commerceBOMEntryId) |
static java.util.List<CommerceBOMEntry> |
getCommerceBOMEntries(long commerceBOMDefinitionId,
int start,
int end) |
static int |
getCommerceBOMEntriesCount(long commerceBOMDefinitionId) |
static CommerceBOMEntry |
getCommerceBOMEntry(long commerceBOMEntryId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommerceBOMEntryService |
getService() |
static void |
setService(CommerceBOMEntryService service) |
static CommerceBOMEntry |
updateCommerceBOMEntry(long commerceBOMEntryId,
int number,
java.lang.String cpInstanceUuid,
long cProductId,
double positionX,
double positionY,
double radius) |
public static 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.PortalExceptionpublic static void deleteCommerceBOMEntry(long commerceBOMEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommerceBOMEntry> getCommerceBOMEntries(long commerceBOMDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCommerceBOMEntriesCount(long commerceBOMDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceBOMEntry getCommerceBOMEntry(long commerceBOMEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static 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.PortalExceptionpublic static CommerceBOMEntryService getService()
public static void setService(CommerceBOMEntryService service)