|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SDataView | |
---|---|
com.sage.orion.sdata.servlet.accpac |
Uses of SDataView in com.sage.orion.sdata.servlet.accpac |
---|
Fields in com.sage.orion.sdata.servlet.accpac declared as SDataView | |
---|---|
protected SDataView |
ViewProcessService.view
Deprecated. use getView() instead |
Methods in com.sage.orion.sdata.servlet.accpac that return SDataView | |
---|---|
protected SDataView |
SDataViewSet.createView(java.lang.String rotoid,
Resource resource)
creates an instance of the given SDataView . |
SDataView |
SDataViewSet.get(java.lang.String id)
Gets the SDataView with the given roto id from the list of all
views. |
protected SDataView |
VirtualFieldAdapter.getView()
Deprecated. |
protected SDataView |
ViewProcessService.getView()
Get the SDataView on which the service is backed |
SDataView |
SDataViewSet.getView(Resource res)
returns the SDataView corresponding to the Resource given. |
SDataView |
ViewHandler.getView(java.lang.String viewID)
Returns the SDataView for the specified ID. |
SDataView |
AccpacResourceContext.openView(java.lang.String viewID,
Resource resource)
Opens a new SDataView in the context |
Methods in com.sage.orion.sdata.servlet.accpac that return types with arguments of type SDataView | |
---|---|
java.util.Set<SDataView> |
SDataViewSet.getViews()
returns the views in the set. |
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 |
Methods in com.sage.orion.sdata.servlet.accpac with parameters of type SDataView | |
---|---|
Resource |
SDataViewSet.getResource(SDataView view)
returns the Resource corresponding to the SDataView given. |
static void |
ServiceHelper.setFieldsValue(SDataView view,
SDataResourceElement payload,
boolean verify)
Set the value of the view fields using input payload |
Method parameters in com.sage.orion.sdata.servlet.accpac with type arguments of type SDataView | |
---|---|
static void |
ViewHelper.composeViews(java.util.Collection<SDataView> viewList)
Attempt to inter-compose all the views in the collection. |
static com.sage.orion.sdata.servlet.accpac.ResponseEntry.KeyStack |
ViewHelper.getSDataViewKeys(java.util.List<SDataView> viewList,
boolean isCurrent)
returns a KeyStack corresponding to the view list |
Constructors in com.sage.orion.sdata.servlet.accpac with parameters of type SDataView | |
---|---|
OptionalResourceField(SDataView mainView,
com.sage.accpac.sm.View detail,
com.sage.orion.sdata.servlet.accpac.OptionalFieldsMaster master)
constructs an OptionalResourceField from the current record of the application's optional fields details |
|
SDataViewField(SDataView view,
int index,
int id,
java.lang.String name)
constructs an instance of the SDataViewField class |
|
VirtualFieldAdapter(SDataView view,
ResourceVirtualField resourceField)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |