public abstract class LayoutSetServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.LayoutSetService
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
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.persistence.GroupFinder |
groupFinder |
protected com.liferay.portal.kernel.service.GroupLocalService |
groupLocalService |
protected com.liferay.portal.kernel.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.kernel.service.GroupService |
groupService |
protected com.liferay.portal.kernel.service.ImageLocalService |
imageLocalService |
protected com.liferay.portal.kernel.service.persistence.ImagePersistence |
imagePersistence |
protected com.liferay.portal.kernel.service.ImageService |
imageService |
protected com.liferay.portal.kernel.service.persistence.LayoutFinder |
layoutFinder |
protected com.liferay.portal.kernel.service.LayoutLocalService |
layoutLocalService |
protected com.liferay.portal.kernel.service.persistence.LayoutPersistence |
layoutPersistence |
protected com.liferay.portal.kernel.service.LayoutService |
layoutService |
protected com.liferay.portal.kernel.service.LayoutSetBranchLocalService |
layoutSetBranchLocalService |
protected com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence |
layoutSetBranchPersistence |
protected com.liferay.portal.kernel.service.LayoutSetBranchService |
layoutSetBranchService |
protected com.liferay.portal.kernel.service.LayoutSetLocalService |
layoutSetLocalService |
protected com.liferay.portal.kernel.service.persistence.LayoutSetPersistence |
layoutSetPersistence |
protected com.liferay.portal.kernel.service.LayoutSetService |
layoutSetService |
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.VirtualHostLocalService |
virtualHostLocalService |
protected com.liferay.portal.kernel.service.persistence.VirtualHostPersistence |
virtualHostPersistence |
Constructor and Description |
---|
LayoutSetServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.service.persistence.GroupFinder |
getGroupFinder()
Returns the group finder.
|
com.liferay.portal.kernel.service.GroupLocalService |
getGroupLocalService()
Returns the group local service.
|
com.liferay.portal.kernel.service.persistence.GroupPersistence |
getGroupPersistence()
Returns the group persistence.
|
com.liferay.portal.kernel.service.GroupService |
getGroupService()
Returns the group remote service.
|
com.liferay.portal.kernel.service.ImageLocalService |
getImageLocalService()
Returns the image local service.
|
com.liferay.portal.kernel.service.persistence.ImagePersistence |
getImagePersistence()
Returns the image persistence.
|
com.liferay.portal.kernel.service.ImageService |
getImageService()
Returns the image remote service.
|
com.liferay.portal.kernel.service.persistence.LayoutFinder |
getLayoutFinder()
Returns the layout finder.
|
com.liferay.portal.kernel.service.LayoutLocalService |
getLayoutLocalService()
Returns the layout local service.
|
com.liferay.portal.kernel.service.persistence.LayoutPersistence |
getLayoutPersistence()
Returns the layout persistence.
|
com.liferay.portal.kernel.service.LayoutService |
getLayoutService()
Returns the layout remote service.
|
com.liferay.portal.kernel.service.LayoutSetBranchLocalService |
getLayoutSetBranchLocalService()
Returns the layout set branch local service.
|
com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence |
getLayoutSetBranchPersistence()
Returns the layout set branch persistence.
|
com.liferay.portal.kernel.service.LayoutSetBranchService |
getLayoutSetBranchService()
Returns the layout set branch remote service.
|
com.liferay.portal.kernel.service.LayoutSetLocalService |
getLayoutSetLocalService()
Returns the layout set local service.
|
com.liferay.portal.kernel.service.persistence.LayoutSetPersistence |
getLayoutSetPersistence()
Returns the layout set persistence.
|
com.liferay.portal.kernel.service.LayoutSetService |
getLayoutSetService()
Returns the layout set remote 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.VirtualHostLocalService |
getVirtualHostLocalService()
Returns the virtual host local service.
|
com.liferay.portal.kernel.service.persistence.VirtualHostPersistence |
getVirtualHostPersistence()
Returns the virtual host persistence.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
Sets the group finder.
|
void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
Sets the group local service.
|
void |
setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.
|
void |
setGroupService(com.liferay.portal.kernel.service.GroupService groupService)
Sets the group remote service.
|
void |
setImageLocalService(com.liferay.portal.kernel.service.ImageLocalService imageLocalService)
Sets the image local service.
|
void |
setImagePersistence(com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence)
Sets the image persistence.
|
void |
setImageService(com.liferay.portal.kernel.service.ImageService imageService)
Sets the image remote service.
|
void |
setLayoutFinder(com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder)
Sets the layout finder.
|
void |
setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
Sets the layout local service.
|
void |
setLayoutPersistence(com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence)
Sets the layout persistence.
|
void |
setLayoutService(com.liferay.portal.kernel.service.LayoutService layoutService)
Sets the layout remote service.
|
void |
setLayoutSetBranchLocalService(com.liferay.portal.kernel.service.LayoutSetBranchLocalService layoutSetBranchLocalService)
Sets the layout set branch local service.
|
void |
setLayoutSetBranchPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence layoutSetBranchPersistence)
Sets the layout set branch persistence.
|
void |
setLayoutSetBranchService(com.liferay.portal.kernel.service.LayoutSetBranchService layoutSetBranchService)
Sets the layout set branch remote service.
|
void |
setLayoutSetLocalService(com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService)
Sets the layout set local service.
|
void |
setLayoutSetPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetPersistence layoutSetPersistence)
Sets the layout set persistence.
|
void |
setLayoutSetService(com.liferay.portal.kernel.service.LayoutSetService layoutSetService)
Sets the layout set remote 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 |
setVirtualHostLocalService(com.liferay.portal.kernel.service.VirtualHostLocalService virtualHostLocalService)
Sets the virtual host local service.
|
void |
setVirtualHostPersistence(com.liferay.portal.kernel.service.persistence.VirtualHostPersistence virtualHostPersistence)
Sets the virtual host persistence.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.portal.kernel.service.LayoutSetLocalService.class) protected com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutSetService.class) protected com.liferay.portal.kernel.service.LayoutSetService layoutSetService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutSetPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutSetPersistence layoutSetPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class) protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService
@BeanReference(type=com.liferay.portal.kernel.service.GroupService.class) protected com.liferay.portal.kernel.service.GroupService groupService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupFinder.class) protected com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder
@BeanReference(type=com.liferay.portal.kernel.service.ImageLocalService.class) protected com.liferay.portal.kernel.service.ImageLocalService imageLocalService
@BeanReference(type=com.liferay.portal.kernel.service.ImageService.class) protected com.liferay.portal.kernel.service.ImageService imageService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ImagePersistence.class) protected com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence
@BeanReference(type=com.liferay.portal.kernel.service.LayoutLocalService.class) protected com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutService.class) protected com.liferay.portal.kernel.service.LayoutService layoutService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutFinder.class) protected com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder
@BeanReference(type=com.liferay.portal.kernel.service.LayoutSetBranchLocalService.class) protected com.liferay.portal.kernel.service.LayoutSetBranchLocalService layoutSetBranchLocalService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutSetBranchService.class) protected com.liferay.portal.kernel.service.LayoutSetBranchService layoutSetBranchService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence layoutSetBranchPersistence
@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.portal.kernel.service.VirtualHostLocalService.class) protected com.liferay.portal.kernel.service.VirtualHostLocalService virtualHostLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.VirtualHostPersistence.class) protected com.liferay.portal.kernel.service.persistence.VirtualHostPersistence virtualHostPersistence
public com.liferay.portal.kernel.service.LayoutSetLocalService getLayoutSetLocalService()
public void setLayoutSetLocalService(com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService)
layoutSetLocalService
- the layout set local servicepublic com.liferay.portal.kernel.service.LayoutSetService getLayoutSetService()
public void setLayoutSetService(com.liferay.portal.kernel.service.LayoutSetService layoutSetService)
layoutSetService
- the layout set remote servicepublic com.liferay.portal.kernel.service.persistence.LayoutSetPersistence getLayoutSetPersistence()
public void setLayoutSetPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetPersistence layoutSetPersistence)
layoutSetPersistence
- the layout set 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.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
groupLocalService
- the group local servicepublic com.liferay.portal.kernel.service.GroupService getGroupService()
public void setGroupService(com.liferay.portal.kernel.service.GroupService groupService)
groupService
- the group remote servicepublic com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
groupPersistence
- the group persistencepublic com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
public void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
groupFinder
- the group finderpublic com.liferay.portal.kernel.service.ImageLocalService getImageLocalService()
public void setImageLocalService(com.liferay.portal.kernel.service.ImageLocalService imageLocalService)
imageLocalService
- the image local servicepublic com.liferay.portal.kernel.service.ImageService getImageService()
public void setImageService(com.liferay.portal.kernel.service.ImageService imageService)
imageService
- the image remote servicepublic com.liferay.portal.kernel.service.persistence.ImagePersistence getImagePersistence()
public void setImagePersistence(com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence)
imagePersistence
- the image persistencepublic com.liferay.portal.kernel.service.LayoutLocalService getLayoutLocalService()
public void setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
layoutLocalService
- the layout local servicepublic com.liferay.portal.kernel.service.LayoutService getLayoutService()
public void setLayoutService(com.liferay.portal.kernel.service.LayoutService layoutService)
layoutService
- the layout remote servicepublic com.liferay.portal.kernel.service.persistence.LayoutPersistence getLayoutPersistence()
public void setLayoutPersistence(com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence)
layoutPersistence
- the layout persistencepublic com.liferay.portal.kernel.service.persistence.LayoutFinder getLayoutFinder()
public void setLayoutFinder(com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder)
layoutFinder
- the layout finderpublic com.liferay.portal.kernel.service.LayoutSetBranchLocalService getLayoutSetBranchLocalService()
public void setLayoutSetBranchLocalService(com.liferay.portal.kernel.service.LayoutSetBranchLocalService layoutSetBranchLocalService)
layoutSetBranchLocalService
- the layout set branch local servicepublic com.liferay.portal.kernel.service.LayoutSetBranchService getLayoutSetBranchService()
public void setLayoutSetBranchService(com.liferay.portal.kernel.service.LayoutSetBranchService layoutSetBranchService)
layoutSetBranchService
- the layout set branch remote servicepublic com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence getLayoutSetBranchPersistence()
public void setLayoutSetBranchPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence layoutSetBranchPersistence)
layoutSetBranchPersistence
- the layout set branch persistencepublic 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.portal.kernel.service.VirtualHostLocalService getVirtualHostLocalService()
public void setVirtualHostLocalService(com.liferay.portal.kernel.service.VirtualHostLocalService virtualHostLocalService)
virtualHostLocalService
- the virtual host local servicepublic com.liferay.portal.kernel.service.persistence.VirtualHostPersistence getVirtualHostPersistence()
public void setVirtualHostPersistence(com.liferay.portal.kernel.service.persistence.VirtualHostPersistence virtualHostPersistence)
virtualHostPersistence
- the virtual host persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.service.LayoutSetService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query