be.lassi.cues
Class CueListFactory
java.lang.Object
be.lassi.cues.CueListFactory
public class CueListFactory
- extends java.lang.Object
Generates Lanbox cue lists from a Lassi cue list.
Method Summary |
java.util.List<CueList> |
getCueLists(Cues cues,
java.util.Date now,
int startCueNumber)
Gets Lanbox cue lists for given cues. |
java.util.List<CueList> |
getCueLists(Cues cues,
int startCueNumber)
Gets Lanbox cue lists for given cues. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CueListFactory
public CueListFactory()
getCueLists
public java.util.List<CueList> getCueLists(Cues cues,
java.util.Date now,
int startCueNumber)
- Gets Lanbox cue lists for given cues.
- Parameters:
cues
- the cues to generate Lanbox cue lists fornow
- the current system timestartCueNumber
- the number of the first cue list
- Returns:
- the cue lists
getCueLists
public java.util.List<CueList> getCueLists(Cues cues,
int startCueNumber)
- Gets Lanbox cue lists for given cues.
- Parameters:
cues
- the cues to generate Lanbox cue lists forstartCueNumber
- the number of the first cue list
- Returns:
- the cue lists