Uses of Class
org.gcube.informationsystem.glitebridge.resource.site.ServiceType

Packages that use ServiceType
org.gcube.informationsystem.glitebridge.harvester.resource.site   
org.gcube.informationsystem.glitebridge.kimpl.site   
org.gcube.informationsystem.glitebridge.resource.site   
 

Uses of ServiceType in org.gcube.informationsystem.glitebridge.harvester.resource.site
 

Methods in org.gcube.informationsystem.glitebridge.harvester.resource.site that return types with arguments of type ServiceType
static java.util.List<ServiceType> ServiceTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
 

Uses of ServiceType in org.gcube.informationsystem.glitebridge.kimpl.site
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.site that return ServiceType
static ServiceType KServiceType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.site with parameters of type ServiceType
static void KServiceType.store(ServiceType serviceType, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

Uses of ServiceType in org.gcube.informationsystem.glitebridge.resource.site
 

Methods in org.gcube.informationsystem.glitebridge.resource.site that return types with arguments of type ServiceType
 java.util.List<ServiceType> SiteType.getService()
           
 

Method parameters in org.gcube.informationsystem.glitebridge.resource.site with type arguments of type ServiceType
 void SiteType.setService(java.util.List<ServiceType> service)