Class SaWsLookupService


  • public class SaWsLookupService
    extends AbstractService
    This class wraps all methods of the SaClassicConnector. It parses the information, which is fetched from the server to classes useable for web services. JAX-B requires classes to be JavaBeans, because it uses the set/get-Methods. You need a token for calling the methods to perform searches and modifications. For getting a token the logon method has to be called. If the thread is timed out on the backend or if you aren't logged in you will get an exception.
    Author:
    Daniel Manzke(dam)
    • Constructor Summary

      Constructors 
      Constructor Description
      SaWsLookupService()
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String createEntry​(java.lang.String token, java.lang.String definition, java.util.List<SaWsProperty> metadatas)
      Creates a new lookup entry on the backend system with the given metadata and content.
      void deleteEntry​(java.lang.String token, java.lang.String definition, java.lang.String sysrowid)
      Deletes a lookup entry from the backend system.
      void updateEntry​(java.lang.String token, java.lang.String definition, java.lang.String sysrowid, java.util.List<SaWsProperty> metadatas)
      Updates a lookup entry in the backend system with the given metadata.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait