@ProviderType public class LayoutPrototypeServiceWrapper extends java.lang.Object implements LayoutPrototypeService, ServiceWrapper<LayoutPrototypeService>
LayoutPrototypeService.LayoutPrototypeService| Constructor and Description |
|---|
LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutPrototype |
addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
boolean active,
ServiceContext serviceContext) |
LayoutPrototype |
addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of 7.0.0, replaced by
addLayoutPrototype(Map, Map,
boolean, ServiceContext) |
void |
deleteLayoutPrototype(long layoutPrototypeId) |
LayoutPrototype |
fetchLayoutPrototype(long layoutPrototypeId) |
LayoutPrototype |
getLayoutPrototype(long layoutPrototypeId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutPrototypeService |
getWrappedService() |
java.util.List<LayoutPrototype> |
search(long companyId,
java.lang.Boolean active,
OrderByComparator<LayoutPrototype> obc) |
void |
setWrappedService(LayoutPrototypeService layoutPrototypeService) |
LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
boolean active,
ServiceContext serviceContext) |
LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
ServiceContext serviceContext)
Deprecated.
As of 7.0.0, replaced by
updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
public LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
@Deprecated public LayoutPrototype addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active, ServiceContext serviceContext) throws PortalException
addLayoutPrototype(Map, Map,
boolean, ServiceContext)addLayoutPrototype in interface LayoutPrototypeServicePortalExceptionpublic LayoutPrototype addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, boolean active, ServiceContext serviceContext) throws PortalException
addLayoutPrototype in interface LayoutPrototypeServicePortalExceptionpublic LayoutPrototype fetchLayoutPrototype(long layoutPrototypeId) throws PortalException
fetchLayoutPrototype in interface LayoutPrototypeServicePortalExceptionpublic LayoutPrototype getLayoutPrototype(long layoutPrototypeId) throws PortalException
getLayoutPrototype in interface LayoutPrototypeServicePortalException@Deprecated public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active, ServiceContext serviceContext) throws PortalException
updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext)updateLayoutPrototype in interface LayoutPrototypeServicePortalExceptionpublic LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, boolean active, ServiceContext serviceContext) throws PortalException
updateLayoutPrototype in interface LayoutPrototypeServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutPrototypeServicepublic java.util.List<LayoutPrototype> search(long companyId, java.lang.Boolean active, OrderByComparator<LayoutPrototype> obc) throws PortalException
search in interface LayoutPrototypeServicePortalExceptionpublic void deleteLayoutPrototype(long layoutPrototypeId)
throws PortalException
deleteLayoutPrototype in interface LayoutPrototypeServicePortalExceptionpublic LayoutPrototypeService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutPrototypeService>public void setWrappedService(LayoutPrototypeService layoutPrototypeService)
setWrappedService in interface ServiceWrapper<LayoutPrototypeService>