Uses of Class
systemic.sif.sbpframework.persist.model.ObjectZoneSync

Packages that use ObjectZoneSync
systemic.sif.sbpframework.persist.dao   
 

Uses of ObjectZoneSync in systemic.sif.sbpframework.persist.dao
 

Methods in systemic.sif.sbpframework.persist.dao that return ObjectZoneSync
 ObjectZoneSync ObjectSyncInfoDAO.retrieve(java.lang.String sifObjectName, java.lang.String agentId, java.lang.String zoneID)
          This method attempts to retrieve the ObjectZoneSync element for the given SIF Object and Zone ID.
 

Methods in systemic.sif.sbpframework.persist.dao with parameters of type ObjectZoneSync
 void ObjectSyncInfoDAO.save(ObjectZoneSync objectZoneSync)
          Saves the given ObjectZoneSync to the DB.