public class SrvFieldShoppingCartWriterXml extends Object implements org.beigesoft.replicator.service.ISrvFieldWriter
Service to write ShoppingCart owned entity as ID.
| Constructor and Description |
|---|
SrvFieldShoppingCartWriterXml() |
| Modifier and Type | Method and Description |
|---|---|
org.beigesoft.service.IUtilXml |
getUtilXml()
Getter for utilXml.
|
void |
setUtilXml(org.beigesoft.service.IUtilXml pUtilXml)
Setter for utilXml.
|
void |
write(Map<String,Object> pAddParam,
Object pField,
String pFieldName,
Writer pWriter)
Write standard field of entity into a stream
(writer - file or pass it through network).
|
public final void write(Map<String,Object> pAddParam, Object pField, String pFieldName, Writer pWriter) throws Exception
Write standard field of entity into a stream (writer - file or pass it through network).
write in interface org.beigesoft.replicator.service.ISrvFieldWriterpAddParam - additional params (e.g. exclude fields set)pField - valuepFieldName - Field NamepWriter - writerException - - an exceptionpublic final org.beigesoft.service.IUtilXml getUtilXml()
Getter for utilXml.
public final void setUtilXml(org.beigesoft.service.IUtilXml pUtilXml)
Setter for utilXml.
pUtilXml - referenceCopyright © 2017–2018. All rights reserved.