lumis.portal.page.serialization
Class PageConfigPersister

Package class diagram package PageConfigPersister
java.lang.Object
  extended by lumis.portal.page.serialization.PageConfigPersister
All Implemented Interfaces:
IConfigPersister

public class PageConfigPersister
extends Object
implements IConfigPersister

Performs a PageConfig persistence (add or update) operation

Since:
4.0.11

Constructor Summary
PageConfigPersister(List<ConfigForeignKey> foreignKeys, String layout)
           
 
Method Summary
 boolean persistConfig(DeserializationContext deserializationContext, Object config, boolean firstPersistence)
          Performs a config persistance (add or update) operation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageConfigPersister

public PageConfigPersister(List<ConfigForeignKey> foreignKeys,
                           String layout)
Parameters:
foreignKeys - foreign keys of PageConfig object
layout - original layout of PageConfig, to be used when persisting.
Method Detail

persistConfig

public boolean persistConfig(DeserializationContext deserializationContext,
                             Object config,
                             boolean firstPersistence)
                      throws PortalException
Description copied from interface: IConfigPersister
Performs a config persistance (add or update) operation

Specified by:
persistConfig in interface IConfigPersister
Returns:
Throws:
PortalException


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.