apps.remotecontrol.networkmanager.managers.syncmanager
Class SyncRenderer

java.lang.Object
  extended by apps.remotecontrol.networkmanager.managers.syncmanager.SyncRenderer

public class SyncRenderer
extends java.lang.Object

The Class SyncRenderer.


Constructor Summary
SyncRenderer()
           
 
Method Summary
 float getMaskValue(java.lang.Short attribute)
          Gets the mask value.
 void removeDataMask(java.lang.Short attribute)
          Removes the data mask.
 void renderSyncData(OrthoContentItem item, java.util.Map<java.lang.Short,java.lang.Object> itemAttrs)
          Render sync data.
 void resetDataMasks()
          Reset data masks.
 void setDataMask(java.lang.Short attribute, float value)
          Sets the data mask.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncRenderer

public SyncRenderer()
Method Detail

getMaskValue

public float getMaskValue(java.lang.Short attribute)
Gets the mask value.

Parameters:
attribute - the attribute
Returns:
the mask value

removeDataMask

public void removeDataMask(java.lang.Short attribute)
Removes the data mask.

Parameters:
attribute - the attribute

renderSyncData

public void renderSyncData(OrthoContentItem item,
                           java.util.Map<java.lang.Short,java.lang.Object> itemAttrs)
Render sync data.

Parameters:
item - the item
itemAttrs - the item attrs

resetDataMasks

public void resetDataMasks()
Reset data masks.


setDataMask

public void setDataMask(java.lang.Short attribute,
                        float value)
Sets the data mask.

Parameters:
attribute - the attribute
value - the value