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

Packages that use SIFObject
systemic.sif.sbpframework.common.utils   
systemic.sif.sbpframework.persist.dao   
systemic.sif.sbpframework.persist.model   
systemic.sif.sbpframework.persist.servcie   
 

Uses of SIFObject in systemic.sif.sbpframework.common.utils
 

Methods in systemic.sif.sbpframework.common.utils that return SIFObject
 SIFObject SIFObjectMetadataCache.getObjectMetadata(java.lang.String sifObjectName)
          This method returns the metadata information for the given SIF Object Name.
 

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

Methods in systemic.sif.sbpframework.persist.dao that return types with arguments of type SIFObject
 java.util.List<SIFObject> SIFObjectMetadataDAO.getAllSIFObjectData()
          This method returns all Data related to all SIF Objects configured in the SCF_OBJECT and related tables.
 

Uses of SIFObject in systemic.sif.sbpframework.persist.model
 

Fields in systemic.sif.sbpframework.persist.model declared as SIFObject
 SIFObject DependentObjectInfo.parentObject
           
 

Methods in systemic.sif.sbpframework.persist.model that return SIFObject
 SIFObject DependentObjectInfo.getParentObject()
           
 

Methods in systemic.sif.sbpframework.persist.model with parameters of type SIFObject
 void DependentObjectInfo.setParentObject(SIFObject parentObject)
           
 

Constructors in systemic.sif.sbpframework.persist.model with parameters of type SIFObject
DependentObjectInfo(java.lang.Long id, SIFObject parentObject, java.lang.Boolean listOfObjects, java.lang.String xpathToList)
           
 

Uses of SIFObject in systemic.sif.sbpframework.persist.servcie
 

Methods in systemic.sif.sbpframework.persist.servcie that return types with arguments of type SIFObject
 java.util.List<SIFObject> SIFObjectMetadataService.getAllSIFObjectMetadata()
          This method returns all Data related to all SIF Objects configured in the SCF_OBJECT and related tables.