Uses of Class
ccc.domain.ActionEntity

Packages that use ActionEntity
ccc.commands Commands available in CCC. 
ccc.domain The core domain model for CCC. 
ccc.persistence   
 

Uses of ActionEntity in ccc.commands
 

Methods in ccc.commands with parameters of type ActionEntity
 void ScheduleActionCommand.execute(UserEntity actor, java.util.Date happenedOn, ActionEntity action)
          Schedule an action.
 

Uses of ActionEntity in ccc.domain
 

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

Uses of ActionEntity in ccc.persistence
 

Methods in ccc.persistence that return ActionEntity
 ActionEntity ActionRepository.find(java.util.UUID actionId)
          Find an action from its ID.
 

Methods in ccc.persistence that return types with arguments of type ActionEntity
 java.util.List<ActionEntity> ActionRepository.completed(java.lang.String sort, SortOrder sortOrder, int pageNo, int pageSize)
          Retrieve subset of actions not in the status SCHEDULED.
 java.util.List<ActionEntity> ActionRepository.latest(java.util.Date until)
          Retrieve the latest actions.
 java.util.List<ActionEntity> ActionRepository.pending(java.lang.String sort, SortOrder sortOrder, int pageNo, int pageSize)
          Retrieve subset of actions in the status SCHEDULED.
 

Methods in ccc.persistence with parameters of type ActionEntity
 void ActionRepository.create(ActionEntity action)
          Persist a newly created action.
 



Copyright © 2010. All Rights Reserved.