Class DefaultAgrAgreementSpecificationDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<AgrAgreementSpecificationModel>
de.hybris.platform.agreementservices.daos.impl.DefaultAgrAgreementSpecificationDao
- All Implemented Interfaces:
AgrAgreementSpecificationDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<AgrAgreementSpecificationModel>
@Deprecated(since="2208")
public class DefaultAgrAgreementSpecificationDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<AgrAgreementSpecificationModel>
implements AgrAgreementSpecificationDao
Deprecated.
2208
Default implementation of
AgrAgreementSpecificationDao.- Since:
- 2108
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindUnique(Map<String, ?> params) Deprecated.Searches for a unique model based on given parameters.getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofAgrAgreementSpecificationModelfor a given context.getNumberOfAgreementSpecificationsFor(AgrAgreementContext agrAgreementContext) Deprecated.Retrieves the total number of agreement specifications 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
-
DefaultAgrAgreementSpecificationDao
public DefaultAgrAgreementSpecificationDao()Deprecated.
-
-
Method Details
-
findUnique
Deprecated.Description copied from interface:AgrAgreementSpecificationDaoSearches for a unique model based on given parameters. If none or multiple models are found, a specific exception will be thrown.- Specified by:
findUniquein interfaceAgrAgreementSpecificationDao- Parameters:
params-Mapcontaining name-value pairs used for identifying the unique model- Returns:
- model for given parameter
-
getAgreementSpecifications
public List<AgrAgreementSpecificationModel> getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.Description copied from interface:AgrAgreementSpecificationDaoRetrieves a list ofAgrAgreementSpecificationModelfor a given context.- Specified by:
getAgreementSpecificationsin interfaceAgrAgreementSpecificationDao- 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
Deprecated.Description copied from interface:AgrAgreementSpecificationDaoRetrieves the total number of agreement specifications found for a given context.- Specified by:
getNumberOfAgreementSpecificationsForin interfaceAgrAgreementSpecificationDao- Parameters:
agrAgreementContext- the context.- Returns:
- the number of agreement specifications found.
-