|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.repository.beans._SolutionRelevanceHome_ReposImpl
public class _SolutionRelevanceHome_ReposImpl
Field Summary | |
---|---|
static atg.repository.tojava.runtime.RepositoryItemObjectFactory |
sFactory
|
static atg.repository.RepositoryItemDescriptor |
sItemDescriptor
|
static atg.repository.Repository |
sRepository
|
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 |
void |
remove(java.lang.Object primaryKey)
|
SolutionRelevance |
wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
java.util.Collection |
wrapRepositoryItems(java.util.Collection pRepositoryItems)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static atg.repository.Repository sRepository
public static atg.repository.RepositoryItemDescriptor sItemDescriptor
public static atg.repository.tojava.runtime.RepositoryItemObjectFactory sFactory
Method Detail |
---|
public SolutionRelevance create() throws javax.ejb.CreateException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public SolutionRelevance create(java.lang.String pId) throws javax.ejb.CreateException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public SolutionRelevance findByPrimaryKey(java.lang.String primaryKey) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
ObjectNotFoundException
if the instance is not found.
javax.ejb.FinderException
javax.ejb.EJBException
public java.util.Collection findAll() throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findBatch(java.lang.String solutionRelevanceId, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByHotScore(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByHotScoreASC(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByHotScoreSolutionClassId(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByHotScoreSolutionClassIdASC(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByHotUseCount(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByHotUseCountASC(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByHotUseCountSolutionClassId(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByHotUseCountSolutionClassIdASC(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByNullHotScore(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByNullQoaaScore(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByNullScore(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByNullTopScore(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByQoaaScore(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByQoaaScoreASC(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByQoaaScoreSolutionClassId(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByQoaaScoreSolutionClassIdASC(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findBySolutionClassId(java.lang.String solutionClassId) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public SolutionRelevance findBySolutionId(java.lang.String solutionId) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
solutionId
- The Solution id
ObjectNotFoundException
if no such instance is found.
javax.ejb.FinderException
javax.ejb.EJBException
public java.util.Collection findByTopScore(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByTopScoreASC(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByTopScoreSolutionClassId(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByTopScoreSolutionClassIdASC(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByUseCount(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public int countByUseCount(int lowerUseCount, int upperUseCount) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
lowerUseCount
- Lower useCount value for counted solutionsupperUseCount
- Upper useCount value for counted solutions
javax.ejb.FinderException
javax.ejb.EJBException
public java.util.Collection findByUseCountASC(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByUseCountAndLastUse(java.util.Date lastUseDate, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByUseCountAndLastUseASC(java.util.Date lastUseDate, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByUseCountSolutionClassId(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByUseCountSolutionClassIdASC(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByViewCount(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByViewCountASC(int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByViewCountSolutionClassId(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findByViewCountSolutionClassIdASC(java.lang.String solutionClassId, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findFirstBatch(int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findTopByUseCountAndLastUseDatesASC(java.util.Date lastUsedBeforeDate, java.util.Date lastUsedAfterDate, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection findTopByUseCountAndLastUseDatesDesc(java.util.Date lastUsedBeforeDate, java.util.Date lastUsedAfterDate, int startingIndex, int numItems) throws javax.ejb.FinderException, javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
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
public java.util.Collection wrapRepositoryItems(java.util.Collection pRepositoryItems)
wrapRepositoryItems
in interface atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
wrapRepositoryItems
in interface SolutionRelevanceHome
public SolutionRelevance wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
wrapRepositoryItem
in interface atg.svc.repository.beans.pv.SolutionRelevanceHome_PV
wrapRepositoryItem
in interface SolutionRelevanceHome
public void remove(java.lang.Object primaryKey) throws javax.ejb.RemoveException, javax.ejb.EJBException
javax.ejb.RemoveException
javax.ejb.EJBException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |