Uses of Class
de.knipp.rritoolkit.KVList

Packages that use KVList
de.knipp.rritoolkit   
de.knipp.rritoolkit.dns   
de.knipp.rritoolkit.message   
de.knipp.rritoolkit.request   
 

Uses of KVList in de.knipp.rritoolkit
 

Fields in de.knipp.rritoolkit declared as KVList
 KVList KVMultiList.Section.list
          the key-value list
private  KVList KVMultiList.mainList
          the main key-value list
 

Fields in de.knipp.rritoolkit with type parameters of type KVList
private  java.util.Map<KVList,KVMultiList.Section> KVMultiList.listMap
          the map from the list to the section
 

Methods in de.knipp.rritoolkit that return KVList
 KVList KVMultiList.getFirstSection(java.lang.String name)
          return the first section with the given name
 KVList KVMultiList.getMainSection()
          return the main section
 KVList KVMultiList.newSection(java.lang.String... names)
          create a new section with the given name(s)
 KVList Codec.requestToList(Request req)
          convert the given request to a list
 

Methods in de.knipp.rritoolkit that return types with arguments of type KVList
 java.util.List<KVList> KVMultiList.getSections(java.lang.String name)
          return the subsections with the given name
 java.util.Iterator<KVList> KVMultiList.getSubsections()
          return an iterator over all subsections
 

Methods in de.knipp.rritoolkit with parameters of type KVList
protected  void Codec.addList(KVList list, java.lang.StringBuilder sb)
          add a key-value list to the given string builder
 void KVMultiList.addSection(KVList list, java.lang.String... names)
          add the given list as a new section
 void ContactData.fromList(KVList list)
          parse the given key-value list.
 java.lang.String[] KVMultiList.getSectionNames(KVList list)
          return the subsection names of the given list.
 java.lang.String Codec.listToString(KVList list)
          convert a key-value list to a string
 void KVMultiList.removeSection(KVList list)
          remove the section represented by the given list
 void ContactData.toList(KVList list)
          convert the object to a KV list as part of a contact request
 void DomainData.toList(KVList list, boolean addDns)
          convert the object to a KV list as part of a domain request (create, update, chholder, chprov, delete)
 

Uses of KVList in de.knipp.rritoolkit.dns
 

Methods in de.knipp.rritoolkit.dns with parameters of type KVList
static java.util.List<DnsEntry> DnsEntry.allFromList(KVList list, java.lang.String encodedDomainName)
          create an instances from the given key-value list
 void DnsEntryMX.toList(KVList list)
          convert the instance to an entry in the given list
 void DnsEntryDNSKEY.toList(KVList list)
          convert the instance to an entry in the given list
 void DnsEntryAddress.toList(KVList list)
          convert the instance to an entry in the given list
 void DnsEntryNS.toList(KVList list)
          convert the instance to an entry in the given list
abstract  void DnsEntry.toList(KVList list)
          converts the instance to an entry in the given list
 

Uses of KVList in de.knipp.rritoolkit.message
 

Methods in de.knipp.rritoolkit.message with parameters of type KVList
protected  void ChangeProvMessageBase.dataFromList(KVList list)
          setup the object's data from the given list.
protected  void ExpireMessageBase.dataFromList(KVList list)
          setup the object's data from the given list.
protected abstract  void Message.dataFromList(KVList list)
          setups the object's data from the given list.
protected  void AuthInfo2NotifyMessage.dataFromList(KVList list)
          setup the object's data from the given list.
protected  void AuthInfoExpireMessage.dataFromList(KVList list)
          setup the object's data from the given list.
protected  void DeleteLegalMessage.dataFromList(KVList list)
          setup the object's data from the given list.
static Message Message.fromList(KVList list)
          initializes the instance from the given key-value multi-list
 

Uses of KVList in de.knipp.rritoolkit.request
 

Methods in de.knipp.rritoolkit.request with parameters of type KVList
protected  void LoginRequest.requestToKVList(KVList list)
          method that needs to be implemented by subclasses for the key-value list conversion
protected  void DomainInfoRequest.requestToKVList(KVList list)
          method that needs to be implemented by subclasses for the key-value list conversion
protected  void QueueReadRequest.requestToKVList(KVList list)
          method that needs to be implemented by subclasses for the key-value list conversion
protected  void LogoutRequest.requestToKVList(KVList list)
          method that needs to be implemented by subclasses for the key-value list conversion
protected  void DomainDataRequest.requestToKVList(KVList list)
          method that needs to be implemented by subclasses for the key-value list conversion
protected abstract  void Request.requestToKVList(KVList list)
          method that needs to be implemented by subclasses for the key-value list conversion
protected  void AuthInfo1CreateRequest.requestToKVList(KVList list)
          method that needs to be implemented by subclasses for the key-value list conversion
protected  void ContactInfoRequest.requestToKVList(KVList list)
          method that needs to be implemented by subclasses for the key-value list conversion
protected  void ContactCreateRequest.requestToKVList(KVList list)
          method that needs to be implemented by subclasses for the key-value list conversion
protected  void ContactCheckRequest.requestToKVList(KVList list)
          method that needs to be implemented by subclasses for the key-value list conversion
protected  void QueueDeleteRequest.requestToKVList(KVList list)
          method that needs to be implemented by subclasses for the key-value list conversion
protected  void DomainTransitRequest.requestToKVList(KVList list)
          method that needs to be implemented by subclasses for the key-value list conversion
protected  void DomainMigrateDescrRequest.requestToKVList(KVList list)
          method that needs to be implemented by subclasses for the key-value list conversion
protected  void DomainSimpleRequest.requestToKVList(KVList list)
          method that needs to be implemented by subclasses for the key-value list conversion
protected  void ContactUpdateRequest.requestToKVList(KVList list)
          method that needs to be implemented by subclasses for the key-value list conversion
 void Request.toList(KVList list)
          convert the request to a key-value list
 



Copyright © 2005-2011 Knipp Medien und Kommunikation GmbH