com.jalios.jcms.vote
Interface VoteConstants

All Known Implementing Classes:
VoteManager, VoteTag

public interface VoteConstants

Vote constants for votable Publication

Since:
jcms-8.0.0
Version:
$Revision: 48811 $

Field Summary
static String ALERT_DOMAIN
           
static String ALERT_NAME_NEGATIVE_VOTE
           
static String ALERT_NAME_POSITIVE_VOTE
           
static String ANONYMIZE_DOWNVOTE_PROP
           
static String ANONYMIZE_VOTE_PROP
           
static String CACHE_SIZE_PROP
           
static String DEFAULT_VOTE_TEMPLATE_PROP
           
static String DEFAULT_VOTELIST_TEMPLATE_PROP
           
static String ICON_VOTE_NEGATIVE_HL_PROP
           
static String ICON_VOTE_NEGATIVE_PROP
           
static String ICON_VOTE_POSITIVE_HL_PROP
           
static String ICON_VOTE_POSITIVE_PROP
           
static String PUBLICATION_ID_FIELD
           
static String RATING_FIELD
           
static String REVISION
           
static String SEND_VOTE_NOTIFICATION_PROP
           
static int UI_VOTE_NEGATIVE
           
static int UI_VOTE_NEGATIVE_HL
           
static int UI_VOTE_POSITIVE
           
static int UI_VOTE_POSITIVE_HL
           
static String UNVOTABLE_TYPES_PROP
           
static String VOTE_DEFAULT_VALUE_PROP
           
static String VOTE_ENABLED_PROP
           
static int VOTE_TAG_USAGE_ACTION
           
static int VOTE_TAG_USAGE_VOTELIST
           
 

Field Detail

REVISION

static final String REVISION
See Also:
Constant Field Values

VOTE_DEFAULT_VALUE_PROP

static final String VOTE_DEFAULT_VALUE_PROP
See Also:
Constant Field Values

CACHE_SIZE_PROP

static final String CACHE_SIZE_PROP
See Also:
Constant Field Values

PUBLICATION_ID_FIELD

static final String PUBLICATION_ID_FIELD
See Also:
Constant Field Values

RATING_FIELD

static final String RATING_FIELD
See Also:
Constant Field Values

VOTE_ENABLED_PROP

static final String VOTE_ENABLED_PROP
See Also:
Constant Field Values

ANONYMIZE_VOTE_PROP

static final String ANONYMIZE_VOTE_PROP
See Also:
Constant Field Values

ANONYMIZE_DOWNVOTE_PROP

static final String ANONYMIZE_DOWNVOTE_PROP
See Also:
Constant Field Values

UNVOTABLE_TYPES_PROP

static final String UNVOTABLE_TYPES_PROP
See Also:
Constant Field Values

SEND_VOTE_NOTIFICATION_PROP

static final String SEND_VOTE_NOTIFICATION_PROP
See Also:
Constant Field Values

ICON_VOTE_POSITIVE_PROP

static final String ICON_VOTE_POSITIVE_PROP
See Also:
Constant Field Values

ICON_VOTE_POSITIVE_HL_PROP

static final String ICON_VOTE_POSITIVE_HL_PROP
See Also:
Constant Field Values

ICON_VOTE_NEGATIVE_PROP

static final String ICON_VOTE_NEGATIVE_PROP
See Also:
Constant Field Values

ICON_VOTE_NEGATIVE_HL_PROP

static final String ICON_VOTE_NEGATIVE_HL_PROP
See Also:
Constant Field Values

DEFAULT_VOTE_TEMPLATE_PROP

static final String DEFAULT_VOTE_TEMPLATE_PROP
See Also:
Constant Field Values

DEFAULT_VOTELIST_TEMPLATE_PROP

static final String DEFAULT_VOTELIST_TEMPLATE_PROP
See Also:
Constant Field Values

VOTE_TAG_USAGE_ACTION

static final int VOTE_TAG_USAGE_ACTION
See Also:
Constant Field Values

VOTE_TAG_USAGE_VOTELIST

static final int VOTE_TAG_USAGE_VOTELIST
See Also:
Constant Field Values

UI_VOTE_POSITIVE

static final int UI_VOTE_POSITIVE
See Also:
Constant Field Values

UI_VOTE_POSITIVE_HL

static final int UI_VOTE_POSITIVE_HL
See Also:
Constant Field Values

UI_VOTE_NEGATIVE

static final int UI_VOTE_NEGATIVE
See Also:
Constant Field Values

UI_VOTE_NEGATIVE_HL

static final int UI_VOTE_NEGATIVE_HL
See Also:
Constant Field Values

ALERT_DOMAIN

static final String ALERT_DOMAIN
See Also:
Constant Field Values

ALERT_NAME_POSITIVE_VOTE

static final String ALERT_NAME_POSITIVE_VOTE
See Also:
Constant Field Values

ALERT_NAME_NEGATIVE_VOTE

static final String ALERT_NAME_NEGATIVE_VOTE
See Also:
Constant Field Values


Copyright © 2001-2010 Jalios SA. All Rights Reserved.