org.openmrs.xml
Class OpenmrsLabelLogic

java.lang.Object
  extended by org.openmrs.xml.OpenmrsLabelLogic
All Implemented Interfaces:
org.simpleframework.xml.graph.LabelLogic

Deprecated. - Use OpenmrsSerializer from Context.getSerializationService.getDefaultSerializer()

@Deprecated
public class OpenmrsLabelLogic
extends java.lang.Object
implements org.simpleframework.xml.graph.LabelLogic

This label logic will convert hibernate proxy class names to their equivalent pojo class names


Constructor Summary
OpenmrsLabelLogic()
          Deprecated.  
 
Method Summary
 java.lang.String getLabel(java.lang.Class field, java.lang.Object value, java.lang.Class real, org.simpleframework.xml.stream.NodeMap node)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenmrsLabelLogic

public OpenmrsLabelLogic()
Deprecated. 
Method Detail

getLabel

public java.lang.String getLabel(java.lang.Class field,
                                 java.lang.Object value,
                                 java.lang.Class real,
                                 org.simpleframework.xml.stream.NodeMap node)
Deprecated. 
Specified by:
getLabel in interface org.simpleframework.xml.graph.LabelLogic
See Also:
LabelLogic.getLabel(java.lang.Class, java.lang.Object, java.lang.Class, org.simpleframework.xml.stream.NodeMap)

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change