Uses of Class
de.hybris.platform.tuawebservicesresources.v3.dto.Agreement
Packages that use Agreement
Package
Description
-
Uses of Agreement in de.hybris.platform.agreementtmfwebservices.v3.api
Methods in de.hybris.platform.agreementtmfwebservices.v3.api that return types with arguments of type AgreementModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Agreement>AgreementApi.createAgreement(@Valid Agreement agreement) AgreementApi.listAgreement(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String status) org.springframework.http.ResponseEntity<Agreement>AgreementApi.patchAgreement(String id, @Valid Agreement agreement) org.springframework.http.ResponseEntity<Agreement>AgreementApi.retrieveAgreement(String id, @Valid String fields) Methods in de.hybris.platform.agreementtmfwebservices.v3.api with parameters of type AgreementModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Agreement>AgreementApi.createAgreement(@Valid Agreement agreement) org.springframework.http.ResponseEntity<Agreement>AgreementApi.patchAgreement(String id, @Valid Agreement agreement) -
Uses of Agreement in de.hybris.platform.agreementtmfwebservices.v3.controllers
Methods in de.hybris.platform.agreementtmfwebservices.v3.controllers that return types with arguments of type AgreementModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Agreement>AgrAgreementsController.createAgreement(@Valid Agreement agreement) AgrAgreementsController.listAgreement(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String status) org.springframework.http.ResponseEntity<Agreement>AgrAgreementsController.patchAgreement(String id, @Valid Agreement agreement) org.springframework.http.ResponseEntity<Agreement>AgrAgreementsController.retrieveAgreement(String id, @Valid String fields) Methods in de.hybris.platform.agreementtmfwebservices.v3.controllers with parameters of type AgreementModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Agreement>AgrAgreementsController.createAgreement(@Valid Agreement agreement) org.springframework.http.ResponseEntity<Agreement>AgrAgreementsController.patchAgreement(String id, @Valid Agreement agreement) -
Uses of Agreement in de.hybris.platform.tuawebservicesresources.v3.dto
Methods in de.hybris.platform.tuawebservicesresources.v3.dto that return AgreementModifier and TypeMethodDescriptionAgreement.addAgreementAuthorizationItem(AgreementAuthorization agreementAuthorizationItem) Agreement.addAgreementItemItem(AgreementItem agreementItemItem) Agreement.addAssociatedAgreementItem(AgreementRef associatedAgreementItem) Agreement.addCharacteristicItem(AgreementCharacteristic characteristicItem) Agreement.addEngagedPartyItem(RelatedParty engagedPartyItem) Agreement.agreementAuthorization(List<AgreementAuthorization> agreementAuthorization) Agreement.agreementItem(List<AgreementItem> agreementItem) Agreement.agreementPeriod(TimePeriod agreementPeriod) Agreement.agreementSpecification(AgreementSpecificationRef agreementSpecification) Agreement.agreementType(String agreementType) Agreement.associatedAgreement(List<AgreementRef> associatedAgreement) Agreement.atBaseType(String atBaseType) Agreement.atSchemaLocation(String atSchemaLocation) Agreement.characteristic(List<AgreementCharacteristic> characteristic) Agreement.completionDate(TimePeriod completionDate) Agreement.description(String description) Agreement.documentNumber(Integer documentNumber) Agreement.engagedParty(List<RelatedParty> engagedParty) Agreement.initialDate(Date initialDate) Agreement.statementOfIntent(String statementOfIntent) -
Uses of Agreement in de.hybris.platform.tuawebservicesresources.v3.mappers.agreement
Methods in de.hybris.platform.tuawebservicesresources.v3.mappers.agreement with parameters of type AgreementModifier and TypeMethodDescriptionvoidAgreementAgrAuthorizationAttributeMapper.populateSourceAttributeFromTarget(Agreement target, TuaAgreementModel source, ma.glasnost.orika.MappingContext context) voidAgreementAgrItemAttributeMapper.populateSourceAttributeFromTarget(Agreement target, TuaAgreementModel source, ma.glasnost.orika.MappingContext context) voidAgreementAgrPeriodAttributeMapper.populateSourceAttributeFromTarget(Agreement target, TuaAgreementModel source, ma.glasnost.orika.MappingContext context) voidAgreementAgrSpecificationAttributeMapper.populateSourceAttributeFromTarget(Agreement target, TuaAgreementModel source, ma.glasnost.orika.MappingContext context) voidAgreementAssociatedAgrAttributeMapper.populateSourceAttributeFromTarget(Agreement target, TuaAgreementModel source, ma.glasnost.orika.MappingContext context) voidAgreementCharacteristicAttributeMapper.populateSourceAttributeFromTarget(Agreement target, TuaAgreementModel source, ma.glasnost.orika.MappingContext context) voidAgreementCompletionDateAttributeMapper.populateSourceAttributeFromTarget(Agreement target, TuaAgreementModel source, ma.glasnost.orika.MappingContext context) voidAgreementEngagedPartyAttributeMapper.populateSourceAttributeFromTarget(Agreement target, TuaAgreementModel source, ma.glasnost.orika.MappingContext context) voidAgreementStatusAttributeMapper.populateSourceAttributeFromTarget(Agreement target, TuaAgreementModel source, ma.glasnost.orika.MappingContext context) voidAgreementTypeAttributeMapper.populateSourceAttributeFromTarget(Agreement target, TuaAgreementModel source, ma.glasnost.orika.MappingContext context) voidAgreementAgrAuthorizationAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, Agreement target, ma.glasnost.orika.MappingContext context) voidAgreementAgrItemAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, Agreement target, ma.glasnost.orika.MappingContext context) voidAgreementAgrPeriodAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, Agreement target, ma.glasnost.orika.MappingContext context) voidAgreementAgrSpecificationAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, Agreement target, ma.glasnost.orika.MappingContext context) voidAgreementAssociatedAgrAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, Agreement target, ma.glasnost.orika.MappingContext context) voidAgreementAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, Agreement target, ma.glasnost.orika.MappingContext context) voidAgreementCharacteristicAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, Agreement target, ma.glasnost.orika.MappingContext context) voidAgreementCompletionDateAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, Agreement target, ma.glasnost.orika.MappingContext context) voidAgreementEngagedPartyAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, Agreement target, ma.glasnost.orika.MappingContext context) voidAgreementHrefAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, Agreement target, ma.glasnost.orika.MappingContext context) voidAgreementSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, Agreement target, ma.glasnost.orika.MappingContext context) voidAgreementStatusAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, Agreement target, ma.glasnost.orika.MappingContext context) voidAgreementTypeAttributeMapper.populateTargetAttributeFromSource(TuaAgreementModel source, Agreement target, ma.glasnost.orika.MappingContext context)