|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DayFilter
DayFilter is an interface to be implemented by classes that can filter holidays from
a time range. A day filter can be used in the method Date.workingDaysBetween(Date, DayFilter[]) when working
days are calculated.
| Method Summary | |
|---|---|
java.util.List<Date> |
filteredDays(Date from,
Date to)
collects the days to be filtered from a time span filter should be able to work correctly if the from date is later then the
start date |
int |
totalFilteredDays(Date from,
Date to)
calculates the total of days to be filtered from a time span filter should be able to work correctly if the from date is later then the
start date |
| Method Detail |
|---|
int totalFilteredDays(Date from,
Date to)
from date is later then the
start date
from - - the start dateto - - the end date
java.util.List<Date> filteredDays(Date from,
Date to)
from date is later then the
start date
from - - the start dateto - - the end date
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||