|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.CountryServiceBaseImpl
public abstract class CountryServiceBaseImpl
Provides the base implementation for the country remote service.
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,
CountryServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected CountryPersistence |
countryPersistence
|
protected CountryService |
countryService
|
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
CountryServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
CountryPersistence |
getCountryPersistence()
Returns the country persistence. |
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(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setCountryPersistence(CountryPersistence countryPersistence)
Sets the country persistence. |
void |
setCountryService(CountryService countryService)
Sets the country remote service. |
| Methods inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.CountryService |
|---|
addCountry, fetchCountry, fetchCountryByA2, fetchCountryByA3, getCountries, getCountries, getCountry, getCountryByA2, getCountryByA3, getCountryByName |
| Field Detail |
|---|
@BeanReference(type=CountryService.class) protected CountryService countryService
@BeanReference(type=CountryPersistence.class) protected CountryPersistence countryPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
| Constructor Detail |
|---|
public CountryServiceBaseImpl()
| Method Detail |
|---|
public CountryService getCountryService()
public void setCountryService(CountryService countryService)
countryService - the country remote servicepublic CountryPersistence getCountryPersistence()
public void setCountryPersistence(CountryPersistence countryPersistence)
countryPersistence - the country persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface CountryServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||