org.kuali.rice.krad.service.impl
Class BusinessObjectSerializerServiceImpl

java.lang.Object
  extended by org.kuali.rice.krad.service.impl.SerializerServiceBase
      extended by org.kuali.rice.krad.service.impl.BusinessObjectSerializerServiceImpl
All Implemented Interfaces:
BusinessObjectSerializerService, SerializerService
Direct Known Subclasses:
BusinessObjectSerializerServiceImpl

public class BusinessObjectSerializerServiceImpl
extends SerializerServiceBase
implements BusinessObjectSerializerService


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.krad.service.impl.SerializerServiceBase
SerializerServiceBase.ProxyAndStateAwareJavaReflectionProvider, SerializerServiceBase.ProxyConverter
 
Field Summary
 
Fields inherited from class org.kuali.rice.krad.service.impl.SerializerServiceBase
evaluators, persistenceService, serializationStates, xmlObjectSerializerService, xstream
 
Constructor Summary
BusinessObjectSerializerServiceImpl()
           
 
Method Summary
protected  DocumentDictionaryService getDocumentDictionaryService()
           
 PropertySerializabilityEvaluator getPropertySerizabilityEvaluator(Object businessObject)
           
 String serializeBusinessObjectToXml(Object businessObject)
          Serializes a document for routing
 void setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService)
           
 
Methods inherited from class org.kuali.rice.krad.service.impl.SerializerServiceBase
createNewDocumentSerializationState, getPersistenceService, getXmlObjectSerializerService, setPersistenceService, setXmlObjectSerializerService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessObjectSerializerServiceImpl

public BusinessObjectSerializerServiceImpl()
Method Detail

serializeBusinessObjectToXml

public String serializeBusinessObjectToXml(Object businessObject)
Serializes a document for routing

Specified by:
serializeBusinessObjectToXml in interface BusinessObjectSerializerService
See Also:
org.kuali.rice.krad.service.DocumentSerializerService#serializeDocumentToXml(org.kuali.rice.krad.document.Document)

getPropertySerizabilityEvaluator

public PropertySerializabilityEvaluator getPropertySerizabilityEvaluator(Object businessObject)

getDocumentDictionaryService

protected DocumentDictionaryService getDocumentDictionaryService()

setDocumentDictionaryService

public void setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.