|
Liferay 6.2.0-ce-rc3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.LayoutRevisionServiceWrapper
public class LayoutRevisionServiceWrapper
Provides a wrapper for LayoutRevisionService.
LayoutRevisionService| Constructor Summary | |
|---|---|
LayoutRevisionServiceWrapper(LayoutRevisionService layoutRevisionService)
|
|
| Method Summary | |
|---|---|
LayoutRevision |
addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
LayoutRevisionService |
getWrappedLayoutRevisionService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
LayoutRevisionService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedLayoutRevisionService(LayoutRevisionService layoutRevisionService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.LayoutRevisionService) |
void |
setWrappedService(LayoutRevisionService layoutRevisionService)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutRevisionServiceWrapper(LayoutRevisionService layoutRevisionService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface LayoutRevisionServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface LayoutRevisionServicebeanIdentifier - the Spring bean ID for this bean
public LayoutRevision addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
throws PortalException,
SystemException
addLayoutRevision in interface LayoutRevisionServicePortalException
SystemExceptionpublic LayoutRevisionService getWrappedLayoutRevisionService()
getWrappedService()
public void setWrappedLayoutRevisionService(LayoutRevisionService layoutRevisionService)
setWrappedService(com.liferay.portal.service.LayoutRevisionService)
public LayoutRevisionService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutRevisionService>public void setWrappedService(LayoutRevisionService layoutRevisionService)
setWrappedService in interface ServiceWrapper<LayoutRevisionService>
|
Liferay 6.2.0-ce-rc3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||