com.sri.emo.dbobj
Interface ISetting
- All Known Implementing Classes:
- Setting
public interface ISetting
- Author:
- Larry Hamel
getInstance
ISetting getInstance(String parentId,
String nodeId)
throws DBException
- Throws:
DBException
setValue
void setValue(String entry)
throws DBException
- Throws:
DBException
getSettingTargetId
String getSettingTargetId()
throws DBException
- Throws:
DBException
getSettingTarget
Node getSettingTarget()
throws DBException
- Throws:
DBException
getDisplayValue
String getDisplayValue()
throws DBException
- Throws:
DBException
getComment
String getComment()
throws DBException
- Throws:
DBException
canWrite
boolean canWrite(int uid,
boolean valueIfNew)
throws DBException
- Throws:
DBException
getTemplateId
String getTemplateId()
throws DBException
- Throws:
DBException
setSettingTargetId
void setSettingTargetId(String nodeId)
throws DBException
- Throws:
DBException
setTemplateId
void setTemplateId(String nodeId)
throws DBException
- Throws:
DBException
setComment
void setComment(String s)
throws DBException
- Throws:
DBException
searchAndRetrieveList
ArrayList searchAndRetrieveList()
throws DBException
- Returns:
- list of found items; never null. ArrayList used to match DBObject prototype
- Throws:
DBException
Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.