@ProviderType public class CommerceCountryServiceWrapper extends java.lang.Object implements CommerceCountryService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceCountryService>
CommerceCountryService.CommerceCountryService| Constructor and Description |
|---|
CommerceCountryServiceWrapper(CommerceCountryService commerceCountryService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceCountry |
addCommerceCountry(java.util.Map<java.util.Locale,java.lang.String> nameMap,
boolean billingAllowed,
boolean shippingAllowed,
java.lang.String twoLettersISOCode,
java.lang.String threeLettersISOCode,
int numericISOCode,
boolean subjectToVAT,
double priority,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceCountry(long commerceCountryId) |
java.util.List<CommerceCountry> |
getBillingCommerceCountries(long groupId,
boolean billingAllowed,
boolean active) |
java.util.List<CommerceCountry> |
getCommerceCountries(long groupId,
boolean active) |
java.util.List<CommerceCountry> |
getCommerceCountries(long groupId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceCountry> orderByComparator) |
java.util.List<CommerceCountry> |
getCommerceCountries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceCountry> orderByComparator) |
int |
getCommerceCountriesCount(long groupId) |
int |
getCommerceCountriesCount(long groupId,
boolean active) |
CommerceCountry |
getCommerceCountry(long commerceCountryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<CommerceCountry> |
getShippingCommerceCountries(long groupId,
boolean shippingAllowed,
boolean active) |
java.util.List<CommerceCountry> |
getWarehouseCommerceCountries(long groupId,
boolean all) |
CommerceCountryService |
getWrappedService() |
com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceCountry> |
searchCommerceCountries(long groupId,
com.liferay.portal.kernel.search.SearchContext searchContext) |
CommerceCountry |
setActive(long commerceCountryId,
boolean active) |
void |
setWrappedService(CommerceCountryService commerceCountryService) |
CommerceCountry |
updateCommerceCountry(long commerceCountryId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
boolean billingAllowed,
boolean shippingAllowed,
java.lang.String twoLettersISOCode,
java.lang.String threeLettersISOCode,
int numericISOCode,
boolean subjectToVAT,
double priority,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public CommerceCountryServiceWrapper(CommerceCountryService commerceCountryService)
public CommerceCountry addCommerceCountry(java.util.Map<java.util.Locale,java.lang.String> nameMap, boolean billingAllowed, boolean shippingAllowed, java.lang.String twoLettersISOCode, java.lang.String threeLettersISOCode, int numericISOCode, boolean subjectToVAT, double priority, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceCountry in interface CommerceCountryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceCountry(long commerceCountryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceCountry in interface CommerceCountryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceCountry> getBillingCommerceCountries(long groupId, boolean billingAllowed, boolean active)
getBillingCommerceCountries in interface CommerceCountryServicepublic java.util.List<CommerceCountry> getCommerceCountries(long groupId, boolean active)
getCommerceCountries in interface CommerceCountryServicepublic java.util.List<CommerceCountry> getCommerceCountries(long groupId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceCountry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceCountries in interface CommerceCountryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceCountry> getCommerceCountries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceCountry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceCountries in interface CommerceCountryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceCountriesCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceCountriesCount in interface CommerceCountryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceCountriesCount(long groupId,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceCountriesCount in interface CommerceCountryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceCountry getCommerceCountry(long commerceCountryId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceCountry in interface CommerceCountryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceCountryServicepublic java.util.List<CommerceCountry> getShippingCommerceCountries(long groupId, boolean shippingAllowed, boolean active)
getShippingCommerceCountries in interface CommerceCountryServicepublic java.util.List<CommerceCountry> getWarehouseCommerceCountries(long groupId, boolean all) throws com.liferay.portal.kernel.exception.PortalException
getWarehouseCommerceCountries in interface CommerceCountryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceCountry> searchCommerceCountries(long groupId, com.liferay.portal.kernel.search.SearchContext searchContext) throws com.liferay.portal.kernel.exception.PortalException
searchCommerceCountries in interface CommerceCountryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceCountry setActive(long commerceCountryId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
setActive in interface CommerceCountryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceCountry updateCommerceCountry(long commerceCountryId, java.util.Map<java.util.Locale,java.lang.String> nameMap, boolean billingAllowed, boolean shippingAllowed, java.lang.String twoLettersISOCode, java.lang.String threeLettersISOCode, int numericISOCode, boolean subjectToVAT, double priority, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceCountry in interface CommerceCountryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceCountryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceCountryService>public void setWrappedService(CommerceCountryService commerceCountryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceCountryService>