info.aduna.gee.publication.content
Interface EntryConstants

All Known Implementing Classes:
Batch, Box, Channel, ChannelManager, Config, Database, Entry, EntryComparator, Generator, ImportEntryServlet, ImportFormServlet, JitContentDatabase, JitNavigationDatabase, NavigationChannel, Navigator, Section, ServerZpadServlet, Session, Subscription, SummaryEntry, Template, TemplateChannel, ZContainer

public interface EntryConstants


Field Summary
static String ACLS_PREFIX
          The key under which the ACL's are stored
static int AFTER_TRANSFER
           
static int APPLET_TYPE_VALUE
           
static String ASSOCIATES_EDIT_LEVEL
          The key under which AssociatesMayNotEdit is stored
static int BEFORE_STORAGE
           
static int BEFORE_TRANSFER
           
static String CODE_KEY
          Key used to store the code attribute of an applet.
static String CODEBASE_KEY
          Key used to store the codebase attribute of an applet.
static String CONSTRUCTION_KEY
          Key used for the creation by transfer (!) of manual (not necessary remanual) objects
static String CONTAINER_TTL_KEY
          Key to store this Container's time-to-live (over the wire).
static String CONTAINERID_KEY
          Key used to store the id of this Container in the Container's properties.
static String CONTAINERPROPS_KEY
          Key used to store the properties of this Container.
static String DBPRIVACY_LEVEL_KEY
          The key used to store the privacy level.
static String DESCRIPTION_KEY
          Key used to store the description of the Entry in entryProps.
static int EMBED_TYPE_VALUE
           
static String END_TIME_KEY
          Key used to store the end time of this Entry in entryProps.
static String ENTRY_ID_KEY
          Key used to store the entryID.
static String ENTRYATTRIBS_KEY
          Key used to store the entyAttribs.
static String ENTRYPARAMS_KEY
          Key used to store the entyParams
static String ENTRYPROPS_KEY
          Key used to store the entryProps.
static String EXPIRES_KEY
          Key used to store the expiry date of this Entry in entryProps.
static String EXTERNAL_ENTRY_KEY
          Key used for external entry
static String HEIGHT_KEY
          Key used to store the height of this Entry.
static String HTML_KEY
          Key used to store pure HTML of Entry.
static int HTML_TYPE_VALUE
           
static String ID2IDID_KEY
          The key used to store id to identical id.
static int IMAGE_TYPE_VALUE
           
static String IMPORT_CLASSNAME
           
static String IMPORT_DONT_FORWARD
           
static String IMPORT_IMPORTED
           
static String IMPORT_LANGUAGE
           
static String IMPORT_SERVER_NAME
          Keys used for IMPORT/IMPORTED entries
static int IMPORT_TYPE_VALUE
           
static String INFO_EXTENSION
          The extension for a key that has extra info attached (e.g.
static String INHERIT_CONFIGURATION
          The key under which Configuration inheritance is stored
static String INLINE_DESCRIPTION_IS_HTML_KEY
          Key used to remember that inline description is already HTML.
static String INLINE_DESCRIPTION_KEY
          Key used to store whether or not (default not) to inline the description of the Entry in entryProps.
static String INSPIRES_KEY
          Key used to store the inspiry date of this Entry in entryProps.
static String JIT_DESTINATION
          Keys used only by Jit internally
static String JIT_DESTINATION_INDEX
           
static String LINK_IN_FRAME_KEY
          Key used to indicate a link should be shown in a frame
static String LINK_KEY
          Key used to store the link property of this Entry in entryProps.
static String MANUAL_KEY
          Key used to store the manual property of this Entry in entryProps.
static String MINIMALHEIGHT_KEY
          Key used to store the minimal height.
static String MINIMALWIDTH_KEY
          Key used to store the minimal width.
static String NAVIGATION_KEY
          The key used to store the start section.
static int OBJECT_TYPE_VALUE
           
static String OCCURRING_CLABELS_KEY
          Key used for keeping the clabels
static String OVERRIDE_SUGGESTION_KEY
          Key used to indicated a by the user overrided Suggestion.
static String PRIVACY_LEVEL_KEY
          Key used to store the privacy level of this Entry in entryProps.
static String PROVIDE_KEY
          Key used to store the provide property of this Entry in entryProps.
static String PROVIDE_PL_KEY
          Key used to store the PRIVACY LEVEL at which the Entry is provided.
static String QUALIFIED_BASE_KEY
          Key to remember the original mountPoint of an Entry
static String RE_EXPORT_KEY
          Key used to store the reexport property of this Entry in entryProps.
static String RE_MANUAL_KEY
          Key used to indicate that an Entry should be handled as MANUALLY_MADE even though it was copied.
static String REPEAT_ID_KEY
          Key used for repeated Entries
static String REPEAT_TODAY_KEY
          Key used for Entries that *stick* to today
static String REQUIRES_NEW_PAGE
          Key used to store a 'page break'
static String ROTATABLE_KEY
          Key used to store the rotatable flag.
static String SHARED_CLABELS_KEY
           
static String SHOP_GIF_KEY
          Key used for storing the URL of buy.gif
static String SHOP_GIF_LOCATION_KEY
           
static String SHOP_ID_KEY
          Key used to store the SimpleShop ID of this Entry
static String SHOP_ORIGIN_KEY
           
static String SHOP_OVER_GIF_KEY
           
static String SORT_CLABELS
           
static String SORT_DESCRIPTION
          Keys used for sorting entries (INFO variant only)
static String SOURCE_KEY
          Key used to store the source-URL of this Entry.
static String STARTSECTION_KEY
          The key used to store the start section.
static String SUBSCRIBED_COLOR_KEY
           
static String SUBSCRIBED_GIF_KEY
          Keys used for storing subscription related information
static String SUBSCRIBED_GIF_LOCATION_KEY
           
static String SUBSCRIBED_OVER_GIF_KEY
           
static String SUBSCRIBED_VISIBLE_CLABELS_KEY
          Key used to store the clabels that have a visual representations -- a comma separated list
static String SUBSCRIPTION_KEY
          Key used for storing the contributing ZPad
static String SUBSCRIPTION_LINK_KEY
          Key used for storing the link to the location the object comes from
static String SUGGESTION_KEY
          Key used to store the suggested destination in the ZPad as specified by the Content Provider
static String SUMMARY_IS_HTML_KEY
           
static String SUMMARY_KEY
           
static int SUMMARY_TYPE_VALUE
           
static String TEMPLATEPREFERENCES_KEY
          Key to store this Container's preference for a Template in the Container's properties.
static String TEXT_KEY
          Key used to store the text property of a TextEntry in entryProps.
static int TEXT_TYPE_VALUE
           
static String TIME_KEY
          Key used to store the time of this Entry in entryProps.
static String TMPL_DESCRIPTOR_KEY
           
static String TMPL_FOREIGN_ID_KEY
           
static String TMPL_ID_KEY
          Key used for storing the name of an entry template
static String TMPL_PREFERENCES_KEY
          The key used to store tmpl preferences.
static String TMPL_STUB_RECOGNIZER_KEY
           
static int TMPLD_TYPE_VALUE
           
static String TYPE_KEY
          Key used to store the subtype indication of this Entry.
static String WIDTH_KEY
          Key used to store the width of this Entry.
 

Field Detail

ROTATABLE_KEY

static final String ROTATABLE_KEY
Key used to store the rotatable flag.

See Also:
Constant Field Values

MINIMALWIDTH_KEY

static final String MINIMALWIDTH_KEY
Key used to store the minimal width.

See Also:
Constant Field Values

MINIMALHEIGHT_KEY

static final String MINIMALHEIGHT_KEY
Key used to store the minimal height.

See Also:
Constant Field Values

INHERIT_CONFIGURATION

static final String INHERIT_CONFIGURATION
The key under which Configuration inheritance is stored

See Also:
Constant Field Values

ACLS_PREFIX

static final String ACLS_PREFIX
The key under which the ACL's are stored

See Also:
Constant Field Values

ASSOCIATES_EDIT_LEVEL

static final String ASSOCIATES_EDIT_LEVEL
The key under which AssociatesMayNotEdit is stored

See Also:
Constant Field Values

NAVIGATION_KEY

static final String NAVIGATION_KEY
The key used to store the start section.

See Also:
Constant Field Values

STARTSECTION_KEY

static final String STARTSECTION_KEY
The key used to store the start section.

See Also:
Constant Field Values

DBPRIVACY_LEVEL_KEY

static final String DBPRIVACY_LEVEL_KEY
The key used to store the privacy level. Note: don't use PRIVACY_LEVEL_KEY (numeric).

See Also:
Constant Field Values

TMPL_PREFERENCES_KEY

static final String TMPL_PREFERENCES_KEY
The key used to store tmpl preferences.

See Also:
Constant Field Values

ID2IDID_KEY

static final String ID2IDID_KEY
The key used to store id to identical id.

See Also:
Constant Field Values

CONTAINERPROPS_KEY

static final String CONTAINERPROPS_KEY
Key used to store the properties of this Container.

See Also:
Constant Field Values

CONTAINERID_KEY

static final String CONTAINERID_KEY
Key used to store the id of this Container in the Container's properties.

See Also:
Constant Field Values

TEMPLATEPREFERENCES_KEY

static final String TEMPLATEPREFERENCES_KEY
Key to store this Container's preference for a Template in the Container's properties.

See Also:
Constant Field Values

CONTAINER_TTL_KEY

static final String CONTAINER_TTL_KEY
Key to store this Container's time-to-live (over the wire).

See Also:
Constant Field Values

ENTRYPROPS_KEY

static final String ENTRYPROPS_KEY
Key used to store the entryProps.

See Also:
Constant Field Values

ENTRYATTRIBS_KEY

static final String ENTRYATTRIBS_KEY
Key used to store the entyAttribs.

See Also:
Constant Field Values

ENTRYPARAMS_KEY

static final String ENTRYPARAMS_KEY
Key used to store the entyParams

See Also:
Constant Field Values

TYPE_KEY

static final String TYPE_KEY
Key used to store the subtype indication of this Entry. Normally 'instanceof' would be used to determine the subtype, but because Entries are stored as sets of key-value Strings (and not as objects) we need to be able to determine the Entry's subtype from a property inside the Entry itself.

See Also:
TEXT_TYPE_VALUE, IMAGE_TYPE_VALUE, APPLET_TYPE_VALUE, OBJECT_TYPE_VALUE, HTML_TYPE_VALUE, TMPLD_TYPE_VALUE, IMPORT_TYPE_VALUE, Constant Field Values

TEXT_TYPE_VALUE

static final int TEXT_TYPE_VALUE
See Also:
Constant Field Values

IMAGE_TYPE_VALUE

static final int IMAGE_TYPE_VALUE
See Also:
Constant Field Values

APPLET_TYPE_VALUE

static final int APPLET_TYPE_VALUE
See Also:
Constant Field Values

OBJECT_TYPE_VALUE

static final int OBJECT_TYPE_VALUE
See Also:
Constant Field Values

HTML_TYPE_VALUE

static final int HTML_TYPE_VALUE
See Also:
Constant Field Values

TMPLD_TYPE_VALUE

static final int TMPLD_TYPE_VALUE
See Also:
Constant Field Values

IMPORT_TYPE_VALUE

static final int IMPORT_TYPE_VALUE
See Also:
Constant Field Values

EMBED_TYPE_VALUE

static final int EMBED_TYPE_VALUE
See Also:
Constant Field Values

SUMMARY_TYPE_VALUE

static final int SUMMARY_TYPE_VALUE
See Also:
Constant Field Values

TEXT_KEY

static final String TEXT_KEY
Key used to store the text property of a TextEntry in entryProps.

See Also:
Constant Field Values

TIME_KEY

static final String TIME_KEY
Key used to store the time of this Entry in entryProps.

See Also:
Constant Field Values

SUGGESTION_KEY

static final String SUGGESTION_KEY
Key used to store the suggested destination in the ZPad as specified by the Content Provider

See Also:
Constant Field Values

OVERRIDE_SUGGESTION_KEY

static final String OVERRIDE_SUGGESTION_KEY
Key used to indicated a by the user overrided Suggestion.

See Also:
Constant Field Values

EXPIRES_KEY

static final String EXPIRES_KEY
Key used to store the expiry date of this Entry in entryProps.

See Also:
Constant Field Values

LINK_KEY

static final String LINK_KEY
Key used to store the link property of this Entry in entryProps. This is the URL the Entry links to.

See Also:
Constant Field Values

PRIVACY_LEVEL_KEY

static final String PRIVACY_LEVEL_KEY
Key used to store the privacy level of this Entry in entryProps. Privacy levels range from 0 to 4, with 0 being the lowest level of privacy.

See Also:
Constant Field Values

DESCRIPTION_KEY

static final String DESCRIPTION_KEY
Key used to store the description of the Entry in entryProps. The description is used when it is not possible to provide a visual reference to the Entry on screen (e.g. during Transfer). Or it may be "inlined".

See Also:
Constant Field Values

INLINE_DESCRIPTION_KEY

static final String INLINE_DESCRIPTION_KEY
Key used to store whether or not (default not) to inline the description of the Entry in entryProps.

See Also:
Constant Field Values

MANUAL_KEY

static final String MANUAL_KEY
Key used to store the manual property of this Entry in entryProps. If present, the Entry is 'owned' by the user of the ZPad

See Also:
Constant Field Values

PROVIDE_KEY

static final String PROVIDE_KEY
Key used to store the provide property of this Entry in entryProps. If present, the Entry should be provided to others from inside the ZPad itself.

See Also:
RE_EXPORT_KEY, Constant Field Values

RE_MANUAL_KEY

static final String RE_MANUAL_KEY
Key used to indicate that an Entry should be handled as MANUALLY_MADE even though it was copied. By default, this one is false.

See Also:
Constant Field Values

RE_EXPORT_KEY

static final String RE_EXPORT_KEY
Key used to store the reexport property of this Entry in entryProps. If present, others may also provide this property from their own ZPad.

See Also:
Constant Field Values

PROVIDE_PL_KEY

static final String PROVIDE_PL_KEY
Key used to store the PRIVACY LEVEL at which the Entry is provided.

See Also:
Constant Field Values

SUBSCRIPTION_KEY

static final String SUBSCRIPTION_KEY
Key used for storing the contributing ZPad

See Also:
Constant Field Values

SUBSCRIPTION_LINK_KEY

static final String SUBSCRIPTION_LINK_KEY
Key used for storing the link to the location the object comes from

See Also:
Constant Field Values

OCCURRING_CLABELS_KEY

static final String OCCURRING_CLABELS_KEY
Key used for keeping the clabels

See Also:
Constant Field Values

CONSTRUCTION_KEY

static final String CONSTRUCTION_KEY
Key used for the creation by transfer (!) of manual (not necessary remanual) objects

See Also:
Constant Field Values

END_TIME_KEY

static final String END_TIME_KEY
Key used to store the end time of this Entry in entryProps.

See Also:
Constant Field Values

SUBSCRIBED_VISIBLE_CLABELS_KEY

static final String SUBSCRIBED_VISIBLE_CLABELS_KEY
Key used to store the clabels that have a visual representations -- a comma separated list

See Also:
Constant Field Values

SUBSCRIBED_GIF_KEY

static final String SUBSCRIBED_GIF_KEY
Keys used for storing subscription related information

See Also:
Constant Field Values

SUBSCRIBED_COLOR_KEY

static final String SUBSCRIBED_COLOR_KEY
See Also:
Constant Field Values

SUBSCRIBED_GIF_LOCATION_KEY

static final String SUBSCRIBED_GIF_LOCATION_KEY
See Also:
Constant Field Values

SUBSCRIBED_OVER_GIF_KEY

static final String SUBSCRIBED_OVER_GIF_KEY
See Also:
Constant Field Values

REPEAT_ID_KEY

static final String REPEAT_ID_KEY
Key used for repeated Entries

See Also:
Constant Field Values

REPEAT_TODAY_KEY

static final String REPEAT_TODAY_KEY
Key used for Entries that *stick* to today

See Also:
Constant Field Values

EXTERNAL_ENTRY_KEY

static final String EXTERNAL_ENTRY_KEY
Key used for external entry

See Also:
Constant Field Values

LINK_IN_FRAME_KEY

static final String LINK_IN_FRAME_KEY
Key used to indicate a link should be shown in a frame

See Also:
Constant Field Values

HTML_KEY

static final String HTML_KEY
Key used to store pure HTML of Entry.

See Also:
Constant Field Values

INLINE_DESCRIPTION_IS_HTML_KEY

static final String INLINE_DESCRIPTION_IS_HTML_KEY
Key used to remember that inline description is already HTML.

See Also:
Constant Field Values

INSPIRES_KEY

static final String INSPIRES_KEY
Key used to store the inspiry date of this Entry in entryProps.

See Also:
Constant Field Values

ENTRY_ID_KEY

static final String ENTRY_ID_KEY
Key used to store the entryID. Only the infoKey() of it is used. entryID's are never stored.

See Also:
Constant Field Values

REQUIRES_NEW_PAGE

static final String REQUIRES_NEW_PAGE
Key used to store a 'page break'

See Also:
Constant Field Values

SHOP_ID_KEY

static final String SHOP_ID_KEY
Key used to store the SimpleShop ID of this Entry

See Also:
Constant Field Values

SHOP_ORIGIN_KEY

static final String SHOP_ORIGIN_KEY
See Also:
Constant Field Values

SHOP_GIF_KEY

static final String SHOP_GIF_KEY
Key used for storing the URL of buy.gif

See Also:
Constant Field Values

SHOP_GIF_LOCATION_KEY

static final String SHOP_GIF_LOCATION_KEY
See Also:
Constant Field Values

SHOP_OVER_GIF_KEY

static final String SHOP_OVER_GIF_KEY
See Also:
Constant Field Values

TMPL_ID_KEY

static final String TMPL_ID_KEY
Key used for storing the name of an entry template

See Also:
Constant Field Values

TMPL_FOREIGN_ID_KEY

static final String TMPL_FOREIGN_ID_KEY
See Also:
Constant Field Values

TMPL_DESCRIPTOR_KEY

static final String TMPL_DESCRIPTOR_KEY
See Also:
Constant Field Values

TMPL_STUB_RECOGNIZER_KEY

static final String TMPL_STUB_RECOGNIZER_KEY
See Also:
Constant Field Values

QUALIFIED_BASE_KEY

static final String QUALIFIED_BASE_KEY
Key to remember the original mountPoint of an Entry

See Also:
Constant Field Values

IMPORT_SERVER_NAME

static final String IMPORT_SERVER_NAME
Keys used for IMPORT/IMPORTED entries

See Also:
Constant Field Values

IMPORT_CLASSNAME

static final String IMPORT_CLASSNAME
See Also:
Constant Field Values

IMPORT_LANGUAGE

static final String IMPORT_LANGUAGE
See Also:
Constant Field Values

IMPORT_DONT_FORWARD

static final String IMPORT_DONT_FORWARD
See Also:
Constant Field Values

IMPORT_IMPORTED

static final String IMPORT_IMPORTED
See Also:
Constant Field Values

SUMMARY_KEY

static final String SUMMARY_KEY
See Also:
Constant Field Values

SUMMARY_IS_HTML_KEY

static final String SUMMARY_IS_HTML_KEY
See Also:
Constant Field Values

SHARED_CLABELS_KEY

static final String SHARED_CLABELS_KEY
See Also:
Constant Field Values

SORT_DESCRIPTION

static final String SORT_DESCRIPTION
Keys used for sorting entries (INFO variant only)

See Also:
Constant Field Values

SORT_CLABELS

static final String SORT_CLABELS
See Also:
Constant Field Values

JIT_DESTINATION

static final String JIT_DESTINATION
Keys used only by Jit internally

See Also:
Constant Field Values

JIT_DESTINATION_INDEX

static final String JIT_DESTINATION_INDEX
See Also:
Constant Field Values

SOURCE_KEY

static final String SOURCE_KEY
Key used to store the source-URL of this Entry.

See Also:
Constant Field Values

CODE_KEY

static final String CODE_KEY
Key used to store the code attribute of an applet.

See Also:
Constant Field Values

CODEBASE_KEY

static final String CODEBASE_KEY
Key used to store the codebase attribute of an applet.

See Also:
Constant Field Values

HEIGHT_KEY

static final String HEIGHT_KEY
Key used to store the height of this Entry.

See Also:
Constant Field Values

WIDTH_KEY

static final String WIDTH_KEY
Key used to store the width of this Entry.

See Also:
Constant Field Values

INFO_EXTENSION

static final String INFO_EXTENSION
The extension for a key that has extra info attached (e.g. for searching).

See Also:
Constant Field Values

BEFORE_STORAGE

static final int BEFORE_STORAGE
See Also:
Constant Field Values

BEFORE_TRANSFER

static final int BEFORE_TRANSFER
See Also:
Constant Field Values

AFTER_TRANSFER

static final int AFTER_TRANSFER
See Also:
Constant Field Values


Copyright © 1997-2008 Aduna. All Rights Reserved.