|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SolutionRelevance
SolutionRelevanceHome
Attribute Name | Attribute Value |
---|---|
atg.repository.query.SupportedQueries | and, comparison, constant, inFolders, includesAny, includes, includesItem, isNull, matchId, not, or, patternMatch, property, propertyOf, unconstrained, patternMatch, textSearch |
references | [/atg/svc/ServiceRepository:Solution.solutionRelevance] |
Property Name | Property Type | Property Description | Flags |
---|---|---|---|
dbHotScore | int | R, W, Cch, Qry | |
dbQOAAScore | int | R, W, Cch, Qry | |
dbTopScore | int | R, W, Cch, Qry | |
hotUseCount | int | R, W, Cch, Qry, Req | |
id | String |
R, W, Cch, Id, Qry, Req | |
isQOAA | boolean | R, W, Cch, Qry, Req | |
lastUseDate | Timestamp |
R, W, Cch, Qry, Req | |
lastViewDate | Timestamp |
R, W, Cch, Qry, Req | |
solutionClassId | String |
R, W, Cch, Qry, Req | |
solutionId | String |
R, W, Cch, Qry, Req | |
useCount | int | R, W, Cch, Qry, Req | |
viewCount | int | R, W, Cch, Qry, Req |
Property dbHotScore: int
getDbHotScore()
setDbHotScore(int)
Property dbQOAAScore: int
getDbQOAAScore()
setDbQOAAScore(int)
Property dbTopScore: int
getDbTopScore()
setDbTopScore(int)
Property hotUseCount: int
getHotUseCount()
setHotUseCount(int)
Property id: String
getId()
setId(java.lang.String)
Property isQOAA: boolean
isIsQOAA()
setIsQOAA(boolean)
Property lastUseDate: Timestamp
getLastUseDate()
setLastUseDate(java.sql.Timestamp)
Property lastViewDate: Timestamp
getLastViewDate()
setLastViewDate(java.sql.Timestamp)
Property solutionClassId: String
getSolutionClassId()
setSolutionClassId(java.lang.String)
Property solutionId: String
getSolutionId()
setSolutionId(java.lang.String)
Property useCount: int
getUseCount()
setUseCount(int)
Property viewCount: int
getViewCount()
setViewCount(int)
Method Summary | |
---|---|
boolean |
_isMutable()
Returns true if the item is mutable. |
void |
copyTo(SolutionRelevance destination)
Copies the property values of this instance to another instance of the same data type. |
int |
decrementHotUseCount()
Decrements the hot use count for the solution and recomputes the score. |
int |
decrementUseCount()
Decrements the use count for the solution and recomputes the score. |
int |
getDbHotScore()
Getter for property dbHotScore |
int |
getDbQOAAScore()
Getter for property dbQOAAScore |
int |
getDbTopScore()
Getter for property dbTopScore |
boolean |
getHasDbHotScore()
Returns true if the value of property dbHotScore is null. |
boolean |
getHasDbQOAAScore()
Returns true if the value of property dbQOAAScore is null. |
boolean |
getHasDbTopScore()
Returns true if the value of property dbTopScore is null. |
int |
getHotScore()
|
int |
getHotUseCount()
Getter for property hotUseCount |
java.lang.String |
getId()
Getter for property id |
java.sql.Timestamp |
getLastUseDate()
Getter for property lastUseDate |
java.sql.Timestamp |
getLastViewDate()
Getter for property lastViewDate |
int |
getQOAAScore()
|
java.lang.String |
getSolutionClassId()
Getter for property solutionClassId |
java.lang.String |
getSolutionId()
Getter for property solutionId |
int |
getTopScore()
|
int |
getUseCount()
Getter for property useCount |
int |
getViewCount()
Getter for property viewCount |
int |
incrementHotUseCount()
Increments the hot use count for the solution and recomputes the score. |
int |
incrementUseCount()
Increments the use count for the solution and recomputes the score. |
int |
incrementViewCount()
Increments the view count for the solution and recomputes the score. |
boolean |
isIsQOAA()
Getter for property isQOAA |
boolean |
isRemoved()
Returns true if the underlying object has been removed. |
void |
prepareInstanceForWrite()
This must be called if the application intends to both read and write the instance in the same transaction, and it intends to do a read before doing a write. |
void |
setDbHotScore(int value)
Setter for property dbHotScore . |
void |
setDbQOAAScore(int value)
Setter for property dbQOAAScore . |
void |
setDbTopScore(int value)
Setter for property dbTopScore . |
void |
setHasDbHotScore(boolean value)
If this is set to false, then the underlying value of property dbHotScore is set to null. |
void |
setHasDbQOAAScore(boolean value)
If this is set to false, then the underlying value of property dbQOAAScore is set to null. |
void |
setHasDbTopScore(boolean value)
If this is set to false, then the underlying value of property dbTopScore is set to null. |
void |
setHotUseCount(int value)
Setter for property hotUseCount . |
void |
setId(java.lang.String value)
Setter for property id . |
void |
setIsQOAA(boolean value)
Setter for property isQOAA . |
void |
setLastUseDate(java.sql.Timestamp value)
Setter for property lastUseDate . |
void |
setLastViewDate(java.sql.Timestamp value)
Setter for property lastViewDate . |
void |
setSolutionClassId(java.lang.String value)
Setter for property solutionClassId . |
void |
setSolutionId(java.lang.String value)
Setter for property solutionId . |
void |
setUseCount(int value)
Setter for property useCount . |
void |
setViewCount(int value)
Setter for property viewCount . |
void |
writeInstance()
This must be called after modifying an instance with a persistent implementation to guarantee that all changes are made persistent and visible to queries. |
Methods inherited from interface javax.ejb.EJBLocalObject |
---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
int getDbHotScore() throws javax.ejb.EJBException
javax.ejb.EJBException
boolean getHasDbHotScore() throws javax.ejb.EJBException
javax.ejb.EJBException
void setDbHotScore(int value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- int
javax.ejb.EJBException
void setHasDbHotScore(boolean value) throws javax.ejb.EJBException
javax.ejb.EJBException
int getDbQOAAScore() throws javax.ejb.EJBException
javax.ejb.EJBException
boolean getHasDbQOAAScore() throws javax.ejb.EJBException
javax.ejb.EJBException
void setDbQOAAScore(int value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- int
javax.ejb.EJBException
void setHasDbQOAAScore(boolean value) throws javax.ejb.EJBException
javax.ejb.EJBException
int getDbTopScore() throws javax.ejb.EJBException
javax.ejb.EJBException
boolean getHasDbTopScore() throws javax.ejb.EJBException
javax.ejb.EJBException
void setDbTopScore(int value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- int
javax.ejb.EJBException
void setHasDbTopScore(boolean value) throws javax.ejb.EJBException
javax.ejb.EJBException
int getHotUseCount() throws javax.ejb.EJBException
javax.ejb.EJBException
void setHotUseCount(int value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- int
javax.ejb.EJBException
java.lang.String getId() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setId(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
boolean isIsQOAA() throws javax.ejb.EJBException
javax.ejb.EJBException
void setIsQOAA(boolean value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- boolean
javax.ejb.EJBException
java.sql.Timestamp getLastUseDate() throws javax.ejb.EJBException
Timestamp
javax.ejb.EJBException
void setLastUseDate(java.sql.Timestamp value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- Timestamp
javax.ejb.EJBException
java.sql.Timestamp getLastViewDate() throws javax.ejb.EJBException
Timestamp
javax.ejb.EJBException
void setLastViewDate(java.sql.Timestamp value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- Timestamp
javax.ejb.EJBException
java.lang.String getSolutionClassId() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setSolutionClassId(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
java.lang.String getSolutionId() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setSolutionId(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
int getUseCount() throws javax.ejb.EJBException
javax.ejb.EJBException
void setUseCount(int value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- int
javax.ejb.EJBException
int getViewCount() throws javax.ejb.EJBException
javax.ejb.EJBException
void setViewCount(int value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- int
javax.ejb.EJBException
boolean isRemoved() throws javax.ejb.EJBException
javax.ejb.EJBException
void copyTo(SolutionRelevance destination) throws javax.ejb.EJBException
javax.ejb.EJBException
void writeInstance() throws javax.ejb.EJBException
javax.ejb.EJBException
void prepareInstanceForWrite() throws javax.ejb.EJBException
javax.ejb.EJBException
boolean _isMutable()
int incrementUseCount() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredint decrementUseCount() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredint incrementViewCount() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredint incrementHotUseCount() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredint decrementHotUseCount() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredint getHotScore() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredint getTopScore() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredint getQOAAScore() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |