it.eng.spagobi.presentation.listobjectshtmlgenerators
Class ListObjectsTransformerTreeImpl

java.lang.Object
  extended byit.eng.spagobi.presentation.listobjectshtmlgenerators.ListObjectsTransformerTreeImpl
All Implemented Interfaces:
IListObjectsTransformer

public class ListObjectsTransformerTreeImpl
extends java.lang.Object
implements IListObjectsTransformer

Built to transform XML tree data into XML list data. When from tree we ask to obtain the relative list, these transformation methods are called.

Author:
sulis

Constructor Summary
ListObjectsTransformerTreeImpl()
           
 
Method Summary
 it.eng.spago.paginator.basic.ListIFace transform(it.eng.spago.base.SourceBean data)
          Transforms the data contained into the input Source Bean in order to obtaon a list.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListObjectsTransformerTreeImpl

public ListObjectsTransformerTreeImpl()
Method Detail

transform

public it.eng.spago.paginator.basic.ListIFace transform(it.eng.spago.base.SourceBean data)
Transforms the data contained into the input Source Bean in order to obtaon a list. The output data are stored into a ListIFace object.

Specified by:
transform in interface IListObjectsTransformer
Parameters:
data - The data input Source Bean
Returns:
ListIFace The list Interface data output object