Uses of Interface
pl.slawas.entities.NameValuePair

Packages that use NameValuePair
pl.slawas.entities   
pl.slawas.xml   
 

Uses of NameValuePair in pl.slawas.entities
 

Subinterfaces of NameValuePair in pl.slawas.entities
 interface DictionaryWithIntegerId
           
 interface DictionaryWithStringId
           
 

Classes in pl.slawas.entities that implement NameValuePair
 class BooleanEnum
          BooleanEnum - symulacja encji z wartościami boolean w wersji językowej polskiej oraz angielskiej.
 

Methods in pl.slawas.entities that return NameValuePair
static NameValuePair NameValuePairUtils.createNewInstance(java.lang.String name, java.lang.String value)
          Tworzenie nowej implemplementacji i instancje NameValuePair
 

Methods in pl.slawas.entities that return types with arguments of type NameValuePair
static java.util.List<? extends NameValuePair> NameValuePairUtils.searchByName(java.util.List<? extends NameValuePair> source, java.lang.String searchCredentials)
          Metoda przeszukiwania listy obiektów spełniających interface NameValuePair po nazwie.
static java.util.List<? extends NameValuePair> NameValuePairUtils.searchByName(java.util.List<? extends NameValuePair> source, java.lang.String searchCredentials, NameValuePairUtils.SortBy sortBy)
          Metoda przeszukiwania listy obiektów spełniających interface NameValuePair po nazwie.
 

Method parameters in pl.slawas.entities with type arguments of type NameValuePair
static java.util.List<? extends NameValuePair> NameValuePairUtils.searchByName(java.util.List<? extends NameValuePair> source, java.lang.String searchCredentials)
          Metoda przeszukiwania listy obiektów spełniających interface NameValuePair po nazwie.
static java.util.List<? extends NameValuePair> NameValuePairUtils.searchByName(java.util.List<? extends NameValuePair> source, java.lang.String searchCredentials, NameValuePairUtils.SortBy sortBy)
          Metoda przeszukiwania listy obiektów spełniających interface NameValuePair po nazwie.
static void NameValuePairUtils.sortByName(java.util.List<? extends NameValuePair> a)
          Procedura sortowania kolekcji typu List
static void NameValuePairUtils.sortByName(java.util.List<? extends NameValuePair> source, int lo0, int hi0)
          Deprecated. 
static void NameValuePairUtils.sortByValue(java.util.List<? extends NameValuePair> a)
          Procedura sortowania kolekcji typu List po polu Value.
static void NameValuePairUtils.sortByValue(java.util.List<? extends NameValuePair> source, int lo0, int hi0)
          Deprecated. 
 

Uses of NameValuePair in pl.slawas.xml
 

Classes in pl.slawas.xml with type parameters of type NameValuePair
 interface _IXMLNameValuePairResult<NVPObj extends NameValuePair>
          _IXMLNameValuePairResult wynik z obiektem NameValuePair
 class XMLNameValuePairResult<NVPObj extends NameValuePair>
          XMLNameValuePairResult wynik z obiektem NameValuePair, moze być wykorzystywany do konwersji wyniku zapytania.
 

Methods in pl.slawas.xml that return NameValuePair
static NameValuePair XMLNameValuePairUtils.searchInDocumentUniqueValue(java.io.InputStream stream, java.lang.String searchValue)
          Wyszukiwanie pojedynczego obiektu pary nazwa-wartosc w dokumencie XML (występującego jako strymień danych) na podstwie unikalnej wartości
static NameValuePair XMLNameValuePairUtils.searchItemByUniqueValue(org.w3c.dom.Element items, java.lang.String searchValue)
          Wyszukiwanie pojedynczego obiektu pary nazwa-wartosc w elemencie XML na podstwie unikalnej wartości
 

Methods in pl.slawas.xml that return types with arguments of type NameValuePair
static java.util.List<? extends NameValuePair> XMLNameValuePairUtils.readDocument(java.io.InputStream stream)
          Transformacja dokumentu XML do listy obiektów NameValuePair
static java.util.List<? extends NameValuePair> XMLNameValuePairUtils.readItems(org.w3c.dom.Element items)
          Metoda dekodująca elementy dokumentu XML do listy obiektów NameValuePair
 

Methods in pl.slawas.xml with parameters of type NameValuePair
static java.lang.StringBuffer XMLNameValuePairUtils.toXMLItem(NameValuePair source)
          Metoda tworzaca element XML z podanego w parametrze obiektu
 

Method parameters in pl.slawas.xml with type arguments of type NameValuePair
static java.lang.StringBuffer XMLNameValuePairUtils.getXMLDocument(java.util.List<? extends NameValuePair> valuesList)
          Metoda tworząca dokument XML dla listy pogrupowanych obiekow-par nazwa-wartość
static java.lang.StringBuffer XMLNameValuePairUtils.getXMLDocument(java.util.List<? extends NameValuePair> valuesList, java.lang.String xmlId, XMLDocumentTypeDefinition dtd)
          Metoda tworząca dokument XML dla listy pogrupowanych obiekow-par nazwa-wartość
static java.lang.StringBuffer XMLNameValuePairUtils.getXMLDocument(java.util.List<? extends NameValuePair> valuesList, XMLDocumentTypeDefinition dtd)
          Metoda tworząca dokument XML dla listy pogrupowanych obiekow-par nazwa-wartość
 



Copyright © 2014 Sci Software. All Rights Reserved.