Packagecom.elad.framework.SQLStatmentsManager
Classpublic class AbstractDataServicesManager
SubclassesConcreteCalender, ConcreteContacts, ConcretePersonalInformation



Public Methods
 MethodDefined by
  
getSQLStatments(array:Array):Array
getSQLStatments method is used to submit the list of arguments and return the SQL statments
AbstractDataServicesManager
Protected Methods
 MethodDefined by
  
Factory method will be used to navigate between the different ConcreteProduct objects.
AbstractDataServicesManager
Method detail
factoryMethod()method
protected function factoryMethod():ICrud

Factory method will be used to navigate between the different ConcreteProduct objects.

Returns
ICrud — ICrud return the ConcreteProduct object.
getSQLStatments()method 
public function getSQLStatments(array:Array):Array

getSQLStatments method is used to submit the list of arguments and return the SQL statments

Parameters
array:Array — The array will include the list of arguments to submit.

Returns
Array — The SQL statments.