|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SolutionRelevanceHome
Finder Name | Finder Description | Returns |
---|---|---|
findByPrimaryKey | one | |
findAll | Finds all SolutionRelevance | many |
findBatch | Retrieves a batch of SolutionRelevance ordered by SolutionRelevance id starting with items greater than the last SolutionRelevance id from the previous batch | many |
findByHotScore | Find n Solutions by hot score | many |
findByHotScoreASC | Find n Solutions ascending order by hot score | many |
findByHotScoreSolutionClassId | Find n Solutions by hot score for a particular solution class | many |
findByHotScoreSolutionClassIdASC | Find n Solutions (ascending order) by hot score for a particular solution class | many |
findByHotUseCount | Find top n Solutions by hot use count | many |
findByHotUseCountASC | Find top n Solutions (ascending order) by hot use count | many |
findByHotUseCountSolutionClassId | Find top n Solutions by hot use count | many |
findByHotUseCountSolutionClassIdASC | Find top n Solutions (ascending order) by hot use count | many |
findByNullHotScore | Find n Solutions that dont have a hot score yet | many |
findByNullQoaaScore | Find n Solutions that dont have a QOAA score yet | many |
findByNullScore | Find n Solutions that dont have either of the scores - hot, top or qoaa | many |
findByNullTopScore | Find n Solutions that dont have a top score yet | many |
findByQoaaScore | Find n Solutions by QOAA score | many |
findByQoaaScoreASC | Find n Solutions (ascending order) by QOAA score | many |
findByQoaaScoreSolutionClassId | Find n Solutions by QOAA score for a particular solution class | many |
findByQoaaScoreSolutionClassIdASC | Find n Solutions (ascending order) by QOAA score for a particular solution class | many |
findBySolutionClassId | Find items by SolutionClass | many |
findBySolutionId | Find item by Solution | one |
findByTopScore | Find n Solutions by top score | many |
findByTopScoreASC | Find n Solutions (ascending order) by top score | many |
findByTopScoreSolutionClassId | Find n Solutions by top score for a particular solution class | many |
findByTopScoreSolutionClassIdASC | Find n Solutions (ascending order) by top score for a particular solution class | many |
findByUseCount | Find top n Solutions by use count | many |
countByUseCount | counts solutions with useCount value same or greater than lowerUseCount and lower than upperUseCount | count |
findByUseCountASC | Find top n Solutions (ascending order) by use count | many |
findByUseCountAndLastUse | Find top n Solutions by use count that were last used since lastUseDate | many |
findByUseCountAndLastUseASC | Find top n Solutions (ascending order) by use count that were last used since lastUseDate | many |
findByUseCountSolutionClassId | Find top n Solutions by use count and solution class | many |
findByUseCountSolutionClassIdASC | Find top n Solutions (ascending order) by use count and solution class | many |
findByViewCount | Find top n Solutions by view count | many |
findByViewCountASC | Find top n Solutions (ascending order) by view count | many |
findByViewCountSolutionClassId | Find top n Solutions by view count | many |
findByViewCountSolutionClassIdASC | Find top n Solutions (ascending order) by view count | many |
findFirstBatch | Retrieves the first batch of SolutionRelevance ordered by SolutionRelevance id | many |
findTopByUseCountAndLastUseDatesASC | Find top n Solutions (ascending order) by use count that were last used after or on lastUsedBeforeDate and before or on lastUsedAfterDate | many |
findTopByUseCountAndLastUseDatesDesc | Find top n Solutions by use count that were last used after or on lastUsedBeforeDate and before or on lastUsedAfterDate | many |
Method Summary | |
---|---|
int |
countByUseCount(int lowerUseCount,
int upperUseCount)
counts solutions with useCount value same or greater than lowerUseCount and lower than upperUseCount |
SolutionRelevance |
create()
Returns a new instance. |
SolutionRelevance |
create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
java.util.Collection |
findAll()
Finds all SolutionRelevance |
java.util.Collection |
findBatch(java.lang.String solutionRelevanceId,
int numItems)
Retrieves a batch of SolutionRelevance ordered by SolutionRelevance id starting with items greater than the last SolutionRelevance id from the previous batch |
java.util.Collection |
findByHotScore(int startingIndex,
int numItems)
Find n Solutions by hot score |
java.util.Collection |
findByHotScoreASC(int startingIndex,
int numItems)
Find n Solutions ascending order by hot score |
java.util.Collection |
findByHotScoreSolutionClassId(java.lang.String solutionClassId,
int startingIndex,
int numItems)
Find n Solutions by hot score for a particular solution class |
java.util.Collection |
findByHotScoreSolutionClassIdASC(java.lang.String solutionClassId,
int startingIndex,
int numItems)
Find n Solutions (ascending order) by hot score for a particular solution class |
java.util.Collection |
findByHotUseCount(int startingIndex,
int numItems)
Find top n Solutions by hot use count |
java.util.Collection |
findByHotUseCountASC(int startingIndex,
int numItems)
Find top n Solutions (ascending order) by hot use count |
java.util.Collection |
findByHotUseCountSolutionClassId(java.lang.String solutionClassId,
int startingIndex,
int numItems)
Find top n Solutions by hot use count |
java.util.Collection |
findByHotUseCountSolutionClassIdASC(java.lang.String solutionClassId,
int startingIndex,
int numItems)
Find top n Solutions (ascending order) by hot use count |
java.util.Collection |
findByNullHotScore(int startingIndex,
int numItems)
Find n Solutions that dont have a hot score yet |
java.util.Collection |
findByNullQoaaScore(int startingIndex,
int numItems)
Find n Solutions that dont have a QOAA score yet |
java.util.Collection |
findByNullScore(int startingIndex,
int numItems)
Find n Solutions that dont have either of the scores - hot, top or qoaa |
java.util.Collection |
findByNullTopScore(int startingIndex,
int numItems)
Find n Solutions that dont have a top score yet |
SolutionRelevance |
findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
java.util.Collection |
findByQoaaScore(int startingIndex,
int numItems)
Find n Solutions by QOAA score |
java.util.Collection |
findByQoaaScoreASC(int startingIndex,
int numItems)
Find n Solutions (ascending order) by QOAA score |
java.util.Collection |
findByQoaaScoreSolutionClassId(java.lang.String solutionClassId,
int startingIndex,
int numItems)
Find n Solutions by QOAA score for a particular solution class |
java.util.Collection |
findByQoaaScoreSolutionClassIdASC(java.lang.String solutionClassId,
int startingIndex,
int numItems)
Find n Solutions (ascending order) by QOAA score for a particular solution class |
java.util.Collection |
findBySolutionClassId(java.lang.String solutionClassId)
Find items by SolutionClass |
SolutionRelevance |
findBySolutionId(java.lang.String solutionId)
Find item by Solution |
java.util.Collection |
findByTopScore(int startingIndex,
int numItems)
Find n Solutions by top score |
java.util.Collection |
findByTopScoreASC(int startingIndex,
int numItems)
Find n Solutions (ascending order) by top score |
java.util.Collection |
findByTopScoreSolutionClassId(java.lang.String solutionClassId,
int startingIndex,
int numItems)
Find n Solutions by top score for a particular solution class |
java.util.Collection |
findByTopScoreSolutionClassIdASC(java.lang.String solutionClassId,
int startingIndex,
int numItems)
Find n Solutions (ascending order) by top score for a particular solution class |
java.util.Collection |
findByUseCount(int startingIndex,
int numItems)
Find top n Solutions by use count |
java.util.Collection |
findByUseCountAndLastUse(java.util.Date lastUseDate,
int startingIndex,
int numItems)
Find top n Solutions by use count that were last used since lastUseDate |
java.util.Collection |
findByUseCountAndLastUseASC(java.util.Date lastUseDate,
int startingIndex,
int numItems)
Find top n Solutions (ascending order) by use count that were last used since lastUseDate |
java.util.Collection |
findByUseCountASC(int startingIndex,
int numItems)
Find top n Solutions (ascending order) by use count |
java.util.Collection |
findByUseCountSolutionClassId(java.lang.String solutionClassId,
int startingIndex,
int numItems)
Find top n Solutions by use count and solution class |
java.util.Collection |
findByUseCountSolutionClassIdASC(java.lang.String solutionClassId,
int startingIndex,
int numItems)
Find top n Solutions (ascending order) by use count and solution class |
java.util.Collection |
findByViewCount(int startingIndex,
int numItems)
Find top n Solutions by view count |
java.util.Collection |
findByViewCountASC(int startingIndex,
int numItems)
Find top n Solutions (ascending order) by view count |
java.util.Collection |
findByViewCountSolutionClassId(java.lang.String solutionClassId,
int startingIndex,
int numItems)
Find top n Solutions by view count |
java.util.Collection |
findByViewCountSolutionClassIdASC(java.lang.String solutionClassId,
int startingIndex,
int numItems)
Find top n Solutions (ascending order) by view count |
java.util.Collection |
findFirstBatch(int numItems)
Retrieves the first batch of SolutionRelevance ordered by SolutionRelevance id |
java.util.Collection |
findTopByUseCountAndLastUseDatesASC(java.util.Date lastUsedBeforeDate,
java.util.Date lastUsedAfterDate,
int startingIndex,
int numItems)
Find top n Solutions (ascending order) by use count that were last used after or on lastUsedBeforeDate and before or on lastUsedAfterDate |
java.util.Collection |
findTopByUseCountAndLastUseDatesDesc(java.util.Date lastUsedBeforeDate,
java.util.Date lastUsedAfterDate,
int startingIndex,
int numItems)
Find top n Solutions by use count that were last used after or on lastUsedBeforeDate and before or on lastUsedAfterDate |
SolutionRelevance |
wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
java.util.Collection |
wrapRepositoryItems(java.util.Collection pRepositoryItems)
|
Methods inherited from interface javax.ejb.EJBLocalHome |
---|
remove |
Method Detail |
---|
SolutionRelevance create() throws javax.ejb.CreateException, javax.ejb.EJBException
ServiceSharedHomes
factory was obtained. If the instance is backed by a persistent implementation, it may not actually be persisted until SolutionRelevance.writeInstance()
is called on the instance (and the transaction is committed, if the implementation is transaction-aware).
javax.ejb.CreateException
javax.ejb.EJBException
SolutionRelevance create(java.lang.String pId) throws javax.ejb.CreateException, javax.ejb.EJBException
ServiceSharedHomes
factory was obtained. If the instance is backed by a persistent implementation, it may not actually be persisted until SolutionRelevance.writeInstance()
is called on the instance (and the transaction is committed, if the implementation is transaction-aware).
javax.ejb.CreateException
javax.ejb.EJBException
SolutionRelevance findByPrimaryKey(java.lang.String primaryKey) throws javax.ejb.FinderException, javax.ejb.EJBException
ObjectNotFoundException
if the instance is not found.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findAll() throws javax.ejb.FinderException, javax.ejb.EJBException
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findBatch(java.lang.String solutionRelevanceId, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
solutionRelevanceId
- The id of the SolutionRelevance itemnumItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByHotScore(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByHotScoreASC(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByHotScoreSolutionClassId(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
solutionClassId
- The SolutionClass idstartingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByHotScoreSolutionClassIdASC(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
solutionClassId
- The SolutionClass idstartingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByHotUseCount(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByHotUseCountASC(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByHotUseCountSolutionClassId(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
solutionClassId
- The SolutionClass idstartingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByHotUseCountSolutionClassIdASC(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
solutionClassId
- The SolutionClass idstartingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByNullHotScore(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByNullQoaaScore(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByNullScore(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByNullTopScore(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByQoaaScore(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByQoaaScoreASC(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByQoaaScoreSolutionClassId(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
solutionClassId
- The SolutionClass idstartingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByQoaaScoreSolutionClassIdASC(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
solutionClassId
- The SolutionClass idstartingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findBySolutionClassId(java.lang.String solutionClassId) throws javax.ejb.FinderException, javax.ejb.EJBException
solutionClassId
- The SolutionClass id
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
SolutionRelevance findBySolutionId(java.lang.String solutionId) throws javax.ejb.FinderException, javax.ejb.EJBException
solutionId
- The Solution id
ObjectNotFoundException
if no such instance is found.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByTopScore(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByTopScoreASC(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByTopScoreSolutionClassId(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
solutionClassId
- The SolutionClass idstartingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByTopScoreSolutionClassIdASC(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
solutionClassId
- The SolutionClass idstartingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByUseCount(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
int countByUseCount(int lowerUseCount, int upperUseCount) throws javax.ejb.FinderException, javax.ejb.EJBException
lowerUseCount
- Lower useCount value for counted solutionsupperUseCount
- Upper useCount value for counted solutions
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByUseCountASC(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByUseCountAndLastUse(java.util.Date lastUseDate, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
lastUseDate
- Date the solution was last used (i.e. last time use count was incremented)startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByUseCountAndLastUseASC(java.util.Date lastUseDate, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
lastUseDate
- Date the solution was last used (i.e. last time use count was incremented)startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByUseCountSolutionClassId(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
solutionClassId
- The SolutionClass idstartingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByUseCountSolutionClassIdASC(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
solutionClassId
- The SolutionClass idstartingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByViewCount(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByViewCountASC(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
startingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByViewCountSolutionClassId(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
solutionClassId
- The SolutionClass idstartingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findByViewCountSolutionClassIdASC(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
solutionClassId
- The SolutionClass idstartingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findFirstBatch(int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findTopByUseCountAndLastUseDatesASC(java.util.Date lastUsedBeforeDate, java.util.Date lastUsedAfterDate, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
lastUsedBeforeDate
- Date the solution was last used (i.e. last time use count was incremented) before or onlastUsedAfterDate
- Date the solution was last used (i.e. last time use count was incremented) after or onstartingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection findTopByUseCountAndLastUseDatesDesc(java.util.Date lastUsedBeforeDate, java.util.Date lastUsedAfterDate, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
lastUsedBeforeDate
- Date the solution was last used (i.e. last time use count was incremented) before or onlastUsedAfterDate
- Date the solution was last used (i.e. last time use count was incremented) after or onstartingIndex
- Starting Index of items to be retreived.numItems
- Number of items to retrieve.
Collection
of SolutionRelevance
instances matching the criteria. The Collection.iterator()
method can be used to retrieve the instances in order. If no instances match the criteria, then an empty Collection is returned. A null value is never returned.
javax.ejb.FinderException
javax.ejb.EJBException
java.util.Collection wrapRepositoryItems(java.util.Collection pRepositoryItems)
SolutionRelevance wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |