C H M Z

C

com.dragosmatachescu.hyperionUtils - package com.dragosmatachescu.hyperionUtils
 

H

HyperionCalendar - class com.dragosmatachescu.hyperionUtils.HyperionCalendar.
Wrapper class for java.util.GregorianCalendar most interesting methods that can be used in Hyperion Essbase as UDF - User Defined Functions.
HyperionCalendar() - Constructor for class com.dragosmatachescu.hyperionUtils.HyperionCalendar
 
HyperionRuntime - class com.dragosmatachescu.hyperionUtils.HyperionRuntime.
Wrapper class for java.lang.Runtime most interesting methods that can be used in Hyperion Essbase as UDF - User Defined Functions.
HyperionRuntime() - Constructor for class com.dragosmatachescu.hyperionUtils.HyperionRuntime
 
HyperionString - class com.dragosmatachescu.hyperionUtils.HyperionString.
Wrapper class for java.lang.String most interesting methods that can be used in Hyperion Essbase as UDF - User Defined Functions.
HyperionString() - Constructor for class com.dragosmatachescu.hyperionUtils.HyperionString
 

M

main(String[]) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
There is no function that returns void or has benefic side-effects from running, no need for a main method to be able to use RUNJAVA in calcscript Essbase.
main(String[]) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionRuntime
Create also the main function so we can use RUNJAVA in Essbase for functions that return void.
main(String[]) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
There is no function that returns void or has benefic side-effects from running, no need for a main method to be able to use RUNJAVA in calcscript Essbase.

Z

z_BooleanToString(boolean) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
static String valueOf(boolean b).
z_DoubleToString(double) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
static String valueOf(double d).
z_IntToString(int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
static String valueOf(int i).
z_LongToString(long) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
static String valueOf(long l).
z_StringToBoolean(String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
static boolean Boolean.getBoolean(String name).
z_StringToDouble(String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
static double Double.parseDouble(String s).
z_StringToInt(String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
static int Integer.parseInt(String s).
z_StringToLong(String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
static long Long.parseLong(String s).
z_add_currentDate(int, int, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
void add(int field, int amount).
z_add_customDate(int, int, int, int, int, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
void add(int field, int amount).
z_after_currentDate(int, int, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
boolean after(Object when).
z_after_customDate(int, int, int, int, int, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
boolean after(Object when).
z_before_currentDate(int, int, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
boolean before(Object when).
z_before_customDate(int, int, int, int, int, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
boolean before(Object when).
z_compareTo(String, String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
int compareTo(String anotherString).
z_compareToIgnoreCase(String, String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
int compareToIgnoreCase(String str).
z_concat(String, String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
String concat(String str).
z_endsWith(String, String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
boolean endsWith(String suffix).
z_equals(String, String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
boolean equals(Object anObject).
z_equalsIgnoreCase(String, String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
boolean equalsIgnoreCase(String anotherString).
z_equals_currentDate(int, int, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
boolean equals(Object obj).
z_equals_customDate(int, int, int, int, int, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
boolean equals(Object obj).
z_exec(String[], String[], String, String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionRuntime
Wrapper for Process exec(String[] cmdarray, String[] envp, File dir);

Executes a command in the given directory (can be any) that can accept multiple manual input commands (ftp like or telnet like session), and returns all output from all steps separated by responseSeparator.
z_execCurrentDir(String[], String[], String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionRuntime
Wrapper for Process exec(String[] cmdarray);

Executes a command in the current directory (Essbase bin directory) that can accept multiple manual input commands (ftp like or telnet like session), and returns all output from all steps separated by responseSeparator.
z_getActualMaximum_currentDate(int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
int getActualMaximum(int field).
z_getActualMaximum_customDate(int, int, int, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
int getActualMaximum(int field).
z_getActualMinimum_currentDate(int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
int getActualMinimum(int field).
z_getActualMinimum_customDate(int, int, int, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
int getActualMinimum(int field).
z_get_currentDate(int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
int get(int field).
z_get_customDate(int, int, int, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
int get(int field).
z_indexOf(String, String, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
int indexOf(String str, int fromIndex).
z_lastIndexOf(String, String, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
int lastIndexOf(String str, int fromIndex).
z_length(String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
int length().
z_matches(String, String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
boolean matches(String regex).
z_regionMatches(String, boolean, int, String, int, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
boolean regionMatches(boolean ignoreCase, int toffset, String other, int ooffset, int len).
z_replaceAll(String, String, String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
String replaceAll(String regex, String replacement).
z_replaceFirst(String, String, String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
String replaceFirst(String regex, String replacement).
z_roll_currentDate(int, int, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
void roll(int field, int amount).
z_roll_customDate(int, int, int, int, int, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionCalendar
Pseudo-wrapper for:
void roll(int field, int amount).
z_split(String, String, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Pseudo-wrapper for:
String[] split(String regex).
z_startsWith(String, String, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
boolean startsWith(String prefix, int toffset).
z_substring(String, int, int) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
String substring(int beginIndex, int endIndex).
z_toLowerCase(String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
String toLowerCase().
z_toUpperCase(String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
String toUpperCase().
z_trim(String) - Static method in class com.dragosmatachescu.hyperionUtils.HyperionString
Wrapper for:
String trim().

C H M Z