|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceElement | |
---|---|
com.sage.orion.sdata.servlet | |
com.sage.orion.sdata.servlet.accpac |
Uses of ResourceElement in com.sage.orion.sdata.servlet |
---|
Methods in com.sage.orion.sdata.servlet that return types with arguments of type ResourceElement | |
---|---|
java.util.List<ResourceElement> |
SDataRequestImpl.getResourceElements()
|
java.util.List<ResourceElement> |
SDataRequest.getResourceElements()
Gets a list of the Resource Elements. |
Methods in com.sage.orion.sdata.servlet with parameters of type ResourceElement | |
---|---|
protected java.sql.PreparedStatement |
JDBCResourceKind.createPreparedEntryGetStatement(java.sql.Connection connection,
ResourceElement finalResourceElement)
Form the prepared statement so that we can use it for entry request handling with or without navigation |
protected void |
JDBCResourceKind.focusOnResultSet(ResourceElement resourceElement,
java.sql.ResultSet resultSet)
This routine focus the result set to the particular tuple specified by the key in the URL(predicateKay,Navigation) |
Uses of ResourceElement in com.sage.orion.sdata.servlet.accpac |
---|
Method parameters in com.sage.orion.sdata.servlet.accpac with type arguments of type ResourceElement | |
---|---|
static java.util.List<SDataView> |
ViewHelper.getViews(Resource first,
java.util.List<ResourceElement> path,
SDataViewSet views)
return a list of SDataView elements corresponding to the resource path presented |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |