Serialized Form


Package com.silverpeas

Package com.silverpeas.accesscontrol

Class com.silverpeas.accesscontrol.ForbiddenRuntimeException extends SilverpeasRuntimeException implements Serializable

serialVersionUID: -4953377031915598557L


Package com.silverpeas.admin.components

Class com.silverpeas.admin.components.InstanciationException extends SilverpeasException implements Serializable

serialVersionUID: -1672193197127561120L

Class com.silverpeas.admin.components.LocalizedParameterList extends ArrayList<LocalizedParameter> implements Serializable

Serialized Fields

lang

String lang

Class com.silverpeas.admin.components.ParameterList extends ArrayList<Parameter> implements Serializable


Package com.silverpeas.admin.notification

Class com.silverpeas.admin.notification.ComponentJsonPatch extends JsonPatch implements Serializable

serialVersionUID: 1L

Serialized Fields

componentType

String componentType

Package com.silverpeas.calendar

Class com.silverpeas.calendar.AbstractDateDatable extends Date implements Serializable

serialVersionUID: 4908009936415992351L

Class com.silverpeas.calendar.CalendarEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

startDate

Datable<T extends Datable<? super T>> startDate

endDate

Datable<T extends Datable<? super T>> endDate

title

String title

description

String description

location

String location

url

URL url

accessLevel

String accessLevel

priority

int priority

recurrence

CalendarEventRecurrence recurrence

categories

CalendarEventCategories categories

attendees

CalendarEventAttendees attendees

id

String id

Class com.silverpeas.calendar.Date extends AbstractDateDatable<Date> implements Serializable

serialVersionUID: 7970735205076340522L

Serialized Fields

timeZone

TimeZone timeZone

Class com.silverpeas.calendar.DateTime extends AbstractDateDatable<DateTime> implements Serializable

serialVersionUID: -2562622075317046753L

Serialized Fields

timeZone

TimeZone timeZone

Package com.silverpeas.comment.model

Class com.silverpeas.comment.model.Comment extends Object implements Serializable

serialVersionUID: 3738544756345055840L

Serialized Fields

pk

CommentPK pk

resourceType

String resourceType

foreign_key

WAPrimaryKey foreign_key

owner_id

int owner_id

message

String message

creation_date

Date creation_date

modification_date

Date modification_date

ownerDetail

UserDetail ownerDetail

Class com.silverpeas.comment.model.CommentedPublicationInfo extends Object implements Serializable

serialVersionUID: 4433090666272026427L

Serialized Fields

commentCount

int commentCount

componentId

String componentId

elementType

String elementType

elementId

String elementId

Class com.silverpeas.comment.model.CommentPK extends WAPrimaryKey implements Serializable

serialVersionUID: 3246647638847423692L


Package com.silverpeas.converter

Class com.silverpeas.converter.DocumentFormatConversionException extends RuntimeException implements Serializable

serialVersionUID: 5458173513843306754L

Class com.silverpeas.converter.DocumentFormatException extends RuntimeException implements Serializable

serialVersionUID: -4921928945224013781L


Package com.silverpeas.domains.silverpeasdriver

Class com.silverpeas.domains.silverpeasdriver.SPGroup extends Object implements Serializable

serialVersionUID: 287775215176520067L

Serialized Fields

id

Integer id

name

String name

description

String description

users

Set<E> users

subGroups

Set<E> subGroups

parent

SPGroup parent

Class com.silverpeas.domains.silverpeasdriver.SPUser extends Object implements Serializable

serialVersionUID: 2645559023438948622L

Serialized Fields

id

Integer id

firstname

String firstname

lastname

String lastname

phone

String phone

homephone

String homephone

cellphone

String cellphone

fax

String fax

address

String address

title

String title

company

String company

position

String position

boss

String boss

login

String login

password

String password

passwordvalid

char passwordvalid

loginmail

String loginmail

email

String email

groups

Set<E> groups

Package com.silverpeas.export

Class com.silverpeas.export.EncodingException extends RuntimeException implements Serializable

serialVersionUID: -2690487094203535737L

Class com.silverpeas.export.ExportException extends Exception implements Serializable

serialVersionUID: 7791895284880044020L

Class com.silverpeas.export.ImportException extends Exception implements Serializable

serialVersionUID: 7791895284880044020L

Class com.silverpeas.export.NoDataToExportException extends ExportException implements Serializable

serialVersionUID: 1L


Package com.silverpeas.export.ical

Class com.silverpeas.export.ical.ExportableCalendar extends Object implements Serializable

serialVersionUID: 4769214092203515307L

Serialized Fields

events

Set<E> events

Package com.silverpeas.export.ical.ical4j

Class com.silverpeas.export.ical.ical4j.Html extends net.fortuna.ical4j.model.Property implements Serializable

serialVersionUID: 7287564228220558361L

Serialized Fields

value

String value

Package com.silverpeas.form

Class com.silverpeas.form.AbstractField extends Object implements Serializable

serialVersionUID: 8716397233101185565L

Serialized Fields

name

String name

occurrence

int occurrence

Class com.silverpeas.form.FormException extends SilverpeasException implements Serializable

serialVersionUID: 1937108365995722235L

Class com.silverpeas.form.FormFatalException extends FormException implements Serializable

serialVersionUID: 1351471356522040519L

Class com.silverpeas.form.FormRuntimeException extends SilverpeasRuntimeException implements Serializable

serialVersionUID: 5946228356840096118L


Package com.silverpeas.form.dummy

Class com.silverpeas.form.dummy.DummyDataRecord extends Object implements Serializable

serialVersionUID: -3169937693303520239L

Serialized Fields

field

Field field

Class com.silverpeas.form.dummy.DummyFileDataRecord extends DummyDataRecord implements Serializable

serialVersionUID: 1L


Package com.silverpeas.form.fieldType

Class com.silverpeas.form.fieldType.DateField extends AbstractField implements Serializable

serialVersionUID: -885405651541562611L

Class com.silverpeas.form.fieldType.DateFieldImpl extends DateField implements Serializable

serialVersionUID: 7900206250697595169L

Serialized Fields

value

String value

Class com.silverpeas.form.fieldType.FileField extends TextField implements Serializable

serialVersionUID: -6926466281028971482L

Serialized Fields

attachmentId

String attachmentId
The referenced attachment ids.

Class com.silverpeas.form.fieldType.GroupField extends AbstractField implements Serializable

serialVersionUID: 3278935449715773819L

Serialized Fields

groupId

String groupId
The referenced groupId.

Class com.silverpeas.form.fieldType.JdbcField extends TextField implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

Class com.silverpeas.form.fieldType.JdbcRefField extends AbstractField implements Serializable

serialVersionUID: -2738403979429471532L

Serialized Fields

value

String value

Class com.silverpeas.form.fieldType.LdapField extends TextField implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

Class com.silverpeas.form.fieldType.MultipleUserField extends AbstractField implements Serializable

serialVersionUID: 1412147782354556460L

Serialized Fields

userIds

String[] userIds
The referenced userId.

Class com.silverpeas.form.fieldType.PdcUserField extends AbstractField implements Serializable

serialVersionUID: -1365851085995310180L

Serialized Fields

userCardIds

String userCardIds
The referenced userCardIds.

Class com.silverpeas.form.fieldType.SequenceField extends TextField implements Serializable

serialVersionUID: -6526406111012877271L

Serialized Fields

value

String value

Class com.silverpeas.form.fieldType.TextField extends AbstractField implements Serializable

serialVersionUID: 983277921021971664L

Class com.silverpeas.form.fieldType.TextFieldImpl extends TextField implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

Class com.silverpeas.form.fieldType.UserField extends AbstractField implements Serializable

serialVersionUID: -861888647155176647L

Serialized Fields

userId

String userId
The referenced userId.


Package com.silverpeas.form.importExport

Class com.silverpeas.form.importExport.XMLField extends Object implements Serializable

serialVersionUID: -825307243077524947L

Serialized Fields

name

String name

value

String value

Package com.silverpeas.form.record

Class com.silverpeas.form.record.GenericDataRecord extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

externalId

String externalId

fields

Field[] fields

template

RecordTemplate template

language

String language

fieldsByName

Map<K,V> fieldsByName

Class com.silverpeas.form.record.GenericFieldTemplate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldName

String fieldName

fieldImpl

Class<T> fieldImpl

typeName

String typeName

displayerName

String displayerName

mandatory

boolean mandatory

readOnly

boolean readOnly

disabled

boolean disabled

hidden

boolean hidden

defaultLabel

String defaultLabel

labels

Map<K,V> labels

parameters

Map<K,V> parameters

labelsObj

List<E> labelsObj

parametersObj

List<E> parametersObj

searchable

boolean searchable

templateName

String templateName

usedAsFacet

boolean usedAsFacet

maximumNumberOfOccurrences

int maximumNumberOfOccurrences

Class com.silverpeas.form.record.GenericRecordSet extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

recordTemplate

IdentifiedRecordTemplate recordTemplate

Class com.silverpeas.form.record.GenericRecordTemplate extends Object implements Serializable

serialVersionUID: 5454875955919676819L

Serialized Fields

fields

Map<K,V> fields

fieldList

List<E> fieldList

templateName

String templateName

Class com.silverpeas.form.record.IdentifiedRecordTemplate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

externalId

String externalId

wrappedTemplate

RecordTemplate wrappedTemplate

templateName

String templateName

encrypted

boolean encrypted

Class com.silverpeas.form.record.Parameter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

parameterValuesObj

List<E> parameterValuesObj

Class com.silverpeas.form.record.ParameterValue extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lang

String lang

value

String value

Package com.silverpeas.jcrutil.security.impl

Class com.silverpeas.jcrutil.security.impl.DigestCredentials extends Object implements Serializable

Serialized Fields

username

String username

clientDigest

String clientDigest

nonce

String nonce

nc

String nc

cnonce

String cnonce

qop

String qop

realm

String realm

md5a2

String md5a2

Class com.silverpeas.jcrutil.security.impl.SilverpeasCredentials extends Object implements Serializable

serialVersionUID: 6060389867968541498L

Serialized Fields

userId

String userId

Class com.silverpeas.jcrutil.security.impl.SilverpeasSystemCredentials extends Object implements Serializable

serialVersionUID: -653693136458423645L


Package com.silverpeas.notification

Class com.silverpeas.notification.NotificationSource extends Object implements Serializable

serialVersionUID: -6121327382115619016L

Serialized Fields

componentId

String componentId

userId

String userId

Class com.silverpeas.notification.PublishingException extends RuntimeException implements Serializable

serialVersionUID: 3924837051827632226L

Class com.silverpeas.notification.SilverpeasNotification extends Object implements Serializable

serialVersionUID: -570734131630845982L

Serialized Fields

source

NotificationSource source

cause

SilverpeasNotificationCause cause

object

Serializable object

parameters

Map<K,V> parameters

Class com.silverpeas.notification.SubscriptionException extends RuntimeException implements Serializable

serialVersionUID: -2643000212677483215L


Package com.silverpeas.notification.delayed.model

Class com.silverpeas.notification.delayed.model.DelayedNotificationData extends Object implements Serializable

serialVersionUID: 3477090528448919931L

Serialized Fields

id

Long id

userId

Integer userId

fromUserId

Integer fromUserId

channel

Integer channel

action

Integer action

language

String language

creationDate

Date creationDate

message

String message

resource

NotificationResourceData resource

delayedNotificationUserSetting

DelayedNotificationUserSetting delayedNotificationUserSetting

sendImmediately

boolean sendImmediately

notificationData

NotificationData notificationData

notificationParameters

NotificationParameters notificationParameters

Class com.silverpeas.notification.delayed.model.DelayedNotificationUserSetting extends Object implements Serializable

serialVersionUID: 3477090528448919931L

Serialized Fields

id

Integer id

userId

Integer userId

channel

Integer channel

frequency

String frequency

delayedNotifications

List<E> delayedNotifications

Package com.silverpeas.personalization

Class com.silverpeas.personalization.UserPreferences extends Object implements Serializable

serialVersionUID: 9192830552642027995L

Serialized Fields

id

String id

language

String language

look

String look

collaborativeWorkSpaceId

String collaborativeWorkSpaceId

thesaurusStatus

int thesaurusStatus

dragAndDropStatus

int dragAndDropStatus

webdavEditionStatus

int webdavEditionStatus

menuDisplay

String menuDisplay

Package com.silverpeas.publicationTemplate

Class com.silverpeas.publicationTemplate.PublicationTemplateException extends SilverpeasException implements Serializable

serialVersionUID: 6950156686943300437L


Package com.silverpeas.scheduler

Class com.silverpeas.scheduler.SchedulerException extends Exception implements Serializable

serialVersionUID: 8770810910927989722L


Package com.silverpeas.scheduler.quartz

Class com.silverpeas.scheduler.quartz.QuartzSchedulerJob extends Object implements Serializable

serialVersionUID: 5310306615365508746L

Serialized Fields

job

Job job

trigger

JobTrigger trigger

listener

SchedulerEventListener listener

nextFireTime

long nextFireTime

Package com.silverpeas.socialnetwork

Class com.silverpeas.socialnetwork.SocialNetworkException extends SilverpeasException implements Serializable

serialVersionUID: 8552020923204390308L


Package com.silverpeas.socialnetwork.model

Class com.silverpeas.socialnetwork.model.AccountId extends Object implements Serializable

serialVersionUID: -9044047461214852788L

Serialized Fields

networkId

SocialNetworkID networkId

profileId

String profileId

Package com.silverpeas.socialnetwork.service

Class com.silverpeas.socialnetwork.service.SocialNetworkAuthorizationException extends SilverpeasException implements Serializable

serialVersionUID: -7964169729516682237L


Package com.silverpeas.thumbnail

Class com.silverpeas.thumbnail.ThumbnailException extends SilverpeasException implements Serializable

serialVersionUID: 1L

Class com.silverpeas.thumbnail.ThumbnailRuntimeException extends SilverpeasRuntimeException implements Serializable

serialVersionUID: 1L


Package com.silverpeas.thumbnail.model

Class com.silverpeas.thumbnail.model.ThumbnailDetail extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

objectId

int objectId

objectType

int objectType

instanceId

String instanceId

originalFileName

String originalFileName

cropFileName

String cropFileName

xStart

int xStart

yStart

int yStart

xLength

int xLength

yLength

int yLength

mimeType

String mimeType

Package com.silverpeas.util

Class com.silverpeas.util.ForeignPK extends WAPrimaryKey implements Serializable

serialVersionUID: 1551181996404764039L


Package com.silverpeas.util.clipboard

Class com.silverpeas.util.clipboard.ClipboardException extends SilverpeasException implements Serializable

serialVersionUID: 8029410339708408226L

Class com.silverpeas.util.clipboard.ClipboardSelection extends Object implements Serializable

serialVersionUID: 7296607705319157979L

Serialized Fields

supportedFlavorsList

ArrayList<E> supportedFlavorsList

selected

boolean selected

isCutted

boolean isCutted

Class com.silverpeas.util.clipboard.SilverpeasKeyData extends Object implements Serializable

serialVersionUID: 6975015837634530711L

Serialized Fields

m_CreationDate

Date m_CreationDate

m_KeyData

Properties m_KeyData

Class com.silverpeas.util.clipboard.SKDException extends ClipboardException implements Serializable

serialVersionUID: -3001137137162651068L


Package com.silverpeas.util.exception

Class com.silverpeas.util.exception.RelativeFileAccessException extends Exception implements Serializable


Package com.silverpeas.util.i18n

Class com.silverpeas.util.i18n.AbstractBean extends AbstractI18NBean implements Serializable

serialVersionUID: 3300278318449203747L

Class com.silverpeas.util.i18n.AbstractI18NBean extends Object implements Serializable

serialVersionUID: 756146888448232764L

Serialized Fields

name

String name

description

String description

language

String language

translationId

String translationId

translations

Map<K,V> translations

removeTranslation

boolean removeTranslation

Class com.silverpeas.util.i18n.Translation extends Object implements Serializable

serialVersionUID: -3879515108587719162L

Serialized Fields

id

int id

objectId

String objectId

language

String language

name

String name

description

String description

Package com.silverpeas.util.security

Class com.silverpeas.util.security.CipherKeyUpdateException extends CryptoException implements Serializable

serialVersionUID: -6970908432032192938L


Package com.silverpeas.util.web.servlet

Class com.silverpeas.util.web.servlet.AbstractRestServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -8272551004360184500L


Package com.silverpeas.wysiwyg.dynamicvalue.exception

Class com.silverpeas.wysiwyg.dynamicvalue.exception.PropertyNotFoundRuntimeException extends SilverpeasRuntimeException implements Serializable

serialVersionUID: 2871822387120559162L


Package com.silverpeas.wysiwyg.dynamicvalue.model

Class com.silverpeas.wysiwyg.dynamicvalue.model.DynamicValue extends Object implements Serializable

serialVersionUID: 1799321859007075096L

Serialized Fields

key

String key
key is used in HTML code as follows : "(%%)". This key is visible only in HTML editor.


value

String value
value relating to a key this value replace the key when user read the content


startDate

Date startDate
start date of key validity


enDate

Date enDate
end date of key validity


Package com.silverpeas.wysiwyg.dynamicvalue.pool

Class com.silverpeas.wysiwyg.dynamicvalue.pool.ConnectionPoolInformation extends Object implements Serializable

serialVersionUID: 4167870461229759855L

Serialized Fields

description

String description
Description


password

String password
Password


url

String url
Url name


user

String user
User name


driver

String driver
Driver class name


jndiName

String jndiName
JNDI name of the resource allowing the access to database


connectionType

String connectionType
type of connection (JNDI or JDBC)


maxActive

int maxActive
The maximum number of active connections that can be allocated from this pool at the same time, or non-positive for no limit.


maxIdle

int maxIdle
The maximum number of active connections that can remain idle in the pool, without extra ones being released, or negative for no limit.


timeBetweenEvictionRunsMillis

int timeBetweenEvictionRunsMillis
The number of milliseconds to sleep between runs of the idle-object evictor thread. When negative, no idle-object evictor thread will run. Use this parameter only when you want the evictor thread to run.


numTestsPerEvictionRun

int numTestsPerEvictionRun
The number of objects to examine during each run of the idle object evictor thread (if any)


minEvictableIdleTimeMillis

int minEvictableIdleTimeMillis
The minimum amount of time an object, if active, may sit idle in the pool before it is eligible for eviction by the idle-object evictor. If a negative value is supplied, no objects are evicted due to idle time alone.


maxWait

int maxWait
The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or -1 to wait indefinitely.

Class com.silverpeas.wysiwyg.dynamicvalue.pool.TechnicalException extends RuntimeException implements Serializable

serialVersionUID: 5200807636468739665L


Package com.stratelia.silverpeas.alertUser

Class com.stratelia.silverpeas.alertUser.AlertUserException extends SilverpeasException implements Serializable

serialVersionUID: 1243712558346677484L


Package com.stratelia.silverpeas.containerManager

Class com.stratelia.silverpeas.containerManager.ContainerManager extends Object implements Serializable

serialVersionUID: 3059920239753917851L

Serialized Fields

m_sLinksTable

String m_sLinksTable

Class com.stratelia.silverpeas.containerManager.ContainerManagerException extends SilverpeasException implements Serializable

serialVersionUID: -4426734498770573263L


Package com.stratelia.silverpeas.contentManager

Class com.stratelia.silverpeas.contentManager.ContentManager extends Object implements Serializable

serialVersionUID: 7069917496138130066L

Serialized Fields

m_sSilverContentTable

String m_sSilverContentTable

m_containerManager

ContainerManager m_containerManager

Class com.stratelia.silverpeas.contentManager.ContentManagerException extends SilverpeasException implements Serializable

serialVersionUID: 1L

Class com.stratelia.silverpeas.contentManager.GlobalSilverContent extends AbstractI18NBean<GlobalSilverContentI18N> implements Serializable

serialVersionUID: 1L

Serialized Fields

url

String url

location

String location

id

String id

instanceId

String instanceId

date

String date

creationDate

String creationDate

icon_url

String icon_url

thumbnailURL

String thumbnailURL

userId

String userId

creatorFirstName

String creatorFirstName

creatorLastName

String creatorLastName

sortableXMLFormFields

Map<K,V> sortableXMLFormFields
list of XML form fields used to sort results


spaceId

String spaceId

score

float score

type

String type

Class com.stratelia.silverpeas.contentManager.GlobalSilverContentI18N extends SilverContentI18N implements Serializable

serialVersionUID: 1L

Class com.stratelia.silverpeas.contentManager.SilverContent extends AbstractI18NBean<SilverContentI18N> implements Serializable

serialVersionUID: 1L

Serialized Fields

silverContentURL

String silverContentURL

Class com.stratelia.silverpeas.contentManager.SilverContentI18N extends Translation implements Serializable

serialVersionUID: 1L


Package com.stratelia.silverpeas.genericPanel

Class com.stratelia.silverpeas.genericPanel.GenericPanelException extends SilverpeasException implements Serializable

serialVersionUID: 6890775214009925039L


Package com.stratelia.silverpeas.notificationManager

Class com.stratelia.silverpeas.notificationManager.NotificationManagerException extends SilverpeasException implements Serializable

serialVersionUID: 5537557512687144809L

Class com.stratelia.silverpeas.notificationManager.NotificationMetaData extends Object implements Serializable

serialVersionUID: 6004274748540324759L

Serialized Fields

messageType

int messageType

date

Date date

sender

String sender

source

String source

link

String link

sessionId

String sessionId

userRecipients

Collection<E> userRecipients

userRecipientsToExclude

Collection<E> userRecipientsToExclude

groupRecipients

Collection<E> groupRecipients

externalRecipients

Collection<E> externalRecipients

componentId

String componentId

isAnswerAllowed

boolean isAnswerAllowed

fileName

String fileName

sendImmediately

boolean sendImmediately

action

NotifAction action

notificationResourceData

Map<K,V> notificationResourceData

titles

Map<K,V> titles

contents

Map<K,V> contents

linkLabels

Map<K,V> linkLabels

templates

Map<K,V> templates

templatesMessageFooter

Map<K,V> templatesMessageFooter

originalExtraMessage

String originalExtraMessage

displayReceiversInFooter

boolean displayReceiversInFooter

isManualUserOne

boolean isManualUserOne

notificationManager

NotificationManager notificationManager

Class com.stratelia.silverpeas.notificationManager.NotificationSender extends Object implements Serializable

serialVersionUID: 4165938893905145809L

Serialized Fields

notificationManager

NotificationManager notificationManager

instanceId

int instanceId

Package com.stratelia.silverpeas.notificationManager.model

Class com.stratelia.silverpeas.notificationManager.model.SentNotificationDetail extends Object implements Serializable

serialVersionUID: -4746255546630667116L

Serialized Fields

notifId

int notifId

userId

int userId

messageType

int messageType

notifDate

Date notifDate

title

String title

source

String source

link

String link

sessionId

String sessionId

componentId

String componentId

body

String body

users

List<E> users

Package com.stratelia.silverpeas.notificationserver

Class com.stratelia.silverpeas.notificationserver.NotificationData extends Object implements Serializable

serialVersionUID: -3772511721152323046L

Serialized Fields

mLoginUser

String mLoginUser

mLoginPassword

String mLoginPassword

mMessage

String mMessage

mNotificationId

long mNotificationId

mSenderId

String mSenderId

mSenderName

String mSenderName

mAnswerAllowed

boolean mAnswerAllowed

mComment

String mComment

mTargetChannel

String mTargetChannel

mTargetReceipt

String mTargetReceipt

mTargetName

String mTargetName

mTargetParam

Map<K,V> mTargetParam

mPrioritySpeed

String mPrioritySpeed

mReportToSenderStatus

String mReportToSenderStatus

mReportToSenderTargetChannel

String mReportToSenderTargetChannel

mReportToSenderTargetReceipt

String mReportToSenderTargetReceipt

mReportToSenderTargetParam

String mReportToSenderTargetParam

mReportToLogStatus

String mReportToLogStatus

Class com.stratelia.silverpeas.notificationserver.NotificationServerException extends SilverpeasException implements Serializable

serialVersionUID: 139645218705518410L


Package com.stratelia.silverpeas.selection

Class com.stratelia.silverpeas.selection.SelectionException extends SilverpeasException implements Serializable

serialVersionUID: 6354091413107342494L


Package com.stratelia.webactiv.beans.admin

Class com.stratelia.webactiv.beans.admin.AdminController extends Object implements Serializable

serialVersionUID: -1605341557688427460L

Serialized Fields

m_UserId

String m_UserId

Class com.stratelia.webactiv.beans.admin.AdminException extends SilverpeasException implements Serializable

serialVersionUID: 1L

Serialized Fields

m_bAlreadyPrinted

boolean m_bAlreadyPrinted

Class com.stratelia.webactiv.beans.admin.AdminGroupInst extends Object implements Serializable

serialVersionUID: -4321791324660707809L

Serialized Fields

m_Group

Group m_Group

m_alChildrenAdminGroupInst

ArrayList<E> m_alChildrenAdminGroupInst

Class com.stratelia.webactiv.beans.admin.AdminUserConnections extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_sUserId

String m_sUserId

m_sSessionId

String m_sSessionId

Class com.stratelia.webactiv.beans.admin.ComponentI18N extends Translation implements Serializable

serialVersionUID: 6602701543647924879L

Class com.stratelia.webactiv.beans.admin.ComponentInst extends AbstractI18NBean<ComponentI18N> implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

name

String name

domainFatherId

String domainFatherId

order

int order

createDate

Date createDate

updateDate

Date updateDate

removeDate

Date removeDate

status

String status

creatorUserId

String creatorUserId

creator

UserDetail creator

updaterUserId

String updaterUserId

updater

UserDetail updater

removerUserId

String removerUserId

remover

UserDetail remover

isPublic

boolean isPublic

isHidden

boolean isHidden

isInheritanceBlocked

boolean isInheritanceBlocked

profiles

List<E> profiles

parameters

List<E> parameters

Class com.stratelia.webactiv.beans.admin.ComponentInstLight extends AbstractI18NBean<ComponentI18N> implements Serializable

serialVersionUID: 4859368422448142768L

Serialized Fields

m_sId

String m_sId

m_sDomainFatherId

String m_sDomainFatherId

m_sName

String m_sName

createDate

Date createDate

updateDate

Date updateDate

removeDate

Date removeDate

status

String status

createdBy

int createdBy

updatedBy

int updatedBy

removedBy

int removedBy

orderNum

int orderNum

creatorName

String creatorName

updaterName

String updaterName

removerName

String removerName

path

List<E> path

isInheritanceBlocked

boolean isInheritanceBlocked

hidden

boolean hidden

publicApp

boolean publicApp

Class com.stratelia.webactiv.beans.admin.ComponentSelection extends ClipboardSelection implements Serializable

serialVersionUID: 4750709802063183409L

Serialized Fields

componentInst

ComponentInst componentInst

Class com.stratelia.webactiv.beans.admin.Domain extends Object implements Serializable

serialVersionUID: 7451639218436788229L

Serialized Fields

id

String id

name

String name

description

String description

driverClassName

String driverClassName

propFileName

String propFileName

authenticationServer

String authenticationServer

theTimeStamp

String theTimeStamp

silverpeasServerURL

String silverpeasServerURL

userDomainQuota

Quota userDomainQuota
This data is not used in equals and hashcode process as it is an extra information.

Class com.stratelia.webactiv.beans.admin.Group extends Object implements Serializable

serialVersionUID: 4430574302630237352L

Serialized Fields

id

String id

specificId

String specificId

domainId

String domainId

superGroupId

String superGroupId

name

String name

description

String description

rule

String rule

userIds

String[] userIds

nbUsers

int nbUsers

nbTotalUsers

int nbTotalUsers

Class com.stratelia.webactiv.beans.admin.GroupProfileInst extends Object implements Serializable

serialVersionUID: -9158575581807428715L

Serialized Fields

m_sId

String m_sId

m_sName

String m_sName

m_sGroupId

String m_sGroupId

m_alGroups

ArrayList<E> m_alGroups

m_alUsers

ArrayList<E> m_alUsers

Class com.stratelia.webactiv.beans.admin.GroupSynchronizationRule.Error extends RuntimeException implements Serializable

serialVersionUID: -3732193660967552614L

Class com.stratelia.webactiv.beans.admin.GroupSynchronizationRule.GroundRuleError extends GroupSynchronizationRule.Error implements Serializable

serialVersionUID: 4003102352897715610L

Serialized Fields

baseRulePart

String baseRulePart

Class com.stratelia.webactiv.beans.admin.OrganizationController extends Object implements Serializable

serialVersionUID: 3435241972671610107L

Class com.stratelia.webactiv.beans.admin.ProfileInst extends Object implements Serializable

serialVersionUID: 3092416162986110340L

Serialized Fields

m_sId

String m_sId

m_sName

String m_sName

m_sLabel

String m_sLabel

m_sDescription

String m_sDescription

m_sComponentFatherId

String m_sComponentFatherId

m_alGroups

ArrayList<E> m_alGroups

m_alUsers

ArrayList<E> m_alUsers

isInherited

boolean isInherited

objectId

int objectId

objectFatherId

int objectFatherId

objectType

String objectType

Class com.stratelia.webactiv.beans.admin.SpaceAndChildren extends Object implements Serializable

serialVersionUID: -733004604996095725L

Serialized Fields

space

SpaceInstLight space

subspaces

Vector<E> subspaces

components

Vector<E> components

Class com.stratelia.webactiv.beans.admin.SpaceI18N extends Translation implements Serializable

serialVersionUID: 7054435736300537280L

Class com.stratelia.webactiv.beans.admin.SpaceInst extends AbstractI18NBean<SpaceI18N> implements Serializable

serialVersionUID: 4695928610067045964L

Serialized Fields

id

String id

domainFatherId

String domainFatherId

creatorUserId

String creatorUserId

firstPageType

int firstPageType

firstPageExtraParam

String firstPageExtraParam

orderNum

int orderNum

createDate

Date createDate

updateDate

Date updateDate

removeDate

Date removeDate

status

String status

creator

UserDetail creator

updater

UserDetail updater

remover

UserDetail remover

updaterUserId

String updaterUserId

removerUserId

String removerUserId

inheritanceBlocked

boolean inheritanceBlocked

look

String look

components

ArrayList<E> components

spaceProfiles

ArrayList<E> spaceProfiles

subSpaceIds

String[] subSpaceIds

level

int level

displaySpaceFirst

boolean displaySpaceFirst

isPersonalSpace

boolean isPersonalSpace

componentSpaceQuota

Quota componentSpaceQuota
This data is not used in equals and hashcode process as it is an extra information.


componentSpaceQuotaReached

Quota componentSpaceQuotaReached

dataStorageQuota

Quota dataStorageQuota
This data is not used in equals and hashcode process as it is an extra information.


dataStorageQuotaReached

Quota dataStorageQuotaReached

Class com.stratelia.webactiv.beans.admin.SpaceInstLight extends AbstractI18NBean<SpaceI18N> implements Serializable

serialVersionUID: 8772050454345960478L

Serialized Fields

id

String id

orderNum

int orderNum

level

int level

fatherId

String fatherId

createDate

Date createDate

updateDate

Date updateDate

removeDate

Date removeDate

status

String status

createdBy

int createdBy

updatedBy

int updatedBy

removedBy

int removedBy

creatorName

String creatorName

updaterName

String updaterName

removerName

String removerName

look

String look

path

List<E> path

displaySpaceFirst

boolean displaySpaceFirst

isPersonalSpace

boolean isPersonalSpace

inheritanceBlocked

boolean inheritanceBlocked

Class com.stratelia.webactiv.beans.admin.SpaceProfileInst extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

name

String name

label

String label

description

String description

spaceFatherId

String spaceFatherId

groups

ArrayList<E> groups

users

ArrayList<E> users

isInherited

boolean isInherited

Class com.stratelia.webactiv.beans.admin.SpaceSelection extends ClipboardSelection implements Serializable

serialVersionUID: -1717229458481172945L

Serialized Fields

spaceInst

SpaceInst spaceInst

Class com.stratelia.webactiv.beans.admin.UserDetail extends Object implements Serializable

serialVersionUID: -109886153681824159L

Serialized Fields

id

String id

specificId

String specificId

domainId

String domainId

login

String login

firstName

String firstName

lastName

String lastName

eMail

String eMail

accessLevel

UserAccessLevel accessLevel

loginQuestion

String loginQuestion

loginAnswer

String loginAnswer

creationDate

Date creationDate

saveDate

Date saveDate

version

int version

tosAcceptanceDate

Date tosAcceptanceDate

lastLoginDate

Date lastLoginDate

nbSuccessfulLoginAttempts

int nbSuccessfulLoginAttempts

lastLoginCredentialUpdateDate

Date lastLoginCredentialUpdateDate

expirationDate

Date expirationDate

state

UserState state

stateSaveDate

Date stateSaveDate

notifManualReceiverLimit

Integer notifManualReceiverLimit

Class com.stratelia.webactiv.beans.admin.UserFull extends UserDetail implements Serializable

serialVersionUID: 1L

Serialized Fields

m_hInfos

HashMap<K,V> m_hInfos

m_pDomainDriver

DomainDriver m_pDomainDriver

m_password

String m_password

m_isPasswordValid

boolean m_isPasswordValid

m_isPasswordAvailable

boolean m_isPasswordAvailable

Package com.stratelia.webactiv.organization

Class com.stratelia.webactiv.organization.AdminPersistenceException extends AdminException implements Serializable

Class com.stratelia.webactiv.organization.UserFavoriteSpaceBean extends SilverpeasBean implements Serializable

serialVersionUID: 8352658910643666026L

Serialized Fields

userId

int userId
User identifier


spaceId

int spaceId
Space identifier

Class com.stratelia.webactiv.organization.UserFavoriteSpaceVO extends Object implements Serializable

serialVersionUID: 988654463271541068L

Serialized Fields

userId

int userId
User identifier


spaceId

int spaceId
Space identifier


Package com.stratelia.webactiv.persistence

Class com.stratelia.webactiv.persistence.IdPK extends WAPrimaryKey implements Serializable

serialVersionUID: -5451371913200985128L

Class com.stratelia.webactiv.persistence.PersistenceException extends SilverpeasException implements Serializable

serialVersionUID: -3169410580528156650L

Class com.stratelia.webactiv.persistence.SilverpeasBean extends Object implements Serializable

serialVersionUID: -7843189803570333207L

Serialized Fields

pk

WAPrimaryKey pk

Package com.stratelia.webactiv.util

Class com.stratelia.webactiv.util.ResourceLocator extends Object implements Serializable

serialVersionUID: -2389291572691404932L

Serialized Fields

propertyFile

String propertyFile

propertyLocale

Locale propertyLocale

defaultResource

ResourceLocator defaultResource

Class com.stratelia.webactiv.util.WAPrimaryKey extends Object implements Serializable

serialVersionUID: -2456912022917180222L

Serialized Fields

id

String id
The row id in the table defined by getTableName()

Since:
1.0
See Also:
WAPrimaryKey.getTableName()

space

String space
The space where is implemented the entity

Since:
1.0

componentName

String componentName
The component name in the space

Since:
1.0

Class com.stratelia.webactiv.util.XMLConfigurationException extends Exception implements Serializable

serialVersionUID: -7508137322565599580L

Serialized Fields

m_Code

int m_Code

Package com.stratelia.webactiv.util.exception

Class com.stratelia.webactiv.util.exception.SilverpeasException extends Exception implements Serializable

serialVersionUID: -981770983716177578L

Serialized Fields

errorLevel

int errorLevel

nested

Exception nested

extraParams

String extraParams

callingClass

String callingClass

Class com.stratelia.webactiv.util.exception.SilverpeasRuntimeException extends RuntimeException implements Serializable

Serialized Fields

errorLevel

int errorLevel

nested

Throwable nested

extraParams

String extraParams

callingClass

String callingClass

Class com.stratelia.webactiv.util.exception.SilverpeasTrappedException extends SilverpeasException implements Serializable

Serialized Fields

gobackPage

String gobackPage

Class com.stratelia.webactiv.util.exception.UtilException extends SilverpeasRuntimeException implements Serializable

serialVersionUID: 2723478088296885119L

Class com.stratelia.webactiv.util.exception.UtilTrappedException extends SilverpeasTrappedException implements Serializable

serialVersionUID: 1L


Package org.apache.commons.fileupload.disk

Class org.apache.commons.fileupload.disk.DiskFileItem extends Object implements Serializable

serialVersionUID: 2237570099615271025L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

fieldName

String fieldName

contentType

String contentType

isFormField

boolean isFormField

fileName

String fileName

size

long size

sizeThreshold

int sizeThreshold

repository

File repository

cachedContent

byte[] cachedContent

dfosFile

File dfosFile

headers

org.apache.commons.fileupload.FileItemHeaders headers

Package org.silverpeas.admin.component.exception

Class org.silverpeas.admin.component.exception.ComponentFileFilterException extends RuntimeException implements Serializable

Serialized Fields

fromComponentFileFilter

ComponentFileFilterParameter fromComponentFileFilter

forbiddenFileName

String forbiddenFileName

language

String language

Package org.silverpeas.admin.domain.exception

Class org.silverpeas.admin.domain.exception.DomainAuthenticationPropertiesAlreadyExistsException extends DomainConflictException implements Serializable

serialVersionUID: -1196587632333002256L

Class org.silverpeas.admin.domain.exception.DomainConflictException extends SilverpeasException implements Serializable

serialVersionUID: 4613229711734532042L

Class org.silverpeas.admin.domain.exception.DomainCreationException extends SilverpeasException implements Serializable

serialVersionUID: 4613229711734532042L

Class org.silverpeas.admin.domain.exception.DomainDeletionException extends SilverpeasException implements Serializable

serialVersionUID: 4613229711734532042L

Class org.silverpeas.admin.domain.exception.DomainPropertiesAlreadyExistsException extends DomainConflictException implements Serializable

serialVersionUID: -1196587632333002256L

Class org.silverpeas.admin.domain.exception.NameAlreadyExistsInDatabaseException extends DomainConflictException implements Serializable

serialVersionUID: -1196587632333002256L

Class org.silverpeas.admin.domain.exception.SQLDomainDAOException extends SilverpeasException implements Serializable

serialVersionUID: 4613229711734532042L


Package org.silverpeas.admin.space.quota.process.check.exception

Class org.silverpeas.admin.space.quota.process.check.exception.DataStorageQuotaException extends RuntimeException implements Serializable

serialVersionUID: 1663450786546676632L

Serialized Fields

quota

Quota quota

space

SpaceInst space

fromComponent

ComponentInstLight fromComponent

language

String language

Package org.silverpeas.attachment

Class org.silverpeas.attachment.AttachmentException extends SilverpeasRuntimeException implements Serializable


Package org.silverpeas.attachment.model

Class org.silverpeas.attachment.model.HistorisedDocument extends SimpleDocument implements Serializable

serialVersionUID: -5850838926035340609L

Serialized Fields

history

List<E> history

functionalHistory

List<E> functionalHistory

Class org.silverpeas.attachment.model.HistorisedDocumentVersion extends HistorisedDocument implements Serializable

serialVersionUID: -3077658530477641631L

Class org.silverpeas.attachment.model.SimpleAttachment extends Object implements Serializable

serialVersionUID: -6153003608158238503L

Serialized Fields

filename

String filename

language

String language

title

String title

description

String description

size

long size

contentType

String contentType

createdBy

String createdBy

created

Date created

updatedBy

String updatedBy

updated

Date updated

xmlFormId

String xmlFormId

Class org.silverpeas.attachment.model.SimpleDocument extends Object implements Serializable

serialVersionUID: 8778738762037114180L

Serialized Fields

repositoryPath

String repositoryPath

versionMaster

SimpleDocument versionMaster

versionIndex

int versionIndex

pk

SimpleDocumentPK pk

foreignId

String foreignId

order

int order

versioned

boolean versioned

webdavContentEditionLanguage

String webdavContentEditionLanguage

webdavContentEditionSize

long webdavContentEditionSize

editedBy

String editedBy

reservation

Date reservation

alert

Date alert

expiry

Date expiry

status

String status

cloneId

String cloneId

minorVersion

int minorVersion

majorVersion

int majorVersion

publicDocument

boolean publicDocument

nodeName

String nodeName

comment

String comment

documentType

DocumentType documentType

forbiddenDownloadForRoles

Set<E> forbiddenDownloadForRoles

attachment

SimpleAttachment attachment

Class org.silverpeas.attachment.model.SimpleDocumentPK extends WAPrimaryKey implements Serializable

serialVersionUID: 5609285040251527744L

Serialized Fields

oldSilverpeasId

long oldSilverpeasId

Class org.silverpeas.attachment.model.SimpleDocumentVersion extends SimpleDocument implements Serializable

serialVersionUID: 6383649345169447613L

Serialized Fields

previousVersion

SimpleDocumentVersion previousVersion

realVersionPk

SimpleDocumentPK realVersionPk

realVersionForeignId

String realVersionForeignId

Package org.silverpeas.attachment.notification

Class org.silverpeas.attachment.notification.AttachmentDeletionNotification extends SilverpeasNotification implements Serializable

serialVersionUID: 3354035649186264026L

Class org.silverpeas.attachment.notification.AttachmentRef extends Object implements Serializable

serialVersionUID: -3675788384425272201L

Serialized Fields

id

String id

instanceId

String instanceId

foreignId

String foreignId

oldSilverpeasId

long oldSilverpeasId

name

String name

versioned

boolean versioned

Package org.silverpeas.attachment.repository

Class org.silverpeas.attachment.repository.HistoryDocumentSorter extends Object implements Serializable

serialVersionUID: 4263157996954433938L


Package org.silverpeas.attachment.util

Class org.silverpeas.attachment.util.SimpleDocumentList extends ArrayList<SIMPLE_DOCUMENT extends SimpleDocument> implements Serializable

serialVersionUID: 4986827710138035170L

Serialized Fields

queryLanguage

String queryLanguage

Package org.silverpeas.authentication.exception

Class org.silverpeas.authentication.exception.AuthenticationBadCredentialException extends AuthenticationException implements Serializable

serialVersionUID: -6224596419804291843L

Class org.silverpeas.authentication.exception.AuthenticationException extends SilverpeasException implements Serializable

serialVersionUID: 8552020923204390308L

Class org.silverpeas.authentication.exception.AuthenticationHostException extends AuthenticationException implements Serializable

serialVersionUID: 3318090264755986318L

Class org.silverpeas.authentication.exception.AuthenticationNoMoreUserConnectionAttemptException extends AuthenticationException implements Serializable

Class org.silverpeas.authentication.exception.AuthenticationPasswordAboutToExpireException extends AuthenticationException implements Serializable

serialVersionUID: -6944881509553671169L

Class org.silverpeas.authentication.exception.AuthenticationPasswordExpired extends AuthenticationException implements Serializable

Class org.silverpeas.authentication.exception.AuthenticationPasswordMustBeChangedAtNextLogon extends AuthenticationException implements Serializable

Class org.silverpeas.authentication.exception.AuthenticationPasswordMustBeChangedOnFirstLogin extends AuthenticationException implements Serializable

Class org.silverpeas.authentication.exception.AuthenticationPwdChangeNotAvailException extends AuthenticationException implements Serializable

serialVersionUID: -5828893849246684442L

Class org.silverpeas.authentication.exception.AuthenticationPwdNotAvailException extends AuthenticationException implements Serializable

serialVersionUID: 3338040913682812355L

Class org.silverpeas.authentication.exception.AuthenticationUserAccountBlockedException extends AuthenticationException implements Serializable

Class org.silverpeas.authentication.exception.AuthenticationUserAccountDeactivatedException extends AuthenticationException implements Serializable

Class org.silverpeas.authentication.exception.AuthenticationUserMustAcceptTermsOfService extends AuthenticationException implements Serializable

serialVersionUID: 9019312668487778347L


Package org.silverpeas.authentication.password

Class org.silverpeas.authentication.password.ForgottenPasswordException extends SilverpeasException implements Serializable

serialVersionUID: -2521215893839712639L


Package org.silverpeas.contribution

Package org.silverpeas.contribution.model

Class org.silverpeas.contribution.model.ContributionValidation extends Object implements Serializable

serialVersionUID: 6313266204966304781L

Serialized Fields

status

String status

validationDate

Date validationDate

validationComment

String validationComment

validationBy

String validationBy

validator

UserDetail validator

Package org.silverpeas.core.admin

Package org.silverpeas.date

Class org.silverpeas.date.DayPeriod extends Period implements Serializable

serialVersionUID: -1314497696430369732L

Class org.silverpeas.date.MonthPeriod extends Period implements Serializable

serialVersionUID: -5843295325738832547L

Class org.silverpeas.date.Period extends Object implements Serializable

serialVersionUID: 6378275537498456869L

Serialized Fields

periodType

PeriodType periodType

beginDatable

DateTime beginDatable

endDatable

DateTime endDatable

Class org.silverpeas.date.WeekPeriod extends Period implements Serializable

serialVersionUID: -7309818467821642640L

Class org.silverpeas.date.YearPeriod extends Period implements Serializable

serialVersionUID: 2619196735517207878L


Package org.silverpeas.dateReminder.exception

Class org.silverpeas.dateReminder.exception.DateReminderException extends Exception implements Serializable

serialVersionUID: 815728200596150161L

Class org.silverpeas.dateReminder.exception.DateReminderValidationException extends DateReminderException implements Serializable

serialVersionUID: -6824029730156116372L


Package org.silverpeas.dateReminder.persistent

Class org.silverpeas.dateReminder.persistent.PersistentResourceDateReminder extends AbstractJpaEntity<PersistentResourceDateReminder,UuidIdentifier> implements Serializable

serialVersionUID: 5956074363457906409L

Serialized Fields

resourceType

String resourceType

resourceId

String resourceId

dateReminder

Date dateReminder

message

String message

processStatus

int processStatus

Package org.silverpeas.exec

Class org.silverpeas.exec.ExternalExecutionException extends SilverpeasRuntimeException implements Serializable

serialVersionUID: 5204285099061189996L


Package org.silverpeas.file

Class org.silverpeas.file.SilverpeasFile extends File implements Serializable

serialVersionUID: -7236431331553364723L

Serialized Fields

instanceId

String instanceId

mimeType

String mimeType

instancePath

String instancePath
Path to instance identified by instanceId used for security purpose


Package org.silverpeas.image

Class org.silverpeas.image.ImageToolException extends SilverpeasRuntimeException implements Serializable

serialVersionUID: -1010169458973310498L


Package org.silverpeas.importExport.attachment

Class org.silverpeas.importExport.attachment.AttachmentDetail extends AbstractBean implements Serializable

serialVersionUID: 5441809463555598057L

Serialized Fields

pk

AttachmentPK pk

physicalName

String physicalName

type

String type

creationDate

Date creationDate

size

long size

context

String context

foreignKey

WAPrimaryKey foreignKey

author

String author

title

String title

info

String info

orderNum

int orderNum

instanceId

String instanceId

workerId

String workerId

cloneId

String cloneId

importUpdateRule

String importUpdateRule

removeAfterImport

boolean removeAfterImport

originalPath

String originalPath

reservationDate

Date reservationDate

alertDate

Date alertDate

expiryDate

Date expiryDate

xmlForm

String xmlForm

xmlModelContentType

XMLModelContentType xmlModelContentType

Class org.silverpeas.importExport.attachment.AttachmentPK extends WAPrimaryKey implements Serializable


Package org.silverpeas.importExport.versioning

Class org.silverpeas.importExport.versioning.Document extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

pk

DocumentPK pk

foreignKey

WAPrimaryKey foreignKey

name

String name

description

String description

status

int status

ownerId

int ownerId

lastCheckOutDate

Date lastCheckOutDate

additionalInfo

String additionalInfo

instanceId

String instanceId

typeWorkList

int typeWorkList

currentWorkListOrder

int currentWorkListOrder

orderNumber

int orderNumber

alertDate

Date alertDate

expiryDate

Date expiryDate

versionsType

VersionsType versionsType

Class org.silverpeas.importExport.versioning.DocumentPK extends WAPrimaryKey implements Serializable

serialVersionUID: -93533696421871014L

Class org.silverpeas.importExport.versioning.DocumentVersion extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

pk

DocumentVersionPK pk

documentPK

DocumentPK documentPK

majorNumber

int majorNumber

minorNumber

int minorNumber

authorId

int authorId

creationDate

Date creationDate

comments

String comments

type

int type

status

int status

physicalName

String physicalName

logicalName

String logicalName

mimeType

String mimeType

size

long size

instanceId

String instanceId

xmlForm

String xmlForm

creatorName

String creatorName

xmlModelContentType

XMLModelContentType xmlModelContentType

removeAfterImport

boolean removeAfterImport

originalPath

String originalPath

Class org.silverpeas.importExport.versioning.DocumentVersionPK extends WAPrimaryKey implements Serializable

serialVersionUID: -2771550937468713859L


Package org.silverpeas.jdbc

Class org.silverpeas.jdbc.JdbcSqlQueries extends ArrayList<JdbcSqlQuery> implements Serializable


Package org.silverpeas.mail

Class org.silverpeas.mail.ReceiverMailAddressSet extends LinkedHashSet<MailAddress> implements Serializable

serialVersionUID: 6660986678159523787L

Serialized Fields

recipientType

ReceiverMailAddressSet.MailRecipientType recipientType

receiversBatchSizeForOneSend

int receiversBatchSizeForOneSend

Package org.silverpeas.media.video

Class org.silverpeas.media.video.VideoThumbnailExtractorException extends SilverpeasRuntimeException implements Serializable

serialVersionUID: -1010169458973310498L


Package org.silverpeas.notification.jsondiff

Class org.silverpeas.notification.jsondiff.JsonPatch extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

operations

Map<K,V> operations

Class org.silverpeas.notification.jsondiff.Operation extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

op

Op op

path

String path

value

String value

Package org.silverpeas.permalinks.model

Class org.silverpeas.permalinks.model.DocumentPermalink extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

uuid

String uuid

Class org.silverpeas.permalinks.model.VersionPermalink extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

uuid

String uuid

Package org.silverpeas.persistence.model

Class org.silverpeas.persistence.model.AbstractEntity extends Object implements Serializable

Serialized Fields

createdByUser

UserDetail createdByUser

lastUpdatedByUser

UserDetail lastUpdatedByUser

Package org.silverpeas.persistence.model.identifier

Class org.silverpeas.persistence.model.identifier.UniqueLongIdentifier extends Object implements Serializable

serialVersionUID: 8570844400186460258L

Serialized Fields

id

Long id

Class org.silverpeas.persistence.model.identifier.UuidIdentifier extends Object implements Serializable

serialVersionUID: -5065891079478751580L

Serialized Fields

id

String id

Package org.silverpeas.persistence.model.jpa

Class org.silverpeas.persistence.model.jpa.AbstractJpaEntity extends AbstractEntity<ENTITY extends Entity<ENTITY,IDENTIFIER_TYPE>,IDENTIFIER_TYPE extends EntityIdentifier> implements Serializable

serialVersionUID: 5862667014447543891L

Serialized Fields

tableName

String tableName

entityIdentifierClass

Class<T> entityIdentifierClass

id

EntityIdentifier id

createdBy

String createdBy

createDate

Date createDate

lastUpdatedBy

String lastUpdatedBy

lastUpdateDate

Date lastUpdateDate

version

Long version

Class org.silverpeas.persistence.model.jpa.AbstractPeriodDateAsLongJpaEntity extends AbstractJpaEntity<ENTITY extends Entity<ENTITY,IDENTIFIER_TYPE>,IDENTIFIER_TYPE extends EntityIdentifier> implements Serializable

Serialized Fields

beginDate

Long beginDate

endDate

Long endDate

period

Period period

Package org.silverpeas.process.io.file.exception

Class org.silverpeas.process.io.file.exception.FileHandlerException extends SilverpeasRuntimeException implements Serializable

serialVersionUID: -8045719034533266438L


Package org.silverpeas.quota.exception

Class org.silverpeas.quota.exception.QuotaException extends SilverpeasException implements Serializable

serialVersionUID: -822107677650523574L

Serialized Fields

quota

Quota quota

Class org.silverpeas.quota.exception.QuotaFullException extends QuotaException implements Serializable

serialVersionUID: 5239722256092865697L

Class org.silverpeas.quota.exception.QuotaNotEnoughException extends QuotaException implements Serializable

serialVersionUID: 5239722256092865697L

Class org.silverpeas.quota.exception.QuotaOutOfBoundsException extends QuotaException implements Serializable

serialVersionUID: 5239722256092865697L

Class org.silverpeas.quota.exception.QuotaRuntimeException extends SilverpeasRuntimeException implements Serializable

serialVersionUID: -1317096817496411225L


Package org.silverpeas.quota.model

Class org.silverpeas.quota.model.Quota extends Object implements Serializable

serialVersionUID: 6564633879921455848L

Serialized Fields

id

Long id

type

String type

resourceId

String resourceId

minCount

long minCount

maxCount

long maxCount

count

long count

saveDate

Date saveDate

Package org.silverpeas.rating

Class org.silverpeas.rating.ContributionRating extends Object implements Serializable

serialVersionUID: 5611801738147739307L

Serialized Fields

pk

ContributionRatingPK pk

ratingAverage

float ratingAverage

raterRatings

Map<K,V> raterRatings

Class org.silverpeas.rating.ContributionRatingPK extends ForeignPK implements Serializable

serialVersionUID: -4144961919465268637L

Serialized Fields

contributionType

String contributionType

Class org.silverpeas.rating.RaterRatingPK extends ContributionRatingPK implements Serializable

serialVersionUID: -7143887879838137369L

Serialized Fields

rater

UserDetail rater

Package org.silverpeas.search.indexEngine.model

Class org.silverpeas.search.indexEngine.model.ExternalComponent extends Object implements Serializable

serialVersionUID: 7721088829719133520L

Serialized Fields

server

String server
The whole parts of an ExternalComponent are private and fixed at construction time.


component

String component

dataPath

String dataPath

url

String url

Class org.silverpeas.search.indexEngine.model.FieldDescription extends Object implements Serializable

serialVersionUID: -475049855423827178L

Serialized Fields

content

String content
All the attributes are private and final.


lang

String lang

fieldName

String fieldName

stored

boolean stored

Class org.silverpeas.search.indexEngine.model.FileDescription extends Object implements Serializable

serialVersionUID: 6095740867318623417L

Serialized Fields

path

String path
All the attributes are private and final.


encoding

String encoding

format

String format

lang

String lang

Class org.silverpeas.search.indexEngine.model.FilenameComparator extends Object implements Serializable

Class org.silverpeas.search.indexEngine.model.FullIndexEntry extends IndexEntry implements Serializable

serialVersionUID: -4955524385769457730L

Serialized Fields

textList

List<E> textList
All the added texts and files are collected in two lists to be later retrieved by the index engine. textList is a list of String. fileList is a list of FileDescription.


fileList

List<E> fileList

linkedFileList

List<E> linkedFileList

fields

List<E> fields

linkedFileIdsList

Set<E> linkedFileIdsList

Class org.silverpeas.search.indexEngine.model.IndexEntry extends Object implements Serializable

serialVersionUID: -4817004188601716658L

Serialized Fields

pk

IndexEntryPK pk

lang

String lang
The IndexEntry attributes are null by default. The title should been set in order to display the entry to the user when the document match his query. The index engine may set with a default value any of this attributes if null.


creationDate

String creationDate

creationUser

String creationUser

lastModificationDate

String lastModificationDate

lastModificationUser

String lastModificationUser

startDate

String startDate

endDate

String endDate

indexId

boolean indexId

thumbnail

String thumbnail

thumbnailMimeType

String thumbnailMimeType

thumbnailDirectory

String thumbnailDirectory

titles

Map<K,V> titles

previews

Map<K,V> previews

keywordsI18N

Map<K,V> keywordsI18N

serverName

String serverName

filename

String filename

paths

List<E> paths

alias

boolean alias

Class org.silverpeas.search.indexEngine.model.IndexEntryPK extends Object implements Serializable

serialVersionUID: 339617003068469338L

Serialized Fields

component

String component
The four parts of an IndexEntryPK are private and fixed at construction time.


objectType

String objectType

objectId

String objectId

Class org.silverpeas.search.indexEngine.model.JcrContent extends FileDescription implements Serializable

serialVersionUID: -3057613487489086598L

Class org.silverpeas.search.indexEngine.model.SpaceComponentPair extends Object implements Serializable

serialVersionUID: 7721088829719133520L

Serialized Fields

space

String space
The two parts of an SpaceComponentName are private and fixed at construction time.


component

String component

Class org.silverpeas.search.indexEngine.model.TextDescription extends Object implements Serializable

serialVersionUID: -6937724257200011564L

Serialized Fields

content

String content
All the attributes are private and final.


lang

String lang

Class org.silverpeas.search.indexEngine.model.XMLFieldDescription extends TextDescription implements Serializable

serialVersionUID: 274226461331759503L

Serialized Fields

fieldName

String fieldName
All the attributes are private and final.


Package org.silverpeas.search.searchEngine.model

Class org.silverpeas.search.searchEngine.model.MatchingIndexEntry extends IndexEntry implements Serializable

serialVersionUID: 5931254295396221458L

Serialized Fields

embeddedFileIds

List<E> embeddedFileIds
List of all linked attachment in wysiwyg content


sortableXMLFormFields

Map<K,V> sortableXMLFormFields
list of XML form fields used to sort results


xmlFormFieldsForFacet

Map<K,V> xmlFormFieldsForFacet

score

float score
The score defaults to 0 as if the entry wasn't a matching entry.

Class org.silverpeas.search.searchEngine.model.ParseException extends SearchEngineException implements Serializable

serialVersionUID: 8010106221494935623L

Class org.silverpeas.search.searchEngine.model.QueryDescription extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

spaceComponentPairSet

Set<E> spaceComponentPairSet
The searched components' instance is built empty. To be searched any space or component must be explicitly added with the addSpaceComponent() method. This Set is a set of SpaceComponentPair.


query

String query
The query defaults to the empty query. This is an error to set the query to null : a query is needed to perform the search.


searchingUser

String searchingUser
The searchingUser defaults to the empty query. This is an error to set the user to null : a search is done for a given user.


requestedLang

String requestedLang
The others criteria default to null. When the requestedAuthor is null, documents of any author are returned (even if the author is unknown). When the requested Date range is null, all documents are returned even if the creation dates are unknown.


requestedAuthor

String requestedAuthor

requestedCreatedBefore

String requestedCreatedBefore

requestedCreatedAfter

String requestedCreatedAfter

requestedUpdatedBefore

String requestedUpdatedBefore

requestedUpdatedAfter

String requestedUpdatedAfter

xmlQuery

Map<K,V> xmlQuery

xmlTitle

String xmlTitle

multiFieldQuery

List<E> multiFieldQuery

searchBySpace

boolean searchBySpace

searchByComponentType

boolean searchByComponentType

requestedFolder

String requestedFolder

extComponents

Set<E> extComponents
The external searched components are build empty. This is a set of ExternalComponent

Class org.silverpeas.search.searchEngine.model.ScoreComparator extends Object implements Serializable

serialVersionUID: -7673177477909749945L

Class org.silverpeas.search.searchEngine.model.SearchEngineException extends SilverpeasException implements Serializable

serialVersionUID: 5535107407790086662L


Package org.silverpeas.token

Package org.silverpeas.token.exception

Class org.silverpeas.token.exception.TokenException extends Exception implements Serializable

serialVersionUID: 815728200596150161L

Class org.silverpeas.token.exception.TokenGenerationException extends TokenRuntimeException implements Serializable

serialVersionUID: 413251840536708352L

Class org.silverpeas.token.exception.TokenRuntimeException extends RuntimeException implements Serializable

serialVersionUID: -2707813079770996304L

Class org.silverpeas.token.exception.TokenValidationException extends TokenException implements Serializable

serialVersionUID: -6824029730156116372L


Package org.silverpeas.token.persistent

Class org.silverpeas.token.persistent.PersistentResourceToken extends Object implements Serializable

serialVersionUID: 5956074363457906409L

Serialized Fields

id

Long id

resourceType

String resourceType

resourceId

String resourceId

value

String value

saveCount

int saveCount

saveDate

Date saveDate

Package org.silverpeas.token.synchronizer

Class org.silverpeas.token.synchronizer.SynchronizerToken extends Object implements Serializable

serialVersionUID: -405005953769110441L

Serialized Fields

value

String value

parameters

List<E> parameters

Package org.silverpeas.util

Class org.silverpeas.util.ListSlice extends ArrayList<T> implements Serializable

Serialized Fields

start

int start

end

int end

maxsize

int maxsize

Class org.silverpeas.util.UuidPk extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

uuid

String uuid

Package org.silverpeas.util.crypto

Class org.silverpeas.util.crypto.BlowfishKey extends Object implements Serializable

serialVersionUID: 5363796000217868136L

Serialized Fields

key

Key key

Class org.silverpeas.util.crypto.CryptoException extends Exception implements Serializable

serialVersionUID: -390725088083708882L


Package org.silverpeas.util.mail

Class org.silverpeas.util.mail.ExtractorException extends SilverpeasException implements Serializable

serialVersionUID: 9169416970570371214L


Package org.silverpeas.viewer

Class org.silverpeas.viewer.AbstractPreview extends Object implements Serializable

serialVersionUID: 3597757215012779572L

Serialized Fields

originalFileName

String originalFileName

physicalFile

File physicalFile

widthAndHeight

String[] widthAndHeight

Class org.silverpeas.viewer.AbstractView extends AbstractPreview implements Serializable

serialVersionUID: 7925552492746846823L

Serialized Fields

nbPages

int nbPages

documentSplit

boolean documentSplit

searchDataComputed

boolean searchDataComputed

Class org.silverpeas.viewer.TemporaryPreview extends AbstractPreview implements Serializable

serialVersionUID: -8976465787358834699L


Package org.silverpeas.viewer.exception

Class org.silverpeas.viewer.exception.ViewerException extends SilverpeasRuntimeException implements Serializable

serialVersionUID: 2259738068129938704L


Package org.silverpeas.viewer.flexpaper

Class org.silverpeas.viewer.flexpaper.TemporaryFlexPaperView extends AbstractView implements Serializable

serialVersionUID: 2467847236159432664L

Serialized Fields

width

int width

height

int height

Package org.silverpeas.wysiwyg

Class org.silverpeas.wysiwyg.WysiwygException extends SilverpeasException implements Serializable

serialVersionUID: -2342836745839231341L



Copyright © 2016 Silverpeas. All Rights Reserved.