Uses of Class
org.gcube.portlets.admin.vredeployer.shared.deployreport.DeployStatus

Packages that use DeployStatus
org.gcube.portlets.admin.vredeployer.client.charts   
org.gcube.portlets.admin.vredeployer.shared.deployreport   
 

Uses of DeployStatus in org.gcube.portlets.admin.vredeployer.client.charts
 

Methods in org.gcube.portlets.admin.vredeployer.client.charts with parameters of type DeployStatus
 com.extjs.gxt.charts.client.model.ChartModel CloudChart.getChartModel(DeployStatus cloudStatus, List<DeployStatus> singleMachines)
           
 com.extjs.gxt.charts.client.model.ChartModel SimpleChartModel.getChartModel(DeployStatus cloudStatus, List<DeployStatus> singleMachines)
           
 

Method parameters in org.gcube.portlets.admin.vredeployer.client.charts with type arguments of type DeployStatus
static String[] CloudChart.getAscisseValues(List<DeployStatus> singleMachines)
           
 com.extjs.gxt.charts.client.model.ChartModel CloudChart.getChartModel(DeployStatus cloudStatus, List<DeployStatus> singleMachines)
           
 com.extjs.gxt.charts.client.model.ChartModel SimpleChartModel.getChartModel(DeployStatus cloudStatus, List<DeployStatus> singleMachines)
           
 

Uses of DeployStatus in org.gcube.portlets.admin.vredeployer.shared.deployreport
 

Methods in org.gcube.portlets.admin.vredeployer.shared.deployreport that return DeployStatus
 DeployStatus ClientDeployReport.getGlobalsStatus()
           
 DeployStatus ClientFunctionalityReport.getStatus()
           
 DeployStatus ClientFunctionalityDeployReport.getStatus()
           
 DeployStatus ClientResource.getStatus()
           
 DeployStatus ClientResourceManagerDeployingReport.getStatus()
           
 DeployStatus ClientCloudReport.getStatus()
           
 DeployStatus ClientResourcesDeployReport.getStatus()
           
static DeployStatus DeployStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeployStatus[] DeployStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.portlets.admin.vredeployer.shared.deployreport that return types with arguments of type DeployStatus
 List<DeployStatus> ClientCloudReport.getItemsStatuses()
           
 

Methods in org.gcube.portlets.admin.vredeployer.shared.deployreport with parameters of type DeployStatus
 void ClientDeployReport.setGlobalStatus(DeployStatus status)
           
 void ClientFunctionalityReport.setStatus(DeployStatus status)
           
 void ClientFunctionalityDeployReport.setStatus(DeployStatus globalstatus)
           
 void ClientResource.setStatus(DeployStatus status)
           
 void ClientResourceManagerDeployingReport.setStatus(DeployStatus status)
           
 void ClientCloudReport.setStatus(DeployStatus status)
           
 void ClientResourcesDeployReport.setStatus(DeployStatus globalstatus)
           
 

Method parameters in org.gcube.portlets.admin.vredeployer.shared.deployreport with type arguments of type DeployStatus
 void ClientCloudReport.setItemsStatuses(List<DeployStatus> itemsStatuses)
           
 

Constructors in org.gcube.portlets.admin.vredeployer.shared.deployreport with parameters of type DeployStatus
ClientCloudReport(DeployStatus globalstatus, List<DeployStatus> itemsStatuses)
           
ClientDeployReport(DeployStatus status, ClientCloudReport cloudReport, ClientResourceManagerDeployingReport resourceManagerReport, ClientFunctionalityDeployReport functionalityReport, ClientResourcesDeployReport resourcesReport)
           
ClientFunctionalityDeployReport(DeployStatus globalstatus, String reportXML, HashMap<ClientFunctionalityReport,List<ClientServiceReport>> funTable)
           
ClientFunctionalityReport(int id, String name, DeployStatus status)
           
ClientResource(String resourceid, String resourceType, DeployStatus status)
           
ClientResourceManagerDeployingReport(DeployStatus status, String reportXML)
           
ClientResourcesDeployReport(DeployStatus globalstatus, List<ClientResource> resources)
           
 

Constructor parameters in org.gcube.portlets.admin.vredeployer.shared.deployreport with type arguments of type DeployStatus
ClientCloudReport(DeployStatus globalstatus, List<DeployStatus> itemsStatuses)
           
 



Copyright © 2014. All Rights Reserved.