Interface AgrAgreementSpecificationDao

All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.GenericDao<AgrAgreementSpecificationModel>
All Known Implementing Classes:
DefaultAgrAgreementSpecificationDao

@Deprecated(since="2208") public interface AgrAgreementSpecificationDao extends de.hybris.platform.servicelayer.internal.dao.GenericDao<AgrAgreementSpecificationModel>
Deprecated.
2208
Data access object for AgrAgreementSpecificationModels.
Since:
2108
  • Method Details

    • findUnique

      AgrAgreementSpecificationModel findUnique(Map<String,? extends Object> params)
      Deprecated.
      Searches for a unique model based on given parameters. If none or multiple models are found, a specific exception will be thrown.
      Parameters:
      params - Map containing name-value pairs used for identifying the unique model
      Returns:
      model for given parameter
    • getAgreementSpecifications

      List<AgrAgreementSpecificationModel> getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit)
      Deprecated.
      Retrieves a list of AgrAgreementSpecificationModel for a given context.
      Parameters:
      agrAgreementContext - the context.
      offset - the offset.
      limit - the maximum number of returned agreementSpecifications.
      Returns:
      the list of agreement specifications found for the given context.
    • getNumberOfAgreementSpecificationsFor

      Integer getNumberOfAgreementSpecificationsFor(AgrAgreementContext agrAgreementContext)
      Deprecated.
      Retrieves the total number of agreement specifications found for a given context.
      Parameters:
      agrAgreementContext - the context.
      Returns:
      the number of agreement specifications found.