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) intgetCommerceInventoryWarehousesCount(long companyId) intgetCommerceInventoryWarehousesCount(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) intsearchCommerceInventoryWarehousesCount(long companyId, Boolean active, String commerceCountryCode, String keywords) setActive(long commerceInventoryWarehouseId, boolean active) voidsetWrappedService(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:
addCommerceInventoryWarehousein interfaceCommerceInventoryWarehouseService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceInventoryWarehouse
public CommerceInventoryWarehouse deleteCommerceInventoryWarehouse(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceInventoryWarehousein interfaceCommerceInventoryWarehouseService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchByCommerceInventoryWarehouse
public CommerceInventoryWarehouse fetchByCommerceInventoryWarehouse(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchByCommerceInventoryWarehousein 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:
fetchCommerceInventoryWarehouseByExternalReferenceCodein 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:
geolocateCommerceInventoryWarehousein interfaceCommerceInventoryWarehouseService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehouse
public CommerceInventoryWarehouse getCommerceInventoryWarehouse(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryWarehousein 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:
getCommerceInventoryWarehousesin 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:
getCommerceInventoryWarehousesin 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:
getCommerceInventoryWarehousesin 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:
getCommerceInventoryWarehousesin interfaceCommerceInventoryWarehouseService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceInventoryWarehousesCount
public int getCommerceInventoryWarehousesCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceInventoryWarehousesCountin 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:
getCommerceInventoryWarehousesCountin interfaceCommerceInventoryWarehouseService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
searchin 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:
searchCommerceInventoryWarehousesCountin 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:
setActivein 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:
updateCommerceInventoryWarehousein 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:
updateCommerceInventoryWarehouseExternalReferenceCodein interfaceCommerceInventoryWarehouseService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseService>
-