public class CommerceBOMFolderApplicationRelServiceUtil
extends java.lang.Object
com.liferay.commerce.bom.service.impl.CommerceBOMFolderApplicationRelServiceImpl 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.CommerceBOMFolderApplicationRelService| Constructor and Description |
|---|
CommerceBOMFolderApplicationRelServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CommerceBOMFolderApplicationRel |
addCommerceBOMFolderApplicationRel(long userId,
long commerceBOMFolderId,
long commerceApplicationModelId) |
static void |
deleteCommerceBOMFolderApplicationRel(long commerceBOMFolderApplicationRelId) |
static java.util.List<CommerceBOMFolderApplicationRel> |
getCommerceBOMFolderApplicationRelsByCAMId(long commerceApplicationModelId,
int start,
int end) |
static java.util.List<CommerceBOMFolderApplicationRel> |
getCommerceBOMFolderApplicationRelsByCommerceBOMFolderId(long commerceBOMFolderId,
int start,
int end) |
static int |
getCommerceBOMFolderApplicationRelsCountByCAMId(long commerceApplicationModelId) |
static int |
getCommerceBOMFolderApplicationRelsCountByCommerceBOMFolderId(long commerceBOMFolderId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommerceBOMFolderApplicationRelService |
getService() |
public CommerceBOMFolderApplicationRelServiceUtil()
public static CommerceBOMFolderApplicationRel addCommerceBOMFolderApplicationRel(long userId, long commerceBOMFolderId, long commerceApplicationModelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCommerceBOMFolderApplicationRel(long commerceBOMFolderApplicationRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommerceBOMFolderApplicationRel> getCommerceBOMFolderApplicationRelsByCAMId(long commerceApplicationModelId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommerceBOMFolderApplicationRel> getCommerceBOMFolderApplicationRelsByCommerceBOMFolderId(long commerceBOMFolderId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCommerceBOMFolderApplicationRelsCountByCAMId(long commerceApplicationModelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCommerceBOMFolderApplicationRelsCountByCommerceBOMFolderId(long commerceBOMFolderId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static CommerceBOMFolderApplicationRelService getService()