Overview

Packages

  • Hermes
  • Horde
    • Data
  • Kronolith
  • None

Classes

  • Hermes
  • Hermes_Ajax_Application
  • Hermes_Api
  • Hermes_Driver
  • Hermes_Driver_Sql
  • Hermes_Factory_Driver
  • Hermes_Form_Admin_AddJobType
  • Hermes_Form_Admin_DeleteJobType
  • Hermes_Form_Admin_EditClientStepOne
  • Hermes_Form_Admin_EditClientStepTwo
  • Hermes_Form_Admin_EditJobTypeStepOne
  • Hermes_Form_Admin_EditJobTypeStepTwo
  • Hermes_Form_Deliverable
  • Hermes_Form_Deliverable_ClientSelector
  • Hermes_Form_Export
  • Hermes_Form_JobType_Edit_Step1
  • Hermes_Form_Search
  • Hermes_Form_Time
  • Hermes_Form_Time_Entry
  • Hermes_LoginTasks_SystemTask_Upgrade
  • Overview
  • Package
  • Class
  • Tree

Class Hermes_Ajax_Application

Defines the AJAX interface for Hermes.

Copyright 2010-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.

Horde_Core_Ajax_Application
Extended by Hermes_Ajax_Application
Package: Hermes
Author: Michael J Rubinsky mrubinsk@horde.org
Located at Ajax/Application.php
Methods summary
public array
# getTimeSlices( )

Fetch a collection of time slices. For now, just allows a search for all of a single employees time. Either submitted or not submitted.

Fetch a collection of time slices. For now, just allows a search for all of a single employees time. Either submitted or not submitted.

Returns

array
public @array
# enterTime( )

Enter a time slice

Enter a time slice

Returns

@array
The new timeslice
public array
# listDeliverables( )

Get a list of client deliverables.

Get a list of client deliverables.

Returns

array
public
# deleteSlice( )

Remove a slice

Remove a slice

public
# updateSlice( )

Update a slice

Update a slice

public
# submitSlices( )

Mark slices as submitted.

Mark slices as submitted.

public
# addTimer( )

Add a new timer

Add a new timer

public
# stopTimer( )

Stop a timer

Stop a timer

public
# pauseTimer( )
public
# startTimer( )
public
# listTimers( mixed $running_only = false )
public
# poll( )
Properties summary
public boolean $notify

Determines if notification information is sent in response.

Determines if notification information is sent in response.

# true
API documentation generated by ApiGen