com.jurismarches.vradi.entities
Interface QueryMaker

All Superinterfaces:
org.nuiton.wikitty.BusinessEntity, java.lang.Cloneable, java.io.Serializable
All Known Subinterfaces:
Client, Group, User
All Known Implementing Classes:
ClientAbstract, ClientHelper, ClientImpl, GroupAbstract, GroupHelper, GroupImpl, QueryMakerAbstract, QueryMakerHelper, QueryMakerImpl, UserAbstract, UserHelper, UserImpl

public interface QueryMaker
extends org.nuiton.wikitty.BusinessEntity


Field Summary
static java.lang.String EXT_QUERYMAKER
           
static java.lang.String FIELD_QUERYMAKER_QUERIES
           
static java.lang.String FQ_FIELD_QUERYMAKER_QUERIES
           
 
Method Summary
 void addQueries(java.lang.String element)
           
 void clearQueries()
           
 java.util.Set<java.lang.String> getQueries()
           
 void removeQueries(java.lang.String element)
           
 
Methods inherited from interface org.nuiton.wikitty.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

EXT_QUERYMAKER

static final java.lang.String EXT_QUERYMAKER
See Also:
Constant Field Values

FIELD_QUERYMAKER_QUERIES

static final java.lang.String FIELD_QUERYMAKER_QUERIES
See Also:
Constant Field Values

FQ_FIELD_QUERYMAKER_QUERIES

static final java.lang.String FQ_FIELD_QUERYMAKER_QUERIES
See Also:
Constant Field Values
Method Detail

getQueries

java.util.Set<java.lang.String> getQueries()

addQueries

void addQueries(java.lang.String element)

removeQueries

void removeQueries(java.lang.String element)

clearQueries

void clearQueries()


Copyright © 2009-2010 JurisMarches. All Rights Reserved.