Uses of Class
dke.smwp.serialize.PageSer

Packages that use PageSer
dke.smwp.serialize   
 

Uses of PageSer in dke.smwp.serialize
 

Methods in dke.smwp.serialize that return PageSer
 PageSer[] FragmentSer.getAffectedPages(java.sql.Connection con, java.lang.String maintenance_mode, boolean fragmentUsedAsFoundationFragmentClass)
          gets all pages which need to be modified due modification of current fragment; if fragmentUsedAsFoundationFragmentClass is set to true only pages are fetched which use the current fragment as foundation fragment class; if the parameter is set to false all mapped page classes are mapped;
 PageSer[] PageClassSer.determinePagesByIncompleteParameters(java.sql.Connection con, java.util.Hashtable pParams)
          Determines all actual page class parameter from an incomplete set of page parameter values.
 

Methods in dke.smwp.serialize with parameters of type PageSer
protected  void SerializeCompleteImpl.modifyPagesCompl(java.sql.Connection con, PageSer[] pages)
          serializes all given pages - created new from scratch
protected  void SerializeIncrementalImpl.modifyPagesIncr(java.sql.Connection con, PageSer[] pages, TupleModificationDescr mod)
          modifies pages (xml documents) which are to be modified
 boolean PageSer.equals(PageSer b)
          comparison operator; compared current object with b