|
Liferay 7.0-ce-m6 | |||||||||
| 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.dynamicdatamapping.service.base.DDMStructureVersionServiceBaseImpl
public abstract class DDMStructureVersionServiceBaseImpl
Provides the base implementation for the d d m structure 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 DDMStructureVersionServiceImpl.
DDMStructureVersionServiceImpl,
DDMStructureVersionServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected DDMStructureVersionLocalService |
ddmStructureVersionLocalService
|
protected DDMStructureVersionPersistence |
ddmStructureVersionPersistence
|
protected DDMStructureVersionService |
ddmStructureVersionService
|
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
DDMStructureVersionServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
DDMStructureVersionLocalService |
getDDMStructureVersionLocalService()
Returns the d d m structure version local service. |
DDMStructureVersionPersistence |
getDDMStructureVersionPersistence()
Returns the d d m structure version persistence. |
DDMStructureVersionService |
getDDMStructureVersionService()
Returns the d d m structure 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 |
setDDMStructureVersionLocalService(DDMStructureVersionLocalService ddmStructureVersionLocalService)
Sets the d d m structure version local service. |
void |
setDDMStructureVersionPersistence(DDMStructureVersionPersistence ddmStructureVersionPersistence)
Sets the d d m structure version persistence. |
void |
setDDMStructureVersionService(DDMStructureVersionService ddmStructureVersionService)
Sets the d d m structure 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.dynamicdatamapping.service.DDMStructureVersionService |
|---|
getLatestStructureVersion, getStructureVersion, getStructureVersions, getStructureVersionsCount |
| Field Detail |
|---|
@BeanReference(type=DDMStructureVersionLocalService.class) protected DDMStructureVersionLocalService ddmStructureVersionLocalService
@BeanReference(type=DDMStructureVersionService.class) protected DDMStructureVersionService ddmStructureVersionService
@BeanReference(type=DDMStructureVersionPersistence.class) protected DDMStructureVersionPersistence ddmStructureVersionPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
| Constructor Detail |
|---|
public DDMStructureVersionServiceBaseImpl()
| Method Detail |
|---|
public DDMStructureVersionLocalService getDDMStructureVersionLocalService()
public void setDDMStructureVersionLocalService(DDMStructureVersionLocalService ddmStructureVersionLocalService)
ddmStructureVersionLocalService - the d d m structure version local servicepublic DDMStructureVersionService getDDMStructureVersionService()
public void setDDMStructureVersionService(DDMStructureVersionService ddmStructureVersionService)
ddmStructureVersionService - the d d m structure version remote servicepublic DDMStructureVersionPersistence getDDMStructureVersionPersistence()
public void setDDMStructureVersionPersistence(DDMStructureVersionPersistence ddmStructureVersionPersistence)
ddmStructureVersionPersistence - the d d m structure 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 DDMStructureVersionServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface IdentifiableBeansetBeanIdentifier in interface DDMStructureVersionServicebeanIdentifier - 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-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||