Uses of Class
wt.csm.ranking.RankingData

Packages that use RankingData
wt.csm.ranking   
wt.csm.ranking.service   
wt.export   
 

Uses of RankingData in wt.csm.ranking
 

Methods in wt.csm.ranking that return RankingData
static RankingData RankingData.newRankingData(RankingContext context, ClassificationNode node)
          

Supported API: false
 RankingData NodeRankData.getRankData()
          Gets the object for the association that plays role: RANK_DATA_ROLE.
 RankingData ContextRankData.getRankData()
          Gets the object for the association that plays role: RANK_DATA_ROLE.
 

Methods in wt.csm.ranking with parameters of type RankingData
protected  boolean RankingData.readVersion(RankingData thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void NodeRankData.setRankData(RankingData rankData)
          Sets the object for the association that plays role: RANK_DATA_ROLE.
static NodeRankData NodeRankData.newNodeRankData(ClassificationNode node, RankingData rankData)
          Default factory for the class.
 void ContextRankData.setRankData(RankingData rankData)
          Sets the object for the association that plays role: RANK_DATA_ROLE.
static ContextRankData ContextRankData.newContextRankData(RankingContext context, RankingData rankData)
          Default factory for the class.
 

Uses of RankingData in wt.csm.ranking.service
 

Methods in wt.csm.ranking.service that return RankingData
static RankingData RankingObjectsFactory.newRankingData(RankingDataDefaultView liteRankData)
          

Supported API: false
 RankingData[] RankingDBService.getRankingData(RankingContextDefaultView liteContext)
          Return all of RankingData which use the given RankingContext..
 RankingData[] RankingDBService.getEquivalentRankingData(RankingDataDefaultView liteRankingData)
          Return all of RankingData which use the given RankingContext..
 RankingData[] RankingDBService.getEquivalentRankingData(DefaultLiteIBAReferenceable ref)
          Return all of RankingData which use the given RankingContext..
 RankingData RankingDBService.refreshRankingData(DefaultLiteIBAReferenceable ref)
          Return all of RankingData which use the given RankingContext..
 

Methods in wt.csm.ranking.service with parameters of type RankingData
static RankingDataDefaultView RankingObjectsFactory.newRankingDataDefaultView(RankingData rankData)
          

Supported API: false
 

Uses of RankingData in wt.export
 

Methods in wt.export with parameters of type RankingData
 void RankingDataExport.write(RankingData rd, String rankableClassname, String criterionClassname, String partName)