public abstract class CountryServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.service.CountryService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in CountryServiceImpl
.
CountryServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence |
countryLocalizationPersistence |
protected com.liferay.portal.kernel.service.CountryLocalService |
countryLocalService |
protected com.liferay.portal.kernel.service.persistence.CountryPersistence |
countryPersistence |
protected com.liferay.portal.kernel.service.CountryService |
countryService |
Constructor and Description |
---|
CountryServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence |
getCountryLocalizationPersistence()
Returns the country localization persistence.
|
com.liferay.portal.kernel.service.CountryLocalService |
getCountryLocalService()
Returns the country local service.
|
com.liferay.portal.kernel.service.persistence.CountryPersistence |
getCountryPersistence()
Returns the country persistence.
|
com.liferay.portal.kernel.service.CountryService |
getCountryService()
Returns the country remote service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setCountryLocalizationPersistence(com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence countryLocalizationPersistence)
Sets the country localization persistence.
|
void |
setCountryLocalService(com.liferay.portal.kernel.service.CountryLocalService countryLocalService)
Sets the country local service.
|
void |
setCountryPersistence(com.liferay.portal.kernel.service.persistence.CountryPersistence countryPersistence)
Sets the country persistence.
|
void |
setCountryService(com.liferay.portal.kernel.service.CountryService countryService)
Sets the country remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCountry, addCountry, deleteCountry, fetchCountry, fetchCountryByA2, fetchCountryByA2, fetchCountryByA3, fetchCountryByA3, getCompanyCountries, getCompanyCountries, getCompanyCountries, getCompanyCountries, getCompanyCountriesCount, getCompanyCountriesCount, getCountries, getCountries, getCountry, getCountryByA2, getCountryByA2, getCountryByA3, getCountryByA3, getCountryByName, getCountryByName, getCountryByNumber, searchCountries, updateActive, updateCountry, updateGroupFilterEnabled
@BeanReference(type=com.liferay.portal.kernel.service.CountryLocalService.class) protected com.liferay.portal.kernel.service.CountryLocalService countryLocalService
@BeanReference(type=com.liferay.portal.kernel.service.CountryService.class) protected com.liferay.portal.kernel.service.CountryService countryService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CountryPersistence.class) protected com.liferay.portal.kernel.service.persistence.CountryPersistence countryPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence.class) protected com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence countryLocalizationPersistence
public com.liferay.portal.kernel.service.CountryLocalService getCountryLocalService()
public void setCountryLocalService(com.liferay.portal.kernel.service.CountryLocalService countryLocalService)
countryLocalService
- the country local servicepublic com.liferay.portal.kernel.service.CountryService getCountryService()
public void setCountryService(com.liferay.portal.kernel.service.CountryService countryService)
countryService
- the country remote servicepublic com.liferay.portal.kernel.service.persistence.CountryPersistence getCountryPersistence()
public void setCountryPersistence(com.liferay.portal.kernel.service.persistence.CountryPersistence countryPersistence)
countryPersistence
- the country persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence getCountryLocalizationPersistence()
public void setCountryLocalizationPersistence(com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence countryLocalizationPersistence)
countryLocalizationPersistence
- the country localization persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.service.CountryService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query