@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.lang.String description,
boolean active)
Deprecated.
As of 6.2.0, replaced by
addLayoutPrototype(Map,
String, boolean, ServiceContext) |
LayoutPrototype |
addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
ServiceContext serviceContext) |
void |
deleteLayoutPrototype(long layoutPrototypeId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
LayoutPrototype |
getLayoutPrototype(long layoutPrototypeId) |
LayoutPrototypeService |
getWrappedLayoutPrototypeService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
LayoutPrototypeService |
getWrappedService() |
java.util.List<LayoutPrototype> |
search(long companyId,
java.lang.Boolean active,
OrderByComparator obc) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.LayoutPrototypeService) |
void |
setWrappedService(LayoutPrototypeService layoutPrototypeService) |
LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active)
Deprecated.
As of 6.2.0, replaced by
updateLayoutPrototype(long,
Map, String, boolean, ServiceContext) |
LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active,
ServiceContext serviceContext) |
public LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface LayoutPrototypeServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface LayoutPrototypeServicebeanIdentifier - the Spring bean ID for this beanpublic LayoutPrototype addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active) throws PortalException, SystemException
addLayoutPrototype(Map,
String, boolean, ServiceContext)addLayoutPrototype in interface LayoutPrototypeServicePortalExceptionSystemExceptionpublic LayoutPrototype addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active, ServiceContext serviceContext) throws PortalException, SystemException
addLayoutPrototype in interface LayoutPrototypeServicePortalExceptionSystemExceptionpublic void deleteLayoutPrototype(long layoutPrototypeId)
throws PortalException,
SystemException
deleteLayoutPrototype in interface LayoutPrototypeServicePortalExceptionSystemExceptionpublic LayoutPrototype getLayoutPrototype(long layoutPrototypeId) throws PortalException, SystemException
getLayoutPrototype in interface LayoutPrototypeServicePortalExceptionSystemExceptionpublic java.util.List<LayoutPrototype> search(long companyId, java.lang.Boolean active, OrderByComparator obc) throws PortalException, SystemException
search in interface LayoutPrototypeServicePortalExceptionSystemExceptionpublic LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active) throws PortalException, SystemException
updateLayoutPrototype(long,
Map, String, boolean, ServiceContext)updateLayoutPrototype in interface LayoutPrototypeServicePortalExceptionSystemExceptionpublic LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active, ServiceContext serviceContext) throws PortalException, SystemException
updateLayoutPrototype in interface LayoutPrototypeServicePortalExceptionSystemExceptionpublic LayoutPrototypeService getWrappedLayoutPrototypeService()
getWrappedService()public void setWrappedLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
setWrappedService(com.liferay.portal.service.LayoutPrototypeService)public LayoutPrototypeService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutPrototypeService>public void setWrappedService(LayoutPrototypeService layoutPrototypeService)
setWrappedService in interface ServiceWrapper<LayoutPrototypeService>