Package | Description |
---|---|
com.canto.cumulus |
The base package of the Cumulus Java Classes.
|
com.canto.cumulus.db.statistics | |
com.canto.cumulus.fieldvalue |
Wrapper clsses for field values of the Cumulus Java Classes.
|
com.canto.cumulus.prefs |
The Cumulus preferences package for accessing the Cumulus preferences.
|
Modifier and Type | Method and Description |
---|---|
DateOnlyFieldValue |
Item.getDateOnlyValue(GUID fieldUID)
Return the date only value for the given field.
|
Modifier and Type | Method and Description |
---|---|
int[] |
MultiItemCollection.getDailyStatistics(GUID fieldUID,
DateOnlyFieldValue startDate,
int numberOfDays)
Get statistics on how many items have DateOnly field values that fall into days of the range specified.
|
void |
Item.setDateOnlyValue(GUID fieldUID,
DateOnlyFieldValue dateOnlyFieldValue)
Modify the value of a date only field in this item.
|
Modifier and Type | Method and Description |
---|---|
DateOnlyFieldValue |
DateOnlyFieldData.getMaximumValue()
Return the maximum date value for this statistics entry.
|
DateOnlyFieldValue |
DateOnlyFieldData.getMinimumValue()
Return the minimum date value for this statistics entry.
|
Constructor and Description |
---|
DateOnlyFieldData(GUID fieldUID,
DateOnlyFieldValue minValue,
DateOnlyFieldValue maxValue) |
DateOnlyFieldData(GUID fieldUID,
java.util.Locale locale,
DateOnlyFieldValue minValue,
DateOnlyFieldValue maxValue) |
Modifier and Type | Method and Description |
---|---|
int |
DateOnlyFieldValue.compareTo(DateOnlyFieldValue other)
Compares this object with the specified object for order.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DateOnlyFieldValue> |
QueryConditionDateOnly.getComparisonListValues() |
Modifier and Type | Method and Description |
---|---|
void |
QueryConditionDateOnly.setComparisonListValues(java.util.List<DateOnlyFieldValue> values) |
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.