org.gcube.contentmanagement.timeseriesservice.impl.timeseries.operations
Class Denormalization

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.impl.timeseries.operations.Operation
      extended by org.gcube.contentmanagement.timeseriesservice.impl.timeseries.operations.Denormalization
All Implemented Interfaces:
Serializable

public class Denormalization
extends Operation

See Also:
Serialized Form

Field Summary
protected static String PIVOT_PREFIX
           
 
Fields inherited from class org.gcube.contentmanagement.timeseriesservice.impl.timeseries.operations.Operation
columnDefinition, count, currentState, extimatedCount, type, uuidGen, viewName, viewTable
 
Constructor Summary
Denormalization()
           
 
Method Summary
 void initialize(String previuosTableName, org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinition[] previousTableDefinition, org.gcube.common.dbinterface.pool.DBSession session)
           
 void setParameters(Object... parameters)
           
 
Methods inherited from class org.gcube.contentmanagement.timeseriesservice.impl.timeseries.operations.Operation
apply, createTable, createTable, discard, getColumnDefinition, getColumnDefinitionReference, getCount, getCurrentState, getDataAsJSon, getHistoryItem, getResource, getType, getViewName, setColumnDefinition, setCount, setCurrentState, setHistoryItem, setType, setViewName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PIVOT_PREFIX

protected static final String PIVOT_PREFIX
See Also:
Constant Field Values
Constructor Detail

Denormalization

public Denormalization()
Method Detail

initialize

public void initialize(String previuosTableName,
                       org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinition[] previousTableDefinition,
                       org.gcube.common.dbinterface.pool.DBSession session)
                throws Exception
Specified by:
initialize in class Operation
Throws:
Exception

setParameters

public void setParameters(Object... parameters)
                   throws Exception
Specified by:
setParameters in class Operation
Throws:
Exception


Copyright © 2012. All Rights Reserved.