Uses of Class
de.hybris.platform.agreementservices.jalo.AgrParty

Packages that use AgrParty
  • Uses of AgrParty in de.hybris.platform.agreementservices.jalo

    Modifier and Type
    Method
    Description
    AgreementservicesManager.createAgrParty(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
     
    AgreementservicesManager.createAgrParty(Map attributeValues)
     
    AgreementservicesManager.getAgrParty(de.hybris.platform.jalo.security.Principal item)
    Generated method - Getter of the Principal.agrParty attribute.
    AgreementservicesManager.getAgrParty(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.security.Principal item)
    Generated method - Getter of the Principal.agrParty attribute.
    AgrPartyRole.getParty()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the AgrPartyRole.party attribute.
    AgrPartyRole.getParty(de.hybris.platform.jalo.SessionContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the AgrPartyRole.party attribute.
    Methods in de.hybris.platform.agreementservices.jalo with parameters of type AgrParty
    Modifier and Type
    Method
    Description
    void
    AgreementservicesManager.setAgrParty(de.hybris.platform.jalo.security.Principal item, AgrParty value)
    Generated method - Setter of the Principal.agrParty attribute.
    void
    AgreementservicesManager.setAgrParty(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.security.Principal item, AgrParty value)
    Generated method - Setter of the Principal.agrParty attribute.
    void
    AgrPartyRole.setParty(AgrParty value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the AgrPartyRole.party attribute.
    void
    AgrPartyRole.setParty(de.hybris.platform.jalo.SessionContext ctx, AgrParty value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the AgrPartyRole.party attribute.