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) |
CommerceCountry |
fetchCommerceCountry(long companyId,
java.lang.String twoLettersISOCode) |
java.util.List<CommerceCountry> |
getBillingCommerceCountries(long companyId,
boolean billingAllowed,
boolean active) |
java.util.List<CommerceCountry> |
getBillingCommerceCountriesByChannelId(long commerceChannelId,
int start,
int end) |
java.util.List<CommerceCountry> |
getCommerceCountries(long companyId,
boolean active) |
java.util.List<CommerceCountry> |
getCommerceCountries(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceCountry> orderByComparator) |
java.util.List<CommerceCountry> |
getCommerceCountries(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceCountry> orderByComparator) |
int |
getCommerceCountriesCount(long companyId) |
int |
getCommerceCountriesCount(long companyId,
boolean active) |
CommerceCountry |
getCommerceCountry(long commerceCountryId) |
CommerceCountry |
getCommerceCountry(long companyId,
java.lang.String twoLettersISOCode) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<CommerceCountry> |
getShippingCommerceCountries(long companyId,
boolean shippingAllowed,
boolean active) |
java.util.List<CommerceCountry> |
getShippingCommerceCountriesByChannelId(long commerceChannelId,
int start,
int end) |
java.util.List<CommerceCountry> |
getWarehouseCommerceCountries(long companyId,
boolean all) |
CommerceCountryService |
getWrappedService() |
com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceCountry> |
searchCommerceCountries(long companyId,
java.lang.Boolean active,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceCountry> |
searchCommerceCountries(com.liferay.portal.kernel.search.SearchContext searchContext)
Deprecated.
As of Athanasius (7.3.x)
|
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) |
CommerceCountry |
updateCommerceCountryChannelFilter(long commerceCountryId,
boolean enable) |
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 CommerceCountry fetchCommerceCountry(long companyId, java.lang.String twoLettersISOCode) throws com.liferay.portal.kernel.security.auth.PrincipalException
fetchCommerceCountry in interface CommerceCountryServicecom.liferay.portal.kernel.security.auth.PrincipalExceptionpublic java.util.List<CommerceCountry> getBillingCommerceCountries(long companyId, boolean billingAllowed, boolean active)
getBillingCommerceCountries in interface CommerceCountryServicepublic java.util.List<CommerceCountry> getBillingCommerceCountriesByChannelId(long commerceChannelId, int start, int end)
getBillingCommerceCountriesByChannelId in interface CommerceCountryServicepublic java.util.List<CommerceCountry> getCommerceCountries(long companyId, boolean active)
getCommerceCountries in interface CommerceCountryServicepublic java.util.List<CommerceCountry> getCommerceCountries(long companyId, 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 companyId, 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 companyId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceCountriesCount in interface CommerceCountryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceCountriesCount(long companyId,
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 CommerceCountry getCommerceCountry(long companyId, java.lang.String twoLettersISOCode) 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 companyId, boolean shippingAllowed, boolean active)
getShippingCommerceCountries in interface CommerceCountryServicepublic java.util.List<CommerceCountry> getShippingCommerceCountriesByChannelId(long commerceChannelId, int start, int end)
getShippingCommerceCountriesByChannelId in interface CommerceCountryServicepublic java.util.List<CommerceCountry> getWarehouseCommerceCountries(long companyId, 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 companyId, java.lang.Boolean active, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
searchCommerceCountries in interface CommerceCountryServicecom.liferay.portal.kernel.exception.PortalException@Deprecated public com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceCountry> searchCommerceCountries(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 CommerceCountry updateCommerceCountryChannelFilter(long commerceCountryId, boolean enable) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceCountryChannelFilter 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>