Package ifott.model

Examples of ifott.model.Taetigkeit


                        wp.getName());

                // Die Tätigkeiten der Aktivität hinzufügen
                for (Task t : getTasks(wp)) {
                    for (Duration d : getDurations(t)) {
                        tasks.add(new Taetigkeit(employees.get(t.getEmployeeId()).getEmail(), result[i].getId(),
                                durationToTTString(d), d.getComment()));
                    }
                }

                // Rekursiv die Kinder hinzufügen
View Full Code Here

TOP

Related Classes of ifott.model.Taetigkeit

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.