Package | Description |
---|---|
com.leonarduk.clearcheckbook.calls | |
com.leonarduk.clearcheckbook.dto |
Modifier and Type | Method and Description |
---|---|
List<ReportDataType> |
ReportCall.getAll(ReportDataType.Type type)
Brings back a list of links to graphs in google graph
|
List<ReportDataType> |
ReportCall.getAll(ReportDataType.Type type,
int months) |
List<ReportDataType> |
ReportCall.getAll(ReportDataType.Type type,
int months,
String bgcolor,
int height,
int width)
Returns an array of images containing reports for the current user
Method: get Call: reports |
Modifier and Type | Method and Description |
---|---|
static ReportDataType.Type |
ReportDataType.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportDataType.Type[] |
ReportDataType.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 Leonard UK Ltd. All rights reserved.