|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.LayoutSetPrototypeServiceWrapper
public class LayoutSetPrototypeServiceWrapper
This class is a wrapper for LayoutSetPrototypeService.
LayoutSetPrototypeService| Constructor Summary | |
|---|---|
LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface LayoutSetPrototypeServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface LayoutSetPrototypeServicebeanIdentifier - the Spring bean ID for this bean
public LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
throws PortalException,
SystemException
addLayoutSetPrototype in interface LayoutSetPrototypeServicePortalException
SystemException
public void deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException,
SystemException
deleteLayoutSetPrototype in interface LayoutSetPrototypeServicePortalException
SystemException
public LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException,
SystemException
getLayoutSetPrototype in interface LayoutSetPrototypeServicePortalException
SystemException
public List<LayoutSetPrototype> search(long companyId,
Boolean active,
OrderByComparator obc)
throws PortalException,
SystemException
search in interface LayoutSetPrototypeServicePortalException
SystemException
public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateLayoutSetPrototype in interface LayoutSetPrototypeServicePortalException
SystemException
public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
throws PortalException,
SystemException
updateLayoutSetPrototype in interface LayoutSetPrototypeServicePortalException
SystemExceptionpublic LayoutSetPrototypeService getWrappedLayoutSetPrototypeService()
getWrappedService()
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>
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||