◆ XMLTimeControlSet()
org.turro.erp.time.XMLTimeControlSet.XMLTimeControlSet |
( |
IConstructor |
constructor | ) |
|
◆ createCopy()
void org.turro.erp.time.XMLTimeControlSet.createCopy |
( |
| ) |
|
Definition at line 72 of file XMLTimeControlSet.java.
74 File copseg =
new File(FileUtil.getFolderFile(confFile).getAbsolutePath() +
"/copseg");
77 org.amic.util.file.FileUtil.copyFile(confFile, copseg.getAbsolutePath());
78 }
catch (IOException ex) {
XMLTimeControlSet(IConstructor constructor)
static final String XML_TIMECONTROL
◆ saveCollection()
void org.turro.erp.time.XMLTimeControlSet.saveCollection |
( |
| ) |
|
Definition at line 56 of file XMLTimeControlSet.java.
57 Document doc =
new Document(
new Element(
"time-controls"));
58 writeXML(doc.getRootElement());
60 OutputStreamWriter fw = FileUtil.getFileWriter(
62 Format fm = Format.getPrettyFormat();
63 fm.setEncoding(ElephantContext.getEncoding());
64 XMLOutputter xo =
new XMLOutputter(fm);
67 }
catch (IOException ex) {
68 Logger.getLogger(XMLHumanResourceSet.class.getName()).log(Level.SEVERE,
null, ex);
◆ XML_TIMECONTROL
final String org.turro.erp.time.XMLTimeControlSet.XML_TIMECONTROL = "/WEB-INF/local/timeControl.xml" |
|
static |
The documentation for this class was generated from the following file: