Package com.liferay.portal.service.base
Class LayoutSetServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.LayoutSetServiceBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.LayoutSetService
- Direct Known Subclasses:
LayoutSetServiceImpl
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
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
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalService
protected com.liferay.portal.kernel.service.LayoutSetLocalService
protected com.liferay.portal.kernel.service.persistence.LayoutSetPersistence
protected com.liferay.portal.kernel.service.LayoutSetService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
destroy()
com.liferay.counter.kernel.service.CounterLocalService
Returns the counter local service.com.liferay.portal.kernel.service.LayoutSetLocalService
Returns the layout set local service.com.liferay.portal.kernel.service.persistence.LayoutSetPersistence
Returns the layout set persistence.com.liferay.portal.kernel.service.LayoutSetService
Returns the layout set remote service.protected Class<?>
protected String
Returns the OSGi service identifier.protected void
Performs a SQL query.void
setCounterLocalService
(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local 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.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.LayoutSetService
updateFaviconFileEntryId, updateLayoutSetPrototypeLinkEnabled, updateLogo, updateLogo, updateLogo, updateLogo, updateLookAndFeel, updateSettings, updateVirtualHosts
-
Field Details
-
layoutSetLocalService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutSetLocalService.class) protected com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService -
layoutSetService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutSetService.class) protected com.liferay.portal.kernel.service.LayoutSetService layoutSetService -
layoutSetPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutSetPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutSetPersistence layoutSetPersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
LayoutSetServiceBaseImpl
public LayoutSetServiceBaseImpl()
-
-
Method Details
-
getLayoutSetLocalService
public com.liferay.portal.kernel.service.LayoutSetLocalService getLayoutSetLocalService()Returns the layout set local service.- Returns:
- the layout set local service
-
setLayoutSetLocalService
public void setLayoutSetLocalService(com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService) Sets the layout set local service.- Parameters:
layoutSetLocalService
- the layout set local service
-
getLayoutSetService
public com.liferay.portal.kernel.service.LayoutSetService getLayoutSetService()Returns the layout set remote service.- Returns:
- the layout set remote service
-
setLayoutSetService
public void setLayoutSetService(com.liferay.portal.kernel.service.LayoutSetService layoutSetService) Sets the layout set remote service.- Parameters:
layoutSetService
- the layout set remote service
-
getLayoutSetPersistence
public com.liferay.portal.kernel.service.persistence.LayoutSetPersistence getLayoutSetPersistence()Returns the layout set persistence.- Returns:
- the layout set persistence
-
setLayoutSetPersistence
public void setLayoutSetPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetPersistence layoutSetPersistence) Sets the layout set persistence.- Parameters:
layoutSetPersistence
- the layout set persistence
-
getCounterLocalService
public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()Returns the counter local service.- Returns:
- the counter local service
-
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.- Parameters:
counterLocalService
- the counter local service
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy() -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.service.LayoutSetService
- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql
- the sql query
-