java.lang.Object
overit.geocallapp.wfm.ws.wswrapper.WSObjectWrapper
overit.geocallapp.wfm.core.soap.addresses.address.v1.AddressWrapper
All Implemented Interfaces:
Serializable, Identified

public class AddressWrapper extends overit.geocallapp.wfm.ws.wswrapper.WSObjectWrapper
See Also:
  • Field Summary

    Fields inherited from class overit.geocallapp.wfm.ws.wswrapper.WSObjectWrapper

    _dbFields, _fields, _name, _sConfigFileName, _xmlConfig, FACTORY_PATH
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    decodeProvince(Object source, Object destination)
    Decode provinceId using countryid and province code
    void
    obj2dto(Object source, Object destination)
    Mappa i campi di un oggetto generico nei campi di un object sulla base del file di configurazione.

    Methods inherited from class overit.geocallapp.wfm.ws.wswrapper.WSObjectWrapper

    dto2obj, getDBFields, getFieldObject, getFieldObject, getFieldValue, getIdentity, getName, initialize, isArray, isArray, isList, isList, map2obj, obj2dto, obj2map, setConfigFileName, setConfigXml, setFieldValue, setIdentity

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AddressWrapper

      public AddressWrapper()
  • Method Details

    • obj2dto

      public void obj2dto(Object source, Object destination) throws DAValidateException, DAException
      Description copied from class: overit.geocallapp.wfm.ws.wswrapper.WSObjectWrapper
      Mappa i campi di un oggetto generico nei campi di un object sulla base del file di configurazione.
      Overrides:
      obj2dto in class overit.geocallapp.wfm.ws.wswrapper.WSObjectWrapper
      Parameters:
      source - the source object
      destination - the destination object
      Throws:
      DAValidateException - the DA validate exception
      DAException - the DA exception
    • decodeProvince

      protected void decodeProvince(Object source, Object destination) throws DAValidateException, DAException
      Decode provinceId using countryid and province code
      Parameters:
      source - the source {link Address} object
      destination - the destination BOAddress object
      Throws:
      DAValidateException - the DA validate exception
      DAException - the DA exception