Class AddressWrapper
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddecodeProvince(Object source, Object destination) Decode provinceId using countryid and province codevoidMappa 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
-
Constructor Details
-
AddressWrapper
public AddressWrapper()
-
-
Method Details
-
obj2dto
Description copied from class:overit.geocallapp.wfm.ws.wswrapper.WSObjectWrapperMappa i campi di un oggetto generico nei campi di un object sulla base del file di configurazione.- Overrides:
obj2dtoin classoverit.geocallapp.wfm.ws.wswrapper.WSObjectWrapper- Parameters:
source- the source objectdestination- the destination object- Throws:
DAValidateException- the DA validate exceptionDAException- 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} objectdestination- the destinationBOAddressobject- Throws:
DAValidateException- the DA validate exceptionDAException- the DA exception
-