@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceInventoryWarehouseRelService
extends com.liferay.portal.kernel.service.BaseService
CommerceInventoryWarehouseRelServiceUtil
Modifier and Type | Method and Description |
---|---|
CommerceInventoryWarehouseRel |
addCommerceInventoryWarehouseRel(java.lang.String className,
long classPK,
long commerceInventoryWarehouseId) |
void |
deleteCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) |
void |
deleteCommerceInventoryWarehouseRels(java.lang.String className,
long commerceInventoryWarehouseId) |
void |
deleteCommerceInventoryWarehouseRelsByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) |
CommerceInventoryWarehouseRel |
fetchCommerceInventoryWarehouseRel(java.lang.String className,
long classPK,
long commerceInventoryWarehouseId) |
CommerceInventoryWarehouseRel |
getCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) |
java.util.List<CommerceInventoryWarehouseRel> |
getCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId) |
java.util.List<CommerceInventoryWarehouseRel> |
getCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseRel> orderByComparator) |
int |
getCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId) |
java.util.List<CommerceInventoryWarehouseRel> |
getCommerceOrderTypeCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId,
java.lang.String keywords,
int start,
int end) |
int |
getCommerceOrderTypeCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId,
java.lang.String keywords) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceInventoryWarehouseRel addCommerceInventoryWarehouseRel(java.lang.String className, long classPK, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteCommerceInventoryWarehouseRels(java.lang.String className, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteCommerceInventoryWarehouseRelsByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceInventoryWarehouseRel fetchCommerceInventoryWarehouseRel(java.lang.String className, long classPK, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceInventoryWarehouseRel getCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<CommerceInventoryWarehouseRel> getCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceOrderTypeCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId, java.lang.String keywords) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()