◆ XMLHumanResourceSet()
org.turro.erp.time.XMLHumanResourceSet.XMLHumanResourceSet |
( |
IConstructor |
constructor | ) |
|
◆ getName()
String org.turro.erp.time.XMLHumanResourceSet.getName |
( |
XMLTimeControl |
tc | ) |
|
Definition at line 54 of file XMLHumanResourceSet.java.
55 for(XMLHumanResource hr :
this) {
56 if(hr.getId() == tc.getHumanResourceId()) {
◆ saveCollection()
void org.turro.erp.time.XMLHumanResourceSet.saveCollection |
( |
| ) |
|
Definition at line 63 of file XMLHumanResourceSet.java.
64 Document doc =
new Document(
new Element(
"human-resources"));
65 writeXML(doc.getRootElement());
67 OutputStreamWriter fw = FileUtil.getFileWriter(
69 Format fm = Format.getPrettyFormat();
70 fm.setEncoding(ElephantContext.getEncoding());
71 XMLOutputter xo =
new XMLOutputter(fm);
74 }
catch (IOException ex) {
static final String XML_HUMANRESOURCE
XMLHumanResourceSet(IConstructor constructor)
◆ XML_HUMANRESOURCE
final String org.turro.erp.time.XMLHumanResourceSet.XML_HUMANRESOURCE = "/WEB-INF/local/humanResource.xml" |
|
static |
The documentation for this class was generated from the following file: