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

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

Deprecated. Use DataObjectSerializerServiceImpl.

@Deprecated
public class BusinessObjectSerializerServiceImpl
extends SerializerServiceBase
implements BusinessObjectSerializerService

Author:
Kuali Rice Team (rice.collab@kuali.org)

Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.krad.service.impl.SerializerServiceBase
SerializerServiceBase.AutoPopulatingListConverter, SerializerServiceBase.ProxyAndStateAwareJavaReflectionProvider, SerializerServiceBase.ProxyConverter
 
Field Summary
 
Fields inherited from class org.kuali.rice.krad.service.impl.SerializerServiceBase
evaluators, legacyDataAdapter, serializationStates, xmlObjectSerializerService, xstream
 
Constructor Summary
BusinessObjectSerializerServiceImpl()
          Deprecated.  
 
Method Summary
protected  DocumentDictionaryService getDocumentDictionaryService()
          Deprecated.  
 PropertySerializabilityEvaluator getPropertySerizabilityEvaluator(Object businessObject)
          Deprecated. Get the appropriate PropertySerializabilityEvaluator for the given dataObject.
 void setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService)
          Deprecated.  
 
Methods inherited from class org.kuali.rice.krad.service.impl.SerializerServiceBase
createNewDocumentSerializationState, getXmlObjectSerializerService, ignoreField, serializeBusinessObjectToXml, setLegacyDataAdapter, setXmlObjectSerializerService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.service.BusinessObjectSerializerService
serializeBusinessObjectToXml
 

Constructor Detail

BusinessObjectSerializerServiceImpl

public BusinessObjectSerializerServiceImpl()
Deprecated. 
Method Detail

getPropertySerizabilityEvaluator

public PropertySerializabilityEvaluator getPropertySerizabilityEvaluator(Object businessObject)
Deprecated. 
Description copied from class: SerializerServiceBase
Get the appropriate PropertySerializabilityEvaluator for the given dataObject.

Specified by:
getPropertySerizabilityEvaluator in class SerializerServiceBase
Parameters:
businessObject - the data object
Returns:
the evaluator

getDocumentDictionaryService

protected DocumentDictionaryService getDocumentDictionaryService()
Deprecated. 

setDocumentDictionaryService

public void setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService)
Deprecated. 


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.