|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScriptLogInfoDao
Data Access interface for ScriptLogInfo objects.
| Method Summary | |
|---|---|
java.util.List |
getScriptLogInfos(java.lang.String scriptName)
Retrieve all the info beans on available script logs for script having this name |
java.util.List |
getScriptLogInfos(java.lang.String scriptName,
java.lang.String scriptCategory)
Retrieve all the info beans on available script logs for script having this name and category |
java.util.List |
getScriptLogInfosForEntity(EntityObject entity)
Retrieve all the info beans on available script logs for given entity |
java.util.List |
getScriptLogInfosForEntity(long entityId,
java.lang.String entityClass)
Retrieve all the info beans on available script logs for given entity |
| Methods inherited from interface org.figure8.join.core.persistence.ObjectDao |
|---|
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save |
| Method Detail |
|---|
java.util.List getScriptLogInfos(java.lang.String scriptName)
scriptName - The name of the script to retrieve log for
ScriptLogInfo available for script
java.util.List getScriptLogInfos(java.lang.String scriptName,
java.lang.String scriptCategory)
scriptName - The name of the script to retrieve log forscriptCategory - The category of the script to retrive log for
ScriptLogInfo available for scriptjava.util.List getScriptLogInfosForEntity(EntityObject entity)
entity - The entity to retrieve ScriptLogInfo objects for
ScriptLogInfo available for entity
java.util.List getScriptLogInfosForEntity(long entityId,
java.lang.String entityClass)
entityId - The id of entity to retrieve ScriptLogInfo objects forentityClass - The class of entity to retrieve ScriptLogInfo objects for
ScriptLogInfo available for entity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||