Class LayoutPrototypeServiceWrapper
Object
com.liferay.portal.kernel.service.LayoutPrototypeServiceWrapper
- All Implemented Interfaces:
BaseService
,LayoutPrototypeService
,ServiceWrapper<LayoutPrototypeService>
public class LayoutPrototypeServiceWrapper
extends Object
implements LayoutPrototypeService, ServiceWrapper<LayoutPrototypeService>
Provides a wrapper for
LayoutPrototypeService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionLayoutPrototypeServiceWrapper
(LayoutPrototypeService layoutPrototypeService) -
Method Summary
Modifier and TypeMethodDescriptionaddLayoutPrototype
(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) void
deleteLayoutPrototype
(long layoutPrototypeId) fetchLayoutPrototype
(long layoutPrototypeId) getLayoutPrototype
(long layoutPrototypeId) Returns the OSGi service identifier.search
(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) void
setWrappedService
(LayoutPrototypeService layoutPrototypeService) updateLayoutPrototype
(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext)
-
Constructor Details
-
LayoutPrototypeServiceWrapper
public LayoutPrototypeServiceWrapper() -
LayoutPrototypeServiceWrapper
-
-
Method Details
-
addLayoutPrototype
public LayoutPrototype addLayoutPrototype(Map<Locale, String> nameMap, Map<Locale, throws PortalExceptionString> descriptionMap, boolean active, ServiceContext serviceContext) - Specified by:
addLayoutPrototype
in interfaceLayoutPrototypeService
- Throws:
PortalException
-
deleteLayoutPrototype
- Specified by:
deleteLayoutPrototype
in interfaceLayoutPrototypeService
- Throws:
PortalException
-
fetchLayoutPrototype
- Specified by:
fetchLayoutPrototype
in interfaceLayoutPrototypeService
- Throws:
PortalException
-
getLayoutPrototype
- Specified by:
getLayoutPrototype
in interfaceLayoutPrototypeService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceLayoutPrototypeService
- Returns:
- the OSGi service identifier
-
search
public List<LayoutPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) throws PortalException - Specified by:
search
in interfaceLayoutPrototypeService
- Throws:
PortalException
-
updateLayoutPrototype
public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, throws PortalExceptionString> descriptionMap, boolean active, ServiceContext serviceContext) - Specified by:
updateLayoutPrototype
in interfaceLayoutPrototypeService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<LayoutPrototypeService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<LayoutPrototypeService>
-