A B C D E F H I L M N O P R S T U W Y 
All Classes All Packages

A

ABS(Number) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns the absolute value of a number.
AND(Boolean...) - Static method in class net.sf.jasperreports.functions.standard.LogicalFunctions
Returns true if all arguments are considered true, false otherwise.

B

BASE(Integer, Integer) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns a text representation of a number, in a specified base radix.
BASE(Integer, Integer, Integer) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
 

C

CEIL(Number) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer
CHAR(Integer) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns a single text character, given a character code.
CLEAN(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns a new text string without non-printable characters.
CODE(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns the numeric code (0-255) for the first character in a string.
CONCATENATE(String...) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Combines a list of strings into a single one.

D

DATE(Integer, Integer, Integer) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Creates a date object using the specified information on day, month and year.
DATEFORMAT(Date, String) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Format the specified date object using the chosen format pattern.
DATERANGE(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Allows to create a JasperReports DateRange instance starting from either a String expression or a Date instance.
DateTimeCategory - Class in net.sf.jasperreports.functions.standard
This class should maintain all function methods that belongs to the DateTime category.
DateTimeCategory() - Constructor for class net.sf.jasperreports.functions.standard.DateTimeCategory
 
DateTimeFunctions - Class in net.sf.jasperreports.functions.standard
This class should maintain all function methods that belongs to the DateTime category.
DateTimeFunctions() - Constructor for class net.sf.jasperreports.functions.standard.DateTimeFunctions
 
DATEVALUE(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Gives the corresponding numeric value (long milliseconds) for a specified date object.
DAY(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the day of a given date.
DAYS(Object, Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the number of days between two dates.
DAYSINMONTH(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the number of days in a month.
DAYSINYEAR(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the number of days in a year.
DOUBLE_VALUE(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns a Double number representing the given text string.

E

EDATE(Object, Integer) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns a date a number of months away.
EQUALS(Object, Object) - Static method in class net.sf.jasperreports.functions.standard.LogicalFunctions
Checks if the two specified objects are equal.
EXACT(String, String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns TRUE if the two text specified are exactly the same (case sensitive compare).
EXCEPTION_DATA_SOURCE_NOT_HIERARCHICAL - Static variable in class net.sf.jasperreports.functions.standard.ReportFunctions
 

F

FACT(Integer) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns the factorial of a number.
FALSE() - Static method in class net.sf.jasperreports.functions.standard.LogicalFunctions
Returns the logical value FALSE.
FIND(String, String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns the character position of a string inside another text.
FIND(String, String, Integer) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
 
FIXED(Number, Integer) - Method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns the text representing number with the specified decimal places.
FIXED(Number, Integer, Boolean) - Method in class net.sf.jasperreports.functions.standard.TextFunctions
 
FLOAT_VALUE(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns a Float number representing the given text string.
FLOOR(Number) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.

H

hierarchicalDataSource() - Method in class net.sf.jasperreports.functions.standard.ReportFunctions
 
HOUR(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the hour (0-23) of the day for a given date.

I

IF(Boolean, Object, Object) - Static method in class net.sf.jasperreports.functions.standard.LogicalFunctions
Returns one of two values, depending on a test condition.
INTEGER_VALUE(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns an Integer number representing the given text string.
ISEVEN(Number) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Checks if a number is even.
ISLEAPYEAR(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Checks if the given date occurs in a leap year.
ISODD(Number) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Checks if a number is odd.

L

LEFT(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns the specified number of characters (1 by default) from the left side of the input text.
LEFT(String, Integer) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
 
LEN(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns the length of the specified text string.
LogicalCategory - Class in net.sf.jasperreports.functions.standard
This class should maintain all function methods that belongs to the Logical category.
LogicalCategory() - Constructor for class net.sf.jasperreports.functions.standard.LogicalCategory
 
LogicalFunctions - Class in net.sf.jasperreports.functions.standard
This class should maintain all functions that allows logic decisions, and belong to the Logical category.
LogicalFunctions() - Constructor for class net.sf.jasperreports.functions.standard.LogicalFunctions
 
LONG_VALUE(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns a Long number representing the given text string.
LOWER(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Performs the lower case conversion of the specified text string.
LTRIM(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Clear a string, removing leading whitespaces.

M

MathCategory - Class in net.sf.jasperreports.functions.standard
This class should maintain all function methods that belongs to the Math category.
MathCategory() - Constructor for class net.sf.jasperreports.functions.standard.MathCategory
 
MathFunctions - Class in net.sf.jasperreports.functions.standard
This class should maintain all function methods that belongs to the Math category.
MathFunctions() - Constructor for class net.sf.jasperreports.functions.standard.MathFunctions
 
MAX(Number...) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns the maximum of a list of numeric values.
MID(String, Integer) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns the text from the middle of a text string.
MID(String, Integer, Integer) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
 
MIN(Number...) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns the minimum of a list of numeric values.
MINUTE(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the minute (0-59) of the hour for a given date.
MONTH(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the month of a given date.
MONTHS(Object, Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the number of months between two dates.

N

net.sf.jasperreports.functions.standard - package net.sf.jasperreports.functions.standard
 
NETWORKDAYS(Object, Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the number of working days between two dates (inclusive).
NOT(Boolean) - Static method in class net.sf.jasperreports.functions.standard.LogicalFunctions
Returns the negation of the specified boolean expression.
NOW() - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the current instant as date object.

O

OR(Boolean...) - Static method in class net.sf.jasperreports.functions.standard.LogicalFunctions
Returns true if any of the arguments is considered true, false otherwise.
ORIGINAL_DATA_SOURCE() - Method in class net.sf.jasperreports.functions.standard.ReportFunctions
 
originalDataSource() - Method in class net.sf.jasperreports.functions.standard.ReportFunctions
 

P

PRODUCT(Number...) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns the product of a list of numbers.
PROPER(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Capitalizes each words of the specified text.

R

RAND() - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns a random number between 0.0 and 1.0.
RANDBETWEEN(Integer, Integer) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns an Integer random number between bottom and top range (both inclusive).
REPLACE(String, Integer, Integer, String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Replaces parts of a text string with a different one.
ReportCategory - Class in net.sf.jasperreports.functions.standard
 
ReportCategory() - Constructor for class net.sf.jasperreports.functions.standard.ReportCategory
 
ReportFunctions - Class in net.sf.jasperreports.functions.standard
 
ReportFunctions() - Constructor for class net.sf.jasperreports.functions.standard.ReportFunctions
 
REPT(String, Integer) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Replicates an input text string for a specified number of times.
RESOURCE_DATA(String) - Method in class net.sf.jasperreports.functions.standard.ReportFunctions
 
RIGHT(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns the specified number of characters (1 by default) from the right side of the input text.
RIGHT(String, Integer) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
 
ROUND_CEILING(Number, int) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns a BigDecimal number rounded towards positive infinity.
ROUND_DOWN(Number, int) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns a BigDecimal number rounded towards zero.
ROUND_FLOOR(Number, int) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns a BigDecimal number rounded towards negative infinity.
ROUND_HALF_DOWN(Number, int) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns a BigDecimal number rounded towards its nearest neighbor.
ROUND_HALF_EVEN(Number, int) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns a BigDecimal number rounded towards its nearest neighbor.
ROUND_HALF_UP(Number, int) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns a BigDecimal number rounded towards its nearest neighbor.
ROUND_UP(Number, int) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns a BigDecimal number rounded away from zero.
RTRIM(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Clear a string, removing trailing whitespaces.

S

SEARCH(String, String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns the position of a string of text in another string.
SEARCH(String, String, Integer) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
 
SECOND(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the second (0-59) of the minute for a given date.
SIGN(Number) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns the sign of a number.
SQRT(Number) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns the positive square root of a number.
SUB_DATA_SOURCE() - Method in class net.sf.jasperreports.functions.standard.ReportFunctions
 
SUB_DATA_SOURCE(String) - Method in class net.sf.jasperreports.functions.standard.ReportFunctions
 
SUBSTITUTE(String, String, String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Substitutes new text for old text in a text string.
SUBSTITUTE(String, String, String, Integer) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
 
SUM(Number...) - Static method in class net.sf.jasperreports.functions.standard.MathFunctions
Returns the sum of a list of numbers.

T

T(Object) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Returns the text string if the value is a string, otherwise an empty string is returned.
TEXT(Number, String) - Method in class net.sf.jasperreports.functions.standard.TextFunctions
Converts a number into a text string according to a specified format.
TextCategory - Class in net.sf.jasperreports.functions.standard
This class should maintain all function methods that belongs to the Text category.
TextCategory() - Constructor for class net.sf.jasperreports.functions.standard.TextCategory
 
TextFunctions - Class in net.sf.jasperreports.functions.standard
This class should maintain all function methods that belongs to the category TextFunctions.TEXT(java.lang.Number, java.lang.String).
TextFunctions() - Constructor for class net.sf.jasperreports.functions.standard.TextFunctions
 
TIME(Integer, Integer, Integer) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns a text string representing a time value (hours, seconds and minutes).
TIME(Integer, Integer, Integer, String) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
 
TODAY() - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the current date as date object.
TRIM(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Clear a string,removing leading and trailing whitespaces.
TRUE() - Static method in class net.sf.jasperreports.functions.standard.LogicalFunctions
Returns the logical value TRUE.

U

UPPER(String) - Static method in class net.sf.jasperreports.functions.standard.TextFunctions
Performs the upper case conversion of the specified text string.

W

WEEKDAY(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the day of the week for a given date.
WEEKDAY(Object, Boolean) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
 
WEEKNUM(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the week number of a given date.
WEEKS(Object, Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the number of weeks between two dates.
WEEKSINYEAR(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the number of weeks in a year.
WORKDAY(Object, Integer) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns a date a number of workdays away.

Y

YEAR(Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the year of a given date.
YEARS(Object, Object) - Method in class net.sf.jasperreports.functions.standard.DateTimeFunctions
Returns the number of years between two dates.
A B C D E F H I L M N O P R S T U W Y 
All Classes All Packages