public class CommerceInventoryWarehouseLocalServiceWrapper extends java.lang.Object implements CommerceInventoryWarehouseLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseLocalService>
CommerceInventoryWarehouseLocalService.CommerceInventoryWarehouseLocalService| Constructor and Description |
|---|
CommerceInventoryWarehouseLocalServiceWrapper() |
CommerceInventoryWarehouseLocalServiceWrapper(CommerceInventoryWarehouseLocalService commerceInventoryWarehouseLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceInventoryWarehouse |
addCommerceInventoryWarehouse(CommerceInventoryWarehouse commerceInventoryWarehouse)
Adds the commerce inventory warehouse to the database.
|
CommerceInventoryWarehouse |
addCommerceInventoryWarehouse(java.lang.String externalReferenceCode,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
boolean active,
java.lang.String street1,
java.lang.String street2,
java.lang.String street3,
java.lang.String city,
java.lang.String zip,
java.lang.String commerceRegionCode,
java.lang.String commerceCountryCode,
double latitude,
double longitude,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceInventoryWarehouse |
createCommerceInventoryWarehouse(long commerceInventoryWarehouseId)
Creates a new commerce inventory warehouse with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceInventoryWarehouse |
deleteCommerceInventoryWarehouse(CommerceInventoryWarehouse commerceInventoryWarehouse)
Deletes the commerce inventory warehouse from the database.
|
CommerceInventoryWarehouse |
deleteCommerceInventoryWarehouse(long commerceInventoryWarehouseId)
Deletes the commerce inventory warehouse with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
CommerceInventoryWarehouse |
fetchCommerceInventoryWarehouse(long commerceInventoryWarehouseId) |
CommerceInventoryWarehouse |
fetchCommerceInventoryWarehouseByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommerceInventoryWarehouse |
fetchCommerceInventoryWarehouseByReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommerceInventoryWarehouse |
fetchCommerceInventoryWarehouseByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce inventory warehouse with the matching UUID and company.
|
CommerceInventoryWarehouse |
geolocateCommerceInventoryWarehouse(long commerceInventoryWarehouseId,
double latitude,
double longitude) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
CommerceInventoryWarehouse |
getCommerceInventoryWarehouse(long commerceInventoryWarehouseId)
Returns the commerce inventory warehouse with the primary key.
|
CommerceInventoryWarehouse |
getCommerceInventoryWarehouseByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommerceInventoryWarehouse |
getCommerceInventoryWarehouseByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce inventory warehouse with the matching UUID and company.
|
java.util.List<CommerceInventoryWarehouse> |
getCommerceInventoryWarehouses(int start,
int end)
Returns a range of all the commerce inventory warehouses.
|
java.util.List<CommerceInventoryWarehouse> |
getCommerceInventoryWarehouses(long companyId) |
java.util.List<CommerceInventoryWarehouse> |
getCommerceInventoryWarehouses(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouse> orderByComparator) |
java.util.List<CommerceInventoryWarehouse> |
getCommerceInventoryWarehouses(long companyId,
boolean active,
java.lang.String commerceCountryCode,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouse> orderByComparator) |
java.util.List<CommerceInventoryWarehouse> |
getCommerceInventoryWarehouses(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouse> orderByComparator) |
java.util.List<CommerceInventoryWarehouse> |
getCommerceInventoryWarehouses(long companyId,
long groupId,
boolean active) |
java.util.List<CommerceInventoryWarehouse> |
getCommerceInventoryWarehouses(long groupId,
java.lang.String sku) |
int |
getCommerceInventoryWarehousesCount()
Returns the number of commerce inventory warehouses.
|
int |
getCommerceInventoryWarehousesCount(long companyId) |
int |
getCommerceInventoryWarehousesCount(long companyId,
boolean active) |
int |
getCommerceInventoryWarehousesCount(long companyId,
boolean active,
java.lang.String commerceCountryCode) |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceInventoryWarehouseLocalService |
getWrappedService() |
java.util.List<CommerceInventoryWarehouse> |
search(long companyId,
java.lang.Boolean active,
java.lang.String commerceCountryCode,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
int |
searchCommerceInventoryWarehousesCount(long companyId,
java.lang.Boolean active,
java.lang.String commerceCountryCode,
java.lang.String keywords) |
CommerceInventoryWarehouse |
setActive(long commerceInventoryWarehouseId,
boolean active) |
void |
setWrappedService(CommerceInventoryWarehouseLocalService commerceInventoryWarehouseLocalService) |
CommerceInventoryWarehouse |
updateCommerceInventoryWarehouse(CommerceInventoryWarehouse commerceInventoryWarehouse)
Updates the commerce inventory warehouse in the database or adds it if it does not yet exist.
|
CommerceInventoryWarehouse |
updateCommerceInventoryWarehouse(long commerceInventoryWarehouseId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
boolean active,
java.lang.String street1,
java.lang.String street2,
java.lang.String street3,
java.lang.String city,
java.lang.String zip,
java.lang.String commerceRegionCode,
java.lang.String commerceCountryCode,
double latitude,
double longitude,
long mvccVersion,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceInventoryWarehouse |
updateCommerceInventoryWarehouseExternalReferenceCode(java.lang.String externalReferenceCode,
long commerceInventoryWarehouseId) |
public CommerceInventoryWarehouseLocalServiceWrapper()
public CommerceInventoryWarehouseLocalServiceWrapper(CommerceInventoryWarehouseLocalService commerceInventoryWarehouseLocalService)
public CommerceInventoryWarehouse addCommerceInventoryWarehouse(CommerceInventoryWarehouse commerceInventoryWarehouse)
Important: Inspect CommerceInventoryWarehouseLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addCommerceInventoryWarehouse in interface CommerceInventoryWarehouseLocalServicecommerceInventoryWarehouse - the commerce inventory warehousepublic CommerceInventoryWarehouse addCommerceInventoryWarehouse(java.lang.String externalReferenceCode, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, boolean active, java.lang.String street1, java.lang.String street2, java.lang.String street3, java.lang.String city, java.lang.String zip, java.lang.String commerceRegionCode, java.lang.String commerceCountryCode, double latitude, double longitude, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceInventoryWarehouse in interface CommerceInventoryWarehouseLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouse createCommerceInventoryWarehouse(long commerceInventoryWarehouseId)
createCommerceInventoryWarehouse in interface CommerceInventoryWarehouseLocalServicecommerceInventoryWarehouseId - the primary key for the new commerce inventory warehousepublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceInventoryWarehouseLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceInventoryWarehouse deleteCommerceInventoryWarehouse(CommerceInventoryWarehouse commerceInventoryWarehouse) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceInventoryWarehouseLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCommerceInventoryWarehouse in interface CommerceInventoryWarehouseLocalServicecommerceInventoryWarehouse - the commerce inventory warehousePortalExceptionpublic CommerceInventoryWarehouse deleteCommerceInventoryWarehouse(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceInventoryWarehouseLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCommerceInventoryWarehouse in interface CommerceInventoryWarehouseLocalServicecommerceInventoryWarehouseId - the primary key of the commerce inventory warehousePortalException - if a commerce inventory warehouse with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommerceInventoryWarehouseLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceInventoryWarehouseLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceInventoryWarehouseLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceInventoryWarehouseLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceInventoryWarehouseLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.inventory.model.impl.CommerceInventoryWarehouseModelImpl.
dynamicQuery in interface CommerceInventoryWarehouseLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.inventory.model.impl.CommerceInventoryWarehouseModelImpl.
dynamicQuery in interface CommerceInventoryWarehouseLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface CommerceInventoryWarehouseLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceInventoryWarehouseLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceInventoryWarehouse fetchCommerceInventoryWarehouse(long commerceInventoryWarehouseId)
fetchCommerceInventoryWarehouse in interface CommerceInventoryWarehouseLocalServicepublic CommerceInventoryWarehouse fetchCommerceInventoryWarehouseByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId)
fetchCommerceInventoryWarehouseByExternalReferenceCode in interface CommerceInventoryWarehouseLocalServicepublic CommerceInventoryWarehouse fetchCommerceInventoryWarehouseByReferenceCode(java.lang.String externalReferenceCode, long companyId)
fetchCommerceInventoryWarehouseByReferenceCode in interface CommerceInventoryWarehouseLocalServicepublic CommerceInventoryWarehouse fetchCommerceInventoryWarehouseByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchCommerceInventoryWarehouseByUuidAndCompanyId in interface CommerceInventoryWarehouseLocalServiceuuid - the commerce inventory warehouse's UUIDcompanyId - the primary key of the companynull if a matching commerce inventory warehouse could not be foundpublic CommerceInventoryWarehouse geolocateCommerceInventoryWarehouse(long commerceInventoryWarehouseId, double latitude, double longitude) throws com.liferay.portal.kernel.exception.PortalException
geolocateCommerceInventoryWarehouse in interface CommerceInventoryWarehouseLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceInventoryWarehouseLocalServicepublic CommerceInventoryWarehouse getCommerceInventoryWarehouse(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouse in interface CommerceInventoryWarehouseLocalServicecommerceInventoryWarehouseId - the primary key of the commerce inventory warehousePortalException - if a commerce inventory warehouse with the primary key could not be foundpublic CommerceInventoryWarehouse getCommerceInventoryWarehouseByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseByExternalReferenceCode in interface CommerceInventoryWarehouseLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouse getCommerceInventoryWarehouseByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseByUuidAndCompanyId in interface CommerceInventoryWarehouseLocalServiceuuid - the commerce inventory warehouse's UUIDcompanyId - the primary key of the companyPortalException - if a matching commerce inventory warehouse could not be foundpublic java.util.List<CommerceInventoryWarehouse> getCommerceInventoryWarehouses(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.inventory.model.impl.CommerceInventoryWarehouseModelImpl.
getCommerceInventoryWarehouses in interface CommerceInventoryWarehouseLocalServicestart - the lower bound of the range of commerce inventory warehousesend - the upper bound of the range of commerce inventory warehouses (not inclusive)public java.util.List<CommerceInventoryWarehouse> getCommerceInventoryWarehouses(long companyId)
getCommerceInventoryWarehouses in interface CommerceInventoryWarehouseLocalServicepublic java.util.List<CommerceInventoryWarehouse> getCommerceInventoryWarehouses(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouse> orderByComparator)
getCommerceInventoryWarehouses in interface CommerceInventoryWarehouseLocalServicepublic java.util.List<CommerceInventoryWarehouse> getCommerceInventoryWarehouses(long companyId, boolean active, java.lang.String commerceCountryCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouse> orderByComparator)
getCommerceInventoryWarehouses in interface CommerceInventoryWarehouseLocalServicepublic java.util.List<CommerceInventoryWarehouse> getCommerceInventoryWarehouses(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouse> orderByComparator)
getCommerceInventoryWarehouses in interface CommerceInventoryWarehouseLocalServicepublic java.util.List<CommerceInventoryWarehouse> getCommerceInventoryWarehouses(long companyId, long groupId, boolean active)
getCommerceInventoryWarehouses in interface CommerceInventoryWarehouseLocalServicepublic java.util.List<CommerceInventoryWarehouse> getCommerceInventoryWarehouses(long groupId, java.lang.String sku)
getCommerceInventoryWarehouses in interface CommerceInventoryWarehouseLocalServicepublic int getCommerceInventoryWarehousesCount()
getCommerceInventoryWarehousesCount in interface CommerceInventoryWarehouseLocalServicepublic int getCommerceInventoryWarehousesCount(long companyId)
getCommerceInventoryWarehousesCount in interface CommerceInventoryWarehouseLocalServicepublic int getCommerceInventoryWarehousesCount(long companyId,
boolean active)
getCommerceInventoryWarehousesCount in interface CommerceInventoryWarehouseLocalServicepublic int getCommerceInventoryWarehousesCount(long companyId,
boolean active,
java.lang.String commerceCountryCode)
getCommerceInventoryWarehousesCount in interface CommerceInventoryWarehouseLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CommerceInventoryWarehouseLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceInventoryWarehouseLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceInventoryWarehouseLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceInventoryWarehouseLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic java.util.List<CommerceInventoryWarehouse> search(long companyId, java.lang.Boolean active, java.lang.String commerceCountryCode, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
search in interface CommerceInventoryWarehouseLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int searchCommerceInventoryWarehousesCount(long companyId,
java.lang.Boolean active,
java.lang.String commerceCountryCode,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.PortalException
searchCommerceInventoryWarehousesCount in interface CommerceInventoryWarehouseLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouse setActive(long commerceInventoryWarehouseId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
setActive in interface CommerceInventoryWarehouseLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouse updateCommerceInventoryWarehouse(CommerceInventoryWarehouse commerceInventoryWarehouse)
Important: Inspect CommerceInventoryWarehouseLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateCommerceInventoryWarehouse in interface CommerceInventoryWarehouseLocalServicecommerceInventoryWarehouse - the commerce inventory warehousepublic CommerceInventoryWarehouse updateCommerceInventoryWarehouse(long commerceInventoryWarehouseId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, boolean active, java.lang.String street1, java.lang.String street2, java.lang.String street3, java.lang.String city, java.lang.String zip, java.lang.String commerceRegionCode, java.lang.String commerceCountryCode, double latitude, double longitude, long mvccVersion, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceInventoryWarehouse in interface CommerceInventoryWarehouseLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouse updateCommerceInventoryWarehouseExternalReferenceCode(java.lang.String externalReferenceCode, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceInventoryWarehouseExternalReferenceCode in interface CommerceInventoryWarehouseLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryWarehouseLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseLocalService>public void setWrappedService(CommerceInventoryWarehouseLocalService commerceInventoryWarehouseLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseLocalService>