@ProviderType public class LayoutSetPrototypeServiceWrapper extends Object implements LayoutSetPrototypeService, ServiceWrapper<LayoutSetPrototypeService>
LayoutSetPrototypeService.LayoutSetPrototypeService| Constructor and Description |
|---|
LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService) |
public LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService)
@Deprecated public LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
addLayoutSetPrototype(Map,
Map, boolean, boolean, ServiceContext)addLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
addLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype fetchLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException
fetchLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException
getLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, String settings) throws PortalException
updateLayoutSetPrototype in interface LayoutSetPrototypeServicePortalException@Deprecated public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
updateLayoutSetPrototype(long, Map, Map, boolean, boolean,
ServiceContext)updateLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
updateLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutSetPrototypeServicepublic List<LayoutSetPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc) throws PortalException
search in interface LayoutSetPrototypeServicePortalExceptionpublic void deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException
deleteLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototypeService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutSetPrototypeService>public void setWrappedService(LayoutSetPrototypeService layoutSetPrototypeService)
setWrappedService in interface ServiceWrapper<LayoutSetPrototypeService>