|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Creation
Creation of different Objects
Method Summary | |
---|---|
Array |
createArray()
creates and returns a array instance |
Array |
createArray(int dimension)
creates and returns a array instance |
Array |
createArray(String list,
String delimeter,
boolean removeEmptyItem,
boolean trim)
creates and returns a array based on a string list |
ClusterEntry |
createClusterEntry(Collection.Key key,
Serializable value,
int offset)
|
Date |
createDate(int year,
int month,
int day)
creates and returns a Date instance |
Date |
createDate(long time)
creates and returns a Date instance |
DateTime |
createDateTime(int year,
int month,
int day,
int hour,
int minute,
int seond,
int millis)
creates and returns a DateTime instance |
DateTime |
createDateTime(long time)
creates and returns a DateTime instance |
Document |
createDocument()
creates and returns a xml Document instance |
Document |
createDocument(InputStream is,
boolean isHtml)
creates and returns a xml Document instance |
Document |
createDocument(Resource file,
boolean isHtml)
creates and returns a xml Document instance |
Document |
createDocument(String xml,
boolean isHtml)
creates and returns a xml Document instance |
Collection.Key |
createKey(String key)
creates a collecton Key out of a String |
Query |
createQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
int timeout,
String name)
|
Query |
createQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
String name)
Deprecated. replaced with
|
Query |
createQuery(String[] columns,
int rows,
String name)
creates a query object with given data |
SpoolerTask |
createRemoteClientTask(ExecutionPlan[] plans,
RemoteClient remoteClient,
Struct attrColl,
String callerId,
String type)
|
Resource |
createResource(String path,
boolean existing)
|
Struct |
createStruct()
creates and returns a struct instance |
Struct |
createStruct(int type)
|
Time |
createTime(int hour,
int minute,
int second,
int millis)
creates and returns a Time instance |
Time |
createTime(long time)
creates and returns a Time instance |
TimeSpan |
createTimeSpan(int day,
int hour,
int minute,
int second)
creates and returns a TimeSpan instance |
Method Detail |
---|
Array createArray()
Array createArray(String list, String delimeter, boolean removeEmptyItem, boolean trim)
DateTime createDateTime(long time)
time
-
DateTime createDateTime(int year, int month, int day, int hour, int minute, int seond, int millis) throws PageException
year
- month
- day
- hour
- minute
- seond
- millis
-
PageException
Date createDate(long time)
time
-
Date createDate(int year, int month, int day) throws PageException
year
- month
- day
-
PageException
Time createTime(long time)
time
-
Time createTime(int hour, int minute, int second, int millis)
hour
- minute
- second
- millis
-
TimeSpan createTimeSpan(int day, int hour, int minute, int second)
day
- hour
- minute
- second
-
Array createArray(int dimension) throws PageException
dimension
-
PageException
Struct createStruct()
Struct createStruct(int type)
Query createQuery(String[] columns, int rows, String name)
columns
- rows
- name
-
Query createQuery(DatasourceConnection dc, SQL sql, int maxrow, String name) throws PageException
createQuery(DatasourceConnection, SQL, int, int, int, String)
dc
- Connection to a databasename
- sql
- sql to executemaxrow
- maxrow for the resultset
PageException
Query createQuery(DatasourceConnection dc, SQL sql, int maxrow, int fetchsize, int timeout, String name) throws PageException
dc
- Connection to a databasesql
- sql to executemaxrow
- maxrow for the resultsetfetchsize
- timeout
- name
-
PageException
Document createDocument() throws PageException
PageException
Document createDocument(Resource file, boolean isHtml) throws PageException
file
- isHtml
-
PageException
Document createDocument(String xml, boolean isHtml) throws PageException
xml
- isHtml
-
PageException
Document createDocument(InputStream is, boolean isHtml) throws PageException
is
- isHtml
-
PageException
Collection.Key createKey(String key)
key
- SpoolerTask createRemoteClientTask(ExecutionPlan[] plans, RemoteClient remoteClient, Struct attrColl, String callerId, String type)
ClusterEntry createClusterEntry(Collection.Key key, Serializable value, int offset)
Resource createResource(String path, boolean existing) throws PageException
PageException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |