ccc.client.core
Class InternalServices

java.lang.Object
  extended by ccc.client.core.InternalServices

public class InternalServices
extends java.lang.Object

TODO: Add a description for this type.

Author:
Civic Computing Ltd.

Field Summary
static PagedCollection<ActionSummary> ACTIONS
           
static API API
           
static PagedCollection<Comment> COMMENTS
           
static Bus<CoreEvents> CORE_BUS
           
static Link.Encoder ENCODER
           
static ExceptionHandler EX_HANDLER
           
static RequestExecutor EXECUTOR
           
static PagedCollection<Group> GROUPS
           
static TextParser PARSER
           
static Bus<CommandType> REMOTING_BUS
           
static PagedCollection<User> USERS
           
static AbstractValidations VALIDATOR
           
static Window WINDOW
           
 
Constructor Summary
InternalServices()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CORE_BUS

public static Bus<CoreEvents> CORE_BUS

REMOTING_BUS

public static Bus<CommandType> REMOTING_BUS

VALIDATOR

public static AbstractValidations VALIDATOR

EXECUTOR

public static RequestExecutor EXECUTOR

PARSER

public static TextParser PARSER

ENCODER

public static Link.Encoder ENCODER

EX_HANDLER

public static ExceptionHandler EX_HANDLER

WINDOW

public static Window WINDOW

API

public static API API

ACTIONS

public static PagedCollection<ActionSummary> ACTIONS

GROUPS

public static PagedCollection<Group> GROUPS

USERS

public static PagedCollection<User> USERS

COMMENTS

public static PagedCollection<Comment> COMMENTS
Constructor Detail

InternalServices

public InternalServices()


Copyright © 2010. All Rights Reserved.