public abstract class RegionServiceBaseImpl
extends com.liferay.portal.service.BaseServiceImpl
implements com.liferay.portal.service.RegionService, com.liferay.portal.kernel.bean.IdentifiableBean
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| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.counter.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.service.persistence.CountryPersistence |
countryPersistence |
protected com.liferay.portal.service.CountryService |
countryService |
protected com.liferay.portal.service.persistence.RegionPersistence |
regionPersistence |
protected com.liferay.portal.service.RegionService |
regionService |
| Constructor and Description |
|---|
RegionServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
com.liferay.counter.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.service.persistence.CountryPersistence |
getCountryPersistence()
Returns the country persistence.
|
com.liferay.portal.service.CountryService |
getCountryService()
Returns the country remote service.
|
protected java.lang.Class<?> |
getModelClass() |
protected java.lang.String |
getModelClassName() |
com.liferay.portal.service.persistence.RegionPersistence |
getRegionPersistence()
Returns the region persistence.
|
com.liferay.portal.service.RegionService |
getRegionService()
Returns the region remote service.
|
protected void |
runSQL(java.lang.String sql)
Performs a SQL query.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setCountryPersistence(com.liferay.portal.service.persistence.CountryPersistence countryPersistence)
Sets the country persistence.
|
void |
setCountryService(com.liferay.portal.service.CountryService countryService)
Sets the country remote service.
|
void |
setRegionPersistence(com.liferay.portal.service.persistence.RegionPersistence regionPersistence)
Sets the region persistence.
|
void |
setRegionService(com.liferay.portal.service.RegionService regionService)
Sets the region remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId@BeanReference(type=com.liferay.portal.service.RegionService.class) protected com.liferay.portal.service.RegionService regionService
@BeanReference(type=com.liferay.portal.service.persistence.RegionPersistence.class) protected com.liferay.portal.service.persistence.RegionPersistence regionPersistence
@BeanReference(type=com.liferay.counter.service.CounterLocalService.class) protected com.liferay.counter.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.service.CountryService.class) protected com.liferay.portal.service.CountryService countryService
@BeanReference(type=com.liferay.portal.service.persistence.CountryPersistence.class) protected com.liferay.portal.service.persistence.CountryPersistence countryPersistence
public com.liferay.portal.service.RegionService getRegionService()
public void setRegionService(com.liferay.portal.service.RegionService regionService)
regionService - the region remote servicepublic com.liferay.portal.service.persistence.RegionPersistence getRegionPersistence()
public void setRegionPersistence(com.liferay.portal.service.persistence.RegionPersistence regionPersistence)
regionPersistence - the region persistencepublic com.liferay.counter.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.service.CountryService getCountryService()
public void setCountryService(com.liferay.portal.service.CountryService countryService)
countryService - the country remote servicepublic com.liferay.portal.service.persistence.CountryPersistence getCountryPersistence()
public void setCountryPersistence(com.liferay.portal.service.persistence.CountryPersistence countryPersistence)
countryPersistence - the country persistencepublic void afterPropertiesSet()
public void destroy()
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeangetBeanIdentifier in interface com.liferay.portal.service.RegionServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeansetBeanIdentifier in interface com.liferay.portal.service.RegionServicebeanIdentifier - the Spring bean ID for this beanprotected java.lang.Class<?> getModelClass()
protected java.lang.String getModelClassName()
protected void runSQL(java.lang.String sql)
sql - the sql query