|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.persvr.datasource.HttpPageSource
public class HttpPageSource
| Constructor Summary | |
|---|---|
HttpPageSource()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getFieldValue(LazyPropertyId valueId)
This is called when a field value contains an unfulfilled value (ValueId) |
java.lang.String |
getId()
Gets a string identification of the data source |
boolean |
hiddenId(java.lang.String id)
|
void |
initParameters(java.util.Map<java.lang.String,java.lang.Object> parameters)
This is called on initialization and provides access to the data source configuration parameters |
void |
mapObject(PersistableInitializer initializer,
java.lang.String objectId)
This is called when an object is being activated to retrieve the persisted data for a given object |
java.util.Iterator |
mapQuery(Query query)
This is called when an object is being activated to retrieve the persisted data for a given object with a filter |
void |
setId(java.lang.String id)
Sets a string identification of the data source |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpPageSource()
| Method Detail |
|---|
public boolean hiddenId(java.lang.String id)
hiddenId in interface DataSource
public java.lang.Object getFieldValue(LazyPropertyId valueId)
throws java.lang.Exception
DataSource
getFieldValue in interface DataSourcejava.lang.Exception
public void initParameters(java.util.Map<java.lang.String,java.lang.Object> parameters)
throws java.lang.Exception
DataSource
initParameters in interface DataSourcejava.lang.Exception
public void mapObject(PersistableInitializer initializer,
java.lang.String objectId)
throws java.lang.Exception
DataSource
mapObject in interface DataSourcejava.lang.Exceptionpublic java.lang.String getId()
DataSource
getId in interface DataSourcepublic void setId(java.lang.String id)
DataSource
setId in interface DataSource
public java.util.Iterator mapQuery(Query query)
throws java.lang.Exception
DataSource
mapQuery in interface DataSourcejava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||