Uses of Class
de.hybris.platform.agreementtmfwebservices.v1.dto.AgreementSpecification
Packages that use AgreementSpecification
Package
Description
-
Uses of AgreementSpecification in de.hybris.platform.agreementtmfwebservices.v1.api
Methods in de.hybris.platform.agreementtmfwebservices.v1.api that return types with arguments of type AgreementSpecificationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AgreementSpecification>AgreementSpecificationApi.createAgreementSpecification(@Valid AgreementSpecification body) org.springframework.http.ResponseEntity<List<AgreementSpecification>>AgreementSpecificationApi.listAgreementSpecification(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String lifecycleStatus) org.springframework.http.ResponseEntity<AgreementSpecification>AgreementSpecificationApi.patchAgreementSpecification(String id, @Valid AgreementSpecification body) org.springframework.http.ResponseEntity<AgreementSpecification>AgreementSpecificationApi.retrieveAgreementSpecification(String id, @Valid String fields) Methods in de.hybris.platform.agreementtmfwebservices.v1.api with parameters of type AgreementSpecificationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AgreementSpecification>AgreementSpecificationApi.createAgreementSpecification(@Valid AgreementSpecification body) org.springframework.http.ResponseEntity<AgreementSpecification>AgreementSpecificationApi.patchAgreementSpecification(String id, @Valid AgreementSpecification body) -
Uses of AgreementSpecification in de.hybris.platform.agreementtmfwebservices.v1.controllers
Methods in de.hybris.platform.agreementtmfwebservices.v1.controllers that return types with arguments of type AgreementSpecificationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AgreementSpecification>AgrAgreementsSpecificationsController.createAgreementSpecification(@Valid AgreementSpecification agreementSpecification) Deprecated.org.springframework.http.ResponseEntity<List<AgreementSpecification>>AgrAgreementsSpecificationsController.listAgreementSpecification(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String lifecycleStatus) Deprecated.org.springframework.http.ResponseEntity<AgreementSpecification>AgrAgreementsSpecificationsController.patchAgreementSpecification(String id, @Valid AgreementSpecification agreementSpecification) Deprecated.org.springframework.http.ResponseEntity<AgreementSpecification>AgrAgreementsSpecificationsController.retrieveAgreementSpecification(String id, @Valid String fields) Deprecated.Methods in de.hybris.platform.agreementtmfwebservices.v1.controllers with parameters of type AgreementSpecificationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AgreementSpecification>AgrAgreementsSpecificationsController.createAgreementSpecification(@Valid AgreementSpecification agreementSpecification) Deprecated.org.springframework.http.ResponseEntity<AgreementSpecification>AgrAgreementsSpecificationsController.patchAgreementSpecification(String id, @Valid AgreementSpecification agreementSpecification) Deprecated. -
Uses of AgreementSpecification in de.hybris.platform.agreementtmfwebservices.v1.dto
Methods in de.hybris.platform.agreementtmfwebservices.v1.dto that return AgreementSpecificationModifier and TypeMethodDescriptionAgreementSpecification.addAttachmentItem(AttachmentRefOrValue attachmentItem) Deprecated.AgreementSpecification.addRelatedPartyItem(RelatedParty relatedPartyItem) Deprecated.AgreementSpecification.addSpecificationCharacteristicItem(AgreementSpecCharacteristic specificationCharacteristicItem) Deprecated.AgreementSpecification.addSpecificationRelationshipItem(AgreementSpecificationRelationship specificationRelationshipItem) Deprecated.AgreementSpecification.atBaseType(String atBaseType) Deprecated.AgreementSpecification.atSchemaLocation(String atSchemaLocation) Deprecated.AgreementSpecification.attachment(List<AttachmentRefOrValue> attachment) Deprecated.Deprecated.AgreementSpecification.description(String description) Deprecated.@Valid AgreementSpecificationAgreementSpecificationAttributeValueChangeEventPayload.getAgreementSpecification()Deprecated.Get agreementSpecification@Valid AgreementSpecificationAgreementSpecificationCreateEventPayload.getAgreementSpecification()Deprecated.Get agreementSpecification@Valid AgreementSpecificationAgreementSpecificationDeleteEventPayload.getAgreementSpecification()Deprecated.Get agreementSpecification@Valid AgreementSpecificationAgreementSpecificationStateChangeEventPayload.getAgreementSpecification()Deprecated.Get agreementSpecificationDeprecated.Deprecated.Deprecated.AgreementSpecification.lastUpdate(Date lastUpdate) Deprecated.AgreementSpecification.lifecycleStatus(String lifecycleStatus) Deprecated.Deprecated.AgreementSpecification.relatedParty(List<RelatedParty> relatedParty) Deprecated.AgreementSpecification.serviceCategory(CategoryRef serviceCategory) Deprecated.AgreementSpecification.specificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) Deprecated.AgreementSpecification.specificationRelationship(List<AgreementSpecificationRelationship> specificationRelationship) Deprecated.AgreementSpecification.validFor(TimePeriod validFor) Deprecated.Deprecated.Methods in de.hybris.platform.agreementtmfwebservices.v1.dto with parameters of type AgreementSpecificationModifier and TypeMethodDescriptionAgreementSpecificationAttributeValueChangeEventPayload.agreementSpecification(AgreementSpecification agreementSpecification) Deprecated.AgreementSpecificationCreateEventPayload.agreementSpecification(AgreementSpecification agreementSpecification) Deprecated.AgreementSpecificationDeleteEventPayload.agreementSpecification(AgreementSpecification agreementSpecification) Deprecated.AgreementSpecificationStateChangeEventPayload.agreementSpecification(AgreementSpecification agreementSpecification) Deprecated.voidAgreementSpecificationAttributeValueChangeEventPayload.setAgreementSpecification(AgreementSpecification agreementSpecification) Deprecated.voidAgreementSpecificationCreateEventPayload.setAgreementSpecification(AgreementSpecification agreementSpecification) Deprecated.voidAgreementSpecificationDeleteEventPayload.setAgreementSpecification(AgreementSpecification agreementSpecification) Deprecated.voidAgreementSpecificationStateChangeEventPayload.setAgreementSpecification(AgreementSpecification agreementSpecification) Deprecated. -
Uses of AgreementSpecification in de.hybris.platform.agreementtmfwebservices.v1.mappers.agreementspecification
Methods in de.hybris.platform.agreementtmfwebservices.v1.mappers.agreementspecification with parameters of type AgreementSpecificationModifier and TypeMethodDescriptionvoidAgreementSpecificationAttachmentAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecification target, AgrAgreementSpecificationModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationLastModifiedAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecification target, AgrAgreementSpecificationModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationLifecycleStatusAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecification target, AgrAgreementSpecificationModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationRelatedPartyAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecification target, AgrAgreementSpecificationModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationRelationshipAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecification target, AgrAgreementSpecificationModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationServiceCategoryAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecification target, AgrAgreementSpecificationModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationSpecCharacteristicsAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecification target, AgrAgreementSpecificationModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationValidForAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecification target, AgrAgreementSpecificationModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationAttachmentAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecificationModel source, AgreementSpecification target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationAtTypeAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecificationModel source, AgreementSpecification target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationHrefAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecificationModel source, AgreementSpecification target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationLastModifiedAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecificationModel source, AgreementSpecification target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationLifecycleStatusAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecificationModel source, AgreementSpecification target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationRelatedPartyAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecificationModel source, AgreementSpecification target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationRelationshipAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecificationModel source, AgreementSpecification target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationSchemaLocationAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecificationModel source, AgreementSpecification target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationServiceCategoryAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecificationModel source, AgreementSpecification target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationSpecCharacteristicsAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecificationModel source, AgreementSpecification target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationValidForAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecificationModel source, AgreementSpecification target, ma.glasnost.orika.MappingContext context) Deprecated.