|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.figure8.join.services.scripting.DefaultScriptLogAccessor
public class DefaultScriptLogAccessor
This is the default implementation of ScriptLogAccessor
.
Constructor Summary | |
---|---|
DefaultScriptLogAccessor()
Creates a new instance of DefaultScriptLogAccessor. |
Method Summary | |
---|---|
java.util.List |
getScriptLogInfos(long entityId,
java.lang.String entityClass)
Retrieve all the info beans on available script logs for given entity |
java.util.List |
getScriptLogInfos(java.lang.String scriptName,
java.lang.String scriptCategory)
Get all the info beans on available script logs for script having this name and category |
void |
saveScriptLogInfo(ScriptLogInfo logInfo)
Save a ScriptLogInfo (indeed a create or update method) |
void |
setScriptLogInfoDao(ScriptLogInfoDao scriptLogInfoDao)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultScriptLogAccessor()
Method Detail |
---|
public void setScriptLogInfoDao(ScriptLogInfoDao scriptLogInfoDao)
scriptLogInfoDao
- The script log dao instance to usepublic void saveScriptLogInfo(ScriptLogInfo logInfo)
saveScriptLogInfo
in interface ScriptLogAccessor
logInfo
- The ScriptLogInfo object to savepublic java.util.List getScriptLogInfos(long entityId, java.lang.String entityClass)
getScriptLogInfos
in interface ScriptLogAccessor
entityId
- The id of entity to retrieve ScriptLogInfo objects forentityClass
- The class of entity to retrieve ScriptLogInfo objects for
ScriptLogInfo
available for entitypublic java.util.List getScriptLogInfos(java.lang.String scriptName, java.lang.String scriptCategory)
getScriptLogInfos
in interface ScriptLogAccessor
scriptName
- The name of the script to retrieve log forscriptCategory
- The category of the script to retrive log for
ScriptLogInfo
available for script
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |