Uses of Interface
ccc.plugins.s11n.Jsonable

Packages that use Jsonable
ccc.api.jaxrs.providers   
ccc.client.gwt.core   
ccc.domain The core domain model for CCC. 
ccc.plugins.s11n   
ccc.plugins.s11n.json   
 

Uses of Jsonable in ccc.api.jaxrs.providers
 

Methods in ccc.api.jaxrs.providers with parameters of type Jsonable
 long JsonableWriter.getSize(Jsonable object, java.lang.Class<?> clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
          
 void JsonableWriter.writeTo(Jsonable object, java.lang.Class<?> clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream outputStream)
          
 

Uses of Jsonable in ccc.client.gwt.core
 

Methods in ccc.client.gwt.core with parameters of type Jsonable
 void GwtJson.set(java.lang.String key, Jsonable value)
          Mutator.
 

Method parameters in ccc.client.gwt.core with type arguments of type Jsonable
 void GwtJson.set(java.lang.String key, java.util.Collection<? extends Jsonable> values)
          Mutator.
 

Uses of Jsonable in ccc.domain
 

Classes in ccc.domain that implement Jsonable
 class ActionEntity
          An action that will be performed for a resource.
 class AliasEntity
          An alias resource.
 class CommentEntity
          A user comment.
 class Data
          The data class is used to represent raw binary data with a unique identifier.
 class Entity
          Abstract base class extended by entity classes that require persistence.
 class FileEntity
          A file resource.
 class FileRevision
          The contents of a file resource at a specified point in time.
 class FileWorkingCopy
          A working copy for file deltas.
 class FolderEntity
          A folder that can contain other resources.
 class GroupEntity
          A security group.
 class HistoricalResource<S,T extends RevisionEntity<S>>
          A resource that records each update made over time.
 class LogEntry
          Captures detail relevant to a single user action for persistence in the audit log.
 class PageEntity
          A page resource.
 class PageRevision
          The contents of a page at a specific point in time.
 class PageWorkingCopy
          A working copy for a page.
 class Principal
          A CCC principal.
 class ResourceEntity
          An abstract superclass that contains shared behaviour for the different types of CCC resource.
 class RevisionEntity<T>
          Abstract implementation of a resource revision.
 class Search
          A search that can return other results.
 class Setting
          A setting, represented as a key:value pair.
 class TemplateEntity
          A template is used to define how a resource will be displayed.
 class TemplateRevision
          The content of a template at a specific point in time.
 class UserEntity
          A user of the CCC system.
 class WorkingCopy<T>
          A working copy for a resource.
 class WorkingCopySupport<T extends RevisionEntity<U>,U,V extends WorkingCopy<U>>
          Abstract helper class that provides working copy support for resources.
 

Uses of Jsonable in ccc.plugins.s11n
 

Subinterfaces of Jsonable in ccc.plugins.s11n
 interface Jsonable2
          Further methods for serialisation.
 

Methods in ccc.plugins.s11n with parameters of type Jsonable
 void Json.set(java.lang.String key, Jsonable value)
          Mutator.
 

Method parameters in ccc.plugins.s11n with type arguments of type Jsonable
 void Json.set(java.lang.String key, java.util.Collection<? extends Jsonable> values)
          Mutator.
 

Uses of Jsonable in ccc.plugins.s11n.json
 

Methods in ccc.plugins.s11n.json with parameters of type Jsonable
 void JsonImpl.set(java.lang.String key, Jsonable value)
          Mutator.
 

Method parameters in ccc.plugins.s11n.json with type arguments of type Jsonable
 void JsonImpl.set(java.lang.String key, java.util.Collection<? extends Jsonable> snapshots)
          Mutator.
 

Constructors in ccc.plugins.s11n.json with parameters of type Jsonable
JsonImpl(Jsonable jsonable)
          Constructor.
 



Copyright © 2010. All Rights Reserved.