|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PunchDataAnalyzer | |
|---|---|
| com.antelmann.timeregister | This package contains classes that implement a time register solution for a small business. |
| Uses of PunchDataAnalyzer in com.antelmann.timeregister |
|---|
| Methods in com.antelmann.timeregister that return PunchDataAnalyzer | |
|---|---|
PunchDataAnalyzer |
JPunchDataAnalyzer.getAnalyzer()
|
PunchDataAnalyzer |
SQLPunchDB.getPunchData(User user,
Date from,
Date until,
String location,
String activity)
|
PunchDataAnalyzer |
RemotePunchDBClient.getPunchData(User user,
Date from,
Date until,
String location,
String activity)
|
PunchDataAnalyzer |
PunchDBClient.getPunchData(User user,
Date from,
Date until,
String location,
String activity)
|
PunchDataAnalyzer |
PunchDB.getPunchData(User user,
Date from,
Date until,
String location,
String activity)
retrieves the relevant set of Punchdata objects in a PunchDataAnalyzer |
PunchDataAnalyzer |
PunchDataAnalyzer.getPunchData(User user,
Date from,
Date until,
String location,
String activity)
|
PunchDataAnalyzer |
FilePunchDB.getPunchData(User user,
Date after,
Date before,
String location,
String activity)
retrieves the relevant set of Punchdata objects |
PunchDataAnalyzer |
RemotePunchDBImpl.remoteRetrievePunchData(User user,
Date from,
Date until,
String location,
String activity)
|
PunchDataAnalyzer |
RemotePunchDB.remoteRetrievePunchData(User user,
Date from,
Date until,
String location,
String activity)
|
| Methods in com.antelmann.timeregister with parameters of type PunchDataAnalyzer | |
|---|---|
void |
PunchDataAnalyzer.addAll(PunchDataAnalyzer analyzer)
|
void |
PunchTableModel.update(PunchDataAnalyzer analyzer)
|
| Constructors in com.antelmann.timeregister with parameters of type PunchDataAnalyzer | |
|---|---|
JPunchDataAnalyzer(PunchDataAnalyzer analyzer,
User employee)
uses the beginning of the current week as the workBeginDate by default |
|
JPunchDataAnalyzer(PunchDataAnalyzer analyzer,
User employee,
Date workBeginDate)
|
|
PunchDataAnalyzer(PunchDataAnalyzer analyzer)
|
|
PunchTableModel(PunchDataAnalyzer analyzer)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||