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

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

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

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

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

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

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

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

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

Method parameters in org.gcube.informationsystem.glitebridge.resource.site with type arguments of type CESEBindType
 void SiteType.setCESEBind(java.util.List<CESEBindType> ceSEBind)