public class CommerceInventoryWarehouseRelServiceWrapper extends java.lang.Object implements CommerceInventoryWarehouseRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseRelService>
CommerceInventoryWarehouseRelService
.CommerceInventoryWarehouseRelService
Constructor and Description |
---|
CommerceInventoryWarehouseRelServiceWrapper() |
CommerceInventoryWarehouseRelServiceWrapper(CommerceInventoryWarehouseRelService commerceInventoryWarehouseRelService) |
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.
|
CommerceInventoryWarehouseRelService |
getWrappedService() |
void |
setWrappedService(CommerceInventoryWarehouseRelService commerceInventoryWarehouseRelService) |
public CommerceInventoryWarehouseRelServiceWrapper()
public CommerceInventoryWarehouseRelServiceWrapper(CommerceInventoryWarehouseRelService commerceInventoryWarehouseRelService)
public CommerceInventoryWarehouseRel addCommerceInventoryWarehouseRel(java.lang.String className, long classPK, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
addCommerceInventoryWarehouseRel
in interface CommerceInventoryWarehouseRelService
com.liferay.portal.kernel.exception.PortalException
public void deleteCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceInventoryWarehouseRel
in interface CommerceInventoryWarehouseRelService
com.liferay.portal.kernel.exception.PortalException
public void deleteCommerceInventoryWarehouseRels(java.lang.String className, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceInventoryWarehouseRels
in interface CommerceInventoryWarehouseRelService
com.liferay.portal.kernel.exception.PortalException
public void deleteCommerceInventoryWarehouseRelsByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceInventoryWarehouseRelsByCommerceInventoryWarehouseId
in interface CommerceInventoryWarehouseRelService
com.liferay.portal.kernel.exception.PortalException
public CommerceInventoryWarehouseRel fetchCommerceInventoryWarehouseRel(java.lang.String className, long classPK, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceInventoryWarehouseRel
in interface CommerceInventoryWarehouseRelService
com.liferay.portal.kernel.exception.PortalException
public CommerceInventoryWarehouseRel getCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseRel
in interface CommerceInventoryWarehouseRelService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CommerceInventoryWarehouseRel> getCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseRels
in interface CommerceInventoryWarehouseRelService
com.liferay.portal.kernel.exception.PortalException
public 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
getCommerceInventoryWarehouseRels
in interface CommerceInventoryWarehouseRelService
com.liferay.portal.kernel.exception.PortalException
public int getCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseRelsCount
in interface CommerceInventoryWarehouseRelService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CommerceInventoryWarehouseRel> getCommerceOrderTypeCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId, java.lang.String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypeCommerceInventoryWarehouseRels
in interface CommerceInventoryWarehouseRelService
com.liferay.portal.kernel.exception.PortalException
public int getCommerceOrderTypeCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId, java.lang.String keywords) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypeCommerceInventoryWarehouseRelsCount
in interface CommerceInventoryWarehouseRelService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommerceInventoryWarehouseRelService
public CommerceInventoryWarehouseRelService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseRelService>
public void setWrappedService(CommerceInventoryWarehouseRelService commerceInventoryWarehouseRelService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseRelService>