Uses of Class
de.hybris.platform.agreementservices.model.AgrAgreementSpecificationModel
Packages that use AgrAgreementSpecificationModel
Package
Description
Contains generated models for each type of de.hybris.platform.agreementservices.jalo package.
-
Uses of AgrAgreementSpecificationModel in de.hybris.platform.agreementservices.daos
Methods in de.hybris.platform.agreementservices.daos that return AgrAgreementSpecificationModelModifier and TypeMethodDescriptionAgrAgreementSpecificationDao.findUnique(Map<String, ? extends Object> params) Deprecated.Searches for a unique model based on given parameters.Methods in de.hybris.platform.agreementservices.daos that return types with arguments of type AgrAgreementSpecificationModelModifier and TypeMethodDescriptionAgrAgreementSpecificationDao.getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofAgrAgreementSpecificationModelfor a given context. -
Uses of AgrAgreementSpecificationModel in de.hybris.platform.agreementservices.daos.impl
Methods in de.hybris.platform.agreementservices.daos.impl that return AgrAgreementSpecificationModelModifier and TypeMethodDescriptionDefaultAgrAgreementSpecificationDao.findUnique(Map<String, ?> params) Deprecated.Methods in de.hybris.platform.agreementservices.daos.impl that return types with arguments of type AgrAgreementSpecificationModelModifier and TypeMethodDescriptionDefaultAgrAgreementSpecificationDao.getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated. -
Uses of AgrAgreementSpecificationModel in de.hybris.platform.agreementservices.interceptors
Methods in de.hybris.platform.agreementservices.interceptors with parameters of type AgrAgreementSpecificationModelModifier and TypeMethodDescriptionvoidAgrAgreementSpecificationPrepareInterceptor.onPrepare(AgrAgreementSpecificationModel agrAgreementSpecificationModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) Deprecated. -
Uses of AgrAgreementSpecificationModel in de.hybris.platform.agreementservices.model
Methods in de.hybris.platform.agreementservices.model that return AgrAgreementSpecificationModelModifier and TypeMethodDescriptionAgrAgreementModel.getAgreementSpecification()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrAgreement.agreementSpecificationattribute defined at extensionagreementservices.AgrAgreementRelationshipModel.getSourceAgreementSpecification()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrAgreementRelationship.sourceAgreementSpecificationattribute defined at extensionagreementservices.AgrAgreementRelationshipModel.getTargetAgreementSpecification()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrAgreementRelationship.targetAgreementSpecificationattribute defined at extensionagreementservices.Methods in de.hybris.platform.agreementservices.model that return types with arguments of type AgrAgreementSpecificationModelModifier and TypeMethodDescriptionAgrAgreementSpecCharacteristicModel.getAgreementSpecification()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrAgreementSpecCharacteristic.agreementSpecificationattribute defined at extensionagreementservices.AgrPartyRoleModel.getAgreementSpecification()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrPartyRole.agreementSpecificationattribute defined at extensionagreementservices.Methods in de.hybris.platform.agreementservices.model with parameters of type AgrAgreementSpecificationModelModifier and TypeMethodDescriptionvoidAgrAgreementModel.setAgreementSpecification(AgrAgreementSpecificationModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrAgreement.agreementSpecificationattribute defined at extensionagreementservices.voidAgrAgreementRelationshipModel.setSourceAgreementSpecification(AgrAgreementSpecificationModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrAgreementRelationship.sourceAgreementSpecificationattribute defined at extensionagreementservices.voidAgrAgreementRelationshipModel.setTargetAgreementSpecification(AgrAgreementSpecificationModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrAgreementRelationship.targetAgreementSpecificationattribute defined at extensionagreementservices.Method parameters in de.hybris.platform.agreementservices.model with type arguments of type AgrAgreementSpecificationModelModifier and TypeMethodDescriptionvoidAgrAgreementSpecCharacteristicModel.setAgreementSpecification(Collection<AgrAgreementSpecificationModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrAgreementSpecCharacteristic.agreementSpecificationattribute defined at extensionagreementservices.voidAgrPartyRoleModel.setAgreementSpecification(Collection<AgrAgreementSpecificationModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrPartyRole.agreementSpecificationattribute defined at extensionagreementservices. -
Uses of AgrAgreementSpecificationModel in de.hybris.platform.agreementservices.services
Methods in de.hybris.platform.agreementservices.services that return AgrAgreementSpecificationModelModifier and TypeMethodDescriptionAgrAgreementSpecificationService.createAgreementSpecification()Deprecated.Creates an instance ofAgrAgreementSpecificationModel.AgrAgreementSpecificationService.getAgreementSpecification(String id) Deprecated.Returns aAgrAgreementSpecificationModelfor the given id.Methods in de.hybris.platform.agreementservices.services that return types with arguments of type AgrAgreementSpecificationModelModifier and TypeMethodDescriptionAgrAgreementSpecificationService.getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofAgrAgreementSpecificationModelfor a given context.Methods in de.hybris.platform.agreementservices.services with parameters of type AgrAgreementSpecificationModelModifier and TypeMethodDescriptionvoidAgrAgreementSpecificationService.removeAgreementSpecification(AgrAgreementSpecificationModel agreementSpecification) Deprecated.Removes the givenAgrAgreementSpecificationModelvoidAgrAgreementSpecificationService.saveAgreementSpecification(AgrAgreementSpecificationModel agreementSpecification) Deprecated.Saves the givenAgrAgreementSpecificationModel. -
Uses of AgrAgreementSpecificationModel in de.hybris.platform.agreementservices.services.impl
Methods in de.hybris.platform.agreementservices.services.impl that return AgrAgreementSpecificationModelModifier and TypeMethodDescriptionDefaultAgrAgreementSpecificationService.createAgreementSpecification()Deprecated.DefaultAgrAgreementSpecificationService.getAgreementSpecification(String id) Deprecated.Methods in de.hybris.platform.agreementservices.services.impl that return types with arguments of type AgrAgreementSpecificationModelModifier and TypeMethodDescriptionDefaultAgrAgreementSpecificationService.getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.Methods in de.hybris.platform.agreementservices.services.impl with parameters of type AgrAgreementSpecificationModelModifier and TypeMethodDescriptionvoidDefaultAgrAgreementSpecificationService.removeAgreementSpecification(AgrAgreementSpecificationModel agreementSpecification) Deprecated.voidDefaultAgrAgreementSpecificationService.saveAgreementSpecification(AgrAgreementSpecificationModel agreementSpecification) Deprecated. -
Uses of AgrAgreementSpecificationModel in de.hybris.platform.agreementtmfwebservices.v1.mappers.agreementspecification
Methods in de.hybris.platform.agreementtmfwebservices.v1.mappers.agreementspecification with parameters of type AgrAgreementSpecificationModelModifier 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. -
Uses of AgrAgreementSpecificationModel in de.hybris.platform.agreementtmfwebservices.v1.mappers.agreementspecificationref
Methods in de.hybris.platform.agreementtmfwebservices.v1.mappers.agreementspecificationref with parameters of type AgrAgreementSpecificationModelModifier and TypeMethodDescriptionvoidAgreementSpecificationRefHrefAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecificationModel source, AgreementSpecificationRef target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecificationModel source, AgreementSpecificationRef target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecificationSchemaLocationHrefAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecificationModel source, AgreementSpecificationRef target, ma.glasnost.orika.MappingContext context) Deprecated.