Class CommerceInventoryWarehouseRelServiceWrapper
java.lang.Object
com.liferay.commerce.inventory.service.CommerceInventoryWarehouseRelServiceWrapper
- All Implemented Interfaces:
CommerceInventoryWarehouseRelService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseRelService>
public class CommerceInventoryWarehouseRelServiceWrapper
extends Object
implements CommerceInventoryWarehouseRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseRelService>
Provides a wrapper for
CommerceInventoryWarehouseRelService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceInventoryWarehouseRelServiceWrapper(CommerceInventoryWarehouseRelService commerceInventoryWarehouseRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceInventoryWarehouseRel(String className, long classPK, long commerceInventoryWarehouseId) voiddeleteCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) voiddeleteCommerceInventoryWarehouseRels(String className, long commerceInventoryWarehouseId) voiddeleteCommerceInventoryWarehouseRelsByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) fetchCommerceInventoryWarehouseRel(String className, long classPK, long commerceInventoryWarehouseId) getAccountEntryCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId, String keywords, int start, int end) intgetAccountEntryCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId, String keywords) getAccountGroupCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId, String keywords, int start, int end) intgetAccountGroupCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId, String keywords) getCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) getCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId) getCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseRel> orderByComparator) getCommerceInventoryWarehouseRels(String className, long commerceInventoryWarehouseId) getCommerceInventoryWarehouseRels(String className, long commerceInventoryWarehouseId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseRel> orderByComparator) intgetCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId) intgetCommerceInventoryWarehouseRelsCount(String className, long commerceInventoryWarehouseId) getCommerceOrderTypeCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId, String keywords, int start, int end) intgetCommerceOrderTypeCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId, String keywords) Returns the OSGi service identifier.voidsetWrappedService(CommerceInventoryWarehouseRelService commerceInventoryWarehouseRelService)
-
Constructor Details
-
CommerceInventoryWarehouseRelServiceWrapper
public CommerceInventoryWarehouseRelServiceWrapper() -
CommerceInventoryWarehouseRelServiceWrapper
public CommerceInventoryWarehouseRelServiceWrapper(CommerceInventoryWarehouseRelService commerceInventoryWarehouseRelService)
-
-
Method Details
-
addCommerceInventoryWarehouseRel
public CommerceInventoryWarehouseRel addCommerceInventoryWarehouseRel(String className, long classPK, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceInventoryWarehouseRelin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceInventoryWarehouseRel
public void deleteCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceInventoryWarehouseRelin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceInventoryWarehouseRels
public void deleteCommerceInventoryWarehouseRels(String className, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceInventoryWarehouseRelsin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceInventoryWarehouseRelsByCommerceInventoryWarehouseId
public void deleteCommerceInventoryWarehouseRelsByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceInventoryWarehouseRelsByCommerceInventoryWarehouseIdin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceInventoryWarehouseRel
public CommerceInventoryWarehouseRel fetchCommerceInventoryWarehouseRel(String className, long classPK, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceInventoryWarehouseRelin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryCommerceInventoryWarehouseRels
public List<CommerceInventoryWarehouseRel> getAccountEntryCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryCommerceInventoryWarehouseRelsin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryCommerceInventoryWarehouseRelsCount
public int getAccountEntryCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryCommerceInventoryWarehouseRelsCountin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountGroupCommerceInventoryWarehouseRels
public List<CommerceInventoryWarehouseRel> getAccountGroupCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountGroupCommerceInventoryWarehouseRelsin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountGroupCommerceInventoryWarehouseRelsCount
public int getAccountGroupCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountGroupCommerceInventoryWarehouseRelsCountin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouseRel
public CommerceInventoryWarehouseRel getCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryWarehouseRelin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouseRels
public List<CommerceInventoryWarehouseRel> getCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryWarehouseRelsin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouseRels
public List<CommerceInventoryWarehouseRel> getCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryWarehouseRelsin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouseRels
public List<CommerceInventoryWarehouseRel> getCommerceInventoryWarehouseRels(String className, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryWarehouseRelsin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouseRels
public List<CommerceInventoryWarehouseRel> getCommerceInventoryWarehouseRels(String className, long commerceInventoryWarehouseId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryWarehouseRelsin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouseRelsCount
public int getCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryWarehouseRelsCountin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouseRelsCount
public int getCommerceInventoryWarehouseRelsCount(String className, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryWarehouseRelsCountin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommerceInventoryWarehouseRels
public List<CommerceInventoryWarehouseRel> getCommerceOrderTypeCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypeCommerceInventoryWarehouseRelsin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommerceInventoryWarehouseRelsCount
public int getCommerceOrderTypeCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypeCommerceInventoryWarehouseRelsCountin interfaceCommerceInventoryWarehouseRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceInventoryWarehouseRelService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseRelService>
-
setWrappedService
public void setWrappedService(CommerceInventoryWarehouseRelService commerceInventoryWarehouseRelService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseRelService>
-