Class: WKcLogic

WKcLogic

new WKcLogic() → {Object}

WKcLogic objects can be used listen on data changes, to modify data and to invoke services that read data from and send data to external servers/services.
Source:
Returns:
A new logic object.
Type
Object

Methods

data(p_data)

Sets the data object that can be accessed by the logic object.
Parameters:
Name Type Description
p_data $wk$.vclsd.data.WKcData A data object.
Source:

service(p_service)

Sets the service object that can be accessed by the logic object.
Parameters:
Name Type Description
p_service $wk$.vclsd.service.WKcService A service object.
Source:
W. Kowarschick © 2013 (CC BY-NC-SA 3.0: http://creativecommons.org/licenses/by-nc-sa/3.0/)
Documentation generated by JSDoc 3.3.0-dev on Sat Oct 05 2013 15:14:39 GMT+0200 (MESZ) using the DocStrap template.