Class DefaultAgrAgreementDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<AgrAgreementModel>
de.hybris.platform.agreementservices.daos.impl.DefaultAgrAgreementDao
- All Implemented Interfaces:
AgrAgreementDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<AgrAgreementModel>
@Deprecated(since="2208")
public class DefaultAgrAgreementDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<AgrAgreementModel>
implements AgrAgreementDao
Deprecated.
2208
Default implementation of
AgrAgreementDao.- Since:
- 2108
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindUnique(Map<String, ?> params) Deprecated.Searches for a unique model based on given parameters.getAgreements(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofAgrAgreementModelfor a given context.getNumberOfAgreementsFor(AgrAgreementContext agrAgreementContext) Deprecated.Retrieves the total number of agreements found for a given context.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.servicelayer.internal.dao.GenericDao
find, find, find, find, find
-
Constructor Details
-
DefaultAgrAgreementDao
public DefaultAgrAgreementDao()Deprecated.
-
-
Method Details
-
findUnique
Deprecated.Description copied from interface:AgrAgreementDaoSearches for a unique model based on given parameters. If none or multiple models are found, a specific exception will be thrown.- Specified by:
findUniquein interfaceAgrAgreementDao- Parameters:
params-Mapcontaining name-value pairs used for identifying the unique model- Returns:
- model for given parameter
-
getAgreements
public List<AgrAgreementModel> getAgreements(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.Description copied from interface:AgrAgreementDaoRetrieves a list ofAgrAgreementModelfor a given context.- Specified by:
getAgreementsin interfaceAgrAgreementDao- Parameters:
agrAgreementContext- the context.offset- the offset.limit- the maximum number of returned agreements.- Returns:
- the list of agreements found for the given context.
-
getNumberOfAgreementsFor
Deprecated.Description copied from interface:AgrAgreementDaoRetrieves the total number of agreements found for a given context.- Specified by:
getNumberOfAgreementsForin interfaceAgrAgreementDao- Parameters:
agrAgreementContext- the context.- Returns:
- the number of agreements found.
-