Class ReplaceParty.ReplacePartyDefault
java.lang.Object
cdm.base.staticdata.party.functions.ReplaceParty
cdm.base.staticdata.party.functions.ReplaceParty.ReplacePartyDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
ReplaceParty
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.base.staticdata.party.functions.ReplaceParty
ReplaceParty.ReplacePartyDefault -
Field Summary
Fields inherited from class cdm.base.staticdata.party.functions.ReplaceParty
objectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<Party.PartyBuilder> assignOutput(List<Party.PartyBuilder> updatedParties, List<? extends Party> parties, Party oldParty, Party newParty) protected List<Party.PartyBuilder> doEvaluate(List<? extends Party> parties, Party oldParty, Party newParty) Methods inherited from class cdm.base.staticdata.party.functions.ReplaceParty
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
-
ReplacePartyDefault
public ReplacePartyDefault()
-
-
Method Details
-
doEvaluate
protected List<Party.PartyBuilder> doEvaluate(List<? extends Party> parties, Party oldParty, Party newParty) - Specified by:
doEvaluatein classReplaceParty
-
assignOutput
protected List<Party.PartyBuilder> assignOutput(List<Party.PartyBuilder> updatedParties, List<? extends Party> parties, Party oldParty, Party newParty)
-