Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.flexstor.common.data.RecordData

Uses of RecordData in com.flexstor.common.data
 

Subclasses of RecordData in com.flexstor.common.data
 class AssetRecordData
          The record data object representing an asset
 

Methods in com.flexstor.common.data that return RecordData
 RecordData ActionData.getRecordPerId(long id)
           
 

Methods in com.flexstor.common.data with parameters of type RecordData
 void RecordData.addChildRecord(RecordData record)
           
protected  void RecordData.fillCloneInfo(RecordData clone)
           
 void ActionData.addRecord(RecordData record)
           
 boolean ActionData.deleteRecord(RecordData record)