@ProviderType public class LayoutPrototypeServiceWrapper extends Object implements LayoutPrototypeService, ServiceWrapper<LayoutPrototypeService>
LayoutPrototypeService
.LayoutPrototypeService
Constructor and Description |
---|
LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService) |
public LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
public LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, ServiceContext serviceContext) throws PortalException
addLayoutPrototype
in interface LayoutPrototypeService
PortalException
@Deprecated public LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap, String description, boolean active, ServiceContext serviceContext) throws PortalException
addLayoutPrototype(Map, Map,
boolean, ServiceContext)
addLayoutPrototype
in interface LayoutPrototypeService
PortalException
public void deleteLayoutPrototype(long layoutPrototypeId) throws PortalException
deleteLayoutPrototype
in interface LayoutPrototypeService
PortalException
public LayoutPrototype fetchLayoutPrototype(long layoutPrototypeId) throws PortalException
fetchLayoutPrototype
in interface LayoutPrototypeService
PortalException
public LayoutPrototype getLayoutPrototype(long layoutPrototypeId) throws PortalException
getLayoutPrototype
in interface LayoutPrototypeService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface LayoutPrototypeService
public List<LayoutPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> obc) throws PortalException
search
in interface LayoutPrototypeService
PortalException
public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, ServiceContext serviceContext) throws PortalException
updateLayoutPrototype
in interface LayoutPrototypeService
PortalException
@Deprecated public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active, ServiceContext serviceContext) throws PortalException
updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext)
updateLayoutPrototype
in interface LayoutPrototypeService
PortalException
public LayoutPrototypeService getWrappedService()
getWrappedService
in interface ServiceWrapper<LayoutPrototypeService>
public void setWrappedService(LayoutPrototypeService layoutPrototypeService)
setWrappedService
in interface ServiceWrapper<LayoutPrototypeService>