Uses of Enum
cdm.base.staticdata.party.PartyRoleEnum
Packages that use PartyRoleEnum
Package
Description
Basic party concepts: legal entity, natural person, contact details, buyer / payer and all related enums.
Master agreement concepts.
-
Uses of PartyRoleEnum in cdm.base.staticdata.party
Fields in cdm.base.staticdata.party declared as PartyRoleEnumModifier and TypeFieldDescriptionprotected PartyRoleEnumPartyRole.PartyRoleBuilderImpl.roleprotected PartyRoleEnumRelatedParty.RelatedPartyBuilderImpl.roleMethods in cdm.base.staticdata.party that return PartyRoleEnumModifier and TypeMethodDescriptionstatic PartyRoleEnumPartyRoleEnum.fromDisplayName(String name) PartyRole.getRole()The party role.PartyRole.PartyRoleBuilderImpl.getRole()PartyRole.PartyRoleImpl.getRole()RelatedParty.getRole()The category of the relationship.RelatedParty.RelatedPartyBuilderImpl.getRole()RelatedParty.RelatedPartyImpl.getRole()static PartyRoleEnumReturns the enum constant of this type with the specified name.static PartyRoleEnum[]PartyRoleEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.base.staticdata.party with parameters of type PartyRoleEnumModifier and TypeMethodDescriptionPartyRole.PartyRoleBuilder.setRole(PartyRoleEnum role) PartyRole.PartyRoleBuilderImpl.setRole(PartyRoleEnum _role) RelatedParty.RelatedPartyBuilder.setRole(PartyRoleEnum role) RelatedParty.RelatedPartyBuilderImpl.setRole(PartyRoleEnum _role) -
Uses of PartyRoleEnum in cdm.base.staticdata.party.functions
Methods in cdm.base.staticdata.party.functions with parameters of type PartyRoleEnumModifier and TypeMethodDescriptionprotected List<PartyRole.PartyRoleBuilder> FilterPartyRole.FilterPartyRoleDefault.assignOutput(List<PartyRole.PartyRoleBuilder> filteredPartyRoles, List<? extends PartyRole> partyRoles, PartyRoleEnum partyRoleEnum) protected List<RelatedParty.RelatedPartyBuilder> FilterRelatedPartyByRole.FilterRelatedPartyByRoleDefault.assignOutput(List<RelatedParty.RelatedPartyBuilder> filteredRelatedParties, List<? extends RelatedParty> relatedParties, PartyRoleEnum partyRoleEnum) protected abstract List<PartyRole.PartyRoleBuilder> FilterPartyRole.doEvaluate(List<? extends PartyRole> partyRoles, PartyRoleEnum partyRoleEnum) protected List<PartyRole.PartyRoleBuilder> FilterPartyRole.FilterPartyRoleDefault.doEvaluate(List<? extends PartyRole> partyRoles, PartyRoleEnum partyRoleEnum) protected abstract List<RelatedParty.RelatedPartyBuilder> FilterRelatedPartyByRole.doEvaluate(List<? extends RelatedParty> relatedParties, PartyRoleEnum partyRoleEnum) protected List<RelatedParty.RelatedPartyBuilder> FilterRelatedPartyByRole.FilterRelatedPartyByRoleDefault.doEvaluate(List<? extends RelatedParty> relatedParties, PartyRoleEnum partyRoleEnum) FilterPartyRole.evaluate(List<? extends PartyRole> partyRoles, PartyRoleEnum partyRoleEnum) List<? extends RelatedParty> FilterRelatedPartyByRole.evaluate(List<? extends RelatedParty> relatedParties, PartyRoleEnum partyRoleEnum) -
Uses of PartyRoleEnum in cdm.legaldocumentation.master
Fields in cdm.legaldocumentation.master with type parameters of type PartyRoleEnumModifier and TypeFieldDescriptionprotected List<PartyRoleEnum> MasterAgreementClause.MasterAgreementClauseBuilderImpl.otherPartyprotected List<PartyRoleEnum> MasterAgreementClauseVariant.MasterAgreementClauseVariantBuilderImpl.otherPartyMethods in cdm.legaldocumentation.master that return types with arguments of type PartyRoleEnumModifier and TypeMethodDescriptionMasterAgreementClause.getOtherParty()Optional party.MasterAgreementClause.MasterAgreementClauseBuilderImpl.getOtherParty()MasterAgreementClause.MasterAgreementClauseImpl.getOtherParty()MasterAgreementClauseVariant.getOtherParty()Optional party.MasterAgreementClauseVariant.MasterAgreementClauseVariantBuilderImpl.getOtherParty()MasterAgreementClauseVariant.MasterAgreementClauseVariantImpl.getOtherParty()Methods in cdm.legaldocumentation.master with parameters of type PartyRoleEnumModifier and TypeMethodDescriptionMasterAgreementClause.MasterAgreementClauseBuilder.addOtherParty(PartyRoleEnum otherParty) MasterAgreementClause.MasterAgreementClauseBuilder.addOtherParty(PartyRoleEnum otherParty, int idx) MasterAgreementClause.MasterAgreementClauseBuilderImpl.addOtherParty(PartyRoleEnum _otherParty) MasterAgreementClause.MasterAgreementClauseBuilderImpl.addOtherParty(PartyRoleEnum _otherParty, int idx) MasterAgreementClauseVariant.MasterAgreementClauseVariantBuilder.addOtherParty(PartyRoleEnum otherParty) MasterAgreementClauseVariant.MasterAgreementClauseVariantBuilder.addOtherParty(PartyRoleEnum otherParty, int idx) MasterAgreementClauseVariant.MasterAgreementClauseVariantBuilderImpl.addOtherParty(PartyRoleEnum _otherParty) MasterAgreementClauseVariant.MasterAgreementClauseVariantBuilderImpl.addOtherParty(PartyRoleEnum _otherParty, int idx) Method parameters in cdm.legaldocumentation.master with type arguments of type PartyRoleEnumModifier and TypeMethodDescriptionMasterAgreementClause.MasterAgreementClauseBuilder.addOtherParty(List<PartyRoleEnum> otherParty) MasterAgreementClause.MasterAgreementClauseBuilderImpl.addOtherParty(List<PartyRoleEnum> otherPartys) MasterAgreementClauseVariant.MasterAgreementClauseVariantBuilder.addOtherParty(List<PartyRoleEnum> otherParty) MasterAgreementClauseVariant.MasterAgreementClauseVariantBuilderImpl.addOtherParty(List<PartyRoleEnum> otherPartys) MasterAgreementClause.MasterAgreementClauseBuilder.setOtherParty(List<PartyRoleEnum> otherParty) MasterAgreementClause.MasterAgreementClauseBuilderImpl.setOtherParty(List<PartyRoleEnum> otherPartys) MasterAgreementClauseVariant.MasterAgreementClauseVariantBuilder.setOtherParty(List<PartyRoleEnum> otherParty) MasterAgreementClauseVariant.MasterAgreementClauseVariantBuilderImpl.setOtherParty(List<PartyRoleEnum> otherPartys)