|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.repository.beans.methods.BaseMethods
atg.svc.repository.beans.methods.SolutionRelevanceMethods
public class SolutionRelevanceMethods
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
Constructor Summary | |
---|---|
SolutionRelevanceMethods()
|
Method Summary | |
---|---|
int |
decrementHotUseCount(SolutionRelevance pSolutionRelevance)
Decrements the hot use count for the solution and recomputes the score. |
int |
decrementUseCount(SolutionRelevance pSolutionRelevance)
Decrements the use count for the solution and recomputes the score. |
int |
getHotScore(SolutionRelevance pSolutionRelevance)
Gets the hot score if not already computed it's computes. |
int |
getQOAAScore(SolutionRelevance pSolutionRelevance)
Gets the qoaa score if not already computed it's computes. |
int |
getTopScore(SolutionRelevance pSolutionRelevance)
Gets the top score if not already computed it's computes. |
int |
incrementHotUseCount(SolutionRelevance pSolutionRelevance)
Increments the hot use count for the solution and recomputes the score. |
int |
incrementUseCount(SolutionRelevance pSolutionRelevance)
Increments the use count for the solution and recomputes the score. |
int |
incrementViewCount(SolutionRelevance pSolutionRelevance)
Increments the view count for the solution and recomputes the score. |
Methods inherited from class atg.svc.repository.beans.methods.BaseMethods |
---|
getServiceFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CLASS_VERSION
Constructor Detail |
---|
public SolutionRelevanceMethods()
Method Detail |
---|
public int incrementUseCount(SolutionRelevance pSolutionRelevance)
public int decrementUseCount(SolutionRelevance pSolutionRelevance)
public int incrementViewCount(SolutionRelevance pSolutionRelevance)
public int incrementHotUseCount(SolutionRelevance pSolutionRelevance)
public int decrementHotUseCount(SolutionRelevance pSolutionRelevance)
public int getHotScore(SolutionRelevance pSolutionRelevance)
public int getTopScore(SolutionRelevance pSolutionRelevance)
public int getQOAAScore(SolutionRelevance pSolutionRelevance)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |