Class AgreementservicesManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.agreementservices.jalo.AgreementservicesManager
All Implemented Interfaces:
de.hybris.platform.jalo.extension.ItemLifecycleListener, Serializable

public class AgreementservicesManager extends de.hybris.platform.jalo.extension.Extension
Generated class for type AgreementservicesManager.
See Also:
  • Field Details

    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Map<String,de.hybris.platform.jalo.Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • AgreementservicesManager

      public AgreementservicesManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes(Class<? extends de.hybris.platform.jalo.Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class de.hybris.platform.jalo.extension.Extension
    • getAgrParty

      public AgrParty getAgrParty(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.security.Principal item)
      Generated method - Getter of the Principal.agrParty attribute.
      Returns:
      the agrParty - The party for which that principal is valid.
    • getAgrParty

      public AgrParty getAgrParty(de.hybris.platform.jalo.security.Principal item)
      Generated method - Getter of the Principal.agrParty attribute.
      Returns:
      the agrParty - The party for which that principal is valid.
    • setAgrParty

      public void setAgrParty(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.security.Principal item, AgrParty value)
      Generated method - Setter of the Principal.agrParty attribute.
      Parameters:
      value - the agrParty - The party for which that principal is valid.
    • setAgrParty

      public void setAgrParty(de.hybris.platform.jalo.security.Principal item, AgrParty value)
      Generated method - Setter of the Principal.agrParty attribute.
      Parameters:
      value - the agrParty - The party for which that principal is valid.
    • createAgrAgreement

      public AgrAgreement createAgrAgreement(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAgrAgreement

      public AgrAgreement createAgrAgreement(Map attributeValues)
    • createAgrAgreementAuthorization

      public AgrAgreementAuthorization createAgrAgreementAuthorization(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAgrAgreementAuthorization

      public AgrAgreementAuthorization createAgrAgreementAuthorization(Map attributeValues)
    • createAgrAgreementItem

      public AgrAgreementItem createAgrAgreementItem(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAgrAgreementItem

      public AgrAgreementItem createAgrAgreementItem(Map attributeValues)
    • createAgrAgreementRelationship

      public AgrAgreementRelationship createAgrAgreementRelationship(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAgrAgreementRelationship

      public AgrAgreementRelationship createAgrAgreementRelationship(Map attributeValues)
    • createAgrAgreementSpecCharacteristic

      public AgrAgreementSpecCharacteristic createAgrAgreementSpecCharacteristic(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAgrAgreementSpecCharacteristic

      public AgrAgreementSpecCharacteristic createAgrAgreementSpecCharacteristic(Map attributeValues)
    • createAgrAgreementSpecCharacteristicValue

      public AgrAgreementSpecCharacteristicValue createAgrAgreementSpecCharacteristicValue(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAgrAgreementSpecCharacteristicValue

      public AgrAgreementSpecCharacteristicValue createAgrAgreementSpecCharacteristicValue(Map attributeValues)
    • createAgrAgreementSpecCharValueUse

      public AgrAgreementSpecCharValueUse createAgrAgreementSpecCharValueUse(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAgrAgreementSpecCharValueUse

      public AgrAgreementSpecCharValueUse createAgrAgreementSpecCharValueUse(Map attributeValues)
    • createAgrAgreementSpecification

      public AgrAgreementSpecification createAgrAgreementSpecification(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAgrAgreementSpecification

      public AgrAgreementSpecification createAgrAgreementSpecification(Map attributeValues)
    • createAgrAgreementTermOrCondition

      public AgrAgreementTermOrCondition createAgrAgreementTermOrCondition(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAgrAgreementTermOrCondition

      public AgrAgreementTermOrCondition createAgrAgreementTermOrCondition(Map attributeValues)
    • createAgrCategory

      public AgrCategory createAgrCategory(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAgrCategory

      public AgrCategory createAgrCategory(Map attributeValues)
    • createAgrParty

      public AgrParty createAgrParty(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAgrParty

      public AgrParty createAgrParty(Map attributeValues)
    • createAgrPartyRole

      public AgrPartyRole createAgrPartyRole(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAgrPartyRole

      public AgrPartyRole createAgrPartyRole(Map attributeValues)
    • createAgrProduct

      public AgrProduct createAgrProduct(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAgrProduct

      public AgrProduct createAgrProduct(Map attributeValues)
    • createAgrProductOffering

      public AgrProductOffering createAgrProductOffering(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAgrProductOffering

      public AgrProductOffering createAgrProductOffering(Map attributeValues)
    • getInstance

      public static final AgreementservicesManager getInstance()
    • getName

      public String getName()
      Specified by:
      getName in class de.hybris.platform.jalo.extension.Extension