org.kuali.rice.krad.service.impl
Class BusinessObjectSerializerServiceImpl
java.lang.Object
org.kuali.rice.krad.service.impl.SerializerServiceBase
org.kuali.rice.krad.service.impl.BusinessObjectSerializerServiceImpl
- All Implemented Interfaces:
- BusinessObjectSerializerService, SerializerService
- Direct Known Subclasses:
- BusinessObjectSerializerServiceImpl
public class BusinessObjectSerializerServiceImpl
- extends SerializerServiceBase
- implements BusinessObjectSerializerService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BusinessObjectSerializerServiceImpl
public BusinessObjectSerializerServiceImpl()
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.