Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.BillingCycleSpecification
Packages that use BillingCycleSpecification
Package
Description
-
Uses of BillingCycleSpecification in de.hybris.platform.billingaccounttmfwebservices.v2.api
Methods in de.hybris.platform.billingaccounttmfwebservices.v2.api that return types with arguments of type BillingCycleSpecificationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BillingCycleSpecification>BillingCycleSpecificationApi.createBillingCycleSpecification(@Valid BillingCycleSpecification billingCycleSpecification) org.springframework.http.ResponseEntity<List<BillingCycleSpecification>>BillingCycleSpecificationApi.listBillingCycleSpecification(@Valid String fields, @Valid Integer offset, @Valid Integer limit) org.springframework.http.ResponseEntity<BillingCycleSpecification>BillingCycleSpecificationApi.patchBillingCycleSpecification(String id, @Valid BillingCycleSpecification billingCycleSpecification) org.springframework.http.ResponseEntity<BillingCycleSpecification>BillingCycleSpecificationApi.retrieveBillingCycleSpecification(String id, @Valid String fields) Methods in de.hybris.platform.billingaccounttmfwebservices.v2.api with parameters of type BillingCycleSpecificationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BillingCycleSpecification>BillingCycleSpecificationApi.createBillingCycleSpecification(@Valid BillingCycleSpecification billingCycleSpecification) org.springframework.http.ResponseEntity<BillingCycleSpecification>BillingCycleSpecificationApi.patchBillingCycleSpecification(String id, @Valid BillingCycleSpecification billingCycleSpecification) -
Uses of BillingCycleSpecification in de.hybris.platform.billingaccounttmfwebservices.v2.controllers
Methods in de.hybris.platform.billingaccounttmfwebservices.v2.controllers that return types with arguments of type BillingCycleSpecificationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BillingCycleSpecification>BaBillingCycleSpecificationController.createBillingCycleSpecification(@Valid BillingCycleSpecification billingCycleSpecification) org.springframework.http.ResponseEntity<List<BillingCycleSpecification>>BaBillingCycleSpecificationController.listBillingCycleSpecification(@Valid String fields, @Valid Integer offset, @Valid Integer limit) org.springframework.http.ResponseEntity<BillingCycleSpecification>BaBillingCycleSpecificationController.patchBillingCycleSpecification(String id, @Valid BillingCycleSpecification billingCycleSpecification) org.springframework.http.ResponseEntity<BillingCycleSpecification>BaBillingCycleSpecificationController.retrieveBillingCycleSpecification(String id, @Valid String fields) Methods in de.hybris.platform.billingaccounttmfwebservices.v2.controllers with parameters of type BillingCycleSpecificationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BillingCycleSpecification>BaBillingCycleSpecificationController.createBillingCycleSpecification(@Valid BillingCycleSpecification billingCycleSpecification) org.springframework.http.ResponseEntity<BillingCycleSpecification>BaBillingCycleSpecificationController.patchBillingCycleSpecification(String id, @Valid BillingCycleSpecification billingCycleSpecification) -
Uses of BillingCycleSpecification in de.hybris.platform.tuawebservicesresources.mappers.billingcyclespec
Methods in de.hybris.platform.tuawebservicesresources.mappers.billingcyclespec with parameters of type BillingCycleSpecificationModifier and TypeMethodDescriptionvoidBillingCycleSpecificationValidForAttributeMapper.populateSourceAttributeFromTarget(BillingCycleSpecification target, TuaBillingCycleSpecificationModel source, ma.glasnost.orika.MappingContext context) voidBillingCycleSpecificationAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaBillingCycleSpecificationModel source, BillingCycleSpecification target, ma.glasnost.orika.MappingContext context) voidBillingCycleSpecificationBaseTypeAttributeMapper.populateTargetAttributeFromSource(TuaBillingCycleSpecificationModel source, BillingCycleSpecification target, ma.glasnost.orika.MappingContext context) voidBillingCycleSpecificationHrefAttributeMapper.populateTargetAttributeFromSource(TuaBillingCycleSpecificationModel source, BillingCycleSpecification target, ma.glasnost.orika.MappingContext context) voidBillingCycleSpecificationSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaBillingCycleSpecificationModel source, BillingCycleSpecification target, ma.glasnost.orika.MappingContext context) voidBillingCycleSpecificationValidForAttributeMapper.populateTargetAttributeFromSource(TuaBillingCycleSpecificationModel source, BillingCycleSpecification target, ma.glasnost.orika.MappingContext context) -
Uses of BillingCycleSpecification in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return BillingCycleSpecificationModifier and TypeMethodDescriptionBillingCycleSpecification.atBaseType(String atBaseType) BillingCycleSpecification.atSchemaLocation(String atSchemaLocation) BillingCycleSpecification.billingDateShift(Integer billingDateShift) BillingCycleSpecification.billingPeriod(String billingPeriod) BillingCycleSpecification.chargeDateOffset(Integer chargeDateOffset) BillingCycleSpecification.creditDateOffset(Integer creditDateOffset) BillingCycleSpecification.description(String description) BillingCycleSpecification.mailingDateOffset(Integer mailingDateOffset) BillingCycleSpecification.paymentDueDateOffset(Integer paymentDueDateOffset) BillingCycleSpecification.validFor(TimePeriod validFor)