| Modifier and Type | Method and Description | 
|---|---|
int | 
countAll()
return the count of all the OdiLoadPlanInstanceRun 
 | 
int | 
countByStatus(OdiLoadPlanInstanceRun.Status status)
Count the number of  
OdiLoadPlanInstanceRun  following their status. | 
java.util.Collection | 
findByCriteria(OdiLoadPlanInstanceRunCriteria criteria,
              int maxResults)
Retrieve the list of  
OdiLoadPlanInstanceRun instances matching the criteria | 
findAll, findByGlobalId, findById, findByIds, findRepositoryEntityByIdint countAll()
int countByStatus(OdiLoadPlanInstanceRun.Status status)
OdiLoadPlanInstanceRun  following their status.{@link - Status} of the LoadPlanInstanceRunjava.util.Collection findByCriteria(OdiLoadPlanInstanceRunCriteria criteria, int maxResults)
OdiLoadPlanInstanceRun instances matching the criteriacriteria - OdiLoadPlanInstanceRunCriteria for selecting the range of matching objectmaxResults - maximum number of results matching the criteria