|
Liferay 6.2-ce-ga2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.LayoutPrototypeServiceWrapper
@ProviderType public class LayoutPrototypeServiceWrapper
Provides a wrapper for LayoutPrototypeService.
LayoutPrototypeService| Constructor Summary | |
|---|---|
LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface LayoutPrototypeServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface LayoutPrototypeServicebeanIdentifier - the Spring bean ID for this bean
public LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException,
SystemException
addLayoutPrototype(Map,
String, boolean, ServiceContext)
addLayoutPrototype in interface LayoutPrototypeServicePortalException
SystemException
public LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
throws PortalException,
SystemException
addLayoutPrototype in interface LayoutPrototypeServicePortalException
SystemException
public void deleteLayoutPrototype(long layoutPrototypeId)
throws PortalException,
SystemException
deleteLayoutPrototype in interface LayoutPrototypeServicePortalException
SystemException
public LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
throws PortalException,
SystemException
getLayoutPrototype in interface LayoutPrototypeServicePortalException
SystemException
public List<LayoutPrototype> search(long companyId,
Boolean active,
OrderByComparator obc)
throws PortalException,
SystemException
search in interface LayoutPrototypeServicePortalException
SystemException
public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException,
SystemException
updateLayoutPrototype(long,
Map, String, boolean, ServiceContext)
updateLayoutPrototype in interface LayoutPrototypeServicePortalException
SystemException
public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateLayoutPrototype in interface LayoutPrototypeServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.2-ce-ga2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||