org.gcube.vremanagement.vremodeler.impl.util
Class ReportFiller

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.impl.util.ReportFiller

public class ReportFiller
extends Object


Field Summary
static org.gcube.common.core.utils.logging.GCUBELog logger
           
 
Constructor Summary
ReportFiller()
           
 
Method Summary
static void addResourceToReport(String resourceId, String resourceType, org.gcube.vremanagement.vremodeler.stubs.deployreport.ResourceDeployingReport report)
           
static void initializeFunctionalityForReport(org.gcube.vremanagement.vremodeler.stubs.deployreport.FunctionalityDeployingReport report, String vreResourceId, com.j256.ormlite.dao.Dao<VreFunctionalityRelation,String> vreFunctionalityDao, com.j256.ormlite.dao.Dao<FunctionalityPersisted,Integer> functionalityDao)
           
static void initializeResourcesForReport(org.gcube.vremanagement.vremodeler.stubs.deployreport.ResourceDeployingReport report)
           
static void reportElaboration(org.gcube.vremanagement.vremodeler.stubs.deployreport.DeployReport report)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static org.gcube.common.core.utils.logging.GCUBELog logger
Constructor Detail

ReportFiller

public ReportFiller()
Method Detail

initializeFunctionalityForReport

public static void initializeFunctionalityForReport(org.gcube.vremanagement.vremodeler.stubs.deployreport.FunctionalityDeployingReport report,
                                                    String vreResourceId,
                                                    com.j256.ormlite.dao.Dao<VreFunctionalityRelation,String> vreFunctionalityDao,
                                                    com.j256.ormlite.dao.Dao<FunctionalityPersisted,Integer> functionalityDao)
                                             throws Exception
Parameters:
report -
vreResourceId -
functionalityDao -
vreFunctionalityDao -
Throws:
Exception

initializeResourcesForReport

public static void initializeResourcesForReport(org.gcube.vremanagement.vremodeler.stubs.deployreport.ResourceDeployingReport report)
                                         throws Exception
Parameters:
report -
vreResourceId -
Throws:
Exception

addResourceToReport

public static void addResourceToReport(String resourceId,
                                       String resourceType,
                                       org.gcube.vremanagement.vremodeler.stubs.deployreport.ResourceDeployingReport report)

reportElaboration

public static void reportElaboration(org.gcube.vremanagement.vremodeler.stubs.deployreport.DeployReport report)
Parameters:
report -


Copyright © 2013. All Rights Reserved.