public class CommerceInventoryWarehouseRelServiceUtil
extends java.lang.Object
com.liferay.commerce.inventory.service.impl.CommerceInventoryWarehouseRelServiceImpl
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.CommerceInventoryWarehouseRelService
Constructor and Description |
---|
CommerceInventoryWarehouseRelServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static CommerceInventoryWarehouseRel |
addCommerceInventoryWarehouseRel(java.lang.String className,
long classPK,
long commerceInventoryWarehouseId) |
static void |
deleteCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) |
static void |
deleteCommerceInventoryWarehouseRels(java.lang.String className,
long commerceInventoryWarehouseId) |
static void |
deleteCommerceInventoryWarehouseRelsByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) |
static CommerceInventoryWarehouseRel |
fetchCommerceInventoryWarehouseRel(java.lang.String className,
long classPK,
long commerceInventoryWarehouseId) |
static CommerceInventoryWarehouseRel |
getCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) |
static java.util.List<CommerceInventoryWarehouseRel> |
getCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId) |
static java.util.List<CommerceInventoryWarehouseRel> |
getCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseRel> orderByComparator) |
static int |
getCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId) |
static java.util.List<CommerceInventoryWarehouseRel> |
getCommerceOrderTypeCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId,
java.lang.String keywords,
int start,
int end) |
static int |
getCommerceOrderTypeCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId,
java.lang.String keywords) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommerceInventoryWarehouseRelService |
getService() |
static void |
setService(CommerceInventoryWarehouseRelService service) |
public CommerceInventoryWarehouseRelServiceUtil()
public static CommerceInventoryWarehouseRel addCommerceInventoryWarehouseRel(java.lang.String className, long classPK, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteCommerceInventoryWarehouseRels(java.lang.String className, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteCommerceInventoryWarehouseRelsByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CommerceInventoryWarehouseRel fetchCommerceInventoryWarehouseRel(java.lang.String className, long classPK, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CommerceInventoryWarehouseRel getCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<CommerceInventoryWarehouseRel> getCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<CommerceInventoryWarehouseRel> getCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<CommerceInventoryWarehouseRel> getCommerceOrderTypeCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId, java.lang.String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getCommerceOrderTypeCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId, java.lang.String keywords) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static CommerceInventoryWarehouseRelService getService()
public static void setService(CommerceInventoryWarehouseRelService service)