|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.LayoutPrototypeServiceWrapper
public class LayoutPrototypeServiceWrapper
This class is a wrapper for LayoutPrototypeService.
LayoutPrototypeService| Constructor Summary | |
|---|---|
LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
|
|
| Method Summary | |
|---|---|
LayoutPrototype |
addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
|
void |
deleteLayoutPrototype(long layoutPrototypeId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
LayoutPrototype |
getLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototypeService |
getWrappedLayoutPrototypeService()
Deprecated. Renamed to getWrappedService() |
LayoutPrototypeService |
getWrappedService()
|
List<LayoutPrototype> |
search(long companyId,
Boolean active,
OrderByComparator obc)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.LayoutPrototypeService) |
void |
setWrappedService(LayoutPrototypeService layoutPrototypeService)
|
LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
| 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 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 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.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||