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) voiddeleteLayoutPrototype(long layoutPrototypeId) fetchLayoutPrototype(long layoutPrototypeId) getLayoutPrototype(long layoutPrototypeId) Returns the OSGi service identifier.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) voidsetWrappedService(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:
addLayoutPrototypein interfaceLayoutPrototypeService- Throws:
PortalException
-
deleteLayoutPrototype
- Specified by:
deleteLayoutPrototypein interfaceLayoutPrototypeService- Throws:
PortalException
-
fetchLayoutPrototype
- Specified by:
fetchLayoutPrototypein interfaceLayoutPrototypeService- Throws:
PortalException
-
getLayoutPrototype
- Specified by:
getLayoutPrototypein interfaceLayoutPrototypeService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceLayoutPrototypeService- Returns:
- the OSGi service identifier
-
search
public List<LayoutPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) throws PortalException - Specified by:
searchin interfaceLayoutPrototypeService- Throws:
PortalException
-
updateLayoutPrototype
public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, throws PortalExceptionString> descriptionMap, boolean active, ServiceContext serviceContext) - Specified by:
updateLayoutPrototypein interfaceLayoutPrototypeService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<LayoutPrototypeService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<LayoutPrototypeService>
-