|
Liferay 7.0-ga1 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.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 com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService
|
protected com.liferay.portal.kernel.service.persistence.CountryPersistence |
countryPersistence
|
protected com.liferay.portal.kernel.service.CountryService |
countryService
|
protected com.liferay.portal.kernel.service.persistence.RegionPersistence |
regionPersistence
|
protected com.liferay.portal.kernel.service.RegionService |
regionService
|
| Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
RegionServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter 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. |
com.liferay.portal.kernel.service.persistence.RegionPersistence |
getRegionPersistence()
Returns the region persistence. |
com.liferay.portal.kernel.service.RegionService |
getRegionService()
Returns the region remote service. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter 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. |
void |
setRegionPersistence(com.liferay.portal.kernel.service.persistence.RegionPersistence regionPersistence)
Sets the region persistence. |
void |
setRegionService(com.liferay.portal.kernel.service.RegionService regionService)
Sets the region remote service. |
| Methods inherited from class com.liferay.portal.kernel.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.kernel.service.RegionService |
|---|
addRegion, fetchRegion, fetchRegion, getRegion, getRegion, getRegions, getRegions, getRegions, getRegions |
| Field Detail |
|---|
@BeanReference(type=com.liferay.portal.kernel.service.RegionService.class) protected com.liferay.portal.kernel.service.RegionService regionService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.RegionPersistence.class) protected com.liferay.portal.kernel.service.persistence.RegionPersistence regionPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@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
| Constructor Detail |
|---|
public RegionServiceBaseImpl()
| Method Detail |
|---|
public com.liferay.portal.kernel.service.RegionService getRegionService()
public void setRegionService(com.liferay.portal.kernel.service.RegionService regionService)
regionService - the region remote servicepublic com.liferay.portal.kernel.service.persistence.RegionPersistence getRegionPersistence()
public void setRegionPersistence(com.liferay.portal.kernel.service.persistence.RegionPersistence regionPersistence)
regionPersistence - the region 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.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 void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.RegionServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ga1 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||