Uses of Class
ccc.api.core.ActionSummary

Packages that use ActionSummary
ccc.api.core   
ccc.api.jaxrs   
ccc.client.core   
ccc.client.gwt.binding   
ccc.client.gwt.core   
ccc.client.gwt.remoting   
ccc.domain The core domain model for CCC. 
ccc.plugins.s11n.json   
ccc.services.ejb3 EJB3 implementation of the CCC API. 
 

Uses of ActionSummary in ccc.api.core
 

Methods in ccc.api.core that return ActionSummary
 ActionSummary Actions.create(Action action)
          Create a new scheduled action.
 ActionSummary Actions.retrieve(java.util.UUID actionId)
          Find the action with the specified ID.
 

Methods in ccc.api.core that return types with arguments of type ActionSummary
 PagedCollection<ActionSummary> Actions.listCompletedActions(java.lang.String sort, SortOrder sortOrder, int pageNo, int pageSize)
          List all CCC actions that have been executed.
 PagedCollection<ActionSummary> Actions.listPendingActions(java.lang.String sort, SortOrder sortOrder, int pageNo, int pageSize)
          List all CCC actions that haven't yet been executed.
 

Uses of ActionSummary in ccc.api.jaxrs
 

Methods in ccc.api.jaxrs that return ActionSummary
 ActionSummary ActionsImpl.create(Action action)
          Create a new scheduled action.
 ActionSummary ActionsImpl.retrieve(java.util.UUID actionId)
          Find the action with the specified ID.
 

Methods in ccc.api.jaxrs that return types with arguments of type ActionSummary
 PagedCollection<ActionSummary> ActionsImpl.listCompletedActions(java.lang.String sort, SortOrder sortOrder, int pageNo, int pageSize)
          List all CCC actions that have been executed.
 PagedCollection<ActionSummary> ActionsImpl.listPendingActions(java.lang.String sort, SortOrder sortOrder, int pageNo, int pageSize)
          List all CCC actions that haven't yet been executed.
 

Uses of ActionSummary in ccc.client.core
 

Fields in ccc.client.core with type parameters of type ActionSummary
static PagedCollection<ActionSummary> InternalServices.ACTIONS
           
 

Methods in ccc.client.core that return types with arguments of type ActionSummary
 PagedCollection<ActionSummary> Globals.actions()
          TODO: Add a description for this method.
 

Uses of ActionSummary in ccc.client.gwt.binding
 

Method parameters in ccc.client.gwt.binding with type arguments of type ActionSummary
static java.util.List<com.extjs.gxt.ui.client.data.BeanModel> DataBinding.bindActionSummary(java.util.Collection<ActionSummary> actions)
          Bind a collection of action summaries.
 

Uses of ActionSummary in ccc.client.gwt.core
 

Methods in ccc.client.gwt.core that return types with arguments of type ActionSummary
 PagedCollection<ActionSummary> GlobalsImpl.actions()
          TODO: Add a description for this method.
 

Method parameters in ccc.client.gwt.core with type arguments of type ActionSummary
static void GlobalsImpl.actions(PagedCollection<ActionSummary> actions)
          Set the collection for managing actions.
 

Uses of ActionSummary in ccc.client.gwt.remoting
 

Methods in ccc.client.gwt.remoting with parameters of type ActionSummary
 Request CancelActionAction.cancel(ActionSummary action)
          Cancel an action.
 

Method parameters in ccc.client.gwt.remoting with type arguments of type ActionSummary
protected abstract  void ListCompletedActionsAction.execute(java.util.List<ActionSummary> actions, int totalCount)
          Handle the result of a successful call.
protected abstract  void ListPendingActionsAction.execute(PagedCollection<ActionSummary> actions)
          Handle the result of a successful call.
 

Constructors in ccc.client.gwt.remoting with parameters of type ActionSummary
CancelActionAction.ActionCancelledCallback(ActionSummary action)
          Constructor.
 

Uses of ActionSummary in ccc.domain
 

Methods in ccc.domain that return ActionSummary
 ActionSummary ActionEntity.mapAction()
          Create a summary for an action.
 

Methods in ccc.domain that return types with arguments of type ActionSummary
static java.util.List<ActionSummary> ActionEntity.mapActions(java.util.Collection<ActionEntity> actions)
          Create summaries for a list of actions.
 

Uses of ActionSummary in ccc.plugins.s11n.json
 

Methods in ccc.plugins.s11n.json that return ActionSummary
 ActionSummary ActionSummarySerializer.read(Json json)
          Deserialize from a representation.
 

Methods in ccc.plugins.s11n.json with parameters of type ActionSummary
 Json ActionSummarySerializer.write(Json json, ActionSummary instance)
          Serialize to representation.
 

Uses of ActionSummary in ccc.services.ejb3
 

Methods in ccc.services.ejb3 that return ActionSummary
 ActionSummary ActionsEJB.create(Action action)
          Create a new scheduled action.
 ActionSummary ActionsEJB.retrieve(java.util.UUID actionId)
          Find the action with the specified ID.
 

Methods in ccc.services.ejb3 that return types with arguments of type ActionSummary
 PagedCollection<ActionSummary> ActionsEJB.listCompletedActions(java.lang.String sort, SortOrder sortOrder, int pageNo, int pageSize)
          List all CCC actions that have been executed.
 PagedCollection<ActionSummary> ActionsEJB.listPendingActions(java.lang.String sort, SortOrder sortOrder, int pageNo, int pageSize)
          List all CCC actions that haven't yet been executed.
 



Copyright © 2010. All Rights Reserved.