|
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.RegionServiceBaseImpl
public abstract class RegionServiceBaseImpl
Provides the base implementation for the region 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 RegionServiceImpl.
RegionServiceImpl,
RegionServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected CountryPersistence |
countryPersistence
|
protected CountryService |
countryService
|
protected RegionPersistence |
regionPersistence
|
protected RegionService |
regionService
|
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
RegionServiceBaseImpl()
|
|
| 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. |
RegionPersistence |
getRegionPersistence()
Returns the region persistence. |
RegionService |
getRegionService()
Returns the region remote service. |
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. |
void |
setRegionPersistence(RegionPersistence regionPersistence)
Sets the region persistence. |
void |
setRegionService(RegionService regionService)
Sets the region 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.RegionService |
|---|
addRegion, fetchRegion, fetchRegion, getRegion, getRegion, getRegions, getRegions, getRegions, getRegions |
| Field Detail |
|---|
@BeanReference(type=RegionService.class) protected RegionService regionService
@BeanReference(type=RegionPersistence.class) protected RegionPersistence regionPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=CountryService.class) protected CountryService countryService
@BeanReference(type=CountryPersistence.class) protected CountryPersistence countryPersistence
| Constructor Detail |
|---|
public RegionServiceBaseImpl()
| Method Detail |
|---|
public RegionService getRegionService()
public void setRegionService(RegionService regionService)
regionService - the region remote servicepublic RegionPersistence getRegionPersistence()
public void setRegionPersistence(RegionPersistence regionPersistence)
regionPersistence - the region persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic CountryService getCountryService()
public void setCountryService(CountryService countryService)
countryService - the country remote servicepublic CountryPersistence getCountryPersistence()
public void setCountryPersistence(CountryPersistence countryPersistence)
countryPersistence - the country persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface RegionServiceprotected 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 | |||||||||