Uses of Class
de.hybris.platform.agreementservices.data.AgrAgreementContext
Packages that use AgrAgreementContext
Package
Description
-
Uses of AgrAgreementContext in de.hybris.platform.agreementservices.daos
Methods in de.hybris.platform.agreementservices.daos with parameters of type AgrAgreementContextModifier and TypeMethodDescriptionAgrAgreementDao.getAgreements(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofAgrAgreementModelfor a given context.TuaAgreementDao.getAgreements(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Retrieves a list ofTuaAgreementModelfor a given context.AgrAgreementSpecificationDao.getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofAgrAgreementSpecificationModelfor a given context.TuaAgreementSpecificationDao.getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Retrieves a list ofTuaAgreementSpecificationModelfor a given context.AgrAgreementDao.getNumberOfAgreementsFor(AgrAgreementContext agrAgreementContext) Deprecated.Retrieves the total number of agreements found for a given context.TuaAgreementDao.getNumberOfAgreementsFor(AgrAgreementContext agrAgreementContext) Retrieves the total number of agreements found for a given context.AgrAgreementSpecificationDao.getNumberOfAgreementSpecificationsFor(AgrAgreementContext agrAgreementContext) Deprecated.Retrieves the total number of agreement specifications found for a given context.TuaAgreementSpecificationDao.getNumberOfAgreementSpecificationsFor(AgrAgreementContext agrAgreementContext) Retrieves the total number of agreement specifications found for a given context. -
Uses of AgrAgreementContext in de.hybris.platform.agreementservices.daos.impl
Methods in de.hybris.platform.agreementservices.daos.impl with parameters of type AgrAgreementContextModifier and TypeMethodDescriptionDefaultAgrAgreementDao.getAgreements(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.DefaultTuaAgreementDao.getAgreements(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) DefaultAgrAgreementSpecificationDao.getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.DefaultTuaAgreementSpecificationDao.getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) DefaultAgrAgreementDao.getNumberOfAgreementsFor(AgrAgreementContext agrAgreementContext) Deprecated.DefaultTuaAgreementDao.getNumberOfAgreementsFor(AgrAgreementContext agrAgreementContext) DefaultAgrAgreementSpecificationDao.getNumberOfAgreementSpecificationsFor(AgrAgreementContext agrAgreementContext) Deprecated.DefaultTuaAgreementSpecificationDao.getNumberOfAgreementSpecificationsFor(AgrAgreementContext agrAgreementContext) -
Uses of AgrAgreementContext in de.hybris.platform.agreementservices.services
Methods in de.hybris.platform.agreementservices.services with parameters of type AgrAgreementContextModifier and TypeMethodDescriptionAgrAgreementsService.getAgreements(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofAgrAgreementModelfor a given context.TuaAgreementsService.getAgreements(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Retrieves a list ofTuaAgreementModelfor a given context.AgrAgreementSpecificationService.getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofAgrAgreementSpecificationModelfor a given context.TuaAgreementSpecificationService.getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Retrieves a list ofTuaAgreementSpecificationModelfor a given context.AgrAgreementsService.getNumberOfAgreementsFor(AgrAgreementContext agrAgreementContext) Deprecated.Retrieves the total number of agreements found for a given context.TuaAgreementsService.getNumberOfAgreementsFor(AgrAgreementContext agrAgreementContext) Retrieves the total number of agreements found for a given context.AgrAgreementSpecificationService.getNumberOfAgreementSpecificationsFor(AgrAgreementContext agrAgreementContext) Deprecated.Retrieves the total number of agreement specifications found for a given context.TuaAgreementSpecificationService.getNumberOfAgreementSpecificationsFor(AgrAgreementContext agrAgreementContext) Retrieves the total number of agreement specifications found for a given context. -
Uses of AgrAgreementContext in de.hybris.platform.agreementservices.services.impl
Methods in de.hybris.platform.agreementservices.services.impl with parameters of type AgrAgreementContextModifier and TypeMethodDescriptionDefaultAgrAgreementsService.getAgreements(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.DefaultTuaAgreementsService.getAgreements(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) DefaultAgrAgreementSpecificationService.getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.DefaultTuaAgreementSpecificationService.getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) DefaultAgrAgreementsService.getNumberOfAgreementsFor(AgrAgreementContext agrAgreementContext) Deprecated.DefaultTuaAgreementsService.getNumberOfAgreementsFor(AgrAgreementContext agrAgreementContext) DefaultAgrAgreementSpecificationService.getNumberOfAgreementSpecificationsFor(AgrAgreementContext agrAgreementContext) Deprecated.DefaultTuaAgreementSpecificationService.getNumberOfAgreementSpecificationsFor(AgrAgreementContext agrAgreementContext)