Liferay 7.0-ce-b4

com.liferay.portal.service.base
Class LayoutSetServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.LayoutSetServiceBaseImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, LayoutSetService
Direct Known Subclasses:
LayoutSetServiceImpl

public abstract class LayoutSetServiceBaseImpl
extends BaseServiceImpl
implements LayoutSetService, IdentifiableOSGiService

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.

See Also:
LayoutSetServiceImpl, LayoutSetServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  CounterLocalService counterLocalService
           
protected  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  GroupService groupService
           
protected  ImageLocalService imageLocalService
           
protected  ImagePersistence imagePersistence
           
protected  ImageService imageService
           
protected  LayoutFinder layoutFinder
           
protected  LayoutLocalService layoutLocalService
           
protected  LayoutPersistence layoutPersistence
           
protected  LayoutService layoutService
           
protected  LayoutSetBranchLocalService layoutSetBranchLocalService
           
protected  LayoutSetBranchPersistence layoutSetBranchPersistence
           
protected  LayoutSetBranchService layoutSetBranchService
           
protected  LayoutSetLocalService layoutSetLocalService
           
protected  LayoutSetPersistence layoutSetPersistence
           
protected  LayoutSetService layoutSetService
           
protected  PluginSettingLocalService pluginSettingLocalService
           
protected  PluginSettingPersistence pluginSettingPersistence
           
protected  PluginSettingService pluginSettingService
           
protected  VirtualHostLocalService virtualHostLocalService
           
protected  VirtualHostPersistence virtualHostPersistence
           
 
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

layoutSetLocalService

@BeanReference(type=LayoutSetLocalService.class)
protected LayoutSetLocalService layoutSetLocalService

layoutSetService

@BeanReference(type=LayoutSetService.class)
protected LayoutSetService layoutSetService

layoutSetPersistence

@BeanReference(type=LayoutSetPersistence.class)
protected LayoutSetPersistence layoutSetPersistence

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

groupLocalService

@BeanReference(type=GroupLocalService.class)
protected GroupLocalService groupLocalService

groupService

@BeanReference(type=GroupService.class)
protected GroupService groupService

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

groupFinder

@BeanReference(type=GroupFinder.class)
protected GroupFinder groupFinder

imageLocalService

@BeanReference(type=ImageLocalService.class)
protected ImageLocalService imageLocalService

imageService

@BeanReference(type=ImageService.class)
protected ImageService imageService

imagePersistence

@BeanReference(type=ImagePersistence.class)
protected ImagePersistence imagePersistence

layoutLocalService

@BeanReference(type=LayoutLocalService.class)
protected LayoutLocalService layoutLocalService

layoutService

@BeanReference(type=LayoutService.class)
protected LayoutService layoutService

layoutPersistence

@BeanReference(type=LayoutPersistence.class)
protected LayoutPersistence layoutPersistence

layoutFinder

@BeanReference(type=LayoutFinder.class)
protected LayoutFinder layoutFinder

layoutSetBranchLocalService

@BeanReference(type=LayoutSetBranchLocalService.class)
protected LayoutSetBranchLocalService layoutSetBranchLocalService

layoutSetBranchService

@BeanReference(type=LayoutSetBranchService.class)
protected LayoutSetBranchService layoutSetBranchService

layoutSetBranchPersistence

@BeanReference(type=LayoutSetBranchPersistence.class)
protected LayoutSetBranchPersistence layoutSetBranchPersistence

pluginSettingLocalService

@BeanReference(type=PluginSettingLocalService.class)
protected PluginSettingLocalService pluginSettingLocalService

pluginSettingService

@BeanReference(type=PluginSettingService.class)
protected PluginSettingService pluginSettingService

pluginSettingPersistence

@BeanReference(type=PluginSettingPersistence.class)
protected PluginSettingPersistence pluginSettingPersistence

virtualHostLocalService

@BeanReference(type=VirtualHostLocalService.class)
protected VirtualHostLocalService virtualHostLocalService

virtualHostPersistence

@BeanReference(type=VirtualHostPersistence.class)
protected VirtualHostPersistence virtualHostPersistence
Constructor Detail

LayoutSetServiceBaseImpl

public LayoutSetServiceBaseImpl()
Method Detail

getLayoutSetLocalService

public LayoutSetLocalService getLayoutSetLocalService()
Returns the layout set local service.

Returns:
the layout set local service

setLayoutSetLocalService

public void setLayoutSetLocalService(LayoutSetLocalService layoutSetLocalService)
Sets the layout set local service.

Parameters:
layoutSetLocalService - the layout set local service

getLayoutSetService

public LayoutSetService getLayoutSetService()
Returns the layout set remote service.

Returns:
the layout set remote service

setLayoutSetService

public void setLayoutSetService(LayoutSetService layoutSetService)
Sets the layout set remote service.

Parameters:
layoutSetService - the layout set remote service

getLayoutSetPersistence

public LayoutSetPersistence getLayoutSetPersistence()
Returns the layout set persistence.

Returns:
the layout set persistence

setLayoutSetPersistence

public void setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
Sets the layout set persistence.

Parameters:
layoutSetPersistence - the layout set persistence

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getGroupLocalService

public GroupLocalService getGroupLocalService()
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupService

public GroupService getGroupService()
Returns the group remote service.

Returns:
the group remote service

setGroupService

public void setGroupService(GroupService groupService)
Sets the group remote service.

Parameters:
groupService - the group remote service

getGroupPersistence

public GroupPersistence getGroupPersistence()
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public GroupFinder getGroupFinder()
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getImageLocalService

public ImageLocalService getImageLocalService()
Returns the image local service.

Returns:
the image local service

setImageLocalService

public void setImageLocalService(ImageLocalService imageLocalService)
Sets the image local service.

Parameters:
imageLocalService - the image local service

getImageService

public ImageService getImageService()
Returns the image remote service.

Returns:
the image remote service

setImageService

public void setImageService(ImageService imageService)
Sets the image remote service.

Parameters:
imageService - the image remote service

getImagePersistence

public ImagePersistence getImagePersistence()
Returns the image persistence.

Returns:
the image persistence

setImagePersistence

public void setImagePersistence(ImagePersistence imagePersistence)
Sets the image persistence.

Parameters:
imagePersistence - the image persistence

getLayoutLocalService

public LayoutLocalService getLayoutLocalService()
Returns the layout local service.

Returns:
the layout local service

setLayoutLocalService

public void setLayoutLocalService(LayoutLocalService layoutLocalService)
Sets the layout local service.

Parameters:
layoutLocalService - the layout local service

getLayoutService

public LayoutService getLayoutService()
Returns the layout remote service.

Returns:
the layout remote service

setLayoutService

public void setLayoutService(LayoutService layoutService)
Sets the layout remote service.

Parameters:
layoutService - the layout remote service

getLayoutPersistence

public LayoutPersistence getLayoutPersistence()
Returns the layout persistence.

Returns:
the layout persistence

setLayoutPersistence

public void setLayoutPersistence(LayoutPersistence layoutPersistence)
Sets the layout persistence.

Parameters:
layoutPersistence - the layout persistence

getLayoutFinder

public LayoutFinder getLayoutFinder()
Returns the layout finder.

Returns:
the layout finder

setLayoutFinder

public void setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder.

Parameters:
layoutFinder - the layout finder

getLayoutSetBranchLocalService

public LayoutSetBranchLocalService getLayoutSetBranchLocalService()
Returns the layout set branch local service.

Returns:
the layout set branch local service

setLayoutSetBranchLocalService

public void setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
Sets the layout set branch local service.

Parameters:
layoutSetBranchLocalService - the layout set branch local service

getLayoutSetBranchService

public LayoutSetBranchService getLayoutSetBranchService()
Returns the layout set branch remote service.

Returns:
the layout set branch remote service

setLayoutSetBranchService

public void setLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
Sets the layout set branch remote service.

Parameters:
layoutSetBranchService - the layout set branch remote service

getLayoutSetBranchPersistence

public LayoutSetBranchPersistence getLayoutSetBranchPersistence()
Returns the layout set branch persistence.

Returns:
the layout set branch persistence

setLayoutSetBranchPersistence

public void setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
Sets the layout set branch persistence.

Parameters:
layoutSetBranchPersistence - the layout set branch persistence

getPluginSettingLocalService

public PluginSettingLocalService getPluginSettingLocalService()
Returns the plugin setting local service.

Returns:
the plugin setting local service

setPluginSettingLocalService

public void setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
Sets the plugin setting local service.

Parameters:
pluginSettingLocalService - the plugin setting local service

getPluginSettingService

public PluginSettingService getPluginSettingService()
Returns the plugin setting remote service.

Returns:
the plugin setting remote service

setPluginSettingService

public void setPluginSettingService(PluginSettingService pluginSettingService)
Sets the plugin setting remote service.

Parameters:
pluginSettingService - the plugin setting remote service

getPluginSettingPersistence

public PluginSettingPersistence getPluginSettingPersistence()
Returns the plugin setting persistence.

Returns:
the plugin setting persistence

setPluginSettingPersistence

public void setPluginSettingPersistence(PluginSettingPersistence pluginSettingPersistence)
Sets the plugin setting persistence.

Parameters:
pluginSettingPersistence - the plugin setting persistence

getVirtualHostLocalService

public VirtualHostLocalService getVirtualHostLocalService()
Returns the virtual host local service.

Returns:
the virtual host local service

setVirtualHostLocalService

public void setVirtualHostLocalService(VirtualHostLocalService virtualHostLocalService)
Sets the virtual host local service.

Parameters:
virtualHostLocalService - the virtual host local service

getVirtualHostPersistence

public VirtualHostPersistence getVirtualHostPersistence()
Returns the virtual host persistence.

Returns:
the virtual host persistence

setVirtualHostPersistence

public void setVirtualHostPersistence(VirtualHostPersistence virtualHostPersistence)
Sets the virtual host persistence.

Parameters:
virtualHostPersistence - the virtual host persistence

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface LayoutSetService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ce-b4