A B C E F G H I L N O P R S T U

A

AND - Static variable in class it.saga.library.expressions.ExpEnumOperators
 
addChild(ExpCriteria) - Method in class it.saga.library.expressions.ExpCriteria
 

B

BASE_CLASS - Static variable in class it.saga.library.expressions.ExpUtils
 
BETWEEN - Static variable in class it.saga.library.expressions.ExpEnumOperators
 

C

COD - Static variable in class it.saga.library.expressions.ExpUtils
 
cloneCriteria() - Method in class it.saga.library.expressions.ExpCriteria
Clones the criterion in depth
comp(Object, Object, CmnFieldDescriptor) - Static method in class it.saga.library.expressions.ExpUtils
 
compare(Object, Object) - Method in class it.saga.library.expressions.ExpDacComparator
 
convertDACtoFieldDescriptor(CdtDACPkBaseClass, CmnDACFieldDescriptor) - Static method in class it.saga.library.expressions.ExpUtils
 
convertDateToNaturalLanguage(Object) - Static method in class it.saga.library.expressions.ExpCriteria
Converts the date into a natural language date format. ob has a long value or Date
convertDatetoHQL(Object) - Static method in class it.saga.library.expressions.ExpCriteria
Converts the date into a HQL date format. ob has a long value or Date value
convertExpCriteria2ExpDACCriteria(ExpCriteria) - Static method in class it.saga.library.expressions.ExpUtils
 
convertExpDACCriteria2ExpCriteria(CdtDACPkBaseClass, ExpDACCriteria) - Static method in class it.saga.library.expressions.ExpUtils
 
convertList2ObjectArray(List) - Static method in class it.saga.library.expressions.ExpUtils
 
convertToRealValues(Field, Object) - Static method in class it.saga.library.expressions.ExpUtils
 
convertToWrapper(Class) - Static method in class it.saga.library.expressions.ExpUtils
Converts a primitive class into corresponding wrapper class ( int to Integer, float to Float, etc... ) Works for Byte, Double, Float, Integer, Long, Short classes
copy(ExpCriteria, ExpCriteria) - Static method in class it.saga.library.expressions.ExpUtils
 
copyCriteria() - Method in class it.saga.library.expressions.ExpCriteria
Returns a new criteria with only values copied

E

EQUAL - Static variable in class it.saga.library.expressions.ExpEnumOperators
 
ExpCFGAppDescriptor - class it.saga.library.expressions.ExpCFGAppDescriptor.
 
ExpCFGAppDescriptor() - Constructor for class it.saga.library.expressions.ExpCFGAppDescriptor
 
ExpCriteria - class it.saga.library.expressions.ExpCriteria.
Class implementing a search criteria
Created by: Adrian Minciuna
Create date: 12/09/2003
ExpCriteria() - Constructor for class it.saga.library.expressions.ExpCriteria
 
ExpCriteria(CmnFieldDescriptor) - Constructor for class it.saga.library.expressions.ExpCriteria
 
ExpCriteria(CmnFieldDescriptor, int, Object) - Constructor for class it.saga.library.expressions.ExpCriteria
 
ExpCriteria(CmnFieldDescriptor, Object, Object) - Constructor for class it.saga.library.expressions.ExpCriteria
 
ExpCriteria(CmnFieldDescriptor, Collection) - Constructor for class it.saga.library.expressions.ExpCriteria
 
ExpDacComparator - class it.saga.library.expressions.ExpDacComparator.
 
ExpDacComparator(CmnFieldDescriptor, int) - Constructor for class it.saga.library.expressions.ExpDacComparator
 
ExpEnumOperators - class it.saga.library.expressions.ExpEnumOperators.
Enumeration that contains all operators used for set searching criteria on an object
Created by: Adrian Minciuna
Create date: 12/09/2003
ExpEnumOperators() - Constructor for class it.saga.library.expressions.ExpEnumOperators
 
ExpParserPkBaseClass - class it.saga.library.expressions.ExpParserPkBaseClass.
Utilitar class used for manipulating HQL statement
Created by: Adrian Minciuna
Create date: 12/09/2003
ExpParserPkBaseClass() - Constructor for class it.saga.library.expressions.ExpParserPkBaseClass
 
ExpQuery - class it.saga.library.expressions.ExpQuery.
Classe che rappresenta una query HQL (ma puņ andar bene anche per una query SQL)
ExpQuery() - Constructor for class it.saga.library.expressions.ExpQuery
 
ExpQuery(String, String, String, String, String) - Constructor for class it.saga.library.expressions.ExpQuery
 
ExpUtils - class it.saga.library.expressions.ExpUtils.
Utility class use by ExpParserPkBaseClass
Created by: Adrian Minciuna
Create java.util.Date: 12/09/2003
ExpUtils() - Constructor for class it.saga.library.expressions.ExpUtils
 
equal(ExpCriteria, ExpCriteria) - Static method in class it.saga.library.expressions.ExpUtils
 

F

formatDate(Date) - Static method in class it.saga.library.expressions.ExpCriteria
Formats a Date into a String to be in the '1970-01-01 10:00:01.0' format

G

GREATER_OR_EQUAL_THAN - Static variable in class it.saga.library.expressions.ExpEnumOperators
 
GREATER_THAN - Static variable in class it.saga.library.expressions.ExpEnumOperators
 
getANDCriteria(List) - Static method in class it.saga.library.expressions.ExpCriteria
if criterias == null ritorna null; if criterias is void returns new ExpCriteria()
getANDCriteria(ExpCriteria[]) - Static method in class it.saga.library.expressions.ExpCriteria
if criterias == null ritorna null; if criterias is void returns new ExpCriteria()
getANDCriteria(ExpCriteria, ExpCriteria) - Static method in class it.saga.library.expressions.ExpCriteria
 
getAllFieldsFromDAC(CdtDACPkBaseClass) - Static method in class it.saga.library.expressions.ExpUtils
 
getChildren() - Method in class it.saga.library.expressions.ExpCriteria
 
getChkVersionInfo() - Method in class it.saga.library.expressions.ExpCFGAppDescriptor
 
getDBOperandEnd() - Method in class it.saga.library.expressions.ExpCriteria
 
getDBOperandForAlias() - Method in class it.saga.library.expressions.ExpCriteria
 
getFieldDescriptor() - Method in class it.saga.library.expressions.ExpCriteria
 
getFilter() - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
 
getFitClass(Class) - Static method in class it.saga.library.expressions.ExpUtils
Returns the same class or the maximum superclass until the Object class
getFromClause() - Method in class it.saga.library.expressions.ExpQuery
 
getGroupBy() - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
 
getGroupbyClause() - Method in class it.saga.library.expressions.ExpQuery
 
getHQL(CdtDACPkBaseClass, ExpCriteria, List, String, boolean, String, boolean) - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
Construct the HQL for the CdtDACPkBaseClass object based on criteria, an list names of fields,etc
getHQL(CdtDACPkBaseClass, ExpCriteria, List, List, List, String, boolean) - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
Construct the HQL for the CdtDACPkBaseClass object based on criteria, an list names of fields,etc
getHQLCount(CdtDACPkBaseClass, ExpCriteria, String, boolean) - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
Construct the HQL for the CdtDACPkBaseClass object based on criteria, an list names of fields,etc
getHQLOperator(int) - Static method in class it.saga.library.expressions.ExpEnumOperators
geting operator in HQL language
getHQLOperators() - Static method in class it.saga.library.expressions.ExpEnumOperators
geting a array of all operators in HQL language
getHQLText() - Method in class it.saga.library.expressions.ExpCriteria
Returns the condition in HQL
getHQLText(String) - Method in class it.saga.library.expressions.ExpCriteria
 
getHQLText(String, boolean) - Method in class it.saga.library.expressions.ExpCriteria
 
getI8nName(int) - Static method in class it.saga.library.expressions.ExpEnumOperators
get an internationalization string of an operator
getI8nName2(int) - Static method in class it.saga.library.expressions.ExpEnumOperators
 
getIcon(int) - Method in class it.saga.library.expressions.ExpCriteria
 
getLeftJoin() - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
 
getMapAlias() - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
 
getMapAliasFilter() - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
 
getMapAliasSelect() - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
 
getNOTCriteria(ExpCriteria) - Static method in class it.saga.library.expressions.ExpCriteria
 
getNaturalLanguageText() - Method in class it.saga.library.expressions.ExpCriteria
Returns the condition in natural language
getORCriteria(List) - Static method in class it.saga.library.expressions.ExpCriteria
if criterias == null ritorna null; if criterias is void returns new ExpCriteria()
getORCriteria(ExpCriteria[]) - Static method in class it.saga.library.expressions.ExpCriteria
if criterias == null ritorna null; if criterias is void returns new ExpCriteria()
getORCriteria(ExpCriteria, ExpCriteria) - Static method in class it.saga.library.expressions.ExpCriteria
 
getOperator() - Method in class it.saga.library.expressions.ExpCriteria
 
getOrderbyClause() - Method in class it.saga.library.expressions.ExpQuery
 
getOwnerNode() - Method in class it.saga.library.expressions.ExpCriteria
 
getParams() - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
 
getParams() - Method in class it.saga.library.expressions.ExpQuery
 
getParent() - Method in class it.saga.library.expressions.ExpCriteria
 
getQuery(CdtDACPkBaseClass, ExpCriteria, List, List, List, String, boolean) - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
Crea la query HQL in base al DAC CdtDACPkBaseClass in base ai criteri specificati , an list names of fields,etc
getQuery() - Method in class it.saga.library.expressions.ExpQuery
 
getSelFieldsString() - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
Calcolo l'elenco dei campi da selezionare nella SELECT
getSelectClause() - Method in class it.saga.library.expressions.ExpQuery
 
getSetupApplicationClass() - Method in class it.saga.library.expressions.ExpCFGAppDescriptor
 
getTempParams() - Method in class it.saga.library.expressions.ExpCriteria
 
getTemphql() - Method in class it.saga.library.expressions.ExpCriteria
 
getTranslatedValue1() - Method in class it.saga.library.expressions.ExpCriteria
 
getTranslatedValue2() - Method in class it.saga.library.expressions.ExpCriteria
 
getTranslatedValueList() - Method in class it.saga.library.expressions.ExpCriteria
 
getTypeOfPrperties(CdtDACPkBaseClass, String) - Static method in class it.saga.library.expressions.ExpUtils
 
getValue1() - Method in class it.saga.library.expressions.ExpCriteria
 
getValue1FieldNameForAlias() - Method in class it.saga.library.expressions.ExpCriteria
 
getValue1FullFieldName() - Method in class it.saga.library.expressions.ExpCriteria
 
getValue2() - Method in class it.saga.library.expressions.ExpCriteria
 
getValueFromDACofField(CdtDACPkBaseClass, CmnFieldDescriptor) - Static method in class it.saga.library.expressions.ExpUtils
 
getValueFromDACofField(CdtDACPkBaseClass, CmnFieldDescriptor, boolean) - Static method in class it.saga.library.expressions.ExpUtils
 
getValueList() - Method in class it.saga.library.expressions.ExpCriteria
 
getValuesFromCombo(Object, CmnFieldDescriptor) - Static method in class it.saga.library.expressions.ExpUtils
 
getWhereClause() - Method in class it.saga.library.expressions.ExpQuery
 

H

HQLDelimitator - Static variable in class it.saga.library.expressions.ExpEnumOperators
 

I

IN_LIST - Static variable in class it.saga.library.expressions.ExpEnumOperators
 
IS_NOT_NULL - Static variable in class it.saga.library.expressions.ExpEnumOperators
 
IS_NULL - Static variable in class it.saga.library.expressions.ExpEnumOperators
 
i8n - Static variable in class it.saga.library.expressions.ExpEnumOperators
 
initMaps() - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
 
isANDCrit() - Method in class it.saga.library.expressions.ExpCriteria
 
isDeferredLoaded() - Method in class it.saga.library.expressions.ExpCriteria
 
isDirty() - Method in class it.saga.library.expressions.ExpCriteria
 
isExpresionCrit() - Method in class it.saga.library.expressions.ExpCriteria
 
isJoinOperator(int) - Static method in class it.saga.library.expressions.ExpEnumOperators
 
isNOTCrit() - Method in class it.saga.library.expressions.ExpCriteria
 
isORCrit() - Method in class it.saga.library.expressions.ExpCriteria
 
isOperator(int) - Static method in class it.saga.library.expressions.ExpEnumOperators
 
isReadOnly() - Method in class it.saga.library.expressions.ExpCriteria
 
isSimpleCrit() - Method in class it.saga.library.expressions.ExpCriteria
 
isValidValue1Criteria() - Method in class it.saga.library.expressions.ExpCriteria
 
isValue1FieldDescriptor() - Method in class it.saga.library.expressions.ExpCriteria
 
it.saga.library.expressions - package it.saga.library.expressions
 

L

LESS_OR_EQUAL_THAN - Static variable in class it.saga.library.expressions.ExpEnumOperators
 
LESS_THAN - Static variable in class it.saga.library.expressions.ExpEnumOperators
 
LIKE - Static variable in class it.saga.library.expressions.ExpEnumOperators
 
LIKE_CASE_UNSENSITIVE - Static variable in class it.saga.library.expressions.ExpEnumOperators
 
loadChildren() - Method in class it.saga.library.expressions.ExpCriteria
 

N

NOT - Static variable in class it.saga.library.expressions.ExpEnumOperators
 
NOTEQUAL - Static variable in class it.saga.library.expressions.ExpEnumOperators
 

O

OR - Static variable in class it.saga.library.expressions.ExpEnumOperators
 
onMouseLeftClick() - Method in class it.saga.library.expressions.ExpCriteria
 
onMouseLeftDblClick() - Method in class it.saga.library.expressions.ExpCriteria
 
onMouseRightClick() - Method in class it.saga.library.expressions.ExpCriteria
 
onMouseRightDblClick() - Method in class it.saga.library.expressions.ExpCriteria
 
operators - Static variable in class it.saga.library.expressions.ExpEnumOperators
 

P

PKID - Static variable in class it.saga.library.expressions.ExpUtils
 
print() - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
 
printQuery() - Method in class it.saga.library.expressions.ExpQuery
 
println(Object[]) - Static method in class it.saga.library.expressions.ExpUtils
 

R

removeChild(ExpCriteria) - Method in class it.saga.library.expressions.ExpCriteria
 
replaceString(String, String, String, boolean) - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
 

S

setChildren(List) - Method in class it.saga.library.expressions.ExpCriteria
 
setDirty(boolean) - Method in class it.saga.library.expressions.ExpCriteria
 
setExpresionReadOnly(boolean, ExpCriteria) - Static method in class it.saga.library.expressions.ExpUtils
 
setFieldDescriptor(CmnFieldDescriptor) - Method in class it.saga.library.expressions.ExpCriteria
 
setFromClause(String) - Method in class it.saga.library.expressions.ExpQuery
 
setGroupbyClause(String) - Method in class it.saga.library.expressions.ExpQuery
 
setOperator(int) - Method in class it.saga.library.expressions.ExpCriteria
 
setOrderbyClause(String) - Method in class it.saga.library.expressions.ExpQuery
 
setOwnerNode(it.saga.library.controls.treeview.CtlTreeViewNode) - Method in class it.saga.library.expressions.ExpCriteria
 
setParams(Object[]) - Method in class it.saga.library.expressions.ExpQuery
 
setParent(ExpCriteria) - Method in class it.saga.library.expressions.ExpCriteria
 
setReadOnly(boolean) - Method in class it.saga.library.expressions.ExpCriteria
Set newReadOnly in the entire tree
setSelectClause(String) - Method in class it.saga.library.expressions.ExpQuery
 
setTempParams(List) - Method in class it.saga.library.expressions.ExpCriteria
 
setTemphql(String) - Method in class it.saga.library.expressions.ExpCriteria
 
setTranslatedValue1(Object) - Method in class it.saga.library.expressions.ExpCriteria
 
setTranslatedValue2(Object) - Method in class it.saga.library.expressions.ExpCriteria
 
setTranslatedValueList(Collection) - Method in class it.saga.library.expressions.ExpCriteria
 
setValue1(Object) - Method in class it.saga.library.expressions.ExpCriteria
 
setValue2(Object) - Method in class it.saga.library.expressions.ExpCriteria
 
setValueList(Collection) - Method in class it.saga.library.expressions.ExpCriteria
 
setValueToVariableOfDAC(CdtDACPkBaseClass, CmnFieldDescriptor, Object) - Static method in class it.saga.library.expressions.ExpUtils
 
setWhereClause(String) - Method in class it.saga.library.expressions.ExpQuery
 
sort2Columns(Object[], CmnFieldDescriptor, boolean, CmnFieldDescriptor, boolean, int, int) - Static method in class it.saga.library.expressions.ExpUtils
 
sortColumns(Object[], CmnFieldDescriptor, boolean, int, int) - Static method in class it.saga.library.expressions.ExpUtils
 
sortDacList(List, CmnFieldDescriptor, boolean) - Static method in class it.saga.library.expressions.ExpUtils
Deprecated. use sortDacList( List dacList, List fieldDescptors, List directions )
sortDacList(List, List, List) - Static method in class it.saga.library.expressions.ExpUtils
added by ovidiu to deal with calculated fields,too in a orderly fashion

T

toString() - Method in class it.saga.library.expressions.ExpCriteria
 
toString() - Method in class it.saga.library.expressions.ExpQuery
 
tokenize(String, String, boolean) - Static method in class it.saga.library.expressions.ExpParserPkBaseClass
A tokenizer method Accepts a Boolean flag to signify whether the String delimiter should be regarded as a single group

U

UPPER - Static variable in class it.saga.library.expressions.ExpEnumOperators
 

A B C E F G H I L N O P R S T U