Class LayoutSetPrototypeServiceWrapper
Object
com.liferay.portal.kernel.service.LayoutSetPrototypeServiceWrapper
- All Implemented Interfaces:
BaseService
,LayoutSetPrototypeService
,ServiceWrapper<LayoutSetPrototypeService>
public class LayoutSetPrototypeServiceWrapper
extends Object
implements LayoutSetPrototypeService, ServiceWrapper<LayoutSetPrototypeService>
Provides a wrapper for
LayoutSetPrototypeService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionLayoutSetPrototypeServiceWrapper
(LayoutSetPrototypeService layoutSetPrototypeService) -
Method Summary
Modifier and TypeMethodDescriptionaddLayoutSetPrototype
(String name, String description, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) addLayoutSetPrototype
(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) addLayoutSetPrototype
(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) void
deleteLayoutSetPrototype
(long layoutSetPrototypeId) void
deleteNondefaultLayoutSetPrototypes
(long companyId) fetchLayoutSetPrototype
(long layoutSetPrototypeId) getLayoutSetPrototype
(long layoutSetPrototypeId) getLayoutSetPrototypes
(long companyId) Returns the OSGi service identifier.search
(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) void
setWrappedService
(LayoutSetPrototypeService layoutSetPrototypeService) updateLayoutSetPrototype
(long layoutSetPrototypeId, String settings) updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
-
Constructor Details
-
LayoutSetPrototypeServiceWrapper
public LayoutSetPrototypeServiceWrapper() -
LayoutSetPrototypeServiceWrapper
-
-
Method Details
-
addLayoutSetPrototype
public LayoutSetPrototype addLayoutSetPrototype(Map<Locale, String> nameMap, Map<Locale, throws PortalExceptionString> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) - Specified by:
addLayoutSetPrototype
in interfaceLayoutSetPrototypeService
- Throws:
PortalException
-
addLayoutSetPrototype
public LayoutSetPrototype addLayoutSetPrototype(Map<Locale, String> nameMap, Map<Locale, throws PortalExceptionString> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) - Specified by:
addLayoutSetPrototype
in interfaceLayoutSetPrototypeService
- Throws:
PortalException
-
addLayoutSetPrototype
public LayoutSetPrototype addLayoutSetPrototype(String name, String description, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) throws PortalException - Specified by:
addLayoutSetPrototype
in interfaceLayoutSetPrototypeService
- Throws:
PortalException
-
deleteLayoutSetPrototype
- Specified by:
deleteLayoutSetPrototype
in interfaceLayoutSetPrototypeService
- Throws:
PortalException
-
deleteNondefaultLayoutSetPrototypes
- Specified by:
deleteNondefaultLayoutSetPrototypes
in interfaceLayoutSetPrototypeService
- Throws:
PortalException
-
fetchLayoutSetPrototype
- Specified by:
fetchLayoutSetPrototype
in interfaceLayoutSetPrototypeService
- Throws:
PortalException
-
getLayoutSetPrototype
- Specified by:
getLayoutSetPrototype
in interfaceLayoutSetPrototypeService
- Throws:
PortalException
-
getLayoutSetPrototypes
- Specified by:
getLayoutSetPrototypes
in interfaceLayoutSetPrototypeService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceLayoutSetPrototypeService
- Returns:
- the OSGi service identifier
-
search
public List<LayoutSetPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) throws PortalException - Specified by:
search
in interfaceLayoutSetPrototypeService
- Throws:
PortalException
-
updateLayoutSetPrototype
public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, throws PortalExceptionString> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) - Specified by:
updateLayoutSetPrototype
in interfaceLayoutSetPrototypeService
- Throws:
PortalException
-
updateLayoutSetPrototype
public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, throws PortalExceptionString> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) - Specified by:
updateLayoutSetPrototype
in interfaceLayoutSetPrototypeService
- Throws:
PortalException
-
updateLayoutSetPrototype
public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, String settings) throws PortalException - Specified by:
updateLayoutSetPrototype
in interfaceLayoutSetPrototypeService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<LayoutSetPrototypeService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<LayoutSetPrototypeService>
-