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

Packages that use Service2ServiceType
org.gcube.informationsystem.glitebridge.kimpl.site   
org.gcube.informationsystem.glitebridge.resource.site   
 

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

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

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

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

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

Method parameters in org.gcube.informationsystem.glitebridge.resource.site with type arguments of type Service2ServiceType
 void SiteType.setService2Service(java.util.List<Service2ServiceType> service2Service)