public class CountryServiceImpl extends CountryServiceBaseImpl
counterLocalService, countryLocalizationPersistence, countryLocalService, countryPersistence, countryService| Constructor and Description |
|---|
CountryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.model.Country |
addCountry(java.lang.String a2,
java.lang.String a3,
boolean active,
boolean billingAllowed,
java.lang.String idd,
java.lang.String name,
java.lang.String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT,
boolean zipRequired,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
com.liferay.portal.kernel.model.Country |
addCountry(java.lang.String name,
java.lang.String a2,
java.lang.String a3,
java.lang.String number,
java.lang.String idd,
boolean active)
Deprecated.
As of Cavanaugh (7.4.x)
|
void |
deleteCountry(long countryId) |
com.liferay.portal.kernel.model.Country |
fetchCountry(long countryId) |
com.liferay.portal.kernel.model.Country |
fetchCountryByA2(long companyId,
java.lang.String a2) |
com.liferay.portal.kernel.model.Country |
fetchCountryByA2(java.lang.String a2)
Deprecated.
As of Cavanaugh (7.4.x)
|
com.liferay.portal.kernel.model.Country |
fetchCountryByA3(long companyId,
java.lang.String a3) |
com.liferay.portal.kernel.model.Country |
fetchCountryByA3(java.lang.String a3)
Deprecated.
As of Cavanaugh (7.4.x)
|
java.util.List<com.liferay.portal.kernel.model.Country> |
getCompanyCountries(long companyId) |
java.util.List<com.liferay.portal.kernel.model.Country> |
getCompanyCountries(long companyId,
boolean active) |
java.util.List<com.liferay.portal.kernel.model.Country> |
getCompanyCountries(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Country> orderByComparator) |
java.util.List<com.liferay.portal.kernel.model.Country> |
getCompanyCountries(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Country> orderByComparator) |
int |
getCompanyCountriesCount(long companyId) |
int |
getCompanyCountriesCount(long companyId,
boolean active) |
java.util.List<com.liferay.portal.kernel.model.Country> |
getCountries()
Deprecated.
As of Cavanaugh (7.4.x)
|
java.util.List<com.liferay.portal.kernel.model.Country> |
getCountries(boolean active)
Deprecated.
As of Cavanaugh (7.4.x)
|
com.liferay.portal.kernel.model.Country |
getCountry(long countryId) |
com.liferay.portal.kernel.model.Country |
getCountryByA2(long companyId,
java.lang.String a2) |
com.liferay.portal.kernel.model.Country |
getCountryByA2(java.lang.String a2)
Deprecated.
As of Cavanaugh (7.4.x)
|
com.liferay.portal.kernel.model.Country |
getCountryByA3(long companyId,
java.lang.String a3) |
com.liferay.portal.kernel.model.Country |
getCountryByA3(java.lang.String a3)
Deprecated.
As of Cavanaugh (7.4.x)
|
com.liferay.portal.kernel.model.Country |
getCountryByName(long companyId,
java.lang.String name) |
com.liferay.portal.kernel.model.Country |
getCountryByName(java.lang.String name)
Deprecated.
As of Cavanaugh (7.4.x)
|
com.liferay.portal.kernel.model.Country |
getCountryByNumber(long companyId,
java.lang.String number) |
com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.portal.kernel.model.Country> |
searchCountries(long companyId,
java.lang.Boolean active,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Country> orderByComparator) |
com.liferay.portal.kernel.model.Country |
updateActive(long countryId,
boolean active) |
com.liferay.portal.kernel.model.Country |
updateCountry(long countryId,
java.lang.String a2,
java.lang.String a3,
boolean active,
boolean billingAllowed,
java.lang.String idd,
java.lang.String name,
java.lang.String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT) |
com.liferay.portal.kernel.model.Country |
updateGroupFilterEnabled(long countryId,
boolean groupFilterEnabled) |
afterPropertiesSet, destroy, getCounterLocalService, getCountryLocalizationPersistence, getCountryLocalService, getCountryPersistence, getCountryService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setCountryLocalizationPersistence, setCountryLocalService, setCountryPersistence, setCountryServicepublic com.liferay.portal.kernel.model.Country addCountry(java.lang.String a2,
java.lang.String a3,
boolean active,
boolean billingAllowed,
java.lang.String idd,
java.lang.String name,
java.lang.String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT,
boolean zipRequired,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
public com.liferay.portal.kernel.model.Country addCountry(java.lang.String name,
java.lang.String a2,
java.lang.String a3,
java.lang.String number,
java.lang.String idd,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCountry(long countryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Country fetchCountry(long countryId)
public com.liferay.portal.kernel.model.Country fetchCountryByA2(long companyId,
java.lang.String a2)
@Deprecated public com.liferay.portal.kernel.model.Country fetchCountryByA2(java.lang.String a2)
public com.liferay.portal.kernel.model.Country fetchCountryByA3(long companyId,
java.lang.String a3)
@Deprecated public com.liferay.portal.kernel.model.Country fetchCountryByA3(java.lang.String a3)
public java.util.List<com.liferay.portal.kernel.model.Country> getCompanyCountries(long companyId)
@AccessControlled(guestAccessEnabled=true)
public java.util.List<com.liferay.portal.kernel.model.Country> getCompanyCountries(long companyId,
boolean active)
public java.util.List<com.liferay.portal.kernel.model.Country> getCompanyCountries(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Country> orderByComparator)
public java.util.List<com.liferay.portal.kernel.model.Country> getCompanyCountries(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Country> orderByComparator)
public int getCompanyCountriesCount(long companyId)
public int getCompanyCountriesCount(long companyId,
boolean active)
@Deprecated public java.util.List<com.liferay.portal.kernel.model.Country> getCountries()
@AccessControlled(guestAccessEnabled=true) @Deprecated public java.util.List<com.liferay.portal.kernel.model.Country> getCountries(boolean active)
public com.liferay.portal.kernel.model.Country getCountry(long countryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Country getCountryByA2(long companyId,
java.lang.String a2)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
public com.liferay.portal.kernel.model.Country getCountryByA2(java.lang.String a2)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Country getCountryByA3(long companyId,
java.lang.String a3)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
public com.liferay.portal.kernel.model.Country getCountryByA3(java.lang.String a3)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Country getCountryByName(long companyId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
public com.liferay.portal.kernel.model.Country getCountryByName(java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Country getCountryByNumber(long companyId,
java.lang.String number)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.portal.kernel.model.Country> searchCountries(long companyId,
java.lang.Boolean active,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Country> orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Country updateActive(long countryId,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Country updateCountry(long countryId,
java.lang.String a2,
java.lang.String a3,
boolean active,
boolean billingAllowed,
java.lang.String idd,
java.lang.String name,
java.lang.String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Country updateGroupFilterEnabled(long countryId,
boolean groupFilterEnabled)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException