Class PmPartyRoleModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.partyservices.model.PmPartyRoleModel
- All Implemented Interfaces:
Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type PmPartyRole first defined at extension partyservices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated relation code constant for relationPmParty2PmPartyRoleRelationdefining source attributepartyin extensionpartyservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.externalIdentifiersattribute defined at extensionpartyservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.idattribute defined at extensionpartyservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.interactionRolesattribute defined at extensionpartyservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.involvementRolesattribute defined at extensionpartyservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.partyattribute defined at extensionpartyservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.partyRoleAssociationInvolvedWithattribute defined at extensionpartyservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.partyRoleAssociationInvolvesattribute defined at extensionpartyservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.roleattribute defined at extensionpartyservices.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation.PmPartyRoleModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for creation with existing contextPmPartyRoleModel(String _id) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPmPartyRoleModel(String _id, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.externalIdentifiersattribute defined at extensionpartyservices.getId()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.idattribute defined at extensionpartyservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.interactionRolesattribute defined at extensionpartyservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.involvementRolesattribute defined at extensionpartyservices.getParty()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.partyattribute defined at extensionpartyservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.partyRoleAssociationInvolvedWithattribute defined at extensionpartyservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.partyRoleAssociationInvolvesattribute defined at extensionpartyservices.getRole()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.roleattribute defined at extensionpartyservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.externalIdentifiersattribute defined at extensionpartyservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.idattribute defined at extensionpartyservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.interactionRolesattribute defined at extensionpartyservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.involvementRolesattribute defined at extensionpartyservices.voidsetParty(PmPartyModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.partyattribute defined at extensionpartyservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.partyRoleAssociationInvolvedWithattribute defined at extensionpartyservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.partyRoleAssociationInvolvesattribute defined at extensionpartyservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.roleattribute defined at extensionpartyservices.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Deprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.- See Also:
-
_PMPARTY2PMPARTYROLERELATION
Deprecated, for removal: This API element is subject to removal in a future version.Generated relation code constant for relationPmParty2PmPartyRoleRelationdefining source attributepartyin extensionpartyservices.- See Also:
-
ID
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.idattribute defined at extensionpartyservices.- See Also:
-
ROLE
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.roleattribute defined at extensionpartyservices.- See Also:
-
EXTERNALIDENTIFIERS
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.externalIdentifiersattribute defined at extensionpartyservices.- See Also:
-
PARTY
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.partyattribute defined at extensionpartyservices.- See Also:
-
PARTYROLEASSOCIATIONINVOLVEDWITH
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.partyRoleAssociationInvolvedWithattribute defined at extensionpartyservices.- See Also:
-
PARTYROLEASSOCIATIONINVOLVES
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.partyRoleAssociationInvolvesattribute defined at extensionpartyservices.- See Also:
-
INTERACTIONROLES
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.interactionRolesattribute defined at extensionpartyservices.- See Also:
-
INVOLVEMENTROLES
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofPmPartyRole.involvementRolesattribute defined at extensionpartyservices.- See Also:
-
-
Constructor Details
-
PmPartyRoleModel
public PmPartyRoleModel()Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation. -
PmPartyRoleModel
public PmPartyRoleModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
PmPartyRoleModel
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_id- initial attribute declared by typePmPartyRoleat extensionpartyservices
-
PmPartyRoleModel
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_id- initial attribute declared by typePmPartyRoleat extensionpartyservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.externalIdentifiersattribute defined at extensionpartyservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the externalIdentifiers
-
getId
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.idattribute defined at extensionpartyservices.- Returns:
- the id - The unique identifier of the party role
-
getInteractionRoles
@Accessor(qualifier="interactionRoles", type=GETTER) public Set<PmBusinessInteractionRoleModel> getInteractionRoles()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.interactionRolesattribute defined at extensionpartyservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the interactionRoles - The roles of the business interaction
-
getInvolvementRoles
@Accessor(qualifier="involvementRoles", type=GETTER) public Set<PmInvolvementRoleModel> getInvolvementRoles()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.involvementRolesattribute defined at extensionpartyservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the involvementRoles - The roles of the involvement
-
getParty
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.partyattribute defined at extensionpartyservices.- Returns:
- the party - The party
-
getPartyRoleAssociationInvolvedWith
@Accessor(qualifier="partyRoleAssociationInvolvedWith", type=GETTER) public Set<PmPartyRoleAssociationModel> getPartyRoleAssociationInvolvedWith()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.partyRoleAssociationInvolvedWithattribute defined at extensionpartyservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the partyRoleAssociationInvolvedWith - The party role associations the party role is involved with
-
getPartyRoleAssociationInvolves
@Accessor(qualifier="partyRoleAssociationInvolves", type=GETTER) public Set<PmPartyRoleAssociationModel> getPartyRoleAssociationInvolves()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.partyRoleAssociationInvolvesattribute defined at extensionpartyservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the partyRoleAssociationInvolves - The party role associations the party role involves
-
getRole
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.roleattribute defined at extensionpartyservices.- Returns:
- the role - The role of the party
-
setExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.externalIdentifiersattribute defined at extensionpartyservices.- Parameters:
value- the externalIdentifiers
-
setId
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.idattribute defined at extensionpartyservices.- Parameters:
value- the id - The unique identifier of the party role
-
setInteractionRoles
@Accessor(qualifier="interactionRoles", type=SETTER) public void setInteractionRoles(Set<PmBusinessInteractionRoleModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.interactionRolesattribute defined at extensionpartyservices.- Parameters:
value- the interactionRoles - The roles of the business interaction
-
setInvolvementRoles
@Accessor(qualifier="involvementRoles", type=SETTER) public void setInvolvementRoles(Set<PmInvolvementRoleModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.involvementRolesattribute defined at extensionpartyservices.- Parameters:
value- the involvementRoles - The roles of the involvement
-
setParty
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.partyattribute defined at extensionpartyservices.- Parameters:
value- the party - The party
-
setPartyRoleAssociationInvolvedWith
@Accessor(qualifier="partyRoleAssociationInvolvedWith", type=SETTER) public void setPartyRoleAssociationInvolvedWith(Set<PmPartyRoleAssociationModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.partyRoleAssociationInvolvedWithattribute defined at extensionpartyservices.- Parameters:
value- the partyRoleAssociationInvolvedWith - The party role associations the party role is involved with
-
setPartyRoleAssociationInvolves
@Accessor(qualifier="partyRoleAssociationInvolves", type=SETTER) public void setPartyRoleAssociationInvolves(Set<PmPartyRoleAssociationModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.partyRoleAssociationInvolvesattribute defined at extensionpartyservices.- Parameters:
value- the partyRoleAssociationInvolves - The party role associations the party role involves
-
setRole
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.roleattribute defined at extensionpartyservices.- Parameters:
value- the role - The role of the party
-