|
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.PluginSettingServiceBaseImpl
public abstract class PluginSettingServiceBaseImpl
Provides the base implementation for the plugin setting 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 PluginSettingServiceImpl.
PluginSettingServiceImpl,
PluginSettingServiceUtil| Field Summary | |
|---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService
|
protected com.liferay.portal.kernel.service.LayoutTemplateLocalService |
layoutTemplateLocalService
|
protected com.liferay.portal.kernel.service.PluginSettingLocalService |
pluginSettingLocalService
|
protected com.liferay.portal.kernel.service.persistence.PluginSettingPersistence |
pluginSettingPersistence
|
protected com.liferay.portal.kernel.service.PluginSettingService |
pluginSettingService
|
protected com.liferay.portal.kernel.service.persistence.RoleFinder |
roleFinder
|
protected com.liferay.portal.kernel.service.RoleLocalService |
roleLocalService
|
protected com.liferay.portal.kernel.service.persistence.RolePersistence |
rolePersistence
|
protected com.liferay.portal.kernel.service.RoleService |
roleService
|
protected com.liferay.portal.kernel.service.ThemeLocalService |
themeLocalService
|
protected com.liferay.portal.kernel.service.ThemeService |
themeService
|
protected com.liferay.portal.kernel.service.persistence.UserFinder |
userFinder
|
protected com.liferay.portal.kernel.service.UserLocalService |
userLocalService
|
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence
|
protected com.liferay.portal.kernel.service.UserService |
userService
|
| Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
PluginSettingServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
com.liferay.portal.kernel.service.LayoutTemplateLocalService |
getLayoutTemplateLocalService()
Returns the layout template local service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
com.liferay.portal.kernel.service.PluginSettingLocalService |
getPluginSettingLocalService()
Returns the plugin setting local service. |
com.liferay.portal.kernel.service.persistence.PluginSettingPersistence |
getPluginSettingPersistence()
Returns the plugin setting persistence. |
com.liferay.portal.kernel.service.PluginSettingService |
getPluginSettingService()
Returns the plugin setting remote service. |
com.liferay.portal.kernel.service.persistence.RoleFinder |
getRoleFinder()
Returns the role finder. |
com.liferay.portal.kernel.service.RoleLocalService |
getRoleLocalService()
Returns the role local service. |
com.liferay.portal.kernel.service.persistence.RolePersistence |
getRolePersistence()
Returns the role persistence. |
com.liferay.portal.kernel.service.RoleService |
getRoleService()
Returns the role remote service. |
com.liferay.portal.kernel.service.ThemeLocalService |
getThemeLocalService()
Returns the theme local service. |
com.liferay.portal.kernel.service.ThemeService |
getThemeService()
Returns the theme remote service. |
com.liferay.portal.kernel.service.persistence.UserFinder |
getUserFinder()
Returns the user finder. |
com.liferay.portal.kernel.service.UserLocalService |
getUserLocalService()
Returns the user local service. |
com.liferay.portal.kernel.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence. |
com.liferay.portal.kernel.service.UserService |
getUserService()
Returns the user 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 |
setLayoutTemplateLocalService(com.liferay.portal.kernel.service.LayoutTemplateLocalService layoutTemplateLocalService)
Sets the layout template local service. |
void |
setPluginSettingLocalService(com.liferay.portal.kernel.service.PluginSettingLocalService pluginSettingLocalService)
Sets the plugin setting local service. |
void |
setPluginSettingPersistence(com.liferay.portal.kernel.service.persistence.PluginSettingPersistence pluginSettingPersistence)
Sets the plugin setting persistence. |
void |
setPluginSettingService(com.liferay.portal.kernel.service.PluginSettingService pluginSettingService)
Sets the plugin setting remote service. |
void |
setRoleFinder(com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder)
Sets the role finder. |
void |
setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
Sets the role local service. |
void |
setRolePersistence(com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence)
Sets the role persistence. |
void |
setRoleService(com.liferay.portal.kernel.service.RoleService roleService)
Sets the role remote service. |
void |
setThemeLocalService(com.liferay.portal.kernel.service.ThemeLocalService themeLocalService)
Sets the theme local service. |
void |
setThemeService(com.liferay.portal.kernel.service.ThemeService themeService)
Sets the theme remote service. |
void |
setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder. |
void |
setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service. |
void |
setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence. |
void |
setUserService(com.liferay.portal.kernel.service.UserService userService)
Sets the user 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.PluginSettingService |
|---|
updatePluginSetting |
| Field Detail |
|---|
@BeanReference(type=com.liferay.portal.kernel.service.PluginSettingLocalService.class) protected com.liferay.portal.kernel.service.PluginSettingLocalService pluginSettingLocalService
@BeanReference(type=com.liferay.portal.kernel.service.PluginSettingService.class) protected com.liferay.portal.kernel.service.PluginSettingService pluginSettingService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.PluginSettingPersistence.class) protected com.liferay.portal.kernel.service.persistence.PluginSettingPersistence pluginSettingPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutTemplateLocalService.class) protected com.liferay.portal.kernel.service.LayoutTemplateLocalService layoutTemplateLocalService
@BeanReference(type=com.liferay.portal.kernel.service.RoleLocalService.class) protected com.liferay.portal.kernel.service.RoleLocalService roleLocalService
@BeanReference(type=com.liferay.portal.kernel.service.RoleService.class) protected com.liferay.portal.kernel.service.RoleService roleService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.RolePersistence.class) protected com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.RoleFinder.class) protected com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder
@BeanReference(type=com.liferay.portal.kernel.service.ThemeLocalService.class) protected com.liferay.portal.kernel.service.ThemeLocalService themeLocalService
@BeanReference(type=com.liferay.portal.kernel.service.ThemeService.class) protected com.liferay.portal.kernel.service.ThemeService themeService
@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class) protected com.liferay.portal.kernel.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.kernel.service.UserService.class) protected com.liferay.portal.kernel.service.UserService userService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class) protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder
| Constructor Detail |
|---|
public PluginSettingServiceBaseImpl()
| Method Detail |
|---|
public com.liferay.portal.kernel.service.PluginSettingLocalService getPluginSettingLocalService()
public void setPluginSettingLocalService(com.liferay.portal.kernel.service.PluginSettingLocalService pluginSettingLocalService)
pluginSettingLocalService - the plugin setting local servicepublic com.liferay.portal.kernel.service.PluginSettingService getPluginSettingService()
public void setPluginSettingService(com.liferay.portal.kernel.service.PluginSettingService pluginSettingService)
pluginSettingService - the plugin setting remote servicepublic com.liferay.portal.kernel.service.persistence.PluginSettingPersistence getPluginSettingPersistence()
public void setPluginSettingPersistence(com.liferay.portal.kernel.service.persistence.PluginSettingPersistence pluginSettingPersistence)
pluginSettingPersistence - the plugin setting 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.LayoutTemplateLocalService getLayoutTemplateLocalService()
public void setLayoutTemplateLocalService(com.liferay.portal.kernel.service.LayoutTemplateLocalService layoutTemplateLocalService)
layoutTemplateLocalService - the layout template local servicepublic com.liferay.portal.kernel.service.RoleLocalService getRoleLocalService()
public void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
roleLocalService - the role local servicepublic com.liferay.portal.kernel.service.RoleService getRoleService()
public void setRoleService(com.liferay.portal.kernel.service.RoleService roleService)
roleService - the role remote servicepublic com.liferay.portal.kernel.service.persistence.RolePersistence getRolePersistence()
public void setRolePersistence(com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence)
rolePersistence - the role persistencepublic com.liferay.portal.kernel.service.persistence.RoleFinder getRoleFinder()
public void setRoleFinder(com.liferay.portal.kernel.service.persistence.RoleFinder roleFinder)
roleFinder - the role finderpublic com.liferay.portal.kernel.service.ThemeLocalService getThemeLocalService()
public void setThemeLocalService(com.liferay.portal.kernel.service.ThemeLocalService themeLocalService)
themeLocalService - the theme local servicepublic com.liferay.portal.kernel.service.ThemeService getThemeService()
public void setThemeService(com.liferay.portal.kernel.service.ThemeService themeService)
themeService - the theme remote servicepublic com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.kernel.service.UserService getUserService()
public void setUserService(com.liferay.portal.kernel.service.UserService userService)
userService - the user remote servicepublic com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
userFinder - the user finderpublic 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.PluginSettingServiceprotected 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 | |||||||||