@ProviderType public class LayoutSetPrototypeServiceWrapper extends java.lang.Object implements LayoutSetPrototypeService, ServiceWrapper<LayoutSetPrototypeService>
LayoutSetPrototypeService.LayoutSetPrototypeService| Constructor and Description |
|---|
LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutSetPrototype |
addLayoutSetPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext) |
LayoutSetPrototype |
addLayoutSetPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated.
As of 7.0.0, replaced by
addLayoutSetPrototype(Map,
Map, boolean, boolean, ServiceContext) |
void |
deleteLayoutSetPrototype(long layoutSetPrototypeId) |
LayoutSetPrototype |
fetchLayoutSetPrototype(long layoutSetPrototypeId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
LayoutSetPrototype |
getLayoutSetPrototype(long layoutSetPrototypeId) |
LayoutSetPrototypeService |
getWrappedLayoutSetPrototypeService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
LayoutSetPrototypeService |
getWrappedService() |
java.util.List<LayoutSetPrototype> |
search(long companyId,
java.lang.Boolean active,
OrderByComparator<LayoutSetPrototype> obc) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.LayoutSetPrototypeService) |
void |
setWrappedService(LayoutSetPrototypeService layoutSetPrototypeService) |
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext) |
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated.
As of 7.0.0, replaced by
updateLayoutSetPrototype(long, Map, Map, boolean, boolean,
ServiceContext) |
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
java.lang.String settings) |
public LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService)
@Deprecated public LayoutSetPrototype addLayoutSetPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
addLayoutSetPrototype(Map,
Map, boolean, boolean, ServiceContext)addLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype addLayoutSetPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
addLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic void deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException
deleteLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype fetchLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException
fetchLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface LayoutSetPrototypeServicepublic LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException
getLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic java.util.List<LayoutSetPrototype> search(long companyId, java.lang.Boolean active, OrderByComparator<LayoutSetPrototype> obc) throws PortalException
search in interface LayoutSetPrototypeServicePortalExceptionpublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface LayoutSetPrototypeServicebeanIdentifier - the Spring bean ID for this bean@Deprecated public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.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, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
updateLayoutSetPrototype in interface LayoutSetPrototypeServicePortalExceptionpublic LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, java.lang.String settings) throws PortalException
updateLayoutSetPrototype in interface LayoutSetPrototypeServicePortalException@Deprecated public LayoutSetPrototypeService getWrappedLayoutSetPrototypeService()
getWrappedService()@Deprecated public void setWrappedLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
setWrappedService(com.liferay.portal.service.LayoutSetPrototypeService)public LayoutSetPrototypeService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutSetPrototypeService>public void setWrappedService(LayoutSetPrototypeService layoutSetPrototypeService)
setWrappedService in interface ServiceWrapper<LayoutSetPrototypeService>