Servoy 5.x Public API

com.servoy.j2db.dataprocessing
Interface IGlobalValueEntry

All Known Subinterfaces:
IFoundSet

public interface IGlobalValueEntry

Value entry interface

Since:
Servoy 5.0

Method Summary
 boolean containsDataProvider(String dataProviderID)
          Check if contains the specified global or aggregate dataprovider
 Object getDataProviderValue(String dataProviderID)
          Get the value from the specified global or aggregate dataprovider, always check first width containsDataProvider(String)
 Object setDataProviderValue(String dataProviderID, Object value)
          Used for globals
 

Method Detail

containsDataProvider

boolean containsDataProvider(String dataProviderID)
Check if contains the specified global or aggregate dataprovider

Parameters:
dataProviderID - the dataprovider to check

getDataProviderValue

Object getDataProviderValue(String dataProviderID)
Get the value from the specified global or aggregate dataprovider, always check first width containsDataProvider(String)

Parameters:
dataProviderID - the dataprovider
Returns:
the value

setDataProviderValue

Object setDataProviderValue(String dataProviderID,
                            Object value)
Used for globals

Parameters:
dataProviderID - to set
value - new value
Returns:
the old value when change, otherwise null

Copyright © 2010 Servoy B.V.