@ProviderType public class CommerceWarehouseServiceWrapper extends java.lang.Object implements CommerceWarehouseService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceWarehouseService>
CommerceWarehouseService.CommerceWarehouseService| Constructor and Description |
|---|
CommerceWarehouseServiceWrapper(CommerceWarehouseService commerceWarehouseService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceWarehouse |
addCommerceWarehouse(java.lang.String name,
java.lang.String description,
boolean active,
java.lang.String street1,
java.lang.String street2,
java.lang.String street3,
java.lang.String city,
java.lang.String zip,
long commerceRegionId,
long commerceCountryId,
double latitude,
double longitude,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceWarehouse(long commerceWarehouseId) |
CommerceWarehouse |
fetchDefaultCommerceWarehouse(long groupId) |
CommerceWarehouse |
geolocateCommerceWarehouse(long commerceWarehouseId) |
CommerceWarehouse |
getCommerceWarehouse(long commerceWarehouseId) |
java.util.List<CommerceWarehouse> |
getCommerceWarehouses(long groupId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceWarehouse> orderByComparator) |
java.util.List<CommerceWarehouse> |
getCommerceWarehouses(long groupId,
boolean active,
long commerceCountryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceWarehouse> orderByComparator) |
java.util.List<CommerceWarehouse> |
getCommerceWarehouses(long groupId,
long commerceCountryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceWarehouse> orderByComparator) |
int |
getCommerceWarehousesCount(long groupId,
boolean active,
long commerceCountryId) |
int |
getCommerceWarehousesCount(long groupId,
long commerceCountryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceWarehouseService |
getWrappedService() |
java.util.List<CommerceWarehouse> |
search(long groupId,
java.lang.String keywords,
boolean all,
long commerceCountryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceWarehouse> orderByComparator) |
int |
searchCount(long groupId,
java.lang.String keywords,
java.lang.Boolean active,
long commerceCountryId) |
CommerceWarehouse |
setActive(long commerceWarehouseId,
boolean active) |
void |
setWrappedService(CommerceWarehouseService commerceWarehouseService) |
CommerceWarehouse |
updateCommerceWarehouse(long commerceWarehouseId,
java.lang.String name,
java.lang.String description,
boolean active,
java.lang.String street1,
java.lang.String street2,
java.lang.String street3,
java.lang.String city,
java.lang.String zip,
long commerceRegionId,
long commerceCountryId,
double latitude,
double longitude,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceWarehouse |
updateDefaultCommerceWarehouse(java.lang.String name,
java.lang.String street1,
java.lang.String street2,
java.lang.String street3,
java.lang.String city,
java.lang.String zip,
long commerceRegionId,
long commerceCountryId,
double latitude,
double longitude,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public CommerceWarehouseServiceWrapper(CommerceWarehouseService commerceWarehouseService)
public CommerceWarehouse addCommerceWarehouse(java.lang.String name, java.lang.String description, boolean active, java.lang.String street1, java.lang.String street2, java.lang.String street3, java.lang.String city, java.lang.String zip, long commerceRegionId, long commerceCountryId, double latitude, double longitude, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceWarehouse in interface CommerceWarehouseServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceWarehouse(long commerceWarehouseId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceWarehouse in interface CommerceWarehouseServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceWarehouse fetchDefaultCommerceWarehouse(long groupId) throws com.liferay.portal.kernel.exception.PortalException
fetchDefaultCommerceWarehouse in interface CommerceWarehouseServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceWarehouse geolocateCommerceWarehouse(long commerceWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
geolocateCommerceWarehouse in interface CommerceWarehouseServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceWarehouse getCommerceWarehouse(long commerceWarehouseId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceWarehouse in interface CommerceWarehouseServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceWarehouse> getCommerceWarehouses(long groupId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceWarehouse> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceWarehouses in interface CommerceWarehouseServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceWarehouse> getCommerceWarehouses(long groupId, boolean active, long commerceCountryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceWarehouse> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceWarehouses in interface CommerceWarehouseServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceWarehouse> getCommerceWarehouses(long groupId, long commerceCountryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceWarehouse> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceWarehouses in interface CommerceWarehouseServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceWarehousesCount(long groupId,
boolean active,
long commerceCountryId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceWarehousesCount in interface CommerceWarehouseServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceWarehousesCount(long groupId,
long commerceCountryId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceWarehousesCount in interface CommerceWarehouseServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceWarehouseServicepublic java.util.List<CommerceWarehouse> search(long groupId, java.lang.String keywords, boolean all, long commerceCountryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceWarehouse> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
search in interface CommerceWarehouseServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int searchCount(long groupId,
java.lang.String keywords,
java.lang.Boolean active,
long commerceCountryId)
throws com.liferay.portal.kernel.exception.PortalException
searchCount in interface CommerceWarehouseServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceWarehouse setActive(long commerceWarehouseId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
setActive in interface CommerceWarehouseServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceWarehouse updateCommerceWarehouse(long commerceWarehouseId, java.lang.String name, java.lang.String description, boolean active, java.lang.String street1, java.lang.String street2, java.lang.String street3, java.lang.String city, java.lang.String zip, long commerceRegionId, long commerceCountryId, double latitude, double longitude, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceWarehouse in interface CommerceWarehouseServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceWarehouse updateDefaultCommerceWarehouse(java.lang.String name, java.lang.String street1, java.lang.String street2, java.lang.String street3, java.lang.String city, java.lang.String zip, long commerceRegionId, long commerceCountryId, double latitude, double longitude, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateDefaultCommerceWarehouse in interface CommerceWarehouseServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceWarehouseService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceWarehouseService>public void setWrappedService(CommerceWarehouseService commerceWarehouseService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceWarehouseService>