class: MockQuerier

public class: MockQuerier
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 2170 $ $LastChangedDate: 2009-07-09 13:; Complexity: 1
Dates: Created: 16.07.2009 15:15:56; Modified: 16.07.2009 15:15:56;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {020056C9-7D4E-4d74-B745-CA9C599CF093}
Mock implementation of the {@link Querier} interface.
 

Goto: Custom Properties, Fields, Methods

Implements: Querier

See also: LocalizedString, LocalizedString, LocalizedString, LocalizedString, Querier

Appears in: cone

Connections
 
Custom Properties
 
MockQuerier Attributes
Attribute Details
private LinkedHashMap
  data
Initial: new LinkedHashMap()
private static const String
  DC_DESCRIPTION
Initial: "http://purl.org/dc/elements/1.1/description"
private static const String
  DC_TITLE
Initial: "http://purl.org/dc/elements/1.1/title"
private static const LocalizedString
  DIES_IST_DER_TITEL
Initial: new LocalizedString("Dies ist der Titel")
private static const LocalizedString
  DIES_IST_DIE_BESCHREIBUNG
Initial: new LocalizedString("Dies ist die Beschreibung. ")
private static const Logger
  logger
Initial: Logger.getLogger(MockQuerier.class)
private static const LocalizedString
  THIS_IS_THE_DESCRIPTION
Initial: new LocalizedString("This is the description. ")
private static const LocalizedString
  THIS_IS_THE_TITLE
Initial: new LocalizedString("This is the title")
 
MockQuerier Methods
Operation Details
public
create(
   String model,
   String id,
   TreeFragment values):void
Sequential
Tags: throws=Exception
Notes: Empty implementation.
public
createUniqueIdentifier(
   String model):String
Sequential
Tags: throws=Exception
Notes: Empty implementation.
public
delete(
   String model,
   String id):void
Sequential
Tags: throws=Exception
Notes: Empty implementation.
public
details(
   String model,
   String id):TreeFragment
Sequential
Tags: throws=Exception
Notes: {@inheritDoc}
public
details(
   String model,
   String id,
   String lang):TreeFragment
Sequential
Tags: throws=Exception
Notes: {@inheritDoc}
public
getAllIds(
   String modelName):List
Sequential
Tags: throws=Exception
Notes: Empty implementation.
public
MockQuerier():
Sequential
public
query(
   String model,
   String query,
   String lang):List
Sequential
Tags: throws=Exception
Notes: {@inheritDoc}
public
query(
   String model,
   String query,
   String lang,
   int limit):List
Sequential
Tags: throws=Exception
Notes: {@inheritDoc}
public
query(
   String model,
   String query):List
Sequential
Tags: throws=Exception
Notes: {@inheritDoc}
public
release():void
Sequential
Tags: throws=Exception
Notes: Empty implementation.