Interface CommerceInventoryWarehouseRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceInventoryWarehouseRelServiceWrapper
@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
Provides the remote service interface for CommerceInventoryWarehouseRel. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionaddCommerceInventoryWarehouseRel
(String className, long classPK, long commerceInventoryWarehouseId) void
deleteCommerceInventoryWarehouseRel
(long commerceInventoryWarehouseRelId) void
deleteCommerceInventoryWarehouseRels
(String className, long commerceInventoryWarehouseId) void
deleteCommerceInventoryWarehouseRelsByCommerceInventoryWarehouseId
(long commerceInventoryWarehouseId) fetchCommerceInventoryWarehouseRel
(String className, long classPK, long commerceInventoryWarehouseId) getAccountEntryCommerceInventoryWarehouseRels
(long commerceInventoryWarehouseId, String keywords, int start, int end) int
getAccountEntryCommerceInventoryWarehouseRelsCount
(long commerceInventoryWarehouseId, String keywords) getAccountGroupCommerceInventoryWarehouseRels
(long commerceInventoryWarehouseId, String keywords, int start, int end) int
getAccountGroupCommerceInventoryWarehouseRelsCount
(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) int
getCommerceInventoryWarehouseRelsCount
(long commerceInventoryWarehouseId) int
getCommerceInventoryWarehouseRelsCount
(String className, long commerceInventoryWarehouseId) getCommerceOrderTypeCommerceInventoryWarehouseRels
(long commerceInventoryWarehouseId, String keywords, int start, int end) int
getCommerceOrderTypeCommerceInventoryWarehouseRelsCount
(long commerceInventoryWarehouseId, String keywords) Returns the OSGi service identifier.
-
Method Details
-
addCommerceInventoryWarehouseRel
CommerceInventoryWarehouseRel addCommerceInventoryWarehouseRel(String className, long classPK, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceInventoryWarehouseRel
void deleteCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceInventoryWarehouseRels
void deleteCommerceInventoryWarehouseRels(String className, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceInventoryWarehouseRelsByCommerceInventoryWarehouseId
void deleteCommerceInventoryWarehouseRelsByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceInventoryWarehouseRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceInventoryWarehouseRel fetchCommerceInventoryWarehouseRel(String className, long classPK, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryCommerceInventoryWarehouseRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceInventoryWarehouseRel> getAccountEntryCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryCommerceInventoryWarehouseRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getAccountEntryCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountGroupCommerceInventoryWarehouseRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceInventoryWarehouseRel> getAccountGroupCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountGroupCommerceInventoryWarehouseRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getAccountGroupCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouseRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceInventoryWarehouseRel getCommerceInventoryWarehouseRel(long commerceInventoryWarehouseRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouseRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceInventoryWarehouseRel> getCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouseRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceInventoryWarehouseRel> getCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouseRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceInventoryWarehouseRel> getCommerceInventoryWarehouseRels(String className, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouseRels
@Transactional(propagation=SUPPORTS, readOnly=true) 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 - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouseRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouseRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceInventoryWarehouseRelsCount(String className, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommerceInventoryWarehouseRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceInventoryWarehouseRel> getCommerceOrderTypeCommerceInventoryWarehouseRels(long commerceInventoryWarehouseId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommerceInventoryWarehouseRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceOrderTypeCommerceInventoryWarehouseRelsCount(long commerceInventoryWarehouseId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-