Class DefaultAgrAgreementSpecificationService
java.lang.Object
de.hybris.platform.agreementservices.services.impl.DefaultAgrAgreementSpecificationService
- All Implemented Interfaces:
AgrAgreementSpecificationService
@Deprecated(since="2208")
public class DefaultAgrAgreementSpecificationService
extends Object
implements AgrAgreementSpecificationService
Deprecated.
2208
Default implementation of
AgrAgreementSpecificationService- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultAgrAgreementSpecificationService(AgrAgreementSpecificationDao agreementSpecificationDao, de.hybris.platform.servicelayer.model.ModelService modelService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Creates an instance ofAgrAgreementSpecificationModel.Deprecated.Returns aAgrAgreementSpecificationModelfor the given id.protected AgrAgreementSpecificationDaoDeprecated.getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofAgrAgreementSpecificationModelfor a given context.protected de.hybris.platform.servicelayer.model.ModelServiceDeprecated.getNumberOfAgreementSpecificationsFor(AgrAgreementContext agrAgreementContext) Deprecated.Retrieves the total number of agreement specifications found for a given context.voidremoveAgreementSpecification(AgrAgreementSpecificationModel agreementSpecification) Deprecated.Removes the givenAgrAgreementSpecificationModelvoidsaveAgreementSpecification(AgrAgreementSpecificationModel agreementSpecification) Deprecated.Saves the givenAgrAgreementSpecificationModel.
-
Constructor Details
-
DefaultAgrAgreementSpecificationService
public DefaultAgrAgreementSpecificationService(AgrAgreementSpecificationDao agreementSpecificationDao, de.hybris.platform.servicelayer.model.ModelService modelService) Deprecated.
-
-
Method Details
-
getAgreementSpecification
Deprecated.Description copied from interface:AgrAgreementSpecificationServiceReturns aAgrAgreementSpecificationModelfor the given id.- Specified by:
getAgreementSpecificationin interfaceAgrAgreementSpecificationService- Parameters:
id- identifier ofAgrAgreementSpecificationModel- Returns:
- the
AgrAgreementSpecificationModelfound.
-
getAgreementSpecifications
public List<AgrAgreementSpecificationModel> getAgreementSpecifications(AgrAgreementContext agrAgreementContext, Integer offset, Integer limit) Deprecated.Description copied from interface:AgrAgreementSpecificationServiceRetrieves a list ofAgrAgreementSpecificationModelfor a given context.- Specified by:
getAgreementSpecificationsin interfaceAgrAgreementSpecificationService- 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:AgrAgreementSpecificationServiceRetrieves the total number of agreement specifications found for a given context.- Specified by:
getNumberOfAgreementSpecificationsForin interfaceAgrAgreementSpecificationService- Parameters:
agrAgreementContext- the context.- Returns:
- the number of agreement specifications found.
-
createAgreementSpecification
Deprecated.Description copied from interface:AgrAgreementSpecificationServiceCreates an instance ofAgrAgreementSpecificationModel.- Specified by:
createAgreementSpecificationin interfaceAgrAgreementSpecificationService- Returns:
- the newly created model.
-
removeAgreementSpecification
Deprecated.Description copied from interface:AgrAgreementSpecificationServiceRemoves the givenAgrAgreementSpecificationModel- Specified by:
removeAgreementSpecificationin interfaceAgrAgreementSpecificationService- Parameters:
agreementSpecification- the agreement specification.
-
saveAgreementSpecification
Deprecated.Description copied from interface:AgrAgreementSpecificationServiceSaves the givenAgrAgreementSpecificationModel.- Specified by:
saveAgreementSpecificationin interfaceAgrAgreementSpecificationService- Parameters:
agreementSpecification- the agreement specification.
-
getAgreementSpecificationDao
Deprecated. -
getModelService
protected de.hybris.platform.servicelayer.model.ModelService getModelService()Deprecated.
-