|
|
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.torweg.pulse.accesscontrol |
|---|
| Class org.torweg.pulse.accesscontrol.AbstractAccessControlObject extends AbstractNamableEntity implements Serializable |
|---|
serialVersionUID: 8971330317680818769L
| Class org.torweg.pulse.accesscontrol.AbstractUserBase extends AbstractAccessControlObject implements Serializable |
|---|
serialVersionUID: -7020963404983358073L
| Serialized Fields |
|---|
java.util.Set<E> commandMatchers
| Class org.torweg.pulse.accesscontrol.ChangeEmailRequest extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 7813613274571592466L
| Serialized Fields |
|---|
java.util.Date creationTime
Date indicating the creation time of the
User.
java.lang.String token
ChangeEmailRequest.
java.lang.String email
User.
User user
User the ChangeEmailRequest is for.
| Class org.torweg.pulse.accesscontrol.ChangePasswordRequest extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 3989675910022009909L
| Serialized Fields |
|---|
java.util.Date creationTime
Date indicating the creation time of the
User.
User user
User the ChangeEmailRequest is for.
java.lang.String token
ChangeEmailRequest.
| Class org.torweg.pulse.accesscontrol.CommandMatcher extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 1442596545304151984L
| Serialized Fields |
|---|
java.util.Locale locale
Locale of the CommandMatcher.
Bundle bundle
Bundle of the CommandMatcher.
java.lang.String action
CommandMatcher.
java.lang.Long sitemapNodeId
CommandMatcher's SitemapNode id.
java.util.Map<K,V> parameters
Parameters associated with the CommandMatcher.
Permission permission
Permission needed to execute a matching Command.
| Class org.torweg.pulse.accesscontrol.Group extends AbstractAccessControlObject implements Serializable |
|---|
serialVersionUID: -6429942011690281961L
| Serialized Fields |
|---|
java.lang.String description
Group.
java.util.Set<E> permissions
Permissions associated with the Group.
| Class org.torweg.pulse.accesscontrol.Permission extends AbstractAccessControlObject implements Serializable |
|---|
serialVersionUID: 7102043673242121392L
| Serialized Fields |
|---|
java.lang.String description
Permission.
java.util.Set<E> commandMatchers
CommandMatchers associated with the Permission.
| Class org.torweg.pulse.accesscontrol.PreliminaryUser extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 5421899255598191943L
| Serialized Fields |
|---|
java.lang.String name
PreliminaryUser.
java.lang.String email
PreliminaryUser.
java.lang.String password
PreliminaryUser.
java.util.Date creationTime
Date indicating the creation time of the
PreliminaryUser.
java.lang.String token
User from the
PreliminaryUser.
java.util.Locale signUpLocale
| Class org.torweg.pulse.accesscontrol.Role extends AbstractAccessControlObject implements Serializable |
|---|
serialVersionUID: -421772203780732175L
| Serialized Fields |
|---|
java.lang.String description
Role.
java.util.Set<E> groups
Groups associated with the Role.
java.util.Set<E> permissions
Permissions associated with the Role.
| Class org.torweg.pulse.accesscontrol.User extends AbstractUserBase implements Serializable |
|---|
serialVersionUID: -5023498623906595440L
| Serialized Fields |
|---|
java.lang.String email
User.
java.lang.String password
User.
java.lang.Boolean superuser
User.
User.State state
User.
java.util.Date creationTime
Date indicating the creation time of the User.
java.util.Date lastModificationTime
Date indicating the last modification time of the
User.
java.util.Date lastLoginTime
Date indicating the last login time of the User.
java.lang.Boolean webdavEnabled
WebdavRole associated with the User.
java.util.Set<E> groups
Groups associated with the User.
java.util.Set<E> permissions
Permissions associated with the User.
java.util.Set<E> roles
Roles associated with the User.
java.util.Set<E> sessionRoles
Roles ONLY valid during Session associated with the
User.
java.util.Set<E> values
java.util.Set<E> attributes
User. TODO: remove when attributes are
finished
java.util.Locale signUpLocale
| Class org.torweg.pulse.accesscontrol.User.Everybody extends User implements Serializable |
|---|
serialVersionUID: 5070002854317169181L
| Class org.torweg.pulse.accesscontrol.UserAttribute extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -5299145346415610929L
| Serialized Fields |
|---|
java.lang.String name
UserAttribute.
UserAttribute parent
UserAttribute.
java.util.Set<E> attributes
UserAttribute.
java.util.Set<E> values
UserAttribute.
| Package org.torweg.pulse.accesscontrol.attributes |
|---|
| Class org.torweg.pulse.accesscontrol.attributes.AbstractAttribute extends Node implements Serializable |
|---|
serialVersionUID: 5937048602470227822L
| Serialized Fields |
|---|
java.util.Set<E> selfViewRoles
Roles which allow viewing the attribute for one's own User.
java.util.Set<E> selfEditRoles
Roles which allow editing the attribute for one's own User.
java.util.Set<E> adminViewRoles
Roles which allow viewing the attribute for arbitrary Users in the administration interface.
java.util.Set<E> adminEditRoles
Roles which allow editing the attribute for arbitrary Users in the administration interface.
java.util.Set<E> triggeredRoles
Roles which get assigned to Users, when the attribute
and all its sub-attributes are valid.
boolean systemAttribute
boolean required
| Class org.torweg.pulse.accesscontrol.attributes.AbstractTypedCheck extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 4317625797418319493L
| Serialized Fields |
|---|
java.lang.Long id
| Class org.torweg.pulse.accesscontrol.attributes.AbstractValue extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 5506451585041906560L
| Serialized Fields |
|---|
User user
| Class org.torweg.pulse.accesscontrol.attributes.AttributeFactoryConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 387801084189595719L
| Serialized Fields |
|---|
java.util.Map<K,V> attributeValueMapping
AttributeFactory.
java.util.Map<K,V> attributeChecksMapping
AttributeFactory.
| Class org.torweg.pulse.accesscontrol.attributes.BooleanAttribute extends AbstractAttribute<java.lang.Boolean> implements Serializable |
|---|
serialVersionUID: 1070709557792849556L
| Serialized Fields |
|---|
java.lang.String name
BooleanAttribute.
AbstractTypedCheck<T> check
| Class org.torweg.pulse.accesscontrol.attributes.BooleanValue extends AbstractValue<java.lang.Boolean> implements Serializable |
|---|
serialVersionUID: -5175516594700080598L
| Serialized Fields |
|---|
java.lang.Boolean value
BooleanAttribute attribute
| Class org.torweg.pulse.accesscontrol.attributes.BundleAttribute extends AbstractAttribute<Bundle> implements Serializable |
|---|
serialVersionUID: -3826161248467664843L
| Serialized Fields |
|---|
Bundle bundle
| Class org.torweg.pulse.accesscontrol.attributes.RegexStringCheck extends AbstractTypedCheck<java.lang.String> implements Serializable |
|---|
serialVersionUID: 8283164116299702084L
| Serialized Fields |
|---|
java.lang.String regex
java.util.regex.Pattern pattern
| Class org.torweg.pulse.accesscontrol.attributes.SectionAttribute extends AbstractAttribute<NilType> implements Serializable |
|---|
serialVersionUID: -5996594026139536909L
| Serialized Fields |
|---|
java.lang.String name
SectionAttribute.
AbstractTypedCheck<T> check
| Class org.torweg.pulse.accesscontrol.attributes.SectionValue extends AbstractValue<NilType> implements Serializable |
|---|
serialVersionUID: -5765874839179087027L
| Serialized Fields |
|---|
SectionAttribute attribute
| Class org.torweg.pulse.accesscontrol.attributes.SelectionAttribute extends AbstractAttribute<Selection> implements Serializable |
|---|
serialVersionUID: -1215463126209893595L
| Serialized Fields |
|---|
java.lang.String name
SelectionAttribute.
AbstractTypedCheck<T> check
java.util.Set<E> options
Parameters associated with the CommandBuilder.
boolean multiselect
false).
| Class org.torweg.pulse.accesscontrol.attributes.SelectionValue extends AbstractValue<Selection> implements Serializable |
|---|
serialVersionUID: -2697600573741763790L
| Serialized Fields |
|---|
Selection value
SelectionAttribute attribute
| Class org.torweg.pulse.accesscontrol.attributes.StringAttribute extends AbstractAttribute<java.lang.String> implements Serializable |
|---|
serialVersionUID: -2340338568563075793L
| Serialized Fields |
|---|
java.lang.String name
StringAttribute.
AbstractTypedCheck<T> check
| Class org.torweg.pulse.accesscontrol.attributes.StringValue extends AbstractValue<java.lang.String> implements Serializable |
|---|
serialVersionUID: 5893574296828225190L
| Serialized Fields |
|---|
java.lang.String value
StringAttribute attribute
| Package org.torweg.pulse.accesscontrol.attributes.types |
|---|
| Class org.torweg.pulse.accesscontrol.attributes.types.NilType extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -6633411515358114604L
| Class org.torweg.pulse.accesscontrol.attributes.types.Option extends AbstractNamableEntity implements Serializable |
|---|
serialVersionUID: -3309132138159844608L
| Serialized Fields |
|---|
java.lang.String value
AbstractAttribute<T> attribute
| Class org.torweg.pulse.accesscontrol.attributes.types.Selection extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 3486509995288356626L
| Serialized Fields |
|---|
java.util.Set<E> selectedOptions
Parameters associated with the CommandBuilder.
| Package org.torweg.pulse.accesscontrol.authentication |
|---|
| Class org.torweg.pulse.accesscontrol.authentication.AuthenticationConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: -1086986185169763274L
| Serialized Fields |
|---|
java.util.Map<K,V> parameterMappings
java.util.Set<E> loginModes
Authentication.
java.util.Set<E> redirectToHompageActions
java.util.Map<K,V> errorCodes
Authentication.
java.util.Set<E> singleSignOnTasks
| Class org.torweg.pulse.accesscontrol.authentication.AuthenticationException extends PulseException implements Serializable |
|---|
serialVersionUID: -2476762597737834758L
| Package org.torweg.pulse.annotations |
|---|
| Class org.torweg.pulse.annotations.AnnotationException extends PulseException implements Serializable |
|---|
serialVersionUID: -2238897765209127009L
| Package org.torweg.pulse.bundle |
|---|
| Class org.torweg.pulse.bundle.ActionConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 8694030485429710151L
| Serialized Fields |
|---|
java.lang.String action
java.util.Set<E> methodConfigurations
boolean generate
boolean stripSitemapId
Action.Security security
boolean uploadAllowed
boolean stripSuffix
| Class org.torweg.pulse.bundle.Bundle extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -8007500206195229474L
| Serialized Fields |
|---|
java.lang.Long id
Bundle.
java.lang.String name
java.util.List<E> watchResources
java.util.List<E> controllers
java.io.File baseDir
long baseDirLastModified
org.jdom.Element bundleXML
java.util.Set<E> contentTypes
java.util.Map<K,V> contentViews
java.util.Map<K,V> actionMap
java.util.Set<E> anyActionPreSet
java.util.Set<E> anyActionPostSet
java.util.Collection<E> actionsRequiringTokens
| Class org.torweg.pulse.bundle.ControllerMethodConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -3716187111724667474L
| Serialized Fields |
|---|
java.lang.Object[] methodParameters
| Class org.torweg.pulse.bundle.IllegalEventException extends PulseException implements Serializable |
|---|
serialVersionUID: -1703795301490296504L
| Class org.torweg.pulse.bundle.JobletSchedulerException extends PulseException implements Serializable |
|---|
serialVersionUID: -8674815533307770901L
| Package org.torweg.pulse.component.cms |
|---|
| Class org.torweg.pulse.component.cms.CMSFormMailerConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: -966551613601259254L
| Serialized Fields |
|---|
java.util.Map<K,V> cases
java.lang.String switchParameter
| Class org.torweg.pulse.component.cms.CMSFormProcessorConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: 5628610810837231306L
| Serialized Fields |
|---|
java.lang.String switchParameter
java.util.List<E> cases
| Class org.torweg.pulse.component.cms.CMSFormProcessorConfiguration.Case extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 8798394692996094998L
| Serialized Fields |
|---|
java.lang.String name
java.lang.Class<T> itask
java.lang.String taskSuccessRedirectURI
java.lang.String taskFailureRedirectURI
boolean requireCaptcha
default: false
java.util.Collection<E> requiredFields
java.util.Map<K,V> regexFields
java.util.Collection<E> regexStandardMessageOnlyFields
java.util.Collection<E> conditions
| Class org.torweg.pulse.component.cms.CMSFormProcessorConfiguration.Condition extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -7922410199769038217L
| Serialized Fields |
|---|
java.lang.String field
java.lang.String conditionParameter
java.lang.String conditionValue
boolean required
true.
boolean regex
true.
| Class org.torweg.pulse.component.cms.CMSFormProcessorMailTaskConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: -8532581433679821445L
| Serialized Fields |
|---|
java.lang.String switchParameter
java.util.List<E> mailCases
| Class org.torweg.pulse.component.cms.CMSFormProcessorMailTaskConfiguration.EmailFromRequestConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 4173395173701724318L
| Serialized Fields |
|---|
java.lang.String parameterName
boolean allowBlank
Default: false
boolean ignoreErrors
true if errors building the email address
from the request-parameter are to be ignored.
Default: false
| Class org.torweg.pulse.component.cms.CMSFormProcessorMailTaskConfiguration.MailCase extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -3475127296617045944L
| Serialized Fields |
|---|
java.lang.String name
java.lang.Class<T> resultDataImplementation
AbstractCMSFormProcessorMailTaskEmailData for the
result.
CMSFormProcessorMailTaskConfiguration.EmailFromRequestConfiguration emailFromRequestConfiguration
EmailFromRequestConfiguration, which is going to be
evaluated for sending an e-mail to.
NOTE: requires a
MailCaseEmailConfiguration with default set to
true.
java.util.Set<E> emails
MailCaseEmailConfigurations.
EmailConfiguration exceptionEmailConfiguration
EmailConfiguration to be use for mailing
notifications about Exceptions which might occur during
the execution of the CMSFormProcessorMailTask.
| Class org.torweg.pulse.component.cms.CMSFormProcessorMailTaskConfiguration.MailCaseEmailConfiguration extends EmailConfiguration implements Serializable |
|---|
serialVersionUID: -566325354833701561L
| Serialized Fields |
|---|
boolean defaultConfiguration
MailCaseEmailConfiguration
as default EmailConfiguration.
default: false
| Package org.torweg.pulse.component.cms.admin |
|---|
| Class org.torweg.pulse.component.cms.admin.CMSContentEditorConfig extends AbstractBasicContentEditorConfig implements Serializable |
|---|
serialVersionUID: 8167425197180834632L
| Serialized Fields |
|---|
java.io.File ajaxPagesXSLFile
| Class org.torweg.pulse.component.cms.admin.CMSPageEditorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: -4838580077834220078L
| Serialized Fields |
|---|
java.io.File ajaxFCKXSLFile
java.io.File ajaxXSLFile
| Package org.torweg.pulse.component.cms.model |
|---|
| Class org.torweg.pulse.component.cms.model.CMSContent extends AbstractBasicContent implements Serializable |
|---|
serialVersionUID: -6058204719800400305L
| Serialized Fields |
|---|
java.util.List<E> pages
Pages of the CMSContent.
| Class org.torweg.pulse.component.cms.model.Page extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -6207827934675593886L
| Serialized Fields |
|---|
java.lang.String contentString
Page.
org.jdom.Element contentElement
Page as an Element.
| Package org.torweg.pulse.component.core |
|---|
| Class org.torweg.pulse.component.core.CommandGeneratorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: -7655070742793057571L
| Serialized Fields |
|---|
java.util.concurrent.ConcurrentHashMap<K,V> preparedCommands
| Class org.torweg.pulse.component.core.RuleBasedRedirectorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: -2144692492985985846L
| Serialized Fields |
|---|
java.util.List<E> redirectRules
| Package org.torweg.pulse.component.core.accesscontrol |
|---|
| Class org.torweg.pulse.component.core.accesscontrol.CleanUpAccessControlJobletConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: 3061602684519671365L
| Serialized Fields |
|---|
TimeSpan changePasswordRequestValidity
TimeSpan changeEmailRequestValidity
TimeSpan preliminaryUserValidity
| Class org.torweg.pulse.component.core.accesscontrol.SignUpControllerConfig extends CaseDrivenRedirectAndEmailConfig implements Serializable |
|---|
serialVersionUID: -6514626636243664263L
| Serialized Fields |
|---|
java.lang.String switchParameter
java.util.Set<E> activationRoleIds
| Package org.torweg.pulse.component.core.accesscontrol.admin |
|---|
| Class org.torweg.pulse.component.core.accesscontrol.admin.AccessControlEditorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 3207658591865027785L
| Serialized Fields |
|---|
java.io.File ajaxWestXSLFile
java.io.File ajaxOverViewGridXSL
java.io.File ajaxEditorXSL
java.io.File ajaxAttributesXSL
| Package org.torweg.pulse.component.core.accesscontrol.attributes.admin |
|---|
| Class org.torweg.pulse.component.core.accesscontrol.attributes.admin.AttributeRegistryEditorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: -1098780799644414718L
| Serialized Fields |
|---|
java.io.File ajaxXSLFile
java.io.File ajaxCreateXSLFile
java.io.File ajaxEditorsXSLFile
java.io.File ajaxChecksXSLFile
| Class org.torweg.pulse.component.core.accesscontrol.attributes.admin.SubEditorSelectionAttributeConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 1622042570522265490L
| Serialized Fields |
|---|
java.io.File ajaxXSLFile
| Package org.torweg.pulse.component.core.accesscontrol.sso |
|---|
| Class org.torweg.pulse.component.core.accesscontrol.sso.CookieBasedSSOConfig extends Configuration implements Serializable |
|---|
serialVersionUID: -6484227360587850229L
| Serialized Fields |
|---|
java.lang.String path
java.lang.String domain
JNDILookupConfiguration jndiConfig
java.lang.String tableName
boolean includePassword
TimeSpan maxTimeToLive
java.util.Set<E> ssoRoles
| Package org.torweg.pulse.component.core.accesscontrol.vfs.admin |
|---|
| Class org.torweg.pulse.component.core.accesscontrol.vfs.admin.VFSPermissionEditorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: -1098780799644414718L
| Serialized Fields |
|---|
java.io.File ajaxXSLFile
java.io.File ajaxFileBrowserXSLFile
java.io.File ajaxPermissionsXSLFile
java.util.List<E> adapters
BrowsingAdapters.
int filesPerPage
| Package org.torweg.pulse.component.core.adminui |
|---|
| Class org.torweg.pulse.component.core.adminui.FCKEditorBrowserConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 994121006465596927L
| Serialized Fields |
|---|
java.io.File ajaxXSLFCKBrowser
| Class org.torweg.pulse.component.core.adminui.FileBrowserConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 3937299813677998359L
| Serialized Fields |
|---|
java.util.List<E> adapters
BrowsingAdapters.
int filesPerPage
java.io.File ajaxFileBrowserXSLFile
| Package org.torweg.pulse.component.core.contentregistry |
|---|
| Class org.torweg.pulse.component.core.contentregistry.ContentGroupEditorConfig extends AbstractBasicContentEditorConfig implements Serializable |
|---|
serialVersionUID: 723727960892802716L
| Serialized Fields |
|---|
java.io.File ajaxDescriptionXSLFile
| Class org.torweg.pulse.component.core.contentregistry.FileContentEditorConfig extends AbstractBasicContentEditorConfig implements Serializable |
|---|
serialVersionUID: 723727960892802716L
| Serialized Fields |
|---|
java.io.File ajaxFileEditorXSLFile
| Package org.torweg.pulse.component.core.site |
|---|
| Class org.torweg.pulse.component.core.site.StyleControllerConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 6267313793374329655L
| Serialized Fields |
|---|
org.jdom.Element styles
| Class org.torweg.pulse.component.core.site.ThemesControllerConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 7003873702574405466L
| Serialized Fields |
|---|
org.jdom.Element themeConfig
org.jdom.Element themes
org.jdom.Element themeGroups
| Package org.torweg.pulse.component.core.site.content |
|---|
| Class org.torweg.pulse.component.core.site.content.LinkCorrectorJobletConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: -3371077341205807913L
| Serialized Fields |
|---|
java.lang.String serverName
java.lang.String baseUri
java.util.Set<E> removableNames
| Package org.torweg.pulse.component.core.site.content.filter |
|---|
| Class org.torweg.pulse.component.core.site.content.filter.FilterContentDisplayerConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: -1417921254144299349L
| Serialized Fields |
|---|
java.io.File ajaxXslFile
int maxResultsPerPage
java.util.Map<K,V> namedConfXSLs
java.util.Map<K,V> namedConfMaxResults
| Package org.torweg.pulse.component.core.site.content.filter.admin |
|---|
| Class org.torweg.pulse.component.core.site.content.filter.admin.FilterContentEditorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 4026693573872192151L
| Serialized Fields |
|---|
java.io.File ajaxXSLFile
| Class org.torweg.pulse.component.core.site.content.filter.admin.FilterEditorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: -7985564064925337057L
| Serialized Fields |
|---|
java.io.File ajaxXSLFile
java.io.File ajaxEditorXSLFile
java.io.File ajaxOverViewEditorXSLFile
| Class org.torweg.pulse.component.core.site.content.filter.admin.FilterMatchesEditorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 3607303509296780022L
| Serialized Fields |
|---|
java.io.File ajaxXSLFile
| Class org.torweg.pulse.component.core.site.content.filter.admin.FilterRulesEditorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 596178951720933368L
| Serialized Fields |
|---|
java.io.File ajaxXSLFile
| Package org.torweg.pulse.component.core.site.map |
|---|
| Class org.torweg.pulse.component.core.site.map.SitemapEditorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 8475935391233545920L
| Serialized Fields |
|---|
java.io.File ajaxXSLFile
| Class org.torweg.pulse.component.core.site.map.SitemapMenuConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 7664133138492005933L
| Serialized Fields |
|---|
java.lang.String mode
int maxSitemapDepth
GetFullSitemap.getSitemap(org.torweg.pulse.bundle.Bundle, org.torweg.pulse.service.request.ServiceRequest)
.
| Package org.torweg.pulse.component.core.site.search |
|---|
| Class org.torweg.pulse.component.core.site.search.SearchSiteConfiguration extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 3488374670597167292L
| Serialized Fields |
|---|
int suggestionsMaxResults
long suggestionsTimeFactor
long failuresTimeFactor
int pagingMaxResults
int pagingMaxQuickNavLinks
long suggestionsPenaltyInterval
| Class org.torweg.pulse.component.core.site.search.SearchSiteStatisticsConfiguration extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: -1261251106134968662L
| Serialized Fields |
|---|
java.util.List<E> recipients
java.lang.String subject
java.lang.String textXSL
| Package org.torweg.pulse.component.core.site.view |
|---|
| Class org.torweg.pulse.component.core.site.view.ThemesEditorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 8875046224745189004L
| Serialized Fields |
|---|
java.io.File ajaxXSLFile
| Class org.torweg.pulse.component.core.site.view.ViewEditorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 3008366843702176816L
| Serialized Fields |
|---|
java.io.File ajaxXSLFile
java.io.File ajaxContentRegistryTreeXSLFile
java.io.File ajaxSectionTagEditorXSLFile
java.io.File ajaxDurationEditorXSLFile
| Package org.torweg.pulse.component.core.system |
|---|
| Class org.torweg.pulse.component.core.system.HibernateStatisticsConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: 6796356107029850965L
| Serialized Fields |
|---|
XSLHandleConfiguration xsl
| Class org.torweg.pulse.component.core.system.InitWebsiteAdministrationConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: -7055169500218214637L
| Serialized Fields |
|---|
java.io.File xslLocation
| Package org.torweg.pulse.component.shop |
|---|
| Class org.torweg.pulse.component.shop.ShoppingCartControllerConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 2101202684697134243L
| Serialized Fields |
|---|
java.util.Map<K,V> xslFiles
| Class org.torweg.pulse.component.shop.StockUpdaterJobletConfig extends Configuration implements Serializable |
|---|
serialVersionUID: 4568199062766575457L
| Serialized Fields |
|---|
java.util.Set<E> localeConfigs
Locales.
| Class org.torweg.pulse.component.shop.StockUpdaterJobletConfig.ExtraActivationValue extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 2016769811808364019L
| Serialized Fields |
|---|
java.lang.String item
int value
| Class org.torweg.pulse.component.shop.StockUpdaterJobletConfig.LocaleConfig extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 130615842697868825L
| Serialized Fields |
|---|
java.util.Locale locale
Locale.
java.lang.String dataFile
StockUpdaterJoblet
.
boolean deleteDataFile
int activationValue
java.util.Set<E> extraActivationValues
ExtraActivationValues.
java.util.Set<E> excludeItems
java.util.Set<E> activateItems
java.util.Set<E> deactivateItems
EmailConfiguration reportEmailConfig
EmailConfiguration used to send the report e-mails.
| Package org.torweg.pulse.component.shop.admin |
|---|
| Class org.torweg.pulse.component.shop.admin.ShopEditorConfig extends StoreEditorConfig implements Serializable |
|---|
serialVersionUID: 6429403526337939698L
| Serialized Fields |
|---|
java.io.File ajaxPricesXSLFile
java.io.File ajaxPriceRolesXSLFile
| Class org.torweg.pulse.component.shop.admin.ShopOrderViewerConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: -8259283179064460943L
| Serialized Fields |
|---|
XSLHandleConfiguration orderOverviewXSL
Order-overview-XSL.
XSLHandleConfiguration orderXSL
Order-XSL.
| Class org.torweg.pulse.component.shop.admin.ShopSettingsEditorConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: -8259283179064460943L
| Serialized Fields |
|---|
XSLHandleConfiguration westPanelXSL
XSLHandleConfiguration editorXSL
ShopSettings-editor-XSL.
XSLHandleConfiguration taxGroupsXSL
TaxGroups-editor-XSL.
| Class org.torweg.pulse.component.shop.admin.ShopSettingsEditorResult extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 4463279535677437480L
| Serialized Fields |
|---|
AdminErrors error
ShopSettings shopSettings
ShopSettings if set.
| Package org.torweg.pulse.component.shop.checkout |
|---|
| Class org.torweg.pulse.component.shop.checkout.Address extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -8269668143815450812L
| Serialized Fields |
|---|
java.lang.String salutation
java.lang.String firstName
java.lang.String lastName
java.lang.String additionalNameInfo
java.lang.String institution
java.lang.String street
java.lang.String additionalStreetInfo
java.lang.String postalCode
java.lang.String city
java.lang.String region
java.lang.String country
| Class org.torweg.pulse.component.shop.checkout.CheckoutControllerConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: -7869498054618735903L
| Serialized Fields |
|---|
java.util.Set<E> localeConfigurations
CheckoutControllerLocaleConfigurations.
| Class org.torweg.pulse.component.shop.checkout.CheckoutControllerConfiguration.CheckoutControllerLocaleConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -3239437450680203139L
| Serialized Fields |
|---|
java.util.Locale locale
Locale.
boolean loginMandatory
java.math.BigDecimal minOrderValue
java.math.BigDecimal maxOrderValue
FormConfiguration customerFormConfiguration
FormConfiguration used to parse the Customer.
FormConfiguration deliveryAddressFormConfiguration
FormConfiguration used to parse the delivery address.
FormConfiguration billingAddressFormConfiguration
FormConfiguration used to parse the billing address.
java.util.Set<E> dispatchConfigurations
DispatchConfigurations.
java.util.Set<E> paymentConfigurations
PaymentConfigurations.
FormConfiguration orderDetailsFormConfiguration
FormConfiguration used to parse the OrderDetails.
java.util.List<E> finishingTaskConfigurations
CheckoutFinishingTaskConfigurations.
| Class org.torweg.pulse.component.shop.checkout.CheckoutControllerResult extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 884903586811705116L
| Serialized Fields |
|---|
CheckoutControllerConfiguration.CheckoutControllerLocaleConfiguration configuration
CheckoutControllerLocaleConfiguration.
java.lang.String actionName
CheckoutControllerStatus status
CheckoutControllerStatus.
Order.OrderBuilder orderBuilder
OrderBuilder.
Order order
Order.
ExtendedFormResult formResult
ExtendedFormResult.
java.util.Set<E> dispatchConfigurations
DispatchConfigurations.
java.util.Set<E> paymentConfigurations
PaymentConfigurations.
| Class org.torweg.pulse.component.shop.checkout.CheckoutFinishingTaskConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: -82527788252581816L
| Serialized Fields |
|---|
java.lang.String taskClassName
CheckoutFinishingTask class
to be used.
java.util.Set<E> roleNames
Roles granting access to the
CheckoutFinishingTask.
| Class org.torweg.pulse.component.shop.checkout.Customer extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 860867967630312413L
| Serialized Fields |
|---|
java.lang.Long userId
java.lang.String emailAddress
java.lang.String vatNumber
| Class org.torweg.pulse.component.shop.checkout.DispatchConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -4305288015426159392L
| Serialized Fields |
|---|
java.lang.String dataClassName
DispatchData class to be
used.
DispatchType dispatchType
DispatchType.
FormConfiguration formConfiguration
FormConfiguration used to parse the DispatchData.
java.math.BigDecimal minOrderValue
java.math.BigDecimal maxOrderValue
java.util.Set<E> paymentMethodIdCodes
PaymentMethods combinable with the
DispatchType.
java.util.Set<E> roleNames
Roles granting access to the
DispatchType.
| Class org.torweg.pulse.component.shop.checkout.DispatchData extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 3684048672709153682L
| Serialized Fields |
|---|
DispatchType dispatchType
DispatchType.
| Class org.torweg.pulse.component.shop.checkout.DispatchType extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -5220444080387246036L
| Serialized Fields |
|---|
java.lang.String name
java.lang.String idCode
Price price
Price.
| Class org.torweg.pulse.component.shop.checkout.InvoicePaymentControllerConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: -8734588811653074677L
| Class org.torweg.pulse.component.shop.checkout.InvoicePaymentData extends PaymentData implements Serializable |
|---|
serialVersionUID: 4054094854017271976L
| Class org.torweg.pulse.component.shop.checkout.Order extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 7640300176300692134L
| Serialized Fields |
|---|
Customer customer
Customer.
Address deliveryAddress
Address billingAddress
DispatchData dispatchData
DispatchData.
PaymentData paymentData
PaymentData.
OrderDetails orderDetails
OrderDetails.
OrderContents orderContents
OrderContents.
TotalPrice totalPrice
TotalPrice.
OrderMetaData orderMetaData
OrderMetaData.
| Class org.torweg.pulse.component.shop.checkout.Order.OrderBuilder extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 6436732834767667742L
| Serialized Fields |
|---|
Customer customer
Customer.
Address deliveryAddress
Address billingAddress
DispatchData dispatchData
DispatchData.
PaymentData paymentData
PaymentData.
OrderDetails orderDetails
OrderDetails.
OrderContents orderContents
OrderContents.
TotalPrice totalPrice
TotalPrice.
OrderMetaData orderMetaData
OrderMetaData.
| Class org.torweg.pulse.component.shop.checkout.OrderContents extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -8409790903485740359L
| Serialized Fields |
|---|
java.util.Set<E> orderPositions
OrderPositions.
TotalPrice totalPrice
TotalPrice.
| Class org.torweg.pulse.component.shop.checkout.OrderDetails extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -4807200045271893759L
| Serialized Fields |
|---|
boolean netOrder
boolean legalNoticeAccepted
boolean termsAndConditionsAccepted
boolean cancellationPolicyAccepted
boolean privacyStatementAccepted
java.lang.String annotation
| Class org.torweg.pulse.component.shop.checkout.OrderMetaData extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 3906016670969896238L
| Serialized Fields |
|---|
Bundle bundle
Bundle.
java.util.Locale locale
Locale.
boolean netBased
OrderStatus status
OrderStatus.
java.lang.Long orderDate
java.util.Set<E> successfulFinishingTasks
CheckoutFinishingTasks.
| Class org.torweg.pulse.component.shop.checkout.OrderPosition extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -6361825973770616979L
| Serialized Fields |
|---|
int quantity
java.lang.Class<T> itemType
java.lang.Long itemId
java.lang.String name
java.lang.String orderCode
Price unitPrice
Price of the item.
Price price
Price.
| Class org.torweg.pulse.component.shop.checkout.PaymentConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -4305288015426159392L
| Serialized Fields |
|---|
java.lang.String dataClassName
PaymentData class to be
used.
PaymentMethod paymentMethod
PaymentMethod.
FormConfiguration formConfiguration
FormConfiguration used to parse the PaymentData.
java.math.BigDecimal minOrderValue
java.math.BigDecimal maxOrderValue
java.util.Set<E> dispatchTypeIdCodes
DispatchTypes combinable with the
PaymentMethod.
java.util.Set<E> roleNames
Roles granting access to the
PaymentMethod.
java.lang.String startAuthorizationAction
java.lang.String authorizationFinishedAction
java.lang.String authorizationCanceledAction
java.lang.String authorizationFailedAction
java.lang.String startCaptureAction
java.lang.String captureFinishedAction
java.lang.String captureCanceledAction
java.lang.String captureFailedAction
| Class org.torweg.pulse.component.shop.checkout.PaymentControllerResult extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -1845371307137034256L
| Serialized Fields |
|---|
java.lang.String actionName
PaymentControllerStatus status
PaymentControllerStatus.
Order.OrderBuilder orderBuilder
OrderBuilder.
Order order
Order.
| Class org.torweg.pulse.component.shop.checkout.PaymentData extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 7063956226741582797L
| Serialized Fields |
|---|
PaymentMethod paymentMethod
PaymentMethod.
java.math.BigDecimal amount
java.util.Currency currency
Currency.
java.lang.String transactionId
java.lang.String providerTransactionId
PaymentData.PaymentStatus status
PaymentStatus.
java.lang.Long paymentDate
java.lang.String authorizationFinishedAction
java.lang.String authorizationCanceledAction
java.lang.String authorizationFailedAction
java.lang.String captureFinishedAction
java.lang.String captureCanceledAction
java.lang.String captureFailedAction
| Class org.torweg.pulse.component.shop.checkout.PaymentMethod extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 3776515301346213950L
| Serialized Fields |
|---|
java.lang.String name
java.lang.String idCode
Price price
Price.
| Class org.torweg.pulse.component.shop.checkout.PayPalPaymentControllerConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: 4761814498606590116L
| Serialized Fields |
|---|
java.util.Set<E> localeConfigurations
PayPalPaymentControllerLocaleConfigurations.
| Class org.torweg.pulse.component.shop.checkout.PayPalPaymentControllerConfiguration.PayPalPaymentControllerLocaleConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 4118618121640099066L
| Serialized Fields |
|---|
java.util.Locale locale
Locale.
java.lang.String payPalURL
java.lang.String userName
java.lang.String password
java.lang.String signature
java.lang.String version
java.lang.String returnAction
String.
java.lang.String cancelAction
String.
java.lang.String giropaySuccessAction
String.
java.lang.String giropayCancelAction
String.
java.lang.String paymentRedirectURL
String for the payment redirect.
java.lang.String giropayRedirectURL
String for the giropay redirect.
EmailConfiguration errorReportConfiguration
EmailConfiguration used to send error reports.
| Class org.torweg.pulse.component.shop.checkout.PayPalPaymentData extends PaymentData implements Serializable |
|---|
serialVersionUID: -1956094245152709455L
| Serialized Fields |
|---|
java.lang.String token
java.lang.String payerId
boolean redirectRequired
java.lang.String emailAddress
java.lang.String paymentRedirectURL
java.lang.String giropayRedirectURL
| Class org.torweg.pulse.component.shop.checkout.Price extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 6285921029163246L
| Serialized Fields |
|---|
java.math.BigDecimal amount
TaxRate taxRate
TaxRate.
java.util.Currency currency
Currency.
boolean netBased
Price is net based or
gross based.
java.math.BigDecimal netAmount
java.math.BigDecimal grossAmount
java.math.BigDecimal taxAmount
boolean initialized
| Class org.torweg.pulse.component.shop.checkout.SendEmailsTaskConfiguration extends CheckoutFinishingTaskConfiguration implements Serializable |
|---|
serialVersionUID: -6156855501291704204L
| Serialized Fields |
|---|
EmailConfiguration confirmationEmailConfiguration
EmailConfiguration for the confirmation email.
EmailConfiguration orderEmailConfiguration
EmailConfiguration for the order email.
| Class org.torweg.pulse.component.shop.checkout.TaxRate extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 8013259887324018659L
| Serialized Fields |
|---|
java.lang.String name
java.math.BigDecimal percentage
| Class org.torweg.pulse.component.shop.checkout.TotalPrice extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -4705635241795064433L
| Serialized Fields |
|---|
java.util.SortedSet<E> amountQuotas
java.util.Currency currency
Currency.
boolean netBased
TotalPrice is net
based or gross based.
java.math.BigDecimal amount
java.math.BigDecimal netAmount
java.math.BigDecimal grossAmount
java.util.SortedSet<E> taxQuotas
java.math.BigDecimal taxAmount
boolean initialized
| Class org.torweg.pulse.component.shop.checkout.TotalPrice.Quota extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -1712796240727993158L
| Serialized Fields |
|---|
TaxRate taxRate
TaxRate.
java.math.BigDecimal amount
| Class org.torweg.pulse.component.shop.checkout.WirecardCCPaymentControllerConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: -1379628951706060076L
| Serialized Fields |
|---|
java.util.Set<E> localeConfigurations
WirecardCCPaymentControllerLocaleConfigurations.
serialVersionUID: 5634208496578673995L
| Serialized Fields |
|---|
boolean threeDSecureIncluded
| Class org.torweg.pulse.component.shop.checkout.WirecardCCPaymentData extends PaymentData implements Serializable |
|---|
serialVersionUID: -5044144912604448856L
| Serialized Fields |
|---|
WirecardCCPaymentData.ThreeDSecureData threeDSecureData
java.lang.String creditCardNumber
java.lang.String securityCode
java.lang.String expirationYear
java.lang.String expirationMonth
java.lang.String cardHolderName
java.lang.String cardStartYear
java.lang.String cardStartMonth
java.lang.String cardIssueNumber
java.lang.String ipAddress
| Class org.torweg.pulse.component.shop.checkout.WirecardCCPaymentData.ThreeDSecureData extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -3641833007719619946L
| Serialized Fields |
|---|
WirecardCCPaymentData.ThreeDSecureStatus status
java.lang.String acsURL
java.lang.String paReq
java.lang.String termURL
java.lang.String paRes
| Class org.torweg.pulse.component.shop.checkout.WirecardEFTPaymentData extends PaymentData implements Serializable |
|---|
serialVersionUID: -620484186459441510L
| Serialized Fields |
|---|
java.lang.String accountHolderFirstName
java.lang.String accountHolderLastName
java.lang.String accountHolderCompany
java.lang.String accountNumber
java.lang.String bankCode
java.lang.String bankCountryCode
java.lang.String ipAddress
| Class org.torweg.pulse.component.shop.checkout.WirecardPaymentControllerConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: -5720596124840537038L
| Serialized Fields |
|---|
java.util.Set<E> localeConfigurations
WirecardPaymentControllerLocaleConfigurations.
| Class org.torweg.pulse.component.shop.checkout.WirecardPaymentControllerConfiguration.BusinessCaseConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -5762210249625818994L
| Serialized Fields |
|---|
java.lang.String name
java.lang.String signature
java.lang.String userName
java.lang.String password
| Class org.torweg.pulse.component.shop.checkout.WirecardPaymentControllerConfiguration.ConnectionConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -436746448142229284L
| Serialized Fields |
|---|
WirecardPaymentControllerConfiguration.BusinessCaseConfiguration businessCaseConfiguration
BusinessCaseConfiguration.
java.lang.String urlString
String.
int timeout
java.lang.String requestMethod
java.lang.String contentType
java.lang.String contentEncoding
| Class org.torweg.pulse.component.shop.checkout.WirecardPaymentControllerConfiguration.WirecardPaymentControllerLocaleConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -7173262321591090074L
| Serialized Fields |
|---|
java.util.Locale locale
Locale.
WirecardPaymentControllerConfiguration.ConnectionConfiguration connectionConfiguration
ConnectionConfiguration.
WirecardPaymentControllerConfiguration.TransactionMode transactionMode
TransactionMode.
EmailConfiguration errorReportConfiguration
EmailConfiguration used to send error reports.
| Package org.torweg.pulse.component.shop.model |
|---|
| Class org.torweg.pulse.component.shop.model.InconsistentPricingException extends PulseException implements Serializable |
|---|
serialVersionUID: 5002818805441450571L
| Class org.torweg.pulse.component.shop.model.Price extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 1432072222565690754L
| Serialized Fields |
|---|
Status status
long amount
TaxGroup taxGroup
java.util.Set<E> roles
Roles the Price is available for.
java.lang.Integer minOrderSize
java.lang.Integer maxOrderSize
| Class org.torweg.pulse.component.shop.model.Price.IncomparablePricesException extends PulseException implements Serializable |
|---|
serialVersionUID: 7278205703580018828L
| Class org.torweg.pulse.component.shop.model.PriceComparator extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -928002312479627326L
| Class org.torweg.pulse.component.shop.model.ShopContent extends StoreContent implements Serializable |
|---|
serialVersionUID: -6908911581000526642L
| Serialized Fields |
|---|
java.util.Set<E> shopVariants
ShopVariants of the ShopContent.
Status status
Status of the ShopContent.
java.util.Set<E> prices
Prices of the ShopContent.
java.lang.Integer stock
ShopContent.
| Class org.torweg.pulse.component.shop.model.ShoppingCart extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -2530092815898509607L
| Serialized Fields |
|---|
java.util.Set<E> positions
ShoppingCartPositions of the ShoppingCart.
Bundle bundle
Bundle the cart belongs to.
java.util.Locale locale
Locale the cart belongs to.
| Class org.torweg.pulse.component.shop.model.ShoppingCartPosition extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 5673717401724301140L
| Serialized Fields |
|---|
ShopItem item
ShopItem.
int amount
| Class org.torweg.pulse.component.shop.model.ShopSettings extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 4855035958246749104L
| Serialized Fields |
|---|
Bundle bundle
Bundle of the ShopSettings.
java.util.Locale locale
Bundle of the RegistryBundleNode.
java.util.Currency currency
boolean netBased
java.util.Set<E> taxGroups
| Class org.torweg.pulse.component.shop.model.ShopVariant extends StoreVariant implements Serializable |
|---|
serialVersionUID: -1184091283100404268L
| Serialized Fields |
|---|
Status status
Status of the ShopVariant.
java.util.Set<E> prices
Prices of the ShopVariant.
java.lang.Integer stock
ShopVariant.
| Class org.torweg.pulse.component.shop.model.TaxGroup extends AbstractNamableEntity implements Serializable |
|---|
serialVersionUID: 7243051288157061587L
| Serialized Fields |
|---|
ShopSettings shopSettings
ShopSettings the TaxGroup belongs to.
long percentage
| Package org.torweg.pulse.component.statistics |
|---|
| Class org.torweg.pulse.component.statistics.DataAggregationJobletConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: 8424477915024621264L
| Serialized Fields |
|---|
TimeSpan maxSessionIdleTime
TimeSpan assumedTimeForLastPageImpression
Visit.
java.util.Set<E> aggregatorClassNames
AbstractBaseAggregators (fqn's) to be processed by the
DataAggregationJoblet as configured.
java.util.Set<E> preTaskClassNames
IPreRunAndOrPostRunTasks (fqn's) to be processed by the
DataAggregationJoblet just after the
DataAggregationJoblet has been configured and right
before the DataAggregationJoblet is being
executed.
java.util.Set<E> postTaskClassNames
IPreRunAndOrPostRunTasks (fqn's) to be processed by the
DataAggregationJoblet right after the
DataAggregationJoblet has been executed.
java.util.Set<E> preAggregationTaskClassNames
IPreAggregationAndOrPostAggregationTasks (fqn's) to be
processed by the DataAggregationJoblet right
before the
DataAggregationJoblet.AggregationExecutor is being executed.
java.util.Set<E> postAggregationTaskClassNames
IPreAggregationAndOrPostAggregationTasks (fqn's) to be
processed by the DataAggregationJoblet right
after the
DataAggregationJoblet.AggregationExecutor has been executed.
java.lang.Integer piRecordProcessingLimit
PIRecord processing limit.
This is the maximum number of PIRecords being processed in a
single DataAggregationJoblet run.
EmailConfiguration exceptionEmailConfiguration
EmailConfiguration to be use for mailing notifications
about Exceptions which might occur during the execution of
the DataAggregationJoblet.
| Class org.torweg.pulse.component.statistics.SendReportEmailJobletConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: -8015972599926898493L
| Serialized Fields |
|---|
java.util.Set<E> reporters
IStatisticsPDFReportControllers.
Period periodForCalculatingDuration
Period to build the reports for.
default: Period.MONTH
java.util.Set<E> reportEmailAddressConfigurations
ReportEmailAddressConfigurations.
EmailConfiguration reportEmailConfiguration
EmailConfiguration.
XSLHandleConfiguration reportPDFXsl
XSLHandleConfiguration which provides the XSL for building
the report PDF.
| Class org.torweg.pulse.component.statistics.SendReportEmailJobletConfiguration.ReportEmailAddressConfiguration extends EmailAddressConfiguration implements Serializable |
|---|
serialVersionUID: 7002001234184043810L
| Serialized Fields |
|---|
java.util.Set<E> serverConfigurations
ReportEmailServerConfiguration.
| Class org.torweg.pulse.component.statistics.SendReportEmailJobletConfiguration.ReportEmailAddressConfiguration.ReportEmailServerConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 3158488477365191045L
| Serialized Fields |
|---|
java.lang.String hostName
StatisticsServer.
java.util.Set<E> reportNames
StatisticsServer matching the hostName.
| Class org.torweg.pulse.component.statistics.SendReportEmailJobletConfiguration.ReporterConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 3365059317481785439L
| Serialized Fields |
|---|
java.lang.String name
java.lang.String className
IStatisticsPDFReportController.
java.util.Set<E> serverHostNames
StatisticsServers.
These host names are the host names of the StatisticsServers
for which the IStatisticsPDFReportController matching the
class name of the ReporterConfiguration will be invoked.
| Package org.torweg.pulse.component.statistics.aggregator.task |
|---|
| Class org.torweg.pulse.component.statistics.aggregator.task.UpdateStatisticsDatabaseTaskConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: 8424477915024621264L
| Serialized Fields |
|---|
java.util.Set<E> knownStatisticsServers
StatisticsServers.
java.util.Set<E> knownUserAgents
UserAgents.
java.util.Set<E> knownOperatingSystems
OperatingSystems.
| Package org.torweg.pulse.component.statistics.model |
|---|
| Class org.torweg.pulse.component.statistics.model.AbstractRegexVersioned extends AbstractNamedEntity implements Serializable |
|---|
serialVersionUID: -3693288011013232056L
| Serialized Fields |
|---|
java.util.List<E> versions
Versions.
java.lang.String category
java.lang.String regex
| Class org.torweg.pulse.component.statistics.model.AbstractResolution extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -268176471990956789L
| Serialized Fields |
|---|
java.lang.Integer x
java.lang.Integer y
AbstractResolution.Format format
| Class org.torweg.pulse.component.statistics.model.AbstractVersion extends AbstractNamedEntity implements Serializable |
|---|
serialVersionUID: 5837930131673084556L
| Class org.torweg.pulse.component.statistics.model.OperatingSystem extends AbstractRegexVersioned implements Serializable |
|---|
serialVersionUID: -7068062593712859250L
| Class org.torweg.pulse.component.statistics.model.PIRecord extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 1853888470057783953L
| Serialized Fields |
|---|
long recorded
Date of creation - milliseconds.
long processed
Date the PIRecord has been processed by DataAggregationJoblet.
StatisticsServer server
PIRecord belongs to.
java.lang.String ipHash
java.lang.String country
java.lang.String path
java.lang.String referer
java.lang.String userAgentString
java.lang.String sessionId
boolean proxyRequest
boolean recurring
java.lang.Integer xRes
java.lang.Integer yRes
java.lang.Integer vpXRes
java.lang.Integer vpYRes
| Class org.torweg.pulse.component.statistics.model.RegexVersion extends AbstractVersion<java.lang.String> implements Serializable |
|---|
serialVersionUID: 6587018149110915569L
| Serialized Fields |
|---|
java.lang.String regex
| Class org.torweg.pulse.component.statistics.model.ScreenResolution extends AbstractResolution implements Serializable |
|---|
serialVersionUID: -5203886390212259019L
| Class org.torweg.pulse.component.statistics.model.StatisticsServer extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 8884131572235064080L
| Serialized Fields |
|---|
java.lang.String hostName
java.lang.String pathSeparator
boolean allowProxy
true) to transmit the page impression.
TimeSpan keepPIRecordsFor
TimeSpan, specifying how long to keep the related
PIRecords after the aggregation has been run.
| Class org.torweg.pulse.component.statistics.model.UserAgent extends AbstractRegexVersioned implements Serializable |
|---|
serialVersionUID: -3134264569704129734L
| Package org.torweg.pulse.component.statistics.model.aggregation |
|---|
| Class org.torweg.pulse.component.statistics.model.aggregation.AbstractAggregation extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 8961277121778921282L
| Serialized Fields |
|---|
long startTime
AbstractAggregation.
long endTime
AbstractAggregation.
StatisticsServer statisticsServer
StatisticsServer this aggregation is related to.
| Class org.torweg.pulse.component.statistics.model.aggregation.AbstractCountAggregation extends AbstractAggregation implements Serializable |
|---|
serialVersionUID: 2626430460787967562L
| Serialized Fields |
|---|
int counter
| Class org.torweg.pulse.component.statistics.model.aggregation.AbstractRegexVersionedCounter extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 172778008120627703L
| Serialized Fields |
|---|
AbstractAggregation abstractAggregation
AbstractAggregation the AbstractRegexVersionedCounter belongs to.
RegexVersion version
Version.
int counter
| Class org.torweg.pulse.component.statistics.model.aggregation.AbstractRegexVersionedCounterAggregation extends AbstractAggregation implements Serializable |
|---|
serialVersionUID: 3041219383267733481L
| Serialized Fields |
|---|
java.lang.Object counted
org.torweg.pulse.component.statistics.AbstractRegexVersioned being
counted.
java.util.Set<E> counters
AbstractRegexVersionedCounters the AbstractRegexVersionedCounterAggregation operates on.
int counter
AbstractRegexVersionedCounterAggregation.
| Class org.torweg.pulse.component.statistics.model.aggregation.AbstractTreeAggregation extends AbstractAggregation implements Serializable |
|---|
serialVersionUID: -3694255080001289064L
| Serialized Fields |
|---|
AbstractTreeElement<T extends AbstractTreeElement<T>> path
AbstractTreeElement this AbstractTreeAggregation is
for.
int hits
| Class org.torweg.pulse.component.statistics.model.aggregation.AbstractTreeElement extends Node implements Serializable |
|---|
serialVersionUID: 2517625678832756338L
| Serialized Fields |
|---|
java.lang.String pathString
AbstractTreeElement.
boolean rootNode
AbstractTreeElement.
StatisticsServer server
| Class org.torweg.pulse.component.statistics.model.aggregation.AverageTimePerVisitAggregation extends AbstractAggregation implements Serializable |
|---|
serialVersionUID: -8593340599059224392L
| Serialized Fields |
|---|
int counter
Visit-counter.
double time
Visit in milliseconds.
| Class org.torweg.pulse.component.statistics.model.aggregation.CountryHitCounter extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 2249775569226298877L
| Serialized Fields |
|---|
java.lang.String country
int counter
| Class org.torweg.pulse.component.statistics.model.aggregation.CountryPerPIRecordAggregation extends AbstractAggregation implements Serializable |
|---|
serialVersionUID: 4777167613265226520L
| Serialized Fields |
|---|
java.util.Set<E> counters
| Class org.torweg.pulse.component.statistics.model.aggregation.CountryPerVisitAggregation extends AbstractAggregation implements Serializable |
|---|
serialVersionUID: 4777167613265226520L
| Serialized Fields |
|---|
java.util.Set<E> counters
| Class org.torweg.pulse.component.statistics.model.aggregation.ICountComparator extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -2135848873765475724L
| Serialized Fields |
|---|
ICountComparator.Order orderMode
ICountComparator.
default: ICountComparator.Order.ASC
ICountComparator.Mode compareMode
ICountComparator.
default: ICountComparator.Mode.START
serialVersionUID: -1029063589751573972L
| Class org.torweg.pulse.component.statistics.model.aggregation.OperatingSystemVersionCounter extends AbstractRegexVersionedCounter<OperatingSystemPerVisitAggregation> implements Serializable |
|---|
serialVersionUID: -1190741078278257649L
| Class org.torweg.pulse.component.statistics.model.aggregation.PathTreeAggregation extends AbstractTreeAggregation<PathTreeElement> implements Serializable |
|---|
serialVersionUID: 9065028173940092999L
| Serialized Fields |
|---|
int childHits
int bounces
int childBounces
int entries
int leaves
| Class org.torweg.pulse.component.statistics.model.aggregation.PathTreeElement extends AbstractTreeElement<PathTreeElement> implements Serializable |
|---|
serialVersionUID: 9125092288102188525L
| Class org.torweg.pulse.component.statistics.model.aggregation.PIRecordCountAggregation extends AbstractCountAggregation implements Serializable |
|---|
serialVersionUID: 2626430460787967562L
| Serialized Fields |
|---|
java.util.Set<E> counters
| Class org.torweg.pulse.component.statistics.model.aggregation.PIRecordCountAggregationHitCounter extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -3726039334573109223L
| Serialized Fields |
|---|
AbstractAggregation.Hour hour
AbstractAggregation.Hour.
int counter
long startTime
long endTime
| Class org.torweg.pulse.component.statistics.model.aggregation.RefererTreeAggregation extends AbstractTreeAggregation<RefererTreeElement> implements Serializable |
|---|
serialVersionUID: 2499316008737717685L
| Class org.torweg.pulse.component.statistics.model.aggregation.RefererTreeElement extends AbstractTreeElement<RefererTreeElement> implements Serializable |
|---|
serialVersionUID: 2245427221751046384L
| Class org.torweg.pulse.component.statistics.model.aggregation.ScreenResolutionPerVisitAggregation extends AbstractCountAggregation implements Serializable |
|---|
serialVersionUID: 2754021432008524707L
| Serialized Fields |
|---|
ScreenResolution screenResolution
ScreenResolution of the ScreenResolutionPerVisitAggregation.
| Class org.torweg.pulse.component.statistics.model.aggregation.UserAgentPerVisitAggregation extends AbstractRegexVersionedCounterAggregation<UserAgent,UserAgentVersionCounter> implements Serializable |
|---|
serialVersionUID: 3762381020399759159L
| Class org.torweg.pulse.component.statistics.model.aggregation.UserAgentVersionCounter extends AbstractRegexVersionedCounter<UserAgentPerVisitAggregation> implements Serializable |
|---|
serialVersionUID: 7923518720833243081L
| Class org.torweg.pulse.component.statistics.model.aggregation.VisitCountAggregation extends AbstractCountAggregation implements Serializable |
|---|
serialVersionUID: 2626430460787967562L
| Serialized Fields |
|---|
int bounces
| Package org.torweg.pulse.component.statistics.user |
|---|
| Class org.torweg.pulse.component.statistics.user.UserStatisticsControllerConfiguration extends AbstractBaseConfiguration implements Serializable |
|---|
serialVersionUID: 6310795437517879099L
| Serialized Fields |
|---|
int startYear
int monthsToGoBack
| Class org.torweg.pulse.component.statistics.user.UserStatisticsPDFControllerConfiguration extends UserStatisticsControllerConfiguration implements Serializable |
|---|
serialVersionUID: 6193804067062371269L
| Serialized Fields |
|---|
XSLHandleConfiguration reportPDFXSLHandle
XSLHandleConfiguration to create the PDF from.
| Package org.torweg.pulse.component.statistics.util |
|---|
| Class org.torweg.pulse.component.statistics.util.AbstractRegexVersionedCounterAggregationRowData extends AbstractRowData<T extends AbstractRegexVersionedCounterAggregation<? extends AbstractRegexVersioned,?>> implements Serializable |
|---|
serialVersionUID: -8472054163624797954L
| Serialized Fields |
|---|
java.lang.Integer counter
java.util.Map<K,V> countedTotals
java.util.Set<E> dataObjects
| Class org.torweg.pulse.component.statistics.util.AbstractRegexVersionedCounterAggregationRowDataBuilder extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 3229407307774727028L
| Class org.torweg.pulse.component.statistics.util.AbstractRowData extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -6613846935134322426L
| Class org.torweg.pulse.component.statistics.util.ResultIHasDurationDataMatrix extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -1180841723358293725L
| Serialized Fields |
|---|
Duration duration
Duration.
Period resolution
java.util.Set<E> rows
| Class org.torweg.pulse.component.statistics.util.ResultIHasDurationDataMatrixRow extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -425986691105614919L
| Serialized Fields |
|---|
Duration duration
AbstractRowData<T extends IHasDuration> data
IRowDataBuilder<U extends IHasDuration,T extends AbstractRowData<U>> rowBuilder
| Class org.torweg.pulse.component.statistics.util.ScreenResolutionPerVisitAggregationRowData extends AbstractRowData<ScreenResolutionPerVisitAggregation> implements Serializable |
|---|
serialVersionUID: 2454320019704411762L
| Serialized Fields |
|---|
int absoluteTotal
java.util.Map<K,V> formatTotals
java.util.Map<K,V> formats
java.util.Set<E> dataObjects
| Class org.torweg.pulse.component.statistics.util.ScreenResolutionPerVisitAggregationRowDataBuilder extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 3229407307774727028L
| Class org.torweg.pulse.component.statistics.util.ScreenResolutionXYValueComparator extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 3981300636105567747L
| Package org.torweg.pulse.component.statistics.view |
|---|
| Class org.torweg.pulse.component.statistics.view.AbstractStatisticsViewControllerConfiguration extends AbstractBaseConfiguration implements Serializable |
|---|
serialVersionUID: 809978823218389930L
| Serialized Fields |
|---|
Period defaultStatisticalViewPeriod
Period defaultStatisticalDataResolutionPeriod
java.util.Set<E> availableStatisticalDataResolutionPeriods
XSLHandleConfiguration reportPDFXSLHandle
XSLHandleConfiguration to fetch the (main)
XSLHandle for the creation of the PDF report.
java.lang.String reportPDFPrefix
default: "StatisticsReport"
| Class org.torweg.pulse.component.statistics.view.AbstractStatisticsViewControllerResult extends StringMapResult implements Serializable |
|---|
serialVersionUID: -4283300379830505240L
| Serialized Fields |
|---|
AbstractStatisticsViewControllerConfiguration configuration
AbstractStatisticsViewControllerConfiguration of the
AbstractStatisticsViewController the produced the result.
AbstractStatisticsViewControllerResultData data
AbstractStatisticsViewControllerResultData of the
AbstractStatisticsViewControllerResult.
java.lang.String className
AbstractStatisticsViewControllerResult.ResultError error
ResultError for the
GroupAnalysisViewControllerResult.
| Class org.torweg.pulse.component.statistics.view.AbstractStatisticsViewControllerResult.ResultError extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -9142197306123143973L
| Serialized Fields |
|---|
java.lang.String type
ResultError.
java.lang.String message
ResultError.
| Class org.torweg.pulse.component.statistics.view.AbstractStatisticsViewControllerResultData extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -7755440931530097041L
| Serialized Fields |
|---|
Duration duration
Duration.
Period dataResolution
Period "data resolution".
StatisticsServer server
StatisticsServer.
java.util.List<E> averageTimePerVisitAggregations
AverageTimePerVisitAggregations.
java.util.List<E> countryPerVisitAggregations
CountryPerVisitAggregations.
java.util.List<E> piRecordCountAggregations
PIRecordCountAggregations.
java.util.List<E> visitCountAggregations
VisitCountAggregations.
java.util.List<E> operatingSystemPerVisitAggregations
OperatingSystemPerVisitAggregations.
java.util.List<E> userAgentPerVisitAggregations
UserAgentPerVisitAggregations.
java.util.List<E> screenResolutionPerVisitAggregations
ScreenResolutionPerVisitAggregations.
java.util.List<E> refererTreeAggregations
RefererPerVisitAggregations.
| Class org.torweg.pulse.component.statistics.view.GroupAnalysisViewControllerConfiguration extends AbstractStatisticsViewControllerConfiguration implements Serializable |
|---|
serialVersionUID: -8254640981553326771L
| Serialized Fields |
|---|
java.lang.Integer maxNodesToBeDisplayed
default: 500
| Class org.torweg.pulse.component.statistics.view.GroupAnalysisViewControllerResult extends AbstractStatisticsViewControllerResult<GroupAnalysisViewControllerResultData> implements Serializable |
|---|
serialVersionUID: -1928433354513113397L
| Class org.torweg.pulse.component.statistics.view.GroupAnalysisViewControllerResultData extends AbstractStatisticsViewControllerResultData implements Serializable |
|---|
serialVersionUID: 7745494739804656938L
| Serialized Fields |
|---|
java.util.Set<E> aggrNodes
GroupAnalysisViewControllerResultData.PathTreeAggregationsNode pdfRootNode
int maxNodesToBeDisplayed
| Class org.torweg.pulse.component.statistics.view.GroupAnalysisViewControllerResultData.PathTreeAggregationsNode extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -1378209543018971347L
| Serialized Fields |
|---|
PathTreeElement path
PathTreeElement.
java.util.List<E> aggregations
PathTreeAggregations.
int hits
int childHits
int bounces
int childBounces
int entries
int leaves
java.lang.Boolean leaf
true.
boolean expandable
java.lang.Boolean hasChildrenNodes
java.util.Set<E> childNodes
| Class org.torweg.pulse.component.statistics.view.GroupAnalysisViewControllerResultData.PathTreeAggregationsNodeComparator extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -8493470323843260926L
| Class org.torweg.pulse.component.statistics.view.GroupAnalysisViewReportControllerConfiguration extends GroupAnalysisViewControllerConfiguration implements Serializable |
|---|
serialVersionUID: -8254640981553326771L
| Serialized Fields |
|---|
int maxPDFTreeDepth
default: 3.
NOTE: a high depth value can cause a long time for building the PDF report (of course depending on the amount of nodes in the tree).
| Class org.torweg.pulse.component.statistics.view.OverViewControllerConfiguration extends AbstractStatisticsViewControllerConfiguration implements Serializable |
|---|
serialVersionUID: -8254640981553326771L
| Class org.torweg.pulse.component.statistics.view.OverViewControllerResult extends AbstractStatisticsViewControllerResult<OverViewControllerResultData> implements Serializable |
|---|
serialVersionUID: -1928433354513113397L
| Class org.torweg.pulse.component.statistics.view.OverViewControllerResultData extends AbstractStatisticsViewControllerResultData implements Serializable |
|---|
serialVersionUID: 7745494739804656938L
| Serialized Fields |
|---|
java.lang.Integer totalOfVisits
Visits for the duration of the
OverViewControllerResultData.
java.lang.Integer totalOfPIRecords
PIRecordss for the duration of the
OverViewControllerResultData.
java.lang.Integer totalOfBounces
OverViewControllerResultData.
java.lang.Double averageTimePerVisit
OverViewControllerResultData.
java.util.Set<E> countryData
| Class org.torweg.pulse.component.statistics.view.OverViewControllerResultData.CountryData extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -1726881806926956738L
| Serialized Fields |
|---|
java.lang.String country
int count
| Class org.torweg.pulse.component.statistics.view.OverViewReportControllerConfiguration extends OverViewControllerConfiguration implements Serializable |
|---|
serialVersionUID: -4765956547594205805L
| Serialized Fields |
|---|
java.lang.String pathToFlagIcons
| Class org.torweg.pulse.component.statistics.view.RefererAnalysisViewControllerConfiguration extends AbstractStatisticsViewControllerConfiguration implements Serializable |
|---|
serialVersionUID: -8254640981553326771L
| Class org.torweg.pulse.component.statistics.view.RefererAnalysisViewControllerResult extends AbstractStatisticsViewControllerResult<RefererAnalysisViewControllerResultData> implements Serializable |
|---|
serialVersionUID: -1928433354513113397L
| Class org.torweg.pulse.component.statistics.view.RefererAnalysisViewControllerResultData extends AbstractStatisticsViewControllerResultData implements Serializable |
|---|
serialVersionUID: 7745494739804656938L
| Serialized Fields |
|---|
java.util.Set<E> aggrNodes
java.util.Set<E> aggrPDFNodes
| Class org.torweg.pulse.component.statistics.view.RefererAnalysisViewControllerResultData.RefererTreeAggregationsNode extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 8257390133986248620L
| Serialized Fields |
|---|
java.lang.Long id
java.lang.String text
int hits
java.lang.Boolean leaf
true.
java.lang.Boolean expandable
java.lang.Boolean hasChildrenNodes
| Class org.torweg.pulse.component.statistics.view.RefererAnalysisViewControllerResultData.RefererTreeAggregationsPDFNode extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 5353732444703551566L
| Serialized Fields |
|---|
int hits
java.lang.String text
| Class org.torweg.pulse.component.statistics.view.TechnicalInformationViewControllerConfiguration extends AbstractStatisticsViewControllerConfiguration implements Serializable |
|---|
serialVersionUID: -8254640981553326771L
| Serialized Fields |
|---|
double screenResolutionLowestDisplayValue
default: 0.01
TechnicalInformationViewControllerConfiguration.ScreenResolutionFilterMode screenResolutionLowestDisplayValueFilterMode
default:
ScreenResolutionFilterMode.ABSOLUTE_ROW_TOTAL
serialVersionUID: -1928433354513113397L
| Class org.torweg.pulse.component.statistics.view.TechnicalInformationViewControllerResultData extends AbstractStatisticsViewControllerResultData implements Serializable |
|---|
serialVersionUID: 7745494739804656938L
| Serialized Fields |
|---|
java.util.List<E> knownOperatingSystems
OperatingSystems.
java.util.List<E> knownUserAgents
UserAgents.
java.util.List<E> knownScreenResolutions
ScreenResolutions.
ResultIHasDurationDataMatrix<T extends IHasDuration,U extends IRowDataBuilder<T,V>,V extends AbstractRowData<T>> operatingSystemAggregationsMatrix
ResultIHasDurationDataMatrix<T extends IHasDuration,U extends IRowDataBuilder<T,V>,V extends AbstractRowData<T>> userAgentAggregationsMatrix
ResultIHasDurationDataMatrix<T extends IHasDuration,U extends IRowDataBuilder<T,V>,V extends AbstractRowData<T>> screenResolutionAggregationsMatrix
| Class org.torweg.pulse.component.statistics.view.TimeAnalysisViewControllerConfiguration extends AbstractStatisticsViewControllerConfiguration implements Serializable |
|---|
serialVersionUID: -8254640981553326771L
| Class org.torweg.pulse.component.statistics.view.TimeAnalysisViewControllerResult extends AbstractStatisticsViewControllerResult<TimeAnalysisViewControllerResultData> implements Serializable |
|---|
serialVersionUID: -1928433354513113397L
| Class org.torweg.pulse.component.statistics.view.TimeAnalysisViewControllerResultData extends AbstractStatisticsViewControllerResultData implements Serializable |
|---|
serialVersionUID: 7745494739804656938L
| Class org.torweg.pulse.component.statistics.view.WestPanelControllerConfiguration extends AbstractStatisticsViewControllerConfiguration implements Serializable |
|---|
serialVersionUID: 7302694297347816249L
| Serialized Fields |
|---|
java.util.Set<E> initViews
| Class org.torweg.pulse.component.statistics.view.WestPanelControllerResult extends AbstractStatisticsViewControllerResult<WestPanelControllerResultData> implements Serializable |
|---|
serialVersionUID: -8771771336636555642L
| Class org.torweg.pulse.component.statistics.view.WestPanelControllerResultData extends AbstractStatisticsViewControllerResultData implements Serializable |
|---|
serialVersionUID: -7429655579781312393L
| Serialized Fields |
|---|
java.util.Set<E> servers
StatisticsServers.
| Package org.torweg.pulse.component.store.admin |
|---|
| Class org.torweg.pulse.component.store.admin.StoreEditorConfig extends AbstractBasicContentEditorConfig implements Serializable |
|---|
serialVersionUID: -6048320651653902836L
| Serialized Fields |
|---|
java.io.File ajaxDescriptionXSLFile
java.io.File ajaxVariantXSLFile
java.io.File ajaxVariantDescriptionXSLFile
java.io.File ajaxVariantSummaryXSLFile
| Package org.torweg.pulse.component.store.model |
|---|
| Class org.torweg.pulse.component.store.model.StoreContent extends AbstractSummaryDescriptionContent implements Serializable |
|---|
serialVersionUID: -834623940610715042L
| Serialized Fields |
|---|
java.util.Set<E> storeVariants
StoreVariants of the StoreContent.
java.lang.String orderCode
StoreContent.
StoreContentImageGroup mainImage
StoreContent.
java.util.Set<E> alternativeImages
StoreContent.
| Class org.torweg.pulse.component.store.model.StoreContentImageGroup extends AbstractImageGroup implements Serializable |
|---|
serialVersionUID: 966648067635197575L
| Serialized Fields |
|---|
java.util.List<E> allAssignableVersions
StoreContentImageGroup.
| Class org.torweg.pulse.component.store.model.StoreContentImageGroupConfiguration extends AbstractImageGroupConfiguration implements Serializable |
|---|
serialVersionUID: -618868764060781501L
| Class org.torweg.pulse.component.store.model.StoreVariant extends AbstractSummaryDescriptionVariant<StoreVariant> implements Serializable |
|---|
serialVersionUID: -1749056402986109240L
| Serialized Fields |
|---|
java.lang.String orderCode
StoreVariant.
StoreContentImageGroup mainImage
StoreVariant.
java.util.Set<E> alternativeImages
StoreVariant.
| Package org.torweg.pulse.component.survey |
|---|
| Class org.torweg.pulse.component.survey.SurveyControllerConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: 4935614513241617894L
| Serialized Fields |
|---|
java.lang.String surveyIdParameterName
Survey.id.
default: surveyId
java.lang.String surveyQuestionParameterName
AbstractQuestion of the Survey.
default: surveyQuestion
java.lang.String previousQuestionParameterName
AbstractQuestion of the Survey.
default: previousQuestion
java.lang.String surveyTokenParameterName
Survey.
default: surveyToken
java.util.Map<K,V> redirectFinishedURIs
Map<String, String> that maps the name of a
Survey to a URI to redirect to, once the Survey
is finished.
java.util.Map<K,V> redirectParticipatedURIs
Map<String, String> that maps the name of a
Survey to a URI to redirect to, once the Survey
is finished and the current User has already submitted a
complete Survey.
| Class org.torweg.pulse.component.survey.SurveyControllerResult extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -2291559326729281829L
| Serialized Fields |
|---|
SurveyControllerConfiguration config
SurveyControllerConfiguration which holds the
request-parameter-names to be used for the communication.
SurveyProgress surveyProgress
SurveyProgress of the
SurveyControllerResult.
java.lang.Long surveyId
Survey of the
SurveyProgress.
java.lang.String surveyName
Survey of the
SurveyProgress.
boolean success
default: false
SurveyControllerError error
SurveyControllerError of the
SurveyControllerResult if set.
| Class org.torweg.pulse.component.survey.SurveyCreatorControllerConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: 974494927979274862L
| Serialized Fields |
|---|
java.lang.String surveyParameterName
default: surveyName
java.util.Map<K,V> surveys
Survey-map which maps a Survey to its name.
| Class org.torweg.pulse.component.survey.SurveyCreatorControllerResult extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -3832151253649232294L
| Serialized Fields |
|---|
java.lang.String message
boolean success
default: false
| Class org.torweg.pulse.component.survey.SurveyProgress extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -3971353893375313838L
| Serialized Fields |
|---|
Survey survey
Survey of the SurveyProgress.
Questionnaire questionnaire
Questionnaire of the SurveyProgress .
boolean isValid
AbstractQuestion's
AbstractTypedAnswer was valid.
int lastSuccessfulQuestionIndex
AbstractQuestion
of the Survey.
java.lang.Long progress
SurveyToken surveyToken
SurveyToken of the SurveryProgress.
| Package org.torweg.pulse.component.survey.export |
|---|
| Class org.torweg.pulse.component.survey.export.ExcelExportConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: 3981227495711190862L
| Serialized Fields |
|---|
java.util.Set<E> surveyConfigurations
| Package org.torweg.pulse.component.survey.model |
|---|
| Class org.torweg.pulse.component.survey.model.AbstractQuestion extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -2520177698849847270L
| Serialized Fields |
|---|
java.lang.String questionText
AbstractQuestion. Is used to be
able to identify the question for export.
boolean isAllowBlank
AbstractQuestion requires to be
answered.
default: false
java.lang.String clazz
| Class org.torweg.pulse.component.survey.model.AbstractTypedAnswer extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -3015370690973043330L
| Serialized Fields |
|---|
java.lang.Long questionId
AbstractQuestion this
AbstractTypedAnswer<T> belongs to.
boolean isValid
AbstractTypedAnswer<T> did validate
against the AbstractQuestion it was created by.
default: true
AnswerValidationError validationError
AbstractQuestion during
validation.
| Class org.torweg.pulse.component.survey.model.OpenQuestion extends AbstractQuestion implements Serializable |
|---|
serialVersionUID: 4514546267423141531L
| Serialized Fields |
|---|
java.lang.String regexpression
| Class org.torweg.pulse.component.survey.model.OpenQuestionAnswer extends AbstractTypedAnswer<java.lang.String> implements Serializable |
|---|
serialVersionUID: 970649804329257252L
| Serialized Fields |
|---|
java.lang.String value
OpenQuestionAnswer.
| Class org.torweg.pulse.component.survey.model.QuestionGroup extends AbstractQuestion implements Serializable |
|---|
serialVersionUID: -5797832591516808912L
| Serialized Fields |
|---|
java.util.List<E> questions
AbstractQuestions of the QuestionGroup.
| Class org.torweg.pulse.component.survey.model.QuestionGroupAnswer extends AbstractTypedAnswer<java.util.List<AbstractTypedAnswer<?>>> implements Serializable |
|---|
serialVersionUID: 5061205706726996452L
| Serialized Fields |
|---|
java.util.List<E> value
QuestionGroupAnswer.
| Class org.torweg.pulse.component.survey.model.Questionnaire extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -6621432769289317653L
| Serialized Fields |
|---|
java.lang.Long surveyId
Survey the Questionnaire
belongs to.
java.lang.Long userId
User the Questionnaire
belongs to.
java.lang.String surveyToken
Questionnaire has been
answered with.
java.util.List<E> answers
Survey the
Questionnaire belongs to.
java.util.Date storageDate
Date the Questionnaire has been saved.
Note: This will be set by the default
SurveyController upon (every) storage of the
Questionnaire.
| Class org.torweg.pulse.component.survey.model.SelectQuestion extends AbstractQuestion implements Serializable |
|---|
serialVersionUID: -3791465392348935265L
| Serialized Fields |
|---|
java.util.Collection<E> selectValues
int noOfSelects
0, arbitrary no. of answers possible
1, one answer possible
x, x answers possible
default: 0
boolean selectExactNoOfSelects
default: false, less values than noOfSelects can be
selected
boolean customValue
default: false
| Class org.torweg.pulse.component.survey.model.SelectQuestionAnswer extends AbstractTypedAnswer<java.util.Collection<java.lang.String>> implements Serializable |
|---|
serialVersionUID: -8131444744430253472L
| Serialized Fields |
|---|
java.util.Collection<E> values
SelectQuestionAnswer.
java.lang.String customValue
| Class org.torweg.pulse.component.survey.model.Survey extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -432656558872642744L
| Serialized Fields |
|---|
java.lang.String name
Survey.
java.util.List<E> questions
AbstractQuestions of the Survey.
java.util.Date startDate
Date of the Survey if set.
This Setting will be evaluated by the default
SurveyController during execution.
java.util.Date endDate
Date of the Survey if set.
This Setting will be evaluated by the default
SurveyController during execution.
boolean singleStepSave
Questionnaires for this survey
on every single step.
default: false, which means the Questionnaires
of this Survey will be only saved once the
Survey is finished.
This Setting will be evaluated by the default
SurveyController during execution.
NOTE:
This setting has only effect if:
Survey.anonymous is
trueSurvey.requireSurveyToken
is true
boolean anonymous
Survey is anonymous.
default: true
This Setting will be evaluated by the default
SurveyController during execution.
NOTE: If set to false and using the default
SurveyController
User can take part in the
Survey (to further narrow down the Users or
avoid User.id-storage -> see:
Survey.roleIds)User.id from the User in the
current ServiceSession will be stored with the
Questionnaire
boolean requireSurveyToken
Survey.
default: false
This Setting will be evaluated by the default
SurveyController during execution.
java.util.Collection<E> roleIds
Roles a User needs to
take part in the Survey.
This Setting will be evaluated by the default
SurveyController during execution.
boolean requireAllRoles
Survey or a single one is enough.
default: false
This Setting will be evaluated by the default
SurveyController during execution.
NOTE:
This setting has only effect if Survey.isRequiresRole() returns
true.
boolean keepInSession
Survey (precisely the current
SurveyProgress) is to be kept in the session once the
Survey is finished.
default: false, which means the current
SurveyProgress will be removed from the session once the
Survey is finished.
This Setting will be evaluated by the default
SurveyController during execution.
NOTE:
Use this setting to keep anonymous Surveys (precisely the
SurveyProgress) stored for the duration of session to avoid
multiple participation in a Survey during one session if:
Survey does not require tokenSurvey is anonymous
| Class org.torweg.pulse.component.survey.model.SurveyToken extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 2562714856234638799L
| Serialized Fields |
|---|
java.lang.Long id
SurveyToken.
java.lang.String token
java.lang.Long surveyId
Survey this token belongs to.
boolean used
| Package org.torweg.pulse.component.util.admin |
|---|
| Class org.torweg.pulse.component.util.admin.EditorConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: 3324473169170386085L
| Serialized Fields |
|---|
XSLHandleConfiguration ajaxXSLHandle
XSLHandleConfiguration to fetch the (main)
XSLHandle for the editor from.
| Package org.torweg.pulse.component.util.model |
|---|
| Class org.torweg.pulse.component.util.model.AbstractExtendedAddress extends AbstractNamableEntity implements Serializable |
|---|
serialVersionUID: -3347213603937082774L
| Serialized Fields |
|---|
java.lang.String country
AbstractExtendedAddress.
java.lang.String contactPerson
AbstractExtendedAddress.
java.lang.String street
AbstractExtendedAddress.
java.lang.String postalCode
AbstractExtendedAddress.
java.lang.String city
AbstractExtendedAddress.
java.lang.String phoneNumber
AbstractExtendedAddress.
java.lang.String mobilePhoneNumber
AbstractExtendedAddress.
java.lang.String faxNumber
AbstractExtendedAddress.
java.lang.String email
AbstractExtendedAddress.
java.lang.String url
AbstractExtendedAddress.
java.lang.String state
Retailer.
| Class org.torweg.pulse.component.util.model.Representative extends AbstractExtendedAddress implements Serializable |
|---|
serialVersionUID: -4650633524808332259L
| Serialized Fields |
|---|
java.lang.String representsRegion
Representative is located.
java.lang.String representsCountry
Representative.
java.lang.String representsState
Representative.
java.lang.String nameAffix
Representative.
java.lang.String addressAffix
Representative.
| Class org.torweg.pulse.component.util.model.Retailer extends AbstractExtendedAddress implements Serializable |
|---|
serialVersionUID: 5945890144831636881L
| Serialized Fields |
|---|
java.lang.String customerNumber
Retailer.
Retailer.Type type
Retailer.Type of the Retailer.
VirtualFile logo
Retailer.
java.util.BitSet retailStoreFilter
Retailer.
java.util.BitSet webShopFilter
Retailer.
| Package org.torweg.pulse.component.util.representative.admin |
|---|
| Class org.torweg.pulse.component.util.representative.admin.RepresentativeEditorConfiguration extends EditorConfiguration implements Serializable |
|---|
serialVersionUID: 8788186959593932109L
| Serialized Fields |
|---|
XSLHandleConfiguration ajaxRepresentativeXSLHandle
XSLHandleConfiguration to fetch the (main)
XSLHandle for the (single) representative-editor from.
| Package org.torweg.pulse.component.util.retailer.admin |
|---|
| Class org.torweg.pulse.component.util.retailer.admin.RetailerEditorConfiguration extends EditorConfiguration implements Serializable |
|---|
serialVersionUID: -8971520869180443855L
| Serialized Fields |
|---|
java.lang.String logoFolderPath
java.util.List<E> requireCustomerNumberCountries
Retailer.
customerNumber is mandatory.
RetailerEditorConfiguration.Countries countriesAvailable
RetailerEditor.
RetailerEditorConfiguration.FilterSizeConfiguration retailStoreFilter
FilterSizeConfiguration representing the size of the
retail-store-filter.
RetailerEditorConfiguration.FilterSizeConfiguration webShopFilter
FilterSizeConfiguration representing the size of the
web-shop-filter.
XSLHandleConfiguration ajaxRetailerXSLHandle
XSLHandleConfiguration to fetch the (main)
XSLHandle for the (single) retailer-editor from.
java.lang.String exportFileName
Retailers are
being exported to.
default: retailer_
java.util.List<E> exporters
AbstractRetailerExporters.
| Class org.torweg.pulse.component.util.retailer.admin.RetailerEditorConfiguration.Countries extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -8754677645676714582L
| Serialized Fields |
|---|
boolean isKnownCountries
default: true
java.util.List<E> countriesList
| Class org.torweg.pulse.component.util.retailer.admin.RetailerEditorConfiguration.Exporter extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 8225327892778595069L
| Serialized Fields |
|---|
java.lang.String extension
java.lang.String clazz
AbstractRetailerImporter.
boolean isEnabled
Export is enabled.
default: false
| Class org.torweg.pulse.component.util.retailer.admin.RetailerEditorConfiguration.FilterSizeConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 66573587948190349L
| Serialized Fields |
|---|
int defaultFilterSize
default: 16
java.util.List<E> countrySettings
| Class org.torweg.pulse.component.util.retailer.admin.RetailerEditorConfiguration.FilterSizeConfiguration.CountrySetting extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 7678228519397902337L
| Serialized Fields |
|---|
java.lang.String country
int size
| Package org.torweg.pulse.component.util.retailer.imports |
|---|
| Class org.torweg.pulse.component.util.retailer.imports.ImportRetailerConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: 7255204763635341544L
| Serialized Fields |
|---|
java.lang.String importFolderPath
Files to be
imported.
java.lang.String fileNamePrefix
String that has to be the first part of the name of
every File that shall be imported.
default: retailer_
java.lang.String backupExtension
default: bck
java.lang.String temporaryExtension
default: tmp
java.lang.String logoFolderPath
Files to be
associated with the imported Retailers.
java.util.List<E> importers
java.lang.Integer retailStoreFilterSize
BitSet for the retail-store-filter.
default: null
java.lang.Integer webShopFilterSize
BitSet for the web-shop-filter.
default: null
| Class org.torweg.pulse.component.util.retailer.imports.ImportRetailerConfiguration.Importer extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -7208863488143662630L
| Serialized Fields |
|---|
java.lang.String extension
java.lang.String clazz
AbstractRetailerImporter.
| Class org.torweg.pulse.component.util.retailer.imports.RetailerImporterException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: -951367394745698167L
| Package org.torweg.pulse.configuration |
|---|
| Class org.torweg.pulse.configuration.AbstractConfigBean extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -4627765664622583828L
| Serialized Fields |
|---|
long lastModified
| Class org.torweg.pulse.configuration.Configuration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 5307803483069743990L
| Serialized Fields |
|---|
java.lang.String bundleName
java.io.File configFileReference
long lastModified
| Class org.torweg.pulse.configuration.ConfigurationException extends PulseException implements Serializable |
|---|
serialVersionUID: -1978030074578265102L
| Class org.torweg.pulse.configuration.EmailAddressConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 4918771554250918204L
| Serialized Fields |
|---|
java.lang.String emailAddress
java.lang.String realName
| Class org.torweg.pulse.configuration.EmailConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 8624674039397224510L
| Serialized Fields |
|---|
java.util.Collection<E> recipients
java.util.Collection<E> senders
java.lang.String subject
XSLHandleConfiguration text
XSLHandleConfiguration html
| Class org.torweg.pulse.configuration.FormConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 1868839614691835802L
| Serialized Fields |
|---|
java.util.Collection<E> formFieldConfigurations
FormFieldConfigurations.
| Class org.torweg.pulse.configuration.FormConfiguration.FormFieldConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -5282259668445926464L
| Serialized Fields |
|---|
java.lang.String name
boolean required
java.lang.String regularExpression
| Class org.torweg.pulse.configuration.JNDILookupConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 1007822038658007130L
| Serialized Fields |
|---|
java.lang.String context
java.lang.String namedObject
| Class org.torweg.pulse.configuration.LocaleMappedConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -3825999899104334213L
| Serialized Fields |
|---|
java.util.Collection<E> mappings
Collection of mappings.
| Class org.torweg.pulse.configuration.LocaleMappedConfiguration.LocaleMappedConfigurationEntry extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 9001357449116784769L
| Serialized Fields |
|---|
java.util.Locale locale
Locale.
java.lang.Object value
| Class org.torweg.pulse.configuration.MappedConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -306302754674201946L
| Serialized Fields |
|---|
java.util.Collection<E> mappings
Collection of mappings.
| Class org.torweg.pulse.configuration.MappedConfiguration.MappedConfigurationEntry extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -6612340520393741999L
| Serialized Fields |
|---|
java.lang.Object key
java.lang.Object value
| Class org.torweg.pulse.configuration.PoorMansCacheConfiguration extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: -8548196993088036732L
| Serialized Fields |
|---|
boolean virtualFileCacheEnabled
long maxFileSize
long maxCacheSize
TimeSpan maxInactive
| Class org.torweg.pulse.configuration.XSLHandleConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: -838152594911552900L
| Serialized Fields |
|---|
java.lang.String file
XSLHandle from.
| Package org.torweg.pulse.email |
|---|
| Class org.torweg.pulse.email.Email extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -6294359905305345773L
| Serialized Fields |
|---|
java.lang.String subject
Email.
java.lang.String textContent
Email.
java.lang.String htmlContent
Email.
java.util.Map<K,V> inlineImages
Map with the images: the key is the content-id (cid) of the
image, the value is an SerializableDataSource.
java.util.Collection<E> attachments
File objects to be set as attachments.
javax.mail.internet.InternetAddress[] recipients
Email.
javax.mail.internet.InternetAddress[] froms
Email.
javax.mail.internet.InternetAddress[] replyTo
Email.
java.lang.String returnPath
| Class org.torweg.pulse.email.MailQueueConfiguration extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: -4382140480125743933L
| Serialized Fields |
|---|
java.lang.String protocol
java.lang.String server
int port
java.lang.String user
java.lang.String password
java.io.File tempDir
java.io.File pulseRootDir
long sleepInterval
| Class org.torweg.pulse.email.QueueItem extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 5186955392586121134L
| Serialized Fields |
|---|
QueueItem.MimeMessageWrapper mm
Email em
int failCount
| Class org.torweg.pulse.email.QueueItem.MimeMessageWrapper extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 9073158470615393629L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.io.IOException - on errors
java.lang.ClassNotFoundException - on errors
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
java.io.IOException - on errors| Package org.torweg.pulse.invocation |
|---|
| Class org.torweg.pulse.invocation.InvokerException extends PulseException implements Serializable |
|---|
serialVersionUID: -2476762597737834758L
| Package org.torweg.pulse.invocation.lifecycle |
|---|
| Class org.torweg.pulse.invocation.lifecycle.LifecycleException extends PulseException implements Serializable |
|---|
serialVersionUID: -169917239903887523L
| Package org.torweg.pulse.result |
|---|
| Class org.torweg.pulse.result.ExtendedFormResult extends FormResult implements Serializable |
|---|
serialVersionUID: -3583076173531855594L
| Serialized Fields |
|---|
boolean success
| Class org.torweg.pulse.result.FormResult extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -4417107039783361655L
| Serialized Fields |
|---|
java.util.List<E> formFieldResults
FormFieldResults.
| Class org.torweg.pulse.result.FormResult.FormFieldResult extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -1655590687558236202L
| Serialized Fields |
|---|
java.lang.String name
FormResult.FormFieldStatus status
java.lang.String value
java.lang.String invalidValue
| Package org.torweg.pulse.service |
|---|
| Class org.torweg.pulse.service.PulseException extends java.lang.RuntimeException implements Serializable |
|---|
serialVersionUID: -4806503053984070478L
| Class org.torweg.pulse.service.Servlet extends javax.servlet.http.HttpServlet implements Serializable |
|---|
serialVersionUID: 8547670216150238972L
| Serialized Fields |
|---|
java.io.File servletConfigFile
| Class org.torweg.pulse.service.ServletConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 6987851150280189883L
| Serialized Fields |
|---|
java.lang.Class<T> serviceRequest
java.lang.Class<T> invoker
java.lang.Class<T> geoLocationProvider
long reloadInterval
org.jdom.Element hibernateConfig
java.lang.String hibernateJDNIName
java.io.File hibernateSearchIndexBase
org.jdom.Element customSQL
org.jdom.Element vfsConfig
org.jdom.Element jobletSchedulerConfig
org.jdom.Element mailQueueConfig
java.lang.String jaxbPackages
boolean isTLSAvailable
Action.Security weakestSecurityLevel
java.lang.Class<T> captchaAdapter
ICaptchaAdapter if configured.
PoorMansCacheConfiguration poorMansCacheConfiguration
PoorMansCache.
int securePort
int defaultPort
java.lang.String fopPath
java.lang.String versioningPrefix
java.lang.String serverSalt
| Package org.torweg.pulse.service.event |
|---|
| Class org.torweg.pulse.service.event.OutputEventAlreadyExistsException extends IllegalEventException implements Serializable |
|---|
serialVersionUID: -5458719249658002220L
| Class org.torweg.pulse.service.event.StopEventAlreadyExistsException extends IllegalEventException implements Serializable |
|---|
serialVersionUID: -6483996758642717214L
| Package org.torweg.pulse.service.request |
|---|
| Class org.torweg.pulse.service.request.Command extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 2639731163738871391L
| Serialized Fields |
|---|
java.lang.String bundle
Command.
java.lang.String action
Command.
java.util.Locale locale
Command.
java.lang.Long sitemapID
SitemapNode's id of the content loaded by the Command. May be
null, if the view is not part of the Sitemap.
java.util.SortedMap<K,V> pulseParameters
java.util.SortedMap<K,V> httpParameters
java.lang.String suffix
index.html).
boolean includeHTTPParametersInToString
toString().
true for all newly created commands, false for commands
build from a request with an HTTP request method other than " GET
".
Action.Security security
Action.Security.NEVER.
java.lang.String tokenValue
| Class org.torweg.pulse.service.request.CommandBuilder extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 3151166572064016775L
| Serialized Fields |
|---|
java.util.Locale locale
Locale of the CommandBuilder.
Bundle bundle
Bundle of the CommandBuilder.
java.lang.String action
CommandBuilder.
java.lang.Long sitemapNodeId
CommandBuilder's SitemapNode id.
java.util.Set<E> parameters
Parameters associated with the CommandBuilder.
java.lang.String bundleName
| Class org.torweg.pulse.service.request.CommandURIParseException extends UnparsableRequestException implements Serializable |
|---|
serialVersionUID: -45364567424L
| Class org.torweg.pulse.service.request.Cookie.ImmutableException extends PulseException implements Serializable |
|---|
serialVersionUID: -6517835402645033053L
| Class org.torweg.pulse.service.request.HttpBoundSession extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -8183460064005354399L
| Serialized Fields |
|---|
long created
boolean fake
ServiceSession is actually bound to the
underlying session management.
boolean hasState
java.util.Map<K,V> contents
byte[] secret
java.util.Set<E> sessionRoles
| Class org.torweg.pulse.service.request.Locale extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 7959948289511422497L
| Serialized Fields |
|---|
java.lang.String country
java.lang.String language
java.lang.String variant
boolean isDefault
java.util.Collection<E> aliases
boolean inactive
boolean defaultLanguage
| Class org.torweg.pulse.service.request.LocaleManager extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -8544676414471417084L
| Serialized Fields |
|---|
ServiceRequestImplConfig configuration
| Class org.torweg.pulse.service.request.Parameter extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 8780220576098673232L
| Serialized Fields |
|---|
java.lang.String name
Parameter.
java.util.List<E> values
List of values of the Parameter.
| Class org.torweg.pulse.service.request.ServiceRequestImplConfig extends Configuration implements Serializable |
|---|
serialVersionUID: 2198432521596998394L
| Serialized Fields |
|---|
LocaleManager localeManager
ServiceRequestImplConfig.FileUploadConfig fileUploadConfig
ServiceRequest.SessionMode sessionUseCookiesOnly
java.util.Set<E> knownSpiders
ServiceRequestImplConfig.LocaleManagerConfiguration localeManagerConfig
long intelliCacheMaxAge
| Class org.torweg.pulse.service.request.ServiceRequestImplConfig.FileUploadConfig extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 1389339395667505622L
| Serialized Fields |
|---|
long fileUploadMaxSize
java.io.File fileUploadTempDir
| Class org.torweg.pulse.service.request.ServiceRequestImplConfig.LocaleManagerConfiguration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -3810729036234221360L
| Serialized Fields |
|---|
boolean rfcCompliant
false).
java.util.Collection<E> locales
Locale defaultLocale
java.util.concurrent.atomic.AtomicBoolean defaultLocaleInitialized
| Class org.torweg.pulse.service.request.TemporaryFile extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 3663265345577875603L
| Serialized Fields |
|---|
java.io.File file
| Class org.torweg.pulse.service.request.UnparsableRequestException extends PulseException implements Serializable |
|---|
serialVersionUID: -6250596600580297612L
| Class org.torweg.pulse.service.request.UploadedFile extends TemporaryFile implements Serializable |
|---|
serialVersionUID: -3963048304273759298L
| Serialized Fields |
|---|
java.lang.String parameterName
java.lang.String fileName
IUploadedFile.AutoDelete autoDelete
| Class org.torweg.pulse.service.request.UploadProgress extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 4359083178699076731L
| Serialized Fields |
|---|
long bytesRead
long contentLength
long lastUpdate
boolean finished
java.lang.String errorMessage
boolean erroneous
| Package org.torweg.pulse.site |
|---|
| Class org.torweg.pulse.site.CaseDrivenRedirectAndEmailConfig extends CaseDrivenRedirectConfig implements Serializable |
|---|
serialVersionUID: 7844032623458566971L
| Serialized Fields |
|---|
java.util.Map<K,V> cases
| Class org.torweg.pulse.site.CaseDrivenRedirectConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 785344496123540248L
| Serialized Fields |
|---|
java.util.Map<K,V> redirectCases
| Class org.torweg.pulse.site.LocaleMatchingException extends PulseException implements Serializable |
|---|
serialVersionUID: -4806503053984070478L
| Class org.torweg.pulse.site.View extends AbstractNamableEntity implements Serializable |
|---|
serialVersionUID: -9207753073189282112L
| Serialized Fields |
|---|
SitemapNode sitemapNode
SitemapNode the View is assigned to.
Content content
Content of the View.
CommandBuilder commandBuilder
| Class org.torweg.pulse.site.ViewNotFoundException extends PulseException implements Serializable |
|---|
serialVersionUID: -2439025645552913144L
| Class org.torweg.pulse.site.ViewTypes extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -8306396597592612756L
| Serialized Fields |
|---|
View defaultView
java.util.Set<E> standardViews
View createView
View saveView
View editView
View moveView
View deleteView
View nodeCreateContentView
View expandEditView
View expandView
| Package org.torweg.pulse.site.content |
|---|
| Class org.torweg.pulse.site.content.AbstractBasicContent extends Content implements Serializable |
|---|
serialVersionUID: 6376391145823134097L
| Serialized Fields |
|---|
java.lang.String summary
AbstractBasicContent.
java.lang.String keywords
AbstractBasicContent.
java.lang.String title
java.lang.String metaKeywords
java.lang.String metaDescription
java.lang.String suffix
Commands accessing the
AbstractBasicContent.
The default value is DEFAULT_SUFFIX.
| Class org.torweg.pulse.site.content.AbstractBasicContentConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 234949128996236986L
| Serialized Fields |
|---|
java.util.Map<K,V> converters
| Class org.torweg.pulse.site.content.AbstractBasicVariant extends Variant<T extends AbstractBasicVariant<T>> implements Serializable |
|---|
serialVersionUID: 1697853927204347160L
| Serialized Fields |
|---|
Content content
Content of the AbstractBasicVariant.
java.lang.String summary
AbstractBasicVariant.
| Class org.torweg.pulse.site.content.AbstractContentGroup extends AbstractSummaryDescriptionContent implements Serializable |
|---|
serialVersionUID: 9330960443983984L
| Class org.torweg.pulse.site.content.AbstractRegistryNode extends Node implements Serializable |
|---|
serialVersionUID: -857091009050712563L
| Serialized Fields |
|---|
java.lang.String name
AbstractRegistryNode.
Bundle bundle
Bundle of the RegistryBundleNode.
| Class org.torweg.pulse.site.content.AbstractSummaryDescriptionContent extends AbstractBasicContent implements Serializable |
|---|
serialVersionUID: -5792584035373330549L
| Serialized Fields |
|---|
java.lang.String description
AbstractSummaryDescriptionContent.
| Class org.torweg.pulse.site.content.AbstractSummaryDescriptionVariant extends AbstractBasicVariant<T extends AbstractSummaryDescriptionVariant<T>> implements Serializable |
|---|
serialVersionUID: -5792584035373330549L
| Serialized Fields |
|---|
java.lang.String description
AbstractSummaryDescriptionContent.
| Class org.torweg.pulse.site.content.Attachment extends AbstractNamableEntity implements Serializable |
|---|
serialVersionUID: 7032977743892025164L
| Serialized Fields |
|---|
java.lang.String description
Attachment in deserialised XML.
VirtualFile file
VirtualFile associated with the Attachment.
| Class org.torweg.pulse.site.content.Content extends AbstractNamableEntity implements Serializable |
|---|
serialVersionUID: -2416753273274390014L
| Serialized Fields |
|---|
java.util.Locale locale
Locale of the Content.
Bundle bundle
Bundle of the Content.
ContentLocalizationMap localizationMap
ContentLocalizationMap of the Content.
java.util.Set<E> associatedViews
Views of the Content.
java.util.Set<E> associatedVirtualFiles
VirtualFiles of the Content.
java.util.Set<E> attachments
Attachments of the Content.
User creator
User which has created the Content.
java.util.Date created
Date of creation.
User lastModifier
User which has last modified the Content.
java.util.Date lastModified
Date of the last modification.
java.lang.Long referenceDurationStart
java.lang.Long referenceDurationEnd
| Class org.torweg.pulse.site.content.ContentFolderNode extends RegistryLocaleNode implements Serializable |
|---|
serialVersionUID: 474425360602496797L
| Class org.torweg.pulse.site.content.ContentGroup extends AbstractContentGroup implements Serializable |
|---|
serialVersionUID: 3867328432712755457L
| Class org.torweg.pulse.site.content.ContentLocalizationMap extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: 8867155586696229373L
| Serialized Fields |
|---|
java.util.Map<K,V> map
| Class org.torweg.pulse.site.content.ContentNode extends RegistryLocaleNode implements Serializable |
|---|
serialVersionUID: 3281073481524648171L
| Serialized Fields |
|---|
Content content
| Class org.torweg.pulse.site.content.FileContent extends AbstractBasicContent implements Serializable |
|---|
serialVersionUID: 7414799449492559309L
| Serialized Fields |
|---|
VirtualFile file
VirtualFile of the FileContent.
boolean indexFile
| Class org.torweg.pulse.site.content.InconsistentLocalizationException extends PulseException implements Serializable |
|---|
serialVersionUID: 8141996690993522397L
| Class org.torweg.pulse.site.content.Localized extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 5175538882108449923L
| Serialized Fields |
|---|
java.lang.Long id
java.lang.String name
java.util.Map<K,V> localizations
Maps a two-letter language code (ISO-639-1) to a translation.
| Class org.torweg.pulse.site.content.RegistryBundleNode extends AbstractRegistryNode implements Serializable |
|---|
serialVersionUID: 5101644316295457137L
| Class org.torweg.pulse.site.content.RegistryLocaleNode extends AbstractRegistryNode implements Serializable |
|---|
serialVersionUID: -239149009194228466L
| Serialized Fields |
|---|
java.util.Locale locale
Locale.
| Class org.torweg.pulse.site.content.URLContent extends AbstractBasicContent implements Serializable |
|---|
serialVersionUID: -8449768440231519953L
| Serialized Fields |
|---|
java.lang.String url
URLContent.
| Class org.torweg.pulse.site.content.Variant extends AbstractNamableEntity implements Serializable |
|---|
serialVersionUID: 7339940409194571616L
| Serialized Fields |
|---|
java.util.Set<E> variants
Variants of the Variant.
Variant<T extends Variant<?>> parentVariant
AbstractBasicVariant of the AbstractBasicVariant.
java.util.Set<E> associatedVirtualFiles
VirtualFiles of the Variant.
java.util.Set<E> attachments
Attachments of the Variant.
| Package org.torweg.pulse.site.content.admin |
|---|
| Class org.torweg.pulse.site.content.admin.AbstractBasicContentEditorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: -4703299920231190162L
| Serialized Fields |
|---|
java.io.File ajaxXSLFile
java.io.File ajaxFCKXSLFile
java.io.File ajaxSummaryXSLFile
java.io.File ajaxContentLocalizationMapXSLFile
java.io.File ajaxAttachmentsXSLFile
java.io.File ajaxReferenceDurationXSLFile
| Class org.torweg.pulse.site.content.admin.ContentRegistryEditorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: -8292254141545412148L
| Serialized Fields |
|---|
java.io.File ajaxXSLFile
org.jdom.Element editViews
java.io.File ajaxCreateXSLFile
| Package org.torweg.pulse.site.content.filter |
|---|
| Class org.torweg.pulse.site.content.filter.Filter extends AbstractNamableEntity implements Serializable |
|---|
serialVersionUID: 1071368604506029592L
| Serialized Fields |
|---|
boolean requireSitemapNode
boolean referenceDurationFilter
Filter is enabled for filtering the
contents' reference dates.
java.util.List<E> matches
java.util.List<E> rules
| Class org.torweg.pulse.site.content.filter.FilterContent extends AbstractBasicContent implements Serializable |
|---|
serialVersionUID: 3217869236375901258L
| Serialized Fields |
|---|
Filter filter
| Class org.torweg.pulse.site.content.filter.FilterRule extends Localized implements Serializable |
|---|
serialVersionUID: 6075029103080162675L
| Serialized Fields |
|---|
java.util.List<E> properties
Filter filter
| Class org.torweg.pulse.site.content.filter.FilterRuleProperty extends Localized implements Serializable |
|---|
serialVersionUID: 5373910341736094483L
| Package org.torweg.pulse.site.map |
|---|
| Class org.torweg.pulse.site.map.SitemapNode extends Node implements Serializable |
|---|
serialVersionUID: 2785382406241489630L
| Serialized Fields |
|---|
java.util.Locale locale
java.lang.String name
SitemapNode.
SitemapNode.Type type
SitemapNode.
default: DEFAULT
boolean visible
SitemapNode is visible.
View view
View associated with the SitemapNode.
java.lang.Long contentId
view or null , if the
View does not point to a Content.
The value is maintained by
SitemapNodeInterceptor and used by
the FullTextFilter to provide unique contents.
java.util.Map<K,V> attributes
SitemapNode.
java.util.Set<E> roles
Roles associated with the SitemapNode.
SitemapSectionTag sectionTag
SitemapSectionTag associated with the SitemapNode.
java.lang.Long startDate
java.lang.Long endDate
| Class org.torweg.pulse.site.map.SitemapSectionTag extends AbstractNamableEntity implements Serializable |
|---|
serialVersionUID: -7055007237858087858L
| Package org.torweg.pulse.util |
|---|
| Class org.torweg.pulse.util.ClassComperator extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 65146128230628690L
| Class org.torweg.pulse.util.LocaleUtils.LocaleComparator extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 981828887110324397L
| Class org.torweg.pulse.util.MimeMap extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 5727829678023338652L
| Serialized Fields |
|---|
java.util.Map<K,V> map
| Package org.torweg.pulse.util.adminui |
|---|
| Class org.torweg.pulse.util.adminui.AbstractBaseConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: 2316329587917858729L
| Serialized Fields |
|---|
XSLHandleConfiguration ajaxMainXSLHandle
XSLHandleConfiguration to fetch the (main)
XSLHandle for the initialisation of the main view.
| Package org.torweg.pulse.util.captcha |
|---|
| Class org.torweg.pulse.util.captcha.ReCaptchaAdapterConfig extends Configuration implements Serializable |
|---|
serialVersionUID: 2786835707945220607L
| Serialized Fields |
|---|
java.lang.String publicKey
java.lang.String privateKey
java.lang.String divId
| Package org.torweg.pulse.util.entity |
|---|
| Class org.torweg.pulse.util.entity.AbstractBasicEntity extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 729837579566298988L
| Serialized Fields |
|---|
java.lang.Long id
For entities using HibernateTM search, the id is annotated
with @Field.
| Class org.torweg.pulse.util.entity.AbstractImageGroup extends AbstractNamableEntity implements Serializable |
|---|
serialVersionUID: 4685251301965010817L
| Serialized Fields |
|---|
Bundle bundle
java.util.Map<K,V> imageVersions
AbstractImageGroup.
AbstractImageGroupConfiguration imageVersionConfiguration
AbstractImageGroupConfiguration.
| Class org.torweg.pulse.util.entity.AbstractImageGroupConfiguration extends Configuration implements Serializable |
|---|
serialVersionUID: 3728475342837920452L
| Serialized Fields |
|---|
java.util.List<E> versions
| Class org.torweg.pulse.util.entity.AbstractNamableEntity extends AbstractNamedEntity implements Serializable |
|---|
serialVersionUID: -1638710707494020099L
| Class org.torweg.pulse.util.entity.AbstractNamedEntity extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -7796330939641839277L
| Serialized Fields |
|---|
java.lang.String name
| Class org.torweg.pulse.util.entity.ImageVersionNameException extends PulseException implements Serializable |
|---|
serialVersionUID: 6852709930736997710L
| Class org.torweg.pulse.util.entity.Node extends AbstractBasicEntity implements Serializable |
|---|
serialVersionUID: -712152371572827676L
| Serialized Fields |
|---|
Node parent
Node.
java.util.Set<E> childrenSet
boolean hasChildren
SitemapNode has children.
int position
| Package org.torweg.pulse.util.geolocation |
|---|
| Class org.torweg.pulse.util.geolocation.GeoIPLocatorConfig extends AbstractConfigBean implements Serializable |
|---|
serialVersionUID: 4586298752087222741L
| Serialized Fields |
|---|
int cacheMode
java.io.File dbFile
| Package org.torweg.pulse.util.io |
|---|
| Class org.torweg.pulse.util.io.ByteUtils.ByteFormatException extends PulseException implements Serializable |
|---|
serialVersionUID: -1198531478285815901L
| Class org.torweg.pulse.util.io.SerializableDataSource extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 6225932694512763871L
| Serialized Fields |
|---|
java.lang.String contentType
java.io.File file
VirtualFile virtualFile
byte[] buffer
java.lang.String name
long length
| Class org.torweg.pulse.util.io.WriteThroughException extends PulseException implements Serializable |
|---|
serialVersionUID: 581222801431432418L
| Package org.torweg.pulse.util.search |
|---|
| Class org.torweg.pulse.util.search.SearchFailure extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -5286050269810721116L
| Serialized Fields |
|---|
java.lang.String id
java.util.Locale locale
java.lang.String searchQuery
java.lang.Long lastRecurrence
java.lang.Long recurrences
| Class org.torweg.pulse.util.search.SearchSuggestion extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 3317087491752022298L
| Serialized Fields |
|---|
java.lang.String id
java.util.Locale locale
java.lang.String searchQuery
java.lang.Long lastRecurrence
java.lang.Long recurrences
java.lang.Double importance
| Class org.torweg.pulse.util.search.SitemapNodeDurationFilterFactory.SitemapNodeValidityFilter extends org.apache.lucene.search.Filter implements Serializable |
|---|
serialVersionUID: -4168019388047484467L
| Class org.torweg.pulse.util.search.SitemapNodeInterceptor extends org.hibernate.EmptyInterceptor implements Serializable |
|---|
serialVersionUID: -1765985148052364592L
| Class org.torweg.pulse.util.search.SitemapNodeRoleFilterFactory.SitemapNodeRoleFilter extends org.apache.lucene.search.Filter implements Serializable |
|---|
serialVersionUID: -4168019388047484467L
| Serialized Fields |
|---|
java.util.Set<E> roleIdSet
| Class org.torweg.pulse.util.search.SitemapNodeSectionTagFilterFactory.SitemapNodeSectionTagFilter extends org.apache.lucene.search.Filter implements Serializable |
|---|
serialVersionUID: -4168019388047484467L
| Serialized Fields |
|---|
java.util.Set<E> sectionIdSet
| Class org.torweg.pulse.util.search.SitemapNodeUniqueContentFilter extends org.apache.lucene.search.Filter implements Serializable |
|---|
serialVersionUID: 6375875782630382349L
| Package org.torweg.pulse.util.streamscanner |
|---|
| Class org.torweg.pulse.util.streamscanner.ClamAVScannerConfig extends StreamScannerConfig implements Serializable |
|---|
serialVersionUID: -6115270030624843635L
| Serialized Fields |
|---|
java.lang.String host
int port
| Class org.torweg.pulse.util.streamscanner.InacceptableStreamException extends java.io.IOException implements Serializable |
|---|
serialVersionUID: -5204108615197167233L
| Class org.torweg.pulse.util.streamscanner.StreamException extends PulseException implements Serializable |
|---|
serialVersionUID: 3708729970132600724L
| Class org.torweg.pulse.util.streamscanner.StreamScannerChainConfig extends Configuration implements Serializable |
|---|
serialVersionUID: 3092286875421921068L
| Serialized Fields |
|---|
java.util.Set<E> scannerConfigurations
| Class org.torweg.pulse.util.streamscanner.StreamScannerConfig extends Configuration implements Serializable |
|---|
serialVersionUID: 1492795674586324290L
| Serialized Fields |
|---|
java.lang.String scannerClass
java.util.Set<E> exludeRoleNames
| Class org.torweg.pulse.util.streamscanner.VirusStreamException extends InacceptableStreamException implements Serializable |
|---|
serialVersionUID: -4580845371469831119L
| Class org.torweg.pulse.util.streamscanner.XSSStreamException extends InacceptableStreamException implements Serializable |
|---|
serialVersionUID: -4580845371469831119L
| Package org.torweg.pulse.util.time |
|---|
| Class org.torweg.pulse.util.time.Duration extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -7767710131035673016L
| Serialized Fields |
|---|
java.lang.Long startDate
java.lang.Long endDate
| Class org.torweg.pulse.util.time.IHasDurationComparator extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 7937824365415934631L
| Serialized Fields |
|---|
IHasDurationComparator.Order orderMode
IHasDurationComparator.
default: IHasDurationComparator.Order.ASC
IHasDurationComparator.Mode compareMode
IHasDurationComparator.
default: IHasDurationComparator.Mode.START
| Class org.torweg.pulse.util.time.TimeSpan extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 3000891748411572933L
| Serialized Fields |
|---|
java.lang.Long milliseconds
| Class org.torweg.pulse.util.time.TimeUtilityException extends PulseException implements Serializable |
|---|
serialVersionUID: -840822819500020162L
| Package org.torweg.pulse.util.xml |
|---|
| Class org.torweg.pulse.util.xml.IllegalXHTMLException extends PulseException implements Serializable |
|---|
serialVersionUID: 3602270023227196653L
| Serialized Fields |
|---|
IllegalXHTMLException.Type type
| Package org.torweg.pulse.util.xml.transform |
|---|
| Class org.torweg.pulse.util.xml.transform.XSLCompileException extends java.lang.RuntimeException implements Serializable |
|---|
serialVersionUID: -6859824918728135669L
| Package org.torweg.pulse.vfs |
|---|
| Class org.torweg.pulse.vfs.IllegalFileNameException extends VFIOException implements Serializable |
|---|
serialVersionUID: 6626262023613767684L
| Class org.torweg.pulse.vfs.InsufficientPermissionsException extends VFIOException implements Serializable |
|---|
serialVersionUID: -2318617937256162147L
| Class org.torweg.pulse.vfs.VFIOException extends java.io.IOException implements Serializable |
|---|
serialVersionUID: -1817592928085278807L
| Class org.torweg.pulse.vfs.VFSServlet extends javax.servlet.http.HttpServlet implements Serializable |
|---|
serialVersionUID: 4386489469912029373L
| Class org.torweg.pulse.vfs.VirtualFile extends AbstractNamedEntity implements Serializable |
|---|
serialVersionUID: -2098746658291483045L
| Serialized Fields |
|---|
java.lang.String path
VirtualFile.
The maximum length for a URI is 131072 bytes: This allows a path
depth of 255 with a maximum file name length of 256 characters each in
utf-8.
boolean isPublic
VirtualFile is from the public or the
private store.
boolean directory
VirtualFile is a directory.
VirtualFile parent
VirtualFile.
java.util.Set<E> children
VirtualFile, if it is a directory.
java.lang.Long created
User creator
java.lang.Long lastModified
User lastModifier
java.lang.Long filesize
-1, if the file is a directory.
java.util.Set<E> readRoles
Roles required for reading.
java.util.Set<E> writeRoles
Roles required for writing.
java.util.Set<E> deadProperties
VirtualFile.
Dead properties are supplied and managed by WebDAV clients accessing the virtual file system.
| Package org.torweg.pulse.webdav |
|---|
| Class org.torweg.pulse.webdav.AbstractDAVServlet extends javax.servlet.http.HttpServlet implements Serializable |
|---|
serialVersionUID: -8155839669380772866L
| Class org.torweg.pulse.webdav.DAVException extends PulseException implements Serializable |
|---|
serialVersionUID: -4197510508305509250L
| Class org.torweg.pulse.webdav.WebDAVServlet extends AbstractDAVServlet implements Serializable |
|---|
serialVersionUID: -6672710688169816212L
| Package org.torweg.pulse.webdav.util |
|---|
| Class org.torweg.pulse.webdav.util.DeadProperty extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 3814603385796272414L
| Serialized Fields |
|---|
java.lang.Long id
java.lang.String namespaceURI
java.lang.String propName
java.lang.String propertyXML
org.jdom.Element propElement
| Class org.torweg.pulse.webdav.util.LiveProperty extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 4345415037849921549L
| Serialized Fields |
|---|
DAVProperties davPropertyType
java.lang.String propName
java.lang.String namespaceURI
org.jdom.Element propElement
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||