Class CommerceInventoryWarehouseServiceWrapper
java.lang.Object
com.liferay.commerce.inventory.service.CommerceInventoryWarehouseServiceWrapper
- All Implemented Interfaces:
CommerceInventoryWarehouseService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseService>
public class CommerceInventoryWarehouseServiceWrapper
extends Object
implements CommerceInventoryWarehouseService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseService>
Provides a wrapper for
CommerceInventoryWarehouseService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceInventoryWarehouseServiceWrapper
(CommerceInventoryWarehouseService commerceInventoryWarehouseService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceInventoryWarehouse
(String externalReferenceCode, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, String street1, String street2, String street3, String city, String zip, String commerceRegionCode, String commerceCountryCode, double latitude, double longitude, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteCommerceInventoryWarehouse
(long commerceInventoryWarehouseId) fetchByCommerceInventoryWarehouse
(long commerceInventoryWarehouseId) fetchCommerceInventoryWarehouseByExternalReferenceCode
(String externalReferenceCode, long companyId) geolocateCommerceInventoryWarehouse
(long commerceInventoryWarehouseId, double latitude, double longitude) getCommerceInventoryWarehouse
(long commerceInventoryWarehouseId) getCommerceInventoryWarehouses
(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouse> orderByComparator) getCommerceInventoryWarehouses
(long companyId, boolean active, String commerceCountryCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouse> orderByComparator) getCommerceInventoryWarehouses
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouse> orderByComparator) getCommerceInventoryWarehouses
(long companyId, long accountEntryId, long groupId, boolean active) int
getCommerceInventoryWarehousesCount
(long companyId) int
getCommerceInventoryWarehousesCount
(long companyId, boolean active, String commerceCountryCode) Returns the OSGi service identifier.search
(long companyId, Boolean active, String commerceCountryCode, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) int
searchCommerceInventoryWarehousesCount
(long companyId, Boolean active, String commerceCountryCode, String keywords) setActive
(long commerceInventoryWarehouseId, boolean active) void
setWrappedService
(CommerceInventoryWarehouseService commerceInventoryWarehouseService) updateCommerceInventoryWarehouse
(long commerceInventoryWarehouseId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, String street1, String street2, String street3, String city, String zip, String commerceRegionCode, String commerceCountryCode, double latitude, double longitude, long mvccVersion, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateCommerceInventoryWarehouseExternalReferenceCode
(String externalReferenceCode, long commerceInventoryWarehouseId)
-
Constructor Details
-
CommerceInventoryWarehouseServiceWrapper
public CommerceInventoryWarehouseServiceWrapper() -
CommerceInventoryWarehouseServiceWrapper
public CommerceInventoryWarehouseServiceWrapper(CommerceInventoryWarehouseService commerceInventoryWarehouseService)
-
-
Method Details
-
addCommerceInventoryWarehouse
public CommerceInventoryWarehouse addCommerceInventoryWarehouse(String externalReferenceCode, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, boolean active, String street1, String street2, String street3, String city, String zip, String commerceRegionCode, String commerceCountryCode, double latitude, double longitude, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addCommerceInventoryWarehouse
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceInventoryWarehouse
public CommerceInventoryWarehouse deleteCommerceInventoryWarehouse(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceInventoryWarehouse
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchByCommerceInventoryWarehouse
public CommerceInventoryWarehouse fetchByCommerceInventoryWarehouse(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchByCommerceInventoryWarehouse
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceInventoryWarehouseByExternalReferenceCode
public CommerceInventoryWarehouse fetchCommerceInventoryWarehouseByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceInventoryWarehouseByExternalReferenceCode
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
geolocateCommerceInventoryWarehouse
public CommerceInventoryWarehouse geolocateCommerceInventoryWarehouse(long commerceInventoryWarehouseId, double latitude, double longitude) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
geolocateCommerceInventoryWarehouse
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouse
public CommerceInventoryWarehouse getCommerceInventoryWarehouse(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryWarehouse
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouses
public List<CommerceInventoryWarehouse> getCommerceInventoryWarehouses(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouse> orderByComparator) throws com.liferay.portal.kernel.security.auth.PrincipalException - Specified by:
getCommerceInventoryWarehouses
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.security.auth.PrincipalException
-
getCommerceInventoryWarehouses
public List<CommerceInventoryWarehouse> getCommerceInventoryWarehouses(long companyId, boolean active, String commerceCountryCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouse> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryWarehouses
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouses
public List<CommerceInventoryWarehouse> getCommerceInventoryWarehouses(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouse> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryWarehouses
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouses
public List<CommerceInventoryWarehouse> getCommerceInventoryWarehouses(long companyId, long accountEntryId, long groupId, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryWarehouses
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehousesCount
public int getCommerceInventoryWarehousesCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryWarehousesCount
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehousesCount
public int getCommerceInventoryWarehousesCount(long companyId, boolean active, String commerceCountryCode) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryWarehousesCount
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceInventoryWarehouseService
- Returns:
- the OSGi service identifier
-
search
public List<CommerceInventoryWarehouse> search(long companyId, Boolean active, String commerceCountryCode, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
search
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchCommerceInventoryWarehousesCount
public int searchCommerceInventoryWarehousesCount(long companyId, Boolean active, String commerceCountryCode, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchCommerceInventoryWarehousesCount
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
setActive
public CommerceInventoryWarehouse setActive(long commerceInventoryWarehouseId, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
setActive
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceInventoryWarehouse
public CommerceInventoryWarehouse updateCommerceInventoryWarehouse(long commerceInventoryWarehouseId, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, boolean active, String street1, String street2, String street3, String city, String zip, String commerceRegionCode, String commerceCountryCode, double latitude, double longitude, long mvccVersion, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateCommerceInventoryWarehouse
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceInventoryWarehouseExternalReferenceCode
public CommerceInventoryWarehouse updateCommerceInventoryWarehouseExternalReferenceCode(String externalReferenceCode, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommerceInventoryWarehouseExternalReferenceCode
in interfaceCommerceInventoryWarehouseService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseService>
-