eresadmin.actions.SessionGrupAction
@return
@throws
public Result delete() {}

eresadmin.actions.SessionGrupAction
@return
@throws
public Result execute() {}

eresadmin.actions.SessionGrupAction
@return
@throws
public Result filtra() {}

eresadmin.actions.SessionGrupAction
lista todos los sets
@return
@throws
public Result list() {}

eresadmin.actions.SessionGrupAction
@return
@throws
public Result modifica() {}

eresadmin.actions.SessionGrupAction
SiNo una cita
@return
@throws
public Result onOff() {}

eresadmin.actions.SessionGrupAction
Lista las citas en un set
@return
@throws
public Result print() {}

eresadmin.actions.SessionGrupAction
Guarda los datos por json.
Obtiene los jsons del parámetro 'json', en forma de JSONArray
y se lo pasa a saveJsons donde se realiza la grabación real de los datos.
@return
@throws
public Result save() {}

eresadmin.actions.SessionGrupAction
@param JSONObject
@return
@throws
private Error saveJsons(JSONObject jo) {}

eresadmin.actions.SessionGrupAction
@param HttpTransit
@return
@throws
public SessionGrupAction(HttpTransit ht) {}

eresadmin.actions.SessionGrupAction
@return
@throws
public Result update() {}

eresadmin.actions.SessionGrupAction
Actualiza por json los sets
@param JSONObject
@return
@throws
private int updateJsons(JSONObject jo) {}
