|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjitas.xml.writer.XMLWriter
jitas.xml.writer.StudentWriter
public class StudentWriter
A class that provides functions for users to write to students.xml.
| Constructor Summary | |
|---|---|
StudentWriter(Student student,
java.lang.String pathName)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addAllowedDomain(java.lang.String domainName)
Adds a domain to the set of Allowed domains which a student may log into. |
void |
addStudent()
Add a student to the student XML file. |
void |
changePassword()
Save the new password that student changed to xml file |
void |
removeDomain(java.lang.String domainName)
Removes a single domain name from the allowed domains set |
void |
removeStudent()
Removes a student to the student XML file. |
| Methods inherited from class jitas.xml.writer.XMLWriter |
|---|
loadXML, writeToXML |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StudentWriter(Student student,
java.lang.String pathName)
| Method Detail |
|---|
public void addStudent()
public void removeStudent()
public void changePassword()
public void addAllowedDomain(java.lang.String domainName)
public void removeDomain(java.lang.String domainName)
domainName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||