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() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
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 CommerceInventoryWarehouseLocalService
commerceInventoryWarehouse
- 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 CommerceInventoryWarehouseLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceInventoryWarehouse createCommerceInventoryWarehouse(long commerceInventoryWarehouseId)
createCommerceInventoryWarehouse
in interface CommerceInventoryWarehouseLocalService
commerceInventoryWarehouseId
- 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 CommerceInventoryWarehouseLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public 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 CommerceInventoryWarehouseLocalService
commerceInventoryWarehouse
- the commerce inventory warehousePortalException
public 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 CommerceInventoryWarehouseLocalService
commerceInventoryWarehouseId
- 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 CommerceInventoryWarehouseLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface CommerceInventoryWarehouseLocalService
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface CommerceInventoryWarehouseLocalService
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface CommerceInventoryWarehouseLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface CommerceInventoryWarehouseLocalService
dynamicQuery
- 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 CommerceInventoryWarehouseLocalService
dynamicQuery
- 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 CommerceInventoryWarehouseLocalService
dynamicQuery
- 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 CommerceInventoryWarehouseLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface CommerceInventoryWarehouseLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic CommerceInventoryWarehouse fetchCommerceInventoryWarehouse(long commerceInventoryWarehouseId)
fetchCommerceInventoryWarehouse
in interface CommerceInventoryWarehouseLocalService
public CommerceInventoryWarehouse fetchCommerceInventoryWarehouseByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId)
fetchCommerceInventoryWarehouseByExternalReferenceCode
in interface CommerceInventoryWarehouseLocalService
public CommerceInventoryWarehouse fetchCommerceInventoryWarehouseByReferenceCode(java.lang.String externalReferenceCode, long companyId)
fetchCommerceInventoryWarehouseByReferenceCode
in interface CommerceInventoryWarehouseLocalService
public CommerceInventoryWarehouse fetchCommerceInventoryWarehouseByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchCommerceInventoryWarehouseByUuidAndCompanyId
in interface CommerceInventoryWarehouseLocalService
uuid
- 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 CommerceInventoryWarehouseLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface CommerceInventoryWarehouseLocalService
public CommerceInventoryWarehouse getCommerceInventoryWarehouse(long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouse
in interface CommerceInventoryWarehouseLocalService
commerceInventoryWarehouseId
- 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 CommerceInventoryWarehouseLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceInventoryWarehouse getCommerceInventoryWarehouseByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseByUuidAndCompanyId
in interface CommerceInventoryWarehouseLocalService
uuid
- 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 CommerceInventoryWarehouseLocalService
start
- 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 CommerceInventoryWarehouseLocalService
public java.util.List<CommerceInventoryWarehouse> getCommerceInventoryWarehouses(long companyId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouse> orderByComparator)
getCommerceInventoryWarehouses
in interface CommerceInventoryWarehouseLocalService
public 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 CommerceInventoryWarehouseLocalService
public java.util.List<CommerceInventoryWarehouse> getCommerceInventoryWarehouses(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouse> orderByComparator)
getCommerceInventoryWarehouses
in interface CommerceInventoryWarehouseLocalService
public java.util.List<CommerceInventoryWarehouse> getCommerceInventoryWarehouses(long companyId, long groupId, boolean active)
getCommerceInventoryWarehouses
in interface CommerceInventoryWarehouseLocalService
public java.util.List<CommerceInventoryWarehouse> getCommerceInventoryWarehouses(long groupId, java.lang.String sku)
getCommerceInventoryWarehouses
in interface CommerceInventoryWarehouseLocalService
public int getCommerceInventoryWarehousesCount()
getCommerceInventoryWarehousesCount
in interface CommerceInventoryWarehouseLocalService
public int getCommerceInventoryWarehousesCount(long companyId)
getCommerceInventoryWarehousesCount
in interface CommerceInventoryWarehouseLocalService
public int getCommerceInventoryWarehousesCount(long companyId, boolean active)
getCommerceInventoryWarehousesCount
in interface CommerceInventoryWarehouseLocalService
public int getCommerceInventoryWarehousesCount(long companyId, boolean active, java.lang.String commerceCountryCode)
getCommerceInventoryWarehousesCount
in interface CommerceInventoryWarehouseLocalService
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery
in interface CommerceInventoryWarehouseLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface CommerceInventoryWarehouseLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommerceInventoryWarehouseLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface CommerceInventoryWarehouseLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public 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 CommerceInventoryWarehouseLocalService
com.liferay.portal.kernel.exception.PortalException
public 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 CommerceInventoryWarehouseLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceInventoryWarehouse setActive(long commerceInventoryWarehouseId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
setActive
in interface CommerceInventoryWarehouseLocalService
com.liferay.portal.kernel.exception.PortalException
public 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 CommerceInventoryWarehouseLocalService
commerceInventoryWarehouse
- 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 CommerceInventoryWarehouseLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceInventoryWarehouse updateCommerceInventoryWarehouseExternalReferenceCode(java.lang.String externalReferenceCode, long commerceInventoryWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceInventoryWarehouseExternalReferenceCode
in interface CommerceInventoryWarehouseLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public 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>