Constant Field Values


Contents
org.chorem.*

org.chorem.pollen.PollenApplicationContext
public static final String APPLICATION_CONTEXT_PARAMETER "pollenApplicationContext"

org.chorem.pollen.bean.PollDateChoice
public static final String PROPERTY_DATE "date"

org.chorem.pollen.bean.PollImageChoice
public static final String PROPERTY_LOCATION "location"

org.chorem.pollen.bean.UserPoll
public static final String PROPERTY_ACCOUNTS "accounts"
public static final String PROPERTY_CREATOR "creator"
public static final String PROPERTY_POLL "poll"

org.chorem.pollen.entities.migration.PollenMigrationCallbackV1_3
public static final String ADD_PRIMITIVE_DEFAULT_VALUE "ALTER TABLE %s ALTER COLUMN %s SET DEFAULT %s;"
public static final String ADD_PRIMITIVE_NOT_NULL_CONSTRAINST "ALTER TABLE %s ALTER COLUMN %s SET NOT NULL;"
public static final String UPDATE_PRIMITIVE_TO_DEFAULT_VALUE "UPDATE %1$s SET %2$s = %3$s where %2$s IS NULL;"

org.chorem.pollen.services.impl.PollService
public static final String THUMB_PREFIX "thumb_"

org.chorem.pollen.services.impl.PreventRuleService
public static final String SCOPE_REMINDER "rappel"
public static final String SCOPE_VOTE "vote"



Copyright © 2009-2012 CodeLutin. All Rights Reserved.