Skip navigation links

Serialized Form

Can be null:
true
Default value:
null
  • persist

    boolean persist
    If true will persist the reference graph
    Default value:
    true
  • Package com.neurosys.reporting

  • Package com.neurosys.reporting.wicket

  • Package com.neurosys.reporting.wicket.components

  • Package com.neurosys.reporting.wicket.pages.panels

  • Package com.neurosys.reporting.wicket.pages.templates

  • Package com.neurosys.saas.domain

  • Package com.neurosys.saas.etl

  • Package com.neurosys.saas.user.domain

  • Package com.neurosys.saas.user.service

  • Package com.neurosys.scribble

  • Package com.neurosys.scripting.admin.wicket.pages

  • Package com.neurosys.security.auth.domain

  • Package com.neurosys.security.auth.domain.basic

  • Package com.neurosys.security.auth.service

  • Package com.neurosys.seo.ajax

  • Package com.neurosys.site.components

  • Package com.neurosys.site.model

    • Class com.neurosys.site.model.ContextualWebUserShell extends WebUserShell<U extends User,E> implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • context

          Object context
          Additional context that maybe provided by the user in the Session.
          Note: CONTEXTS can be processed further, in the default design this is intended to be the raw CONTEXT set directly by the client

          Difference between UserShell.setEnvironment(Object) nad ContextualWebUserShell.setContext(Object) is that context is set by user, while environment is set by the system and should be immutable.

          Example: PersistenceConfiguration.Strategy's use context for more advanced and custom scenarios
    • Class com.neurosys.site.model.HierarchialItemState extends State<T> implements Serializable

      serialVersionUID:
      312256591215419065L
      • Serialized Fields

        • children

          List<E> children
        • level

          Integer level
          Indicate how down in the hierarchy is this. 0 indicated Root level.
          null means not defined for this Menu logic.
          Can be null:
          true
          Default value:
          null
    • Class com.neurosys.site.model.Progression extends Object implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • showProgressPercent

          boolean showProgressPercent
          If false, will not show the number and only the message
        • done

          boolean done
          If true, will stop the progress bar from further Ajax requests even if its not 100% done
        • progress

          int progress
        • message

          String message
    • Class com.neurosys.site.model.SectionLabel extends Object implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

    • Class com.neurosys.site.model.State extends Object implements Serializable

      serialVersionUID:
      6497835675290922292L
      • Serialized Fields

        • item

          Object item
        • selected

          boolean selected
          true : If the Item is selected
          Default value:
          false
        • focussed

          boolean focussed
          true : User focus is on particular/specific item (now)
          Default value:
          false
        • hidden

          boolean hidden
          true: The item exists in cincept but is not show to the user.
          This can be due to authorization reasons
          Default value:
          false
        • disabled

          boolean disabled
          true: The item is not usable although it maybe shown
          This can be due to authorization reasons
          Default value:
          false
    • Class com.neurosys.site.model.WebUserShell extends UserShell<U extends User,E> implements Serializable

      serialVersionUID:
      1L
  • Package com.neurosys.site.wicket.app

  • Package com.neurosys.site.wicket.behaviors

  • Package com.neurosys.site.wicket.components

  • Package com.neurosys.site.wicket.components.progressbar

  • Package com.neurosys.site.wicket.components.progressbar.support

  • Package com.neurosys.site.wicket.components.session

  • Package com.neurosys.site.wicket.model

  • Package com.neurosys.site.wicket.panels

    • Class com.neurosys.site.wicket.panels.ClientMenuPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

      serialVersionUID:
      -3695262971306547245L
    • Class com.neurosys.site.wicket.panels.MenuPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

      serialVersionUID:
      8621889786677629045L
    • Class com.neurosys.site.wicket.panels.RecursiveListBasedMenuPanel extends MenuPanel implements Serializable

      serialVersionUID:
      8636626419218104920L
      • Serialized Fields

        • ignoreNavigableNodeChildren

          boolean ignoreNavigableNodeChildren
          If true, will optimize by removing children of nodes that are navigable. This is useful in situations where you know you can never reach the children of Navigable (Clickable) parents; Also the ignored nodes cannot be part of an Active Path. This is because often we may want to open the hierarchy to the focus-node in an Active path. (where the node maybe a child of a navigable parent).
  • Package com.neurosys.site.wicket.service

  • Package com.neurosys.smsgatewaycenter.voice.domain

    • Class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessage extends DisposableMessage<R,T> implements Serializable

      serialVersionUID:
      1L
    • Class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting extends ModelObject implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • userId

          String userId
        • password

          String password
        • apiKey

          String apiKey
        • sendMethod

          String sendMethod
          Accepted values simpleVoice | groupVoice | bulkVoice
        • audioType

          String audioType
          Accepted values t2s | audio | library, where t2s is text to speech, audio expects an audio file path and library is a reference to an audio recording in SMSGatewayCenter's admin library.
        • reDial

          Integer reDial
          Accepted values 0 | 1 | 2 Number of redial attempts to be done if user is busy or unanswered by the recipient. Default value is 2.
        • redialInterval

          Integer redialInterval
          Accepted values for Promotional calls 5 | 10 | 15 and for Transactional calls 1 to 10 Time in minutes to specify the interval for redial attempts.
        • audioFilePath

          String audioFilePath
          File path to be given of the file. Only .mp3 or .wav file allowed in upload.
        • saveAudio

          Boolean saveAudio
          Set this to True to save the current audio in your library and later you can use this audio by just stating the libraryId. Default value is false.
        • libraryName

          String libraryName
          If saveAudio=true then you need to name the name of the library within 20 characters(alphanumeric with space). Default value is null.
        • textFormat

          String textFormat
          Accepted values text | unicode This is a required value when audioType is text to speech (t2s)
        • text

          String text
          Your text message for text to speech (t2s). This is a required value when audioType is text to speech (t2s)
        • responseFormat

          String responseFormat
          Accepted values plain | json | xml Value for response format. Default value is json.
        • phoneNumbers

          String phoneNumbers
          Required if sendMethod = simpleVoice. Mobile number format can be 10 to 12 digits prefixed with 0 or 91. You can include single number or comma separated numbers. Max 1000 numbers.
        • phoneListFilePath

          String phoneListFilePath
          Required if sendMethod = bulkVoice. Phone List file path with any .csv | .xls | .xlsx | .zip | .txt extension. Max file size 15MB, Max rows accepted 1 million.
        • scheduleTime

          Calendar scheduleTime
          Checks and removes Duplicate mobile numbers. Default value is true.
        • duplicateCheck

          Boolean duplicateCheck
        • testVoice

          Boolean testVoice
          Set this to true if you want to test the API. Voice wont be delivered and Voice balance wont be deducted. Default value is false.
    • Class com.neurosys.smsgatewaycenter.voice.domain.TextToVoiceMessage extends SMSGatewayCenterVoiceMessage<String,String> implements Serializable

      serialVersionUID:
      1L
    • Class com.neurosys.smsgatewaycenter.voice.domain.VoiceRecordedMessage extends SMSGatewayCenterVoiceMessage<String,String> implements Serializable

      serialVersionUID:
      1L
  • Package com.neurosys.spider.indexer

  • Package com.neurosys.system.admin.wicket.components

  • Package com.neurosys.template.model

    • Class com.neurosys.template.model.AuthorizableFacetMeta extends FacetMeta implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

    • Class com.neurosys.template.model.AuthorizableTemplate extends Template<REF> implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

    • Class com.neurosys.template.model.CategoryTemplate extends Template<P> implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • templateForChild

          Template<REF> templateForChild
          For the rendering of the Child elements on this Page, what template will be Used and so the Child will be defined as per the facets in this template

          One can derive from each child. But its faulty, error-prone and inefficient.
          Can be null:
          false
    • Class com.neurosys.template.model.CollectionMetaItem extends MetaItem implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • collectionRefId

          String collectionRefId
    • Class com.neurosys.template.model.FacetMeta extends Object implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • name

          String name
        • displayName

          String displayName
        • type

          ContentType type
        • collectionType

          Boolean collectionType
          The facet has a collection and the ContentType is implied on the elements in the collection and not the collection itself.
          When this is true, for each element in the Collection a separate Component is rendered. Do not confuse this for a component with multiple options.
          Can be null:
          true
          Default value:
          null, as dont care
        • supplement

          boolean supplement
          The FacetMeta supplements some other form/carrier and hence should be merged if there is a situation where multiple meta information are applicable. If true, implies this is a 2ndry carrier of additional information.
          Typically an entity Field can only carry limited amount of information by means of annotations (optionally supplied). If we want to add additional meta data or imply its a field; then we can define a FacetMeta that supplements it.
          Since attributes cannot be annotated, hence this implies that an entity that is a supplement will be true only for a field type.
          Default value:
          false
        • includeAsField

          Boolean includeAsField
          If we do not wish to annotate the Field in the entity, and want the TemplatePanel to pick it up as a field. This this is applicable. A field can be also supplemented by type etc, in which case FacetMeta.supplement can also be true. THE EXISTANCE OF THIS FIELD IS IN A WAY A HACK. Type annotation has to be used to consider a field as a field for Admin UI. But there are situations when dealing with with an entity in multiple templates or template using multiple entitites; we may want to skip the field. In that case a Type cannot be imposed in the java code. Then via configuration we must specify if to fetch it as a field (and not an attribute).
          Can be null:
          true
          Default value:
          null, as dont care. Only if true then a field and, !Boolean.TRUE.equals(metaItem.getFacetMeta().getIncludeAsField()) means Attribute.
        • hypothetical

          boolean hypothetical
          Hypothetical facets are derived (read only) facets that cannot participate in the submission process.
          They are NOT properties of the template entity. Their model is a read only shared version of the core Template model they belong to.
          In hypothetical facets, the FacetMeta.name is merely used for identification of the Facet itself, and does not bind it to any related data structure within the model.

          It is desirable a hypothetical Facet never reach the Components CustomTemplateRenderAdapter.processItem(Object, MetaItem, Object, com.neurosys.security.auth.domain.User, Object...), but rather it should be filtered out in the container templates submission process instead.
          See Also:
          EntityDetailsTemplatePanel
          Default value:
          false
        • defaultvalue

          Object defaultvalue
          Static Object or Transformers (that consumes ModelObject), applied if the value is null and only null (Blanks etc will not demand a default value substitution)
          If Data Type is a Collection then the type should be a Collection type to match the required model
        • assignIndependentModel

          Boolean assignIndependentModel
          In EntityDetailsTemplatePanel while form processings, some fields may share the Form Compound model. With this it forces the field to have its own Model disconnected from the rest.
          Can be null:
          true
          Default value:
          null, as dont care
        • attributes

          Map<K,V> attributes
          Custom properties for the given meta informations that can be shared by all adapters and Transformers of this FacetMeta
          See Also:
          CKEditorConfigs}, {@link TemplateAttributes} or constants defined with prefix "ATTRIB_"
        • renderComponentName

          String renderComponentName
          An optional String that is used to represent which UI Component will be responsible for rendering this FacetMeta. If not provided then the API will by default use a combination of ContentType and optionally FacetMeta.name.

          NOTE: The name must match a component name whose internal structure matches the default type or else it wont be able to map the internal fields
          See Also:
          DefaultWicketTemplateRenderAdapter} for sample implementation.
          Can be null:
          true
        • beanId

          String beanId
    • Class com.neurosys.template.model.MetaItem extends Object implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • collectionType

          boolean collectionType
          Is the type of this meta a collection of inner Content type. i.e. the MetaItem.getType() actually represents an element within a collection
        • type

          ContentType type
        • facetMeta

          FacetMeta facetMeta
          Facet as T extends FacetMeta.
          The exact type of param here depends on the element in the Collection passed from #iterateAndAddContentFacetsToPage(ContentDescriber, Collection)
        • fieldName

          String fieldName
          Field that supports Type
        • fieldClassOwner

          Class<T> fieldClassOwner
          The Class that contains the field
    • Class com.neurosys.template.model.MultiAuthorizedStateFacetMeta extends MultiStateFacetMeta<Authorization> implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • authorizedId

          String authorizedId
    • Class com.neurosys.template.model.MultiStateFacetMeta extends FacetMeta implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • stateMap

          Map<K,V> stateMap
    • Class com.neurosys.template.model.Template extends ModelObject implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • attributes

          Map<K,V> attributes
          Template level attributes
        • id

          Long id
        • name

          String name
          Unique identification name
        • displayName

          String displayName
          User friendly display name : Useful in Admin view etc.
        • reference

          Class<T> reference
          The reference to the class that will construct the template (A factory or a self instantiating bean)
          The template is bound a Type of class reference which has the actual implementation and wiring to the native framework.
          For example this could be a page or panel in Wicket or a Velocity Template factory class. This is a reference to a type of front End UI that will be instantiated using the Template by the templating engine/process.
        • markupLocation

          String markupLocation
          In addition to reference, if there is a specific location we want to offer to override to change default path to pick the template; configure alternate location of the template markup.
          The path could be relative or absolute or web link. Relative paths (to Web Contexts), will start with a "/". If it does not start with a "/" then, it is must be some form of complete URI format.
          Can be null:
          true
        • facets

          Collection<E> facets
          What all dynamic place holders does the template have. A Page must satisfy the templates need to fill those place holders, dynamically. A Page(ContentDescriber)'s facets should match the Templates facets.
          See Also:
          ContentDescriber#getFacets()}
        • fieldOrderListing

          List<E> fieldOrderListing
          List of field/attribute Names as String that govern the order of listing in the form.
        • defaultResourceLocations

          Map<K,V> defaultResourceLocations
          If the system is unable to derive the path for a given resource where should it be placed Each key corresponds to a file based ContentType Property name from FacetMeta or A Field that is Annotated with Type and has a File based ContentType Note: AppSettings.get().CONTEXT_BASE_ABSOLUTE_PATH is prefixed to these paths automatically during evaluation If site.resources.folder.mode.relative is TRUE, the path is relative to WEB CONTEXT else its relative to site.resources.folder.base
        • parent

          Template<REF> parent
          Templates can support their hierarchy also; for future use.
        • processFields

          boolean processFields
          If true will Consider the core entity field definitions while preparing the MetaItem list for the Entity.
          Default value:
          true
    • Class com.neurosys.template.model.TransactionalFacetMeta extends FacetMeta implements Serializable

      serialVersionUID:
      1L
  • Package com.neurosys.template.model.renderadapters

  • Package com.neurosys.template.wicket.components

  • Package com.neurosys.template.wicket.itemadapters

  • Package com.neurosys.track.domain

    • Class com.neurosys.track.domain.Track extends DomainObject implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • id

          Long id
        • entityGUID

          String entityGUID
          GUID for entity
          Can be null:
          true
        • entityId

          Long entityId
          Local Id for entity
          Can be used for ref-integrity (relation) with Token data
          Can be null:
          true to support Global DB where local Ids may not be present or differ
        • occured

          Date occured
          Date time the event occoured
        • persistDateTime

          Date persistDateTime
          The time when the Token was actually persisted/tracked Vs when functionally the state was modified
        • namespace

          String namespace
          An optional namespace to categorize our events being tracked
        • eventName

          String eventName
          eventName within the namespace
        • metaJSON

          String metaJSON
          Any additional contextual information to attach as meta data in JSON String format
          Can be null:
          true
    • Class com.neurosys.track.domain.TrackInfo extends ModelObject implements Serializable

      • Serialized Fields

        • namespace

          String namespace
          Same as Authorizable.getAuthorizableId() to relate the authorizable to its tracking data.
        • ownerRef

          Object ownerRef
          Reference type or a simple ID. Avoid relations.
        • state

          String state
          Meta data typically in JSON format or an Id or name of a Rule to describe context around current
        • value

          Number value
          The actual current tracked value
        • updated

          Date updated
          Date/Time when the original record tracking was updated @ source.
        • hash

          String hash
          Security hash code of the record to ensure there is no local tampering of the record where the environment cannot be guaranteed against data manipulation.
        • synched

          Date synched
          If and when the record was synched (ACKNOWLEDGED) with a central or peer system. in a multi node system this will determine if the tracking data as to be resent, if its null.
  • Package com.neurosys.tracking.app

  • Package com.neurosys.user.admin.wicket.components

  • Package com.neurosys.user.admin.wicket.model

  • Package com.neurosys.user.admin.wicket.pages

  • Package com.neurosys.user.admin.wicket.pages.menu

  • Package com.neurosys.user.admin.wicket.pages.panels

  • Package com.neurosys.user.admin.wicket.pages.templates

  • Package com.neurosys.user.domain

  • Package com.neurosys.user.etl.excel

  • Package com.neurosys.user.service

  • Package com.neurosys.user.wicket.pages

  • Package com.neurosys.user.wicket.pages.panels

  • Package com.neurosys.visiotrs.admin.wicket.pages.components

  • Package com.neurosys.visitors.admin.wicket.pages

  • Package com.neurosys.visitors.admin.wicket.pages.panels

  • Package com.neurosys.workflow.domain

  • Copyright © 2018. All rights reserved.