java.lang.Object | |
↳ | com.microstrategy.web.objects.RWSecondaryDataProviderHelperImpl |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Set | extraKeys(RWControl ctl) | ||||||||||
List |
getAvailableSecondaryProviders(RWUnitDef unit)
Returns a list all the
RWUnitDef objects that are available as secondary providers of the selected unit | ||||||||||
List |
getSelectedSecondaryProviders(RWUnitDef unit, List available)
Returns the list of
RWUnitDef objects that have been selected as secondary providers for the current unit. | ||||||||||
boolean |
haveSelectedSecondaryProvidersChanged(RWUnitDef unit, List selected)
Whether the secondary data sources have changed for the selected unit.
| ||||||||||
void | setProviders(RWUnitDef unit, String keys) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns a list all the RWUnitDef
objects that are available as secondary providers of the selected unit
unit | the selected unit |
---|
RWUnitDef
objects that are available as secondary providers of the selected unitWebBeanException |
---|
Returns the list of RWUnitDef
objects that have been selected as secondary providers for the current unit.
Units on the list are validated so that they still exist on the document and have not been moved to a lower section on the group by.
unit | the selected unit |
---|---|
available | the list of available providers |
RWUnitDef
objects that have been selected as secondary providers for the current unit.WebBeanException |
---|
Whether the secondary data sources have changed for the selected unit.
This happens when one (or more) of the secondary providers for the unit become
unavailable because it was removed or moved to a lower section on the group by.
unit | The primary unit that is being edited |
---|---|
selected | The list of selected secondary data sources |
WebBeanException |
---|