|
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.BaseServiceImpl
com.liferay.portal.service.base.LayoutSetServiceBaseImpl
public abstract class LayoutSetServiceBaseImpl
Provides the base implementation for the layout set 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 LayoutSetServiceImpl.
LayoutSetServiceImpl,
LayoutSetServiceUtil| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
LayoutSetServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
GroupFinder |
getGroupFinder()
Returns the group finder. |
GroupLocalService |
getGroupLocalService()
Returns the group local service. |
GroupPersistence |
getGroupPersistence()
Returns the group persistence. |
GroupService |
getGroupService()
Returns the group remote service. |
ImageLocalService |
getImageLocalService()
Returns the image local service. |
ImagePersistence |
getImagePersistence()
Returns the image persistence. |
ImageService |
getImageService()
Returns the image remote service. |
LayoutFinder |
getLayoutFinder()
Returns the layout finder. |
LayoutLocalService |
getLayoutLocalService()
Returns the layout local service. |
LayoutPersistence |
getLayoutPersistence()
Returns the layout persistence. |
LayoutService |
getLayoutService()
Returns the layout remote service. |
LayoutSetBranchLocalService |
getLayoutSetBranchLocalService()
Returns the layout set branch local service. |
LayoutSetBranchPersistence |
getLayoutSetBranchPersistence()
Returns the layout set branch persistence. |
LayoutSetBranchService |
getLayoutSetBranchService()
Returns the layout set branch remote service. |
LayoutSetLocalService |
getLayoutSetLocalService()
Returns the layout set local service. |
LayoutSetPersistence |
getLayoutSetPersistence()
Returns the layout set persistence. |
LayoutSetService |
getLayoutSetService()
Returns the layout set remote service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
PluginSettingLocalService |
getPluginSettingLocalService()
Returns the plugin setting local service. |
PluginSettingPersistence |
getPluginSettingPersistence()
Returns the plugin setting persistence. |
PluginSettingService |
getPluginSettingService()
Returns the plugin setting remote service. |
VirtualHostLocalService |
getVirtualHostLocalService()
Returns the virtual host local service. |
VirtualHostPersistence |
getVirtualHostPersistence()
Returns the virtual host persistence. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setGroupFinder(GroupFinder groupFinder)
Sets the group finder. |
void |
setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service. |
void |
setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence. |
void |
setGroupService(GroupService groupService)
Sets the group remote service. |
void |
setImageLocalService(ImageLocalService imageLocalService)
Sets the image local service. |
void |
setImagePersistence(ImagePersistence imagePersistence)
Sets the image persistence. |
void |
setImageService(ImageService imageService)
Sets the image remote service. |
void |
setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
setLayoutLocalService(LayoutLocalService layoutLocalService)
Sets the layout local service. |
void |
setLayoutPersistence(LayoutPersistence layoutPersistence)
Sets the layout persistence. |
void |
setLayoutService(LayoutService layoutService)
Sets the layout remote service. |
void |
setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
Sets the layout set branch local service. |
void |
setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
Sets the layout set branch persistence. |
void |
setLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
Sets the layout set branch remote service. |
void |
setLayoutSetLocalService(LayoutSetLocalService layoutSetLocalService)
Sets the layout set local service. |
void |
setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
Sets the layout set persistence. |
void |
setLayoutSetService(LayoutSetService layoutSetService)
Sets the layout set remote service. |
void |
setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
Sets the plugin setting local service. |
void |
setPluginSettingPersistence(PluginSettingPersistence pluginSettingPersistence)
Sets the plugin setting persistence. |
void |
setPluginSettingService(PluginSettingService pluginSettingService)
Sets the plugin setting remote service. |
void |
setVirtualHostLocalService(VirtualHostLocalService virtualHostLocalService)
Sets the virtual host local service. |
void |
setVirtualHostPersistence(VirtualHostPersistence virtualHostPersistence)
Sets the virtual host persistence. |
| 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.portal.service.LayoutSetService |
|---|
updateLayoutSetPrototypeLinkEnabled, updateLogo, updateLogo, updateLogo, updateLogo, updateLookAndFeel, updateSettings, updateVirtualHost |
| Field Detail |
|---|
@BeanReference(type=LayoutSetLocalService.class) protected LayoutSetLocalService layoutSetLocalService
@BeanReference(type=LayoutSetService.class) protected LayoutSetService layoutSetService
@BeanReference(type=LayoutSetPersistence.class) protected LayoutSetPersistence layoutSetPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupService.class) protected GroupService groupService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@BeanReference(type=ImageLocalService.class) protected ImageLocalService imageLocalService
@BeanReference(type=ImageService.class) protected ImageService imageService
@BeanReference(type=ImagePersistence.class) protected ImagePersistence imagePersistence
@BeanReference(type=LayoutLocalService.class) protected LayoutLocalService layoutLocalService
@BeanReference(type=LayoutService.class) protected LayoutService layoutService
@BeanReference(type=LayoutPersistence.class) protected LayoutPersistence layoutPersistence
@BeanReference(type=LayoutFinder.class) protected LayoutFinder layoutFinder
@BeanReference(type=LayoutSetBranchLocalService.class) protected LayoutSetBranchLocalService layoutSetBranchLocalService
@BeanReference(type=LayoutSetBranchService.class) protected LayoutSetBranchService layoutSetBranchService
@BeanReference(type=LayoutSetBranchPersistence.class) protected LayoutSetBranchPersistence layoutSetBranchPersistence
@BeanReference(type=PluginSettingLocalService.class) protected PluginSettingLocalService pluginSettingLocalService
@BeanReference(type=PluginSettingService.class) protected PluginSettingService pluginSettingService
@BeanReference(type=PluginSettingPersistence.class) protected PluginSettingPersistence pluginSettingPersistence
@BeanReference(type=VirtualHostLocalService.class) protected VirtualHostLocalService virtualHostLocalService
@BeanReference(type=VirtualHostPersistence.class) protected VirtualHostPersistence virtualHostPersistence
| Constructor Detail |
|---|
public LayoutSetServiceBaseImpl()
| Method Detail |
|---|
public LayoutSetLocalService getLayoutSetLocalService()
public void setLayoutSetLocalService(LayoutSetLocalService layoutSetLocalService)
layoutSetLocalService - the layout set local servicepublic LayoutSetService getLayoutSetService()
public void setLayoutSetService(LayoutSetService layoutSetService)
layoutSetService - the layout set remote servicepublic LayoutSetPersistence getLayoutSetPersistence()
public void setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
layoutSetPersistence - the layout set persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic GroupService getGroupService()
public void setGroupService(GroupService groupService)
groupService - the group remote servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder - the group finderpublic ImageLocalService getImageLocalService()
public void setImageLocalService(ImageLocalService imageLocalService)
imageLocalService - the image local servicepublic ImageService getImageService()
public void setImageService(ImageService imageService)
imageService - the image remote servicepublic ImagePersistence getImagePersistence()
public void setImagePersistence(ImagePersistence imagePersistence)
imagePersistence - the image persistencepublic LayoutLocalService getLayoutLocalService()
public void setLayoutLocalService(LayoutLocalService layoutLocalService)
layoutLocalService - the layout local servicepublic LayoutService getLayoutService()
public void setLayoutService(LayoutService layoutService)
layoutService - the layout remote servicepublic LayoutPersistence getLayoutPersistence()
public void setLayoutPersistence(LayoutPersistence layoutPersistence)
layoutPersistence - the layout persistencepublic LayoutFinder getLayoutFinder()
public void setLayoutFinder(LayoutFinder layoutFinder)
layoutFinder - the layout finderpublic LayoutSetBranchLocalService getLayoutSetBranchLocalService()
public void setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
layoutSetBranchLocalService - the layout set branch local servicepublic LayoutSetBranchService getLayoutSetBranchService()
public void setLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
layoutSetBranchService - the layout set branch remote servicepublic LayoutSetBranchPersistence getLayoutSetBranchPersistence()
public void setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
layoutSetBranchPersistence - the layout set branch persistencepublic PluginSettingLocalService getPluginSettingLocalService()
public void setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
pluginSettingLocalService - the plugin setting local servicepublic PluginSettingService getPluginSettingService()
public void setPluginSettingService(PluginSettingService pluginSettingService)
pluginSettingService - the plugin setting remote servicepublic PluginSettingPersistence getPluginSettingPersistence()
public void setPluginSettingPersistence(PluginSettingPersistence pluginSettingPersistence)
pluginSettingPersistence - the plugin setting persistencepublic VirtualHostLocalService getVirtualHostLocalService()
public void setVirtualHostLocalService(VirtualHostLocalService virtualHostLocalService)
virtualHostLocalService - the virtual host local servicepublic VirtualHostPersistence getVirtualHostPersistence()
public void setVirtualHostPersistence(VirtualHostPersistence virtualHostPersistence)
virtualHostPersistence - the virtual host persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface LayoutSetServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected 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 | |||||||||