Uses of Class
com.orchestranetworks.addon.dama.ext.bean.DateRange
-
Packages that use DateRange Package Description com.orchestranetworks.addon.dama.ext.bean Provides Entity Beans for working with digital assets. -
-
Uses of DateRange in com.orchestranetworks.addon.dama.ext.bean
Methods in com.orchestranetworks.addon.dama.ext.bean that return DateRange Modifier and Type Method Description DateRangeSearchFilter. getCreationDateRange()Returns the creation date range.DateRangeSearchFilter. getUpdateDateRange()Returns the last updated date range.Methods in com.orchestranetworks.addon.dama.ext.bean with parameters of type DateRange Modifier and Type Method Description voidSearchFilter. setCreationDateRange(DateRange createDateRange)Specifies the creation date range.voidSearchFilter. setUpdateDateRange(DateRange updateDateRange)Specifies the last updated date range.
-