Uses of Class
de.hybris.platform.billmanagementtmfwebservices.v1.dto.TimePeriod
Packages that use TimePeriod
-
Uses of TimePeriod in de.hybris.platform.billmanagementtmfwebservices.v1.dto
Methods in de.hybris.platform.billmanagementtmfwebservices.v1.dto that return TimePeriodModifier and TypeMethodDescriptionTimePeriod.endDateTime(Date endDateTime) Deprecated.@Valid TimePeriodCustomerBill.getBillingPeriod()Deprecated.Get billingPeriod@Valid TimePeriodAppliedCustomerBillingRate.getPeriodCoverage()Deprecated.Get periodCoverage@NotNull @Valid TimePeriodAccountBalance.getValidFor()Deprecated.Get validFor@Valid TimePeriodAttachment.getValidFor()Deprecated.Get validFor@Valid TimePeriodAttachmentRefOrValue.getValidFor()Deprecated.Get validForTimePeriod.startDateTime(Date startDateTime) Deprecated.Methods in de.hybris.platform.billmanagementtmfwebservices.v1.dto with parameters of type TimePeriodModifier and TypeMethodDescriptionCustomerBill.billingPeriod(TimePeriod billingPeriod) Deprecated.AppliedCustomerBillingRate.periodCoverage(TimePeriod periodCoverage) Deprecated.voidCustomerBill.setBillingPeriod(TimePeriod billingPeriod) Deprecated.voidAppliedCustomerBillingRate.setPeriodCoverage(TimePeriod periodCoverage) Deprecated.voidAccountBalance.setValidFor(TimePeriod validFor) Deprecated.voidAttachment.setValidFor(TimePeriod validFor) Deprecated.voidAttachmentRefOrValue.setValidFor(TimePeriod validFor) Deprecated.AccountBalance.validFor(TimePeriod validFor) Deprecated.Attachment.validFor(TimePeriod validFor) Deprecated.AttachmentRefOrValue.validFor(TimePeriod validFor) Deprecated.