org.opennms.bb.eui.admin.servmodel.utils
Class SMUserProfWriter
java.lang.Object
|
+--org.opennms.bb.eui.common.utils.UserProfWriter
|
+--org.opennms.bb.eui.admin.servmodel.utils.SMUserProfWriter
- public class SMUserProfWriter
- extends UserProfWriter
SMUserProfWriter writes the user preferences for the service model
config into the user profile file
It throws an IOException if the user profile file write fails for
any reason
- Author:
- Sowmya
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
userProfile
Hashtable userProfile
PERSPROF
final String PERSPROF
PERSPROF_CLS
final String PERSPROF_CLS
PARM
final String PARM
PARM_CLS
final String PARM_CLS
PARM_NAME
final String PARM_NAME
PARM_NAME_CLS
final String PARM_NAME_CLS
PARM_VALUE
final String PARM_VALUE
PARM_VALUE_CLS
final String PARM_VALUE_CLS
XPOS
final String XPOS
YPOS
final String YPOS
WIDTH
final String WIDTH
HEIGHT
final String HEIGHT
LOOKNFEEL
final String LOOKNFEEL
SMUserProfWriter
public SMUserProfWriter(Hashtable inpUserProfile,
String userID)
throws IOException
- Writes into the file for the user
writeCurApplInfo
protected void writeCurApplInfo(FileWriter fileWriter)
throws IOException
- Overrides:
writeCurApplInfo
in class UserProfWriter
writePosition
void writePosition(FileWriter fileWriter)
throws IOException
writeDimension
void writeDimension(FileWriter fileWriter)
throws IOException
writeLook
void writeLook(FileWriter fileWriter)
throws IOException