Uses of Class
de.hybris.platform.tuadatamodel.jalo.TuaParty

Packages that use TuaParty
Package
Description
 
  • Uses of TuaParty in de.hybris.platform.tuadatamodel.jalo

    Modifier and Type
    Class
    Description
    class 
    Generated class for type TuaIndividual.
    class 
    Generated class for type TuaOrganization.
    Modifier and Type
    Method
    Description
    TuadatamodelManager.createTuaParty(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
     
    TuadatamodelManager.createTuaParty(Map attributeValues)
     
    TuaPartyRole.getParty()
    Generated method - Getter of the TuaPartyRole.party attribute.
    TuaPartyRole.getParty(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the TuaPartyRole.party attribute.
    TuaPartyBillOnDemand.getRelatedParty()
    Generated method - Getter of the TuaPartyBillOnDemand.relatedParty attribute.
    TuaPartyBillOnDemand.getRelatedParty(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the TuaPartyBillOnDemand.relatedParty attribute.
    TuadatamodelManager.getTuaParty(de.hybris.platform.jalo.security.Principal item)
    Generated method - Getter of the Principal.tuaParty attribute.
    TuadatamodelManager.getTuaParty(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.security.Principal item)
    Generated method - Getter of the Principal.tuaParty attribute.
    Methods in de.hybris.platform.tuadatamodel.jalo that return types with arguments of type TuaParty
    Modifier and Type
    Method
    Description
    TuaPartyBill.getParties()
    Generated method - Getter of the TuaPartyBill.parties attribute.
    TuaPartyBill.getParties(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the TuaPartyBill.parties attribute.
    Methods in de.hybris.platform.tuadatamodel.jalo with parameters of type TuaParty
    Modifier and Type
    Method
    Description
    void
    TuaPartyBill.addToParties(de.hybris.platform.jalo.SessionContext ctx, TuaParty value)
    Generated method - Adds value to parties.
    void
    TuaPartyBill.addToParties(TuaParty value)
    Generated method - Adds value to parties.
    void
    TuaPartyBill.removeFromParties(de.hybris.platform.jalo.SessionContext ctx, TuaParty value)
    Generated method - Removes value from parties.
    void
    TuaPartyBill.removeFromParties(TuaParty value)
    Generated method - Removes value from parties.
    void
    TuaPartyRole.setParty(de.hybris.platform.jalo.SessionContext ctx, TuaParty value)
    Generated method - Setter of the TuaPartyRole.party attribute.
    void
    TuaPartyRole.setParty(TuaParty value)
    Generated method - Setter of the TuaPartyRole.party attribute.
    void
    TuaPartyBillOnDemand.setRelatedParty(de.hybris.platform.jalo.SessionContext ctx, TuaParty value)
    Generated method - Setter of the TuaPartyBillOnDemand.relatedParty attribute.
    void
    TuaPartyBillOnDemand.setRelatedParty(TuaParty value)
    Generated method - Setter of the TuaPartyBillOnDemand.relatedParty attribute.
    void
    TuadatamodelManager.setTuaParty(de.hybris.platform.jalo.security.Principal item, TuaParty value)
    Generated method - Setter of the Principal.tuaParty attribute.
    void
    TuadatamodelManager.setTuaParty(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.security.Principal item, TuaParty value)
    Generated method - Setter of the Principal.tuaParty attribute.
    Method parameters in de.hybris.platform.tuadatamodel.jalo with type arguments of type TuaParty
    Modifier and Type
    Method
    Description
    void
    TuaPartyBill.setParties(de.hybris.platform.jalo.SessionContext ctx, Set<TuaParty> value)
    Generated method - Setter of the TuaPartyBill.parties attribute.
    void
    TuaPartyBill.setParties(Set<TuaParty> value)
    Generated method - Setter of the TuaPartyBill.parties attribute.