Package cdm.event.common.functions
Class TransfersForDate.TransfersForDateDefault
java.lang.Object
cdm.event.common.functions.TransfersForDate
cdm.event.common.functions.TransfersForDate.TransfersForDateDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
TransfersForDate
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.TransfersForDate
TransfersForDate.TransfersForDateDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.TransfersForDate
objectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<Transfer.TransferBuilder> assignOutput(List<Transfer.TransferBuilder> transfersForDate, List<? extends Transfer> transfers, com.rosetta.model.lib.records.Date date) protected List<Transfer.TransferBuilder> doEvaluate(List<? extends Transfer> transfers, com.rosetta.model.lib.records.Date date) Methods inherited from class cdm.event.common.functions.TransfersForDate
evaluateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Constructor Details
-
TransfersForDateDefault
public TransfersForDateDefault()
-
-
Method Details
-
doEvaluate
protected List<Transfer.TransferBuilder> doEvaluate(List<? extends Transfer> transfers, com.rosetta.model.lib.records.Date date) - Specified by:
doEvaluatein classTransfersForDate
-
assignOutput
protected List<Transfer.TransferBuilder> assignOutput(List<Transfer.TransferBuilder> transfersForDate, List<? extends Transfer> transfers, com.rosetta.model.lib.records.Date date)
-