Constant Field Values

Contents

com.sun.*

  • com.sun.portal.portletcontainer.admin.mbeans.PortletAdminMBean 
    Modifier and Type Constant Field Value
    public static final String TYPE "Portal.PortletAdmin"

org.monte.*

org.silverpeas.*

  • org.silverpeas.core.admin.domain.driver.scimdriver.SCIMDriver 
    Modifier and Type Constant Field Value
    public static final String GROUP "group"
  • org.silverpeas.core.cmis.model.Application 
    Modifier and Type Constant Field Value
    public static final String SYMBOL "\ud83d\uddc2"
  • org.silverpeas.core.cmis.model.CmisFilePath 
    Modifier and Type Constant Field Value
    public static final String PATH_SEPARATOR "/"
  • org.silverpeas.core.cmis.model.Publication 
    Modifier and Type Constant Field Value
    public static final String SYMBOL "\ud83d\udcd4"
  • org.silverpeas.core.cmis.model.Space 
    Modifier and Type Constant Field Value
    public static final String SYMBOL "\u2617"
  • org.silverpeas.core.comment.dao.jdbc.JDBCCommentDAO 
    Modifier and Type Constant Field Value
    protected static final long serialVersionUID -4880326368611108874L
  • org.silverpeas.core.contribution.content.form.field.AccessPathField 
    Modifier and Type Constant Field Value
    public static final String TYPE "accessPath"
  • org.silverpeas.core.contribution.content.form.field.DateField 
    Modifier and Type Constant Field Value
    public static final String TYPE "date"
  • org.silverpeas.core.contribution.content.form.field.ExplorerField 
    Modifier and Type Constant Field Value
    public static final String TYPE "explorer"
  • org.silverpeas.core.contribution.content.form.field.FileField 
    Modifier and Type Constant Field Value
    public static final String PARAM_ID_SUFFIX "_id"
    public static final String TYPE "file"
  • org.silverpeas.core.contribution.content.form.field.GroupField 
    Modifier and Type Constant Field Value
    public static final String TYPE "group"
  • org.silverpeas.core.contribution.content.form.field.JdbcField 
    Modifier and Type Constant Field Value
    public static final String TYPE "jdbc"
  • org.silverpeas.core.contribution.content.form.field.LdapField 
    Modifier and Type Constant Field Value
    public static final String TYPE "ldap"
    public static final String VARIABLE_LOGIN "$$login"
  • org.silverpeas.core.contribution.content.form.field.MultipleUserField 
    Modifier and Type Constant Field Value
    public static final String TYPE "multipleUser"
  • org.silverpeas.core.contribution.content.form.field.PdcUserField 
    Modifier and Type Constant Field Value
    public static final String TYPE "pdcUser"
  • org.silverpeas.core.contribution.content.form.field.PublicationsPickerField 
    Modifier and Type Constant Field Value
    public static final String TYPE "publicationsPicker"
  • org.silverpeas.core.contribution.content.form.field.SequenceField 
    Modifier and Type Constant Field Value
    public static final String TYPE "sequence"
  • org.silverpeas.core.contribution.content.form.field.TextField 
    Modifier and Type Constant Field Value
    public static final String CONTENT_TYPE "contentType"
    public static final String CONTENT_TYPE_FLOAT "float"
    public static final String CONTENT_TYPE_INT "int"
    public static final String PARAM_MAXLENGTH "maxLength"
    public static final String TYPE "text"
  • org.silverpeas.core.contribution.content.form.field.UserField 
    Modifier and Type Constant Field Value
    public static final String TYPE "user"
  • org.silverpeas.core.node.coordinates.persistence.CoordinatesDAO 
    Modifier and Type Constant Field Value
    public static final String COORDINATESCOLUMNNAMES "coordinatesId, nodeId, coordinatesLeaf,coordinatesDisplayOrder,instanceId"
  • org.silverpeas.core.notification.user.server.channel.popup.POPUPConstant 
    Modifier and Type Constant Field Value
    public static final String CHANNEL "POPUP"
  • org.silverpeas.core.notification.user.server.channel.remove.REMOVEConstant 
    Modifier and Type Constant Field Value
    public static final String CHANNEL "REMOVE"
  • org.silverpeas.core.notification.user.server.channel.server.SERVERConstant 
    Modifier and Type Constant Field Value
    public static final String CHANNEL "SERVER"
  • org.silverpeas.core.notification.user.server.channel.silvermail.SILVERMAILConstant 
    Modifier and Type Constant Field Value
    public static final String CHANNEL "SILVERMAIL"
  • org.silverpeas.core.pdc.form.fieldtype.PdcField 
    Modifier and Type Constant Field Value
    public static final String TYPE "pdc"
  • org.silverpeas.core.pdc.interests.model.Interests 
    Modifier and Type Constant Field Value
    public static final int NULLID -1
  • org.silverpeas.core.pdc.interests.service.InterestsDAO 
    Modifier and Type Constant Field Value
    public static final String CREATE_IC_QUERY "INSERT INTO SB_Interests (id, name, criteria, workSpaceId, peasId, authorId, afterDate, beforeDate, ownerId) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) "
    public static final String CREATE_PDC_CONTEXT_QUERY "INSERT INTO SB_Interests_Axis ( id, icId, axisId, value) VALUES (?, ?, ?, ?) "
    public static final String DATE_FORMAT "yyyy/MM/dd"
    public static final String GET_IC_BY_PK_QUERY "SELECT id, name, criteria, workSpaceId, peasId, authorId, afterDate, beforeDate, ownerId FROM SB_Interests WHERE id = ? "
    public static final String GET_IC_BY_USERID_QUERY "SELECT a.id, a.name, a.criteria, a.workSpaceId, a.peasId, a.authorId, a.afterDate, a.beforeDate, a.ownerId FROM SB_Interests a WHERE a.ownerId = ? "
    public static final String INTERESTS_AXES_TABLE_NAME "SB_Interests_Axis"
    public static final String LOAD_PDC_PK_QUERY "SELECT a.axisId, a.value FROM SB_Interests_Axis a WHERE a.icId = ? "
    public static final String REMOVE_IC_BY_PKS_LIST_QUERY "DELETE FROM SB_Interests WHERE id = ?"
    public static final String REMOVE_IC_CONTEXT_QUERY "delete from SB_Interests_Axis where icId = ?"
    public static final String UPDATE_IC_QUERY "UPDATE SB_Interests SET name = ?, criteria = ?, workSpaceId = ?, peasId = ?, authorId = ?, afterDate = ?, beforeDate = ?, ownerId = ? WHERE id = ?"
  • org.silverpeas.core.pdc.subscription.model.PdcSubscription 
    Modifier and Type Constant Field Value
    public static final int NULL_ID -1
  • org.silverpeas.core.persistence.jdbc.sql.JdbcSqlQuery 
    Modifier and Type Constant Field Value
    public static final int SPLIT_BATCH 1500
  • org.silverpeas.core.personalorganizer.service.CategoryDAO 
    Modifier and Type Constant Field Value
    public static final String CATEGORYCOLUMNNAMES "CalendarCategory.categoryId, CalendarCategory.name"
  • org.silverpeas.core.personalorganizer.service.JournalDAO 
    Modifier and Type Constant Field Value
    public static final String COLUMNNAMES "id, name, delegatorId, description, priority, classification, startDay, startHour, endDay, endHour, externalId"
  • org.silverpeas.core.questioncontainer.answer.dao.AnswerDAO 
    Modifier and Type Constant Field Value
    public static final String ANSWERCOLUMNNAMES "answerId, questionId, answerLabel, answerNbPoints, answerIsSolution, answerComment, answerNbVoters, answerIsOpened, answerImage, answerQuestionLink"
  • org.silverpeas.core.questioncontainer.container.dao.QuestionContainerDAO 
    Modifier and Type Constant Field Value
    public static final String COMMENTCOLUMNNAMES "commentId, commentFatherId, userId, commentComment, commentIsAnonymous, commentDate"
    public static final String QUESTIONCONTAINERCOLUMNNAMES "qcId, qcTitle, qcDescription, qcComment, qcCreatorId, qcCreationDate, qcBeginDate, qcEndDate, qcIsClosed, qcNbVoters, qcNbQuestionsPage, qcNbMaxParticipations, qcNbTriesBeforeSolution, qcMaxTime, instanceId, anonymous, resultMode, resultView"
  • org.silverpeas.core.questioncontainer.question.dao.QuestionDAO 
    Modifier and Type Constant Field Value
    public static final String QUESTIONCOLUMNNAMES "questionId, qcId, questionLabel, questionDescription, questionClue, questionImage, questionIsQCM, questionType, questionIsOpen, questionCluePenalty, questionMaxTime, questionDisplayOrder, questionNbPointsMin, questionNbPointsMax, instanceId, style"
  • org.silverpeas.core.questioncontainer.result.dao.QuestionResultDAO 
    Modifier and Type Constant Field Value
    public static final String QUESTIONRESULTCOLUMNNAMES "qrId, questionId, userId, answerId, qrOpenAnswer, qrNbPoints, qrPollDate, qrElapsedTime, qrParticipationId"
  • org.silverpeas.core.questioncontainer.score.dao.ScoreDAO 
    Modifier and Type Constant Field Value
    public static final String SCORECOLUMNNAMES "scoreId, qcId, userId, scoreParticipationId, scoreScore, scoreElapsedTime,scoreParticipationDate,scoreSuggestion"
  • org.silverpeas.core.wbe.WbeSettings 
    Modifier and Type Constant Field Value
    public static final String SETTINGS_PATH "org.silverpeas.wbe.wbeSettings"
  • org.silverpeas.core.web.tools.agenda.view.AgendaHtmlView 
    Modifier and Type Constant Field Value
    public static final int BYDAY 1
    public static final int BYMONTH 3
    public static final int BYWEEK 2
    public static final int BYYEAR 4
    public static final int CHOOSE_DAYS 5