|
Liferay 7.0-ce-m3 | |||||||||
| 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.portlet.dynamicdatalists.service.base.DDLRecordVersionServiceBaseImpl
public abstract class DDLRecordVersionServiceBaseImpl
Provides the base implementation for the d d l record version 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 DDLRecordVersionServiceImpl.
DDLRecordVersionServiceImpl,
DDLRecordVersionServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected DDLRecordVersionLocalService |
ddlRecordVersionLocalService
|
protected DDLRecordVersionPersistence |
ddlRecordVersionPersistence
|
protected DDLRecordVersionService |
ddlRecordVersionService
|
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
DDLRecordVersionServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
DDLRecordVersionLocalService |
getDDLRecordVersionLocalService()
Returns the d d l record version local service. |
DDLRecordVersionPersistence |
getDDLRecordVersionPersistence()
Returns the d d l record version persistence. |
DDLRecordVersionService |
getDDLRecordVersionService()
Returns the d d l record version remote service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setDDLRecordVersionLocalService(DDLRecordVersionLocalService ddlRecordVersionLocalService)
Sets the d d l record version local service. |
void |
setDDLRecordVersionPersistence(DDLRecordVersionPersistence ddlRecordVersionPersistence)
Sets the d d l record version persistence. |
void |
setDDLRecordVersionService(DDLRecordVersionService ddlRecordVersionService)
Sets the d d l record version 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.portlet.dynamicdatalists.service.DDLRecordVersionService |
|---|
getRecordVersion, getRecordVersion, getRecordVersions, getRecordVersionsCount |
| Field Detail |
|---|
@BeanReference(type=DDLRecordVersionLocalService.class) protected DDLRecordVersionLocalService ddlRecordVersionLocalService
@BeanReference(type=DDLRecordVersionService.class) protected DDLRecordVersionService ddlRecordVersionService
@BeanReference(type=DDLRecordVersionPersistence.class) protected DDLRecordVersionPersistence ddlRecordVersionPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
| Constructor Detail |
|---|
public DDLRecordVersionServiceBaseImpl()
| Method Detail |
|---|
public DDLRecordVersionLocalService getDDLRecordVersionLocalService()
public void setDDLRecordVersionLocalService(DDLRecordVersionLocalService ddlRecordVersionLocalService)
ddlRecordVersionLocalService - the d d l record version local servicepublic DDLRecordVersionService getDDLRecordVersionService()
public void setDDLRecordVersionService(DDLRecordVersionService ddlRecordVersionService)
ddlRecordVersionService - the d d l record version remote servicepublic DDLRecordVersionPersistence getDDLRecordVersionPersistence()
public void setDDLRecordVersionPersistence(DDLRecordVersionPersistence ddlRecordVersionPersistence)
ddlRecordVersionPersistence - the d d l record version persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier in interface IdentifiableBeangetBeanIdentifier in interface DDLRecordVersionServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface IdentifiableBeansetBeanIdentifier in interface DDLRecordVersionServicebeanIdentifier - the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||