|
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.BaseLocalServiceImpl
com.liferay.portal.service.base.LayoutTemplateLocalServiceBaseImpl
@ProviderType public abstract class LayoutTemplateLocalServiceBaseImpl
Provides the base implementation for the layout template local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in LayoutTemplateLocalServiceImpl.
LayoutTemplateLocalServiceImpl,
LayoutTemplateLocalServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected LayoutTemplateLocalService |
layoutTemplateLocalService
|
protected PluginSettingLocalService |
pluginSettingLocalService
|
protected PluginSettingPersistence |
pluginSettingPersistence
|
| Constructor Summary | |
|---|---|
LayoutTemplateLocalServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
LayoutTemplateLocalService |
getLayoutTemplateLocalService()
Returns the layout template local service. |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
PluginSettingLocalService |
getPluginSettingLocalService()
Returns the plugin setting local service. |
PluginSettingPersistence |
getPluginSettingPersistence()
Returns the plugin setting persistence. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setLayoutTemplateLocalService(LayoutTemplateLocalService layoutTemplateLocalService)
Sets the layout template local service. |
void |
setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
Sets the plugin setting local service. |
void |
setPluginSettingPersistence(PluginSettingPersistence pluginSettingPersistence)
Sets the plugin setting persistence. |
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader, getLocalizationMap |
| 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.LayoutTemplateLocalService |
|---|
getContent, getLayoutTemplate, getLayoutTemplates, getLayoutTemplates, getWapContent, init, init, readLayoutTemplate, uninstallLayoutTemplate, uninstallLayoutTemplates |
| Field Detail |
|---|
@BeanReference(type=LayoutTemplateLocalService.class) protected LayoutTemplateLocalService layoutTemplateLocalService
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=PluginSettingLocalService.class) protected PluginSettingLocalService pluginSettingLocalService
@BeanReference(type=PluginSettingPersistence.class) protected PluginSettingPersistence pluginSettingPersistence
| Constructor Detail |
|---|
public LayoutTemplateLocalServiceBaseImpl()
| Method Detail |
|---|
public LayoutTemplateLocalService getLayoutTemplateLocalService()
public void setLayoutTemplateLocalService(LayoutTemplateLocalService layoutTemplateLocalService)
layoutTemplateLocalService - the layout template local servicepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic PluginSettingLocalService getPluginSettingLocalService()
public void setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
pluginSettingLocalService - the plugin setting local servicepublic PluginSettingPersistence getPluginSettingPersistence()
public void setPluginSettingPersistence(PluginSettingPersistence pluginSettingPersistence)
pluginSettingPersistence - the plugin setting persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface LayoutTemplateLocalServiceprotected 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 | |||||||||