- GATEWAY_NAME - Variable in class com.neurosys.ecom.orders.service.AbstractOnlineTransactionRequestHandler
-
The Gateway used to make the payment
- GATEWAY_RESOURCES - Variable in class com.neurosys.ecom.orders.service.AbstractOnlineTransactionRequestHandler
-
Path where the Certificate/Key or related resources are for the Gateway
- Gender - Enum in com.neurosys.user.domain
-
- generate(R, SingleTokenEvent<T>) - Method in interface com.neurosys.q.service.TokenGenerator
-
Generate a
Token
based on Application defined input.
- generate(M) - Method in class com.neurosys.smsgatewaycenter.voice.SMSGatewayCenterVoiceMessageFactory
-
- generateAndPushNewKey(Reference) - Method in class com.neurosys.tracking.service.AbstractMasterTrackingService
-
- generateAndroidPayload(String) - Method in class com.neurosys.aws.sns.push.transformer.NotificationTools
-
Generates Payload for Android Platform
- generateCoupons(List<String>, Promotion, Object...) - Method in class com.neurosys.ecom.orders.service.DefaultPromotionService
-
- generateCoupons(List<String>, Promotion, Object...) - Method in interface com.neurosys.ecom.orders.service.PromotionService
-
- GENERATED - Static variable in class com.neurosys.content.domain.ContentType
-
Data that has meaning in relation to the Product; like Price etc.
- generateEmailOrderForm(IGenericEcomUser, Map<P, Integer>) - Method in class com.neurosys.ecom.payment.methods.OrderViaEmail
-
- generateGUID(AbstractReference) - Static method in class com.neurosys.refs.utils.RefUtils
-
- generateInvoice(O) - Method in interface com.neurosys.ecom.orders.service.InvoiceService
-
Generate the INVOICE
- generateInvoice(O) - Method in class com.neurosys.ecom.orders.service.TemplateInvoiceService
-
- generateIOSPayload(String) - Method in class com.neurosys.aws.sns.push.transformer.NotificationTools
-
Generates Payload for IOS Platform
- generateJS(Class, Map<String, Object>, String) - Static method in class com.neurosys.utils.WicketUtils
-
This will generate something like the following in your HTML header:
- generateKey() - Method in class com.neurosys.tracking.service.AbstractMasterTrackingService
-
- GenerateListTransformer - Class in com.neurosys.etl.common.transformers
-
Generate a List or Array from a given input
Note: This will allow null values.
- GenerateListTransformer() - Constructor for class com.neurosys.etl.common.transformers.GenerateListTransformer
-
- generatePassword() - Method in class com.neurosys.user.service.UserServiceImpl
-
- generatePaymentLink(String, String, String, String) - Method in class com.neurosys.ecom.orders.wicket.OrderProcessHelper
-
- generatePaymentLink(O) - Method in class com.neurosys.ecom.orders.wicket.OrderProcessHelper
-
- generateSMSAttributesAndUpdateDerivedTypes(M) - Method in class com.neurosys.aws.sns.sms.transformer.AmazonSNSDispatcher
-
- GenericAware<T> - Class in com.neurosys.domain
-
Any class that extends this is aware of its Generic Type.
- GenericAware() - Constructor for class com.neurosys.domain.GenericAware
-
- GenericAware(Class) - Constructor for class com.neurosys.domain.GenericAware
-
- GenericAware(Class, Class) - Constructor for class com.neurosys.domain.GenericAware
-
- GenericContentService<C extends Content<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet> - Interface in com.neurosys.content.service
-
- GenericContentServiceImpl<C extends Content<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet> - Class in com.neurosys.content.service
-
- GenericContentServiceImpl() - Constructor for class com.neurosys.content.service.GenericContentServiceImpl
-
- GenericDao<T> - Interface in com.neurosys.dao
-
- GenericDaoImpl<T> - Class in com.neurosys.dao.jpa
-
A generic DaoImpl.
- GenericDaoImpl() - Constructor for class com.neurosys.dao.jpa.GenericDaoImpl
-
- GenericDaoImpl(Class<T>) - Constructor for class com.neurosys.dao.jpa.GenericDaoImpl
-
- GenericDispatcher<M extends Message> - Interface in com.neurosys.messenger.dispatchers
-
Dispatch Messages
- GenericEcomUser - Class in com.neurosys.ecom.users.domain
-
- GenericEcomUser() - Constructor for class com.neurosys.ecom.users.domain.GenericEcomUser
-
- GenericEcomUser(String, String) - Constructor for class com.neurosys.ecom.users.domain.GenericEcomUser
-
- GenericFormService - Class in com.neurosys.amorphous.service.jaxrs
-
Provide a generic service(s) that can act as a Form that performs the following in a standard manner:
Accept a HTTP POST form in application/x-www-form-urlencoded
The form fields are server entity field names
The service will then pass the
HttpServletRequest
to the submit
Transformer
The Submit transformer result will be wrapped in a
Response
object and sent back synchronously to the client
If there are any listeners they will be also invoked synchronously.
- GenericFormService() - Constructor for class com.neurosys.amorphous.service.jaxrs.GenericFormService
-
- GenericFormService(boolean) - Constructor for class com.neurosys.amorphous.service.jaxrs.GenericFormService
-
- GenericHierarchyContentServiceImpl<C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet> - Class in com.neurosys.content.service
-
Generic services for
AbstractContent
(which is a
HierarchialDomainObject
)00000
This class will also generate Event with are Object[]
Since this implements
ChangeGenerator
; it will also generate Events of Type
Object[]{"save", content}
Object[]{"new-content", content, sequence as Integer}
Object[]{"publish", published-content, source-content, path as String}
Object[]{"unpublish", content, published path as String}
Object[]{"move", content, newParent, sequence as Integer, movedRelatedContent as Map
<Status, C>
}
Object[]{"update-content-status", String name,
Locale
locale,
Status
oldStatus,
Status
newStatus}
Object[]{"delete-subhierarchy", node as C}
Object[]{"after-delete", name}
Object[]{"save-facet", CF}
Object[]{"clones", original content, clones as List of Content}
- GenericHierarchyContentServiceImpl() - Constructor for class com.neurosys.content.service.GenericHierarchyContentServiceImpl
-
- GenericLink - Class in com.neurosys.site.wicket.components
-
An extension on Link
, that allows direct links as <a href='...' rel='...'>link<a>
- GenericLink(String) - Constructor for class com.neurosys.site.wicket.components.GenericLink
-
- GenericLink(String, String) - Constructor for class com.neurosys.site.wicket.components.GenericLink
-
Convenience constructor for simple single URL links
- GenericLink(String, IModel<String[]>) - Constructor for class com.neurosys.site.wicket.components.GenericLink
-
The model is a String[], where every alternate pair represents key value pair of attributes that
will be appended in the link.
- GenericObject - Class in com.neurosys.amorphous.domain
-
A GenericObject is capable of representing any discrete event, object, piece of data/meta-data to be called ina RESTful and Stateless transaction.
- GenericObject() - Constructor for class com.neurosys.amorphous.domain.GenericObject
-
- GenericObject(String) - Constructor for class com.neurosys.amorphous.domain.GenericObject
-
- GenericObjectDao - Interface in com.neurosys.amorphous.dao
-
- GenericObjectDaoImpl - Class in com.neurosys.amorphous.dao.jpa
-
- GenericObjectDaoImpl() - Constructor for class com.neurosys.amorphous.dao.jpa.GenericObjectDaoImpl
-
- GenericObjectListWriter - Class in com.neurosys.amorphous.service.jaxrs.io
-
A JSON writer; for the WebServices that return
ResultRow
s
- GenericObjectListWriter() - Constructor for class com.neurosys.amorphous.service.jaxrs.io.GenericObjectListWriter
-
- GenericObjectQueryService - Class in com.neurosys.amorphous.service.jaxrs
-
Query the amorphous database
- GenericObjectQueryService() - Constructor for class com.neurosys.amorphous.service.jaxrs.GenericObjectQueryService
-
- GenericObjectQueryService(boolean) - Constructor for class com.neurosys.amorphous.service.jaxrs.GenericObjectQueryService
-
- GenericObjectUpdateService - Class in com.neurosys.amorphous.service.jaxrs
-
Update the amorphous database
- GenericObjectUpdateService() - Constructor for class com.neurosys.amorphous.service.jaxrs.GenericObjectUpdateService
-
- GenericObjectUpdateService(boolean) - Constructor for class com.neurosys.amorphous.service.jaxrs.GenericObjectUpdateService
-
- GenericObjectWriter - Class in com.neurosys.amorphous.service.jaxrs.io
-
A JSON writer; for the WebServices that return
ResultRow
s
- GenericObjectWriter() - Constructor for class com.neurosys.amorphous.service.jaxrs.io.GenericObjectWriter
-
- GenericPoppableReportResult<T extends Serializable> - Class in com.neurosys.reporting.wicket.components
-
- GenericPoppableReportResult(String) - Constructor for class com.neurosys.reporting.wicket.components.GenericPoppableReportResult
-
- GenericPoppableReportResult(String, IModel<ReporterMeta>, Object[]) - Constructor for class com.neurosys.reporting.wicket.components.GenericPoppableReportResult
-
- GenericPoppableReportResult(String, IModel<ReporterMeta>, MarkupContainer, Object[]) - Constructor for class com.neurosys.reporting.wicket.components.GenericPoppableReportResult
-
- GenericQueryableDaoImpl<T> - Class in com.neurosys.dao.jpa
-
- GenericQueryableDaoImpl() - Constructor for class com.neurosys.dao.jpa.GenericQueryableDaoImpl
-
Deprecated.
- GenericQueryableDaoImpl(Class<T>) - Constructor for class com.neurosys.dao.jpa.GenericQueryableDaoImpl
-
Deprecated.
- GenericReference - Class in com.neurosys.amorphous.domain
-
References to other kinds of Data/Content.
- GenericReference() - Constructor for class com.neurosys.amorphous.domain.GenericReference
-
- GenericStaticPageWrapper - Class in com.neurosys.site.wicket.components.wrappers
-
Represent all Static pages to be accessible by wicket.
- GenericStaticPageWrapper() - Constructor for class com.neurosys.site.wicket.components.wrappers.GenericStaticPageWrapper
-
- GenericTransformer() - Constructor for class com.neurosys.utils.MarshalUtils.GenericTransformer
-
Deprecated.
- genRandomString(int) - Static method in class com.neurosys.utils.SecurityUtils
-
- GeoLocation - Class in com.neurosys.geo.domain
-
- GeoLocation() - Constructor for class com.neurosys.geo.domain.GeoLocation
-
- GeoLocation(String) - Constructor for class com.neurosys.geo.domain.GeoLocation
-
- GeoLocation(Number, Number) - Constructor for class com.neurosys.geo.domain.GeoLocation
-
- GeoLocation(Number, Number, Number) - Constructor for class com.neurosys.geo.domain.GeoLocation
-
- get() - Method in interface com.neurosys.cluzo.domain.Data
-
- get() - Method in class com.neurosys.cluzo.domain.StringData
-
- get(String, String) - Method in class com.neurosys.configs.AbstractConfigurationJPADaoImpl
-
Will throw an exception if it did not find any matching result for the Config
Note: param matching is case insensitive
- get(User, String, String) - Method in class com.neurosys.configs.AbstractConfigurationJPADaoImpl
-
- get(String) - Method in class com.neurosys.configs.AbstractConfigurationJPADaoImpl
-
Get a Map of key name and corresponding
IConfiguration
for the specific namespace.
- get(String, K) - Method in interface com.neurosys.configs.ConfigurationDao
-
- get(String, K, Collection<Authorization>) - Method in interface com.neurosys.configs.ConfigurationService
-
Will throw an exception if it did not find any matching result for the Config
Note: param matching is case insensitive
- get(String, K) - Method in interface com.neurosys.configs.ConfigurationService
- get(String) - Method in interface com.neurosys.configs.ConfigurationService
-
Get a Map of key name and corresponding
IConfiguration
for the specific namespace.
- get(String, K) - Method in interface com.neurosys.configs.ConfigurationSource
-
- get(User, String, K) - Method in interface com.neurosys.configs.ConfigurationSource
-
Get a configuration in the context to a
User
- get(String) - Method in interface com.neurosys.configs.ConfigurationSource
-
Get a Map of key name and corresponding
IConfiguration
for the specific namespace.
- get(String, K) - Method in class com.neurosys.configs.ConfigurationSourceWithAuthorizableConfigs
-
Deprecated.
- get(User, String, K) - Method in class com.neurosys.configs.ConfigurationSourceWithAuthorizableConfigs
-
Deprecated.
- get(String) - Method in class com.neurosys.configs.ConfigurationSourceWithAuthorizableConfigs
-
Deprecated.
- get(String, String) - Method in class com.neurosys.configs.DefaultConfigurationService
- get(String) - Method in class com.neurosys.configs.DefaultConfigurationService
-
Get a Map of key name and corresponding
IConfiguration
for the specific namespace.
- get(User, String, String) - Method in class com.neurosys.configs.DefaultConfigurationService
-
Get a configuration in the context to a
User
- get(String, String, Collection<Authorization>) - Method in class com.neurosys.configs.DefaultConfigurationService
-
- get(String, K) - Method in class com.neurosys.configs.MapConfigurationSource
-
- get(User, String, K) - Method in class com.neurosys.configs.MapConfigurationSource
-
- get(String) - Method in class com.neurosys.configs.MapConfigurationSource
-
- get(String, K) - Method in class com.neurosys.configs.MultiMapConfigurationSource
-
Deprecated.
- get(User, String, K) - Method in class com.neurosys.configs.MultiMapConfigurationSource
-
Deprecated.
- get(String) - Method in class com.neurosys.configs.MultiMapConfigurationSource
-
Deprecated.
- get(String, String) - Method in class com.neurosys.configs.service.jaxrs.DynamicConfigService
-
- get(String) - Method in class com.neurosys.configs.service.jaxrs.DynamicConfigService
-
- get(String, String) - Method in class com.neurosys.configs.SpringStaticConfigurtationSource
-
- get(User, String, String) - Method in class com.neurosys.configs.SpringStaticConfigurtationSource
-
- get(String) - Method in class com.neurosys.configs.SpringStaticConfigurtationSource
-
Deprecated.
- get(Object) - Method in class com.neurosys.domain.CaseInsensitiveHashMap
-
- get() - Method in class com.neurosys.domain.ChainableWrapper
-
- get(Class) - Method in interface com.neurosys.domain.Shell
-
Fetch a particular inner Shell based on environment type it uses
- get(Class) - Method in class com.neurosys.domain.UserShell
-
input type matches env or shell type [if environment type is not available], or is super of first sub-type that matches
Fetch a particular inner Shell based on environment type it uses
- get() - Static method in class com.neurosys.ecom.wicket.components.EComSession
-
- get(Object, Object) - Method in interface com.neurosys.etl.common.AccessorLookUp
-
- get() - Method in class com.neurosys.etl.common.TransformerChain
-
- get(Object) - Method in class com.neurosys.etl.common.transformers.AbstractReverseTupleToEntityTransformer.OverridableHashMap
-
- get(Object) - Method in class com.neurosys.etl.common.transformers.ContextExtractorTransformer
-
- get(Object) - Method in class com.neurosys.etl.common.transformers.ContextMapperTransformer
-
- get() - Method in class com.neurosys.etl.common.transformers.DefaultValueTransformer
-
- get(Object, Object) - Method in class com.neurosys.etl.common.transformers.EntityChainAccessTransformer
-
- get() - Method in class com.neurosys.etl.common.transformers.FileWriterTransformer
-
- get(Object, Object) - Method in class com.neurosys.etl.common.transformers.MapValueLookupTransformer
-
- get() - Method in class com.neurosys.etl.common.transformers.SeedTransformer
-
- get() - Method in class com.neurosys.etl.common.transformers.ThreadLocalTransformer
-
- get() - Method in class com.neurosys.feeds.etl.RawStringFeed
-
- get() - Method in class com.neurosys.feeds.etl.ScheduledFeeds
-
- get() - Method in class com.neurosys.feeds.rss2.etl.RSS2ChannelFeed
-
- get() - Method in class com.neurosys.feeds.sitemap.etl.SiteMapFeed
-
- get() - Method in class com.neurosys.hazelcast.etl.SetupHazelCastInstance
-
Creates a new instance if none exists or existing is not running
else return existing.
- get() - Method in class com.neurosys.modules.etl.RelWebPathToAbsoluteTransformer
-
- get() - Method in class com.neurosys.q.notification.events.CurrentActionNotifyBehavior
-
- get() - Method in class com.neurosys.q.notification.events.NextNToNotifyBehavior
-
- get(U, TC) - Method in class com.neurosys.q.user.service.UserInTokenContainerTrackerDefaultService
-
- get(U) - Method in class com.neurosys.q.user.service.UserInTokenContainerTrackerDefaultService
-
- get(U, TC) - Method in interface com.neurosys.q.user.service.UserInTokenContainerTrackerService
-
- get(U) - Method in interface com.neurosys.q.user.service.UserInTokenContainerTrackerService
-
- get() - Method in class com.neurosys.saas.etl.CurrentTenantSupplier
-
- get() - Method in class com.neurosys.saas.etl.FindConfigForTenant
-
- get() - Method in class com.neurosys.saas.etl.FindConfigsForTenant
-
- get(String) - Method in class com.neurosys.scribble.AdapterService
-
- get(String) - Method in class com.neurosys.scribble.groovy.GroovyAdapterService
-
- get() - Static method in class com.neurosys.site.wicket.app.AppSettings
-
- get() - Static method in class com.neurosys.site.wicket.app.SiteApplication
-
- get() - Static method in class com.neurosys.site.wicket.components.session.BasicSession
-
Use Java 5 covariance
- get() - Static method in class com.neurosys.site.wicket.components.wrappers.FileUploadWrapper
-
- get(String, String) - Method in class com.neurosys.user.dao.UserAttributesDaoImpl
-
- get(User, String, String) - Method in class com.neurosys.user.dao.UserAttributesDaoImpl
-
- get(String) - Method in class com.neurosys.user.dao.UserAttributesDaoImpl
-
- getAbsoluteAppPath() - Static method in class com.neurosys.utils.WicketUtils
-
If Application hosted @ http://abc.com/appName/ then http://abc.com/appName/ will be returned.
- getAbsolutePath(T) - Method in class com.neurosys.site.wicket.components.ResourceListView
-
- getAbsolutePath(File) - Method in class com.neurosys.site.wicket.components.WebFileListView
-
Get a File absolute path
TODO: Consider making this a web based absolute path instead?
- getAcceptedClasses() - Method in class com.neurosys.utils.JSONMarshaller
-
- getAcceptedFields() - Method in class com.neurosys.utils.JSONMarshaller
-
- getAcceptedTypes() - Method in class com.neurosys.etl.common.filters.ClassTypePredicateLinkedTransformer
-
- getAccessClasses() - Method in class com.neurosys.etl.common.transformers.EnsureAccessorExistsTransformer
-
- getAccessor() - Method in class com.neurosys.etl.common.filters.EntityChainAccessCheckFilter
-
A string representation in a.b.c format; where any word represents a property as an entity or a map.
- getAccessor() - Method in class com.neurosys.etl.common.transformers.EnsureAccessorExistsTransformer
-
A dot separated list of entities.
- getAccessor() - Method in class com.neurosys.etl.common.transformers.EntityChainAccessModifierTransformer
-
A string representation in a.b.c format; where any word represents a property as an entity or a map.
- getAccessor() - Method in class com.neurosys.etl.common.transformers.EntityChainAccessTransformer
-
A string representation in a.b.c format; where any word represents a property as an entity or a map.
- getAccessorExistsTransformer() - Method in class com.neurosys.template.model.Template
-
While creating new records some nested entities may need to be constructed before #save(Serializable, MetaItem, Object)
- getAccessorTransformer() - Method in class com.neurosys.etl.common.comparators.EntityComparator
-
Derive a
Comparable
that represents a comparable option for the Entity
- getAccessValues() - Method in class com.neurosys.etl.common.transformers.EnsureAccessorExistsTransformer
-
- getAction() - Method in class com.neurosys.audit.domain.Audit
-
- getAction() - Method in class com.neurosys.modules.etl.EntityResourceUploadActionTransformer
-
An action Transformer that takes the following as input {objectId, savedPath of original file, renamedPath}
- getActiveShift(String) - Method in interface com.neurosys.q.service.ShiftService
-
Get an Active
Shift
by its name
- getActiveShift(V, P, String) - Method in interface com.neurosys.q.service.ShiftService
-
Get current/
ShiftStatus.ACTIVE
Shift
s for the Venue and
PlaceRef
This method
may throw an exception (impl dependent), if the system maintains more than one active
Shift
for any location.
- getActiveShifts() - Method in interface com.neurosys.q.service.ShiftService
-
- getActiveShifts(V) - Method in interface com.neurosys.q.service.ShiftService
-
- getActiveShifts(V, P) - Method in interface com.neurosys.q.service.ShiftService
-
- getActors() - Method in class com.neurosys.ecom.orders.domain.Order
-
Who all were involved in the Order workflow if it involved multiple people.
- getActualDateTime() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
Date time the transaction was conducted
The String format is used to preserve in format as sent by gateway
- getActualDays() - Method in class com.neurosys.ecom.orders.domain.DeliveryDetails
-
- getActualPriority() - Method in class com.neurosys.feeds.sitemap.domain.SiteMapItem
-
- getAdapterAlias() - Method in class com.neurosys.scribble.proxy.ScriptableInterceptor
-
The
Adapter
alias to fetch the real adapter from the {@link #adapterService
- getAdapters() - Method in class com.neurosys.cluzo.domain.ContextType
-
Deprecated.
- getAdapters() - Method in interface com.neurosys.cluzo.domain.SecurityContext
-
Get Adapters for this Context
- getAdapters() - Method in class com.neurosys.cluzo.service.DefaultSecurityContext
-
- getAdapters() - Method in class com.neurosys.content.service.publishers.ChainPublishAdapter
-
- getAdapterService() - Method in class com.neurosys.ecom.user.service.jaxrs.StrategiesService
-
Strategies can be Adapters; that can be updated @ runtime.
- getAdapterService() - Method in class com.neurosys.scribble.proxy.ScriptableInterceptor
-
- getAdapterWrapper(String, ScriptSource, Resource) - Method in class com.neurosys.scribble.AdapterService
-
- getAdapterWrapper(String, ScriptSource, Resource) - Method in class com.neurosys.scribble.groovy.GroovyAdapterService
-
- getAdded() - Method in class com.neurosys.ecom.products.domain.Product
-
- getAddHeaders() - Method in class com.neurosys.amorphous.service.jaxrs.filter.AddMapAsHeaderInterceptor
-
Additional Headers to add
Example: "Access-Control-Allow-Origin", Arrays.asList("*")
- getAdditionalCacheNames() - Method in class com.neurosys.content.service.ContentServiceImpl
-
Deprecated.
- getAdditionalCacheNames() - Method in class com.neurosys.content.service.GenericContentServiceImpl
-
- getAdditionalCacheNames() - Method in class com.neurosys.products.service.ProductServiceImpl
-
- getAddOnOverrides() - Method in class com.neurosys.crm.pricing.domain.Tier
-
- getAddress() - Method in class com.neurosys.ecom.orders.domain.DeliveryDetails
-
- getAddress() - Method in class com.neurosys.ecom.users.domain.Address
-
- getAddress(String) - Method in class com.neurosys.ecom.users.domain.GenericEcomUser
-
- getAddress(String) - Method in interface com.neurosys.ecom.users.domain.IGenericEcomUser
-
- getAddress(Order, String) - Static method in class com.neurosys.ecom.utils.Utils
-
Convenience helper to extract the Address from an Order.
- getAddresses() - Method in class com.neurosys.ecom.users.domain.GenericEcomUser
-
- getAddresses() - Method in interface com.neurosys.ecom.users.domain.IGenericEcomUser
-
- getAddresses(Order) - Static method in class com.neurosys.ecom.utils.Utils
-
Convenience helper to extract the Address from an Order.
- getAddressObj() - Method in class com.neurosys.ecom.orders.domain.DeliveryDetails
-
- getAddSeconds() - Method in class com.neurosys.etl.common.transformers.DateTransformer
-
If specified will Add/Subtract (if <0) the seconds to the output Date time
- getAddToCollectionSectionName(MetaItem) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsTemplatePanel
-
The add section which should have a minimum of one "addOption" component can be customized
for different scenarios; by type or field name etc.
- getAddToCollectionSectionName(MetaItem) - Method in class com.neurosys.template.wicket.components.EntityDetailsTemplatePanel
-
The add section which should have a minimum of one "addOption" component can be customized
for different scenarios; by type or field name etc.
- getAdminConfiguration() - Method in class com.neurosys.site.wicket.app.AppSettings
-
- getAdminConfiguration() - Method in class com.neurosys.site.wicket.app.BaseStartupHook
-
- getAdminConfiguration() - Method in class com.neurosys.site.wicket.components.AbstractListPanel
-
- getAdminNavigation(Map<Module, List<ModuleUI>>, Map<Module, MenuItem>, List<Module>) - Method in class com.neurosys.module.service.ModuleUIAutoNav
-
- getAjaxCallDecorator() - Method in class com.neurosys.modules.wicket.components.ScriptableFacetMetaAjaxButton
-
- getAjaxCallDecorator() - Method in class com.neurosys.site.wicket.behaviors.FieldAjaxEventBehavior
-
- getAjaxCallDecorator() - Method in class com.neurosys.site.wicket.components.ScriptableAjaxButton
-
- getAjaxCallDecorator() - Method in class com.neurosys.site.wicket.components.ScriptableAjaxLink
-
- getAjaxIndicatorMarkupId() - Method in class com.neurosys.site.wicket.components.AjaxIndicator
-
- getAjaxIndicatorMarkupId() - Method in class com.neurosys.site.wicket.components.IndicatingAjaxLinkTree
-
- getAjaxIndicatorMarkupId() - Method in class com.neurosys.site.wicket.components.ProgressMonitor
-
- getAjaxSavingBehavior(AjaxLink, IAjaxCallDecorator) - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentEditorPanel
-
If not null will override the save behavior of the content.
- getAjaxTarget(Page) - Static method in class com.neurosys.utils.WicketUtils
-
- getAjaxToHTMLTransformer() - Method in class com.neurosys.seo.ajax.HTMLPublisherListener
-
A transformer that takes a fully qualified Web path and converts it to HTML with the Ajax calls converted also to HTML
- getAlias() - Method in class com.neurosys.ecom.users.domain.GuestUser
-
Can be used for Login for Guest users also
- getAliasForProduct(T) - Method in class com.neurosys.products.dao.jpa.ProductDaoImpl
-
- getAliasForProduct(T) - Method in interface com.neurosys.products.dao.ProductDao
-
- getAliasForProduct(T) - Method in class com.neurosys.products.service.ProductServiceImpl
-
- getAliasInstanceType() - Method in class com.neurosys.spider.indexer.HierarchyMultiParentBuilder
-
Instance type of the Alias-Hierarchy Node (Alias signify alternate parents)
- getAliasToPathTransformer() - Method in class com.neurosys.scribble.AdapterService
-
For a given key/alias return the actual path to the Resource.
- getAll(String) - Method in class com.neurosys.configs.AbstractConfigurationJPADaoImpl
-
- getAll(String) - Method in interface com.neurosys.configs.ConfigurationDao
-
- getAll(String) - Method in class com.neurosys.configs.DefaultConfigurationService
-
- getAllDeliveryReports() - Method in class com.neurosys.aws.sns.sms.service.SMSDeliveryReports
-
Generates all Delivery Reports
- getAllLogs() - Method in class com.neurosys.aws.cloudwatch.domain.RetrieveCloudWatchLogs
-
Generates all Logs
- getAllPartialAmounts(O, boolean) - Method in class com.neurosys.ecom.orders.service.DefaultSubOrderService
-
For all Orders placed related to this order, return in sequence all the partial amounts, so far.<
- getAllPartialAmounts(O, boolean) - Method in interface com.neurosys.ecom.orders.service.SubOrderService
-
For all Orders placed related to this order, return in sequence all the partial amounts, so far.<
- getAlt() - Method in class com.neurosys.geo.domain.GeoLocation
-
- getAlterEgos(Long) - Method in interface com.neurosys.content.dao.HierarchyContentSource
-
For a given id, fetch all Siblings (Status & Locale) that share the same Name (implying they are alternate egos
of the same content; i.e same content parents across hierarchies differentiated by
Content.getStatus()
and locale.
- getAlterEgos(Long) - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
For a given id, fetch all Siblings (Status & Locale) that share the same Name (implying they are alternate egos
of the same content; i.e same content parents across hierarchies differentiated by
AbstractContent.getStatus()
and locale.
- getAlternateParents(EntityManager) - Method in class com.neurosys.spider.indexer.HierarchyMultiParentBuilder
-
- getAmount() - Method in class com.neurosys.ecom.orders.domain.BaseOrderItem
-
Amount
spent on ordering quantity items.
If a product is purchased with N units ; then amount is for all N units.
- getAmount() - Method in class com.neurosys.ecom.orders.domain.DeliveryDetails
-
Amount
charged for Delivery/Shipping only
- getAmount() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
Transaction amount
We want to maintain the details @ the transaction level in addition to
Order
because Orders
may be modified.
We can tract at the point in time, what was the exact amount transacted.
- getAmount() - Method in class com.neurosys.ecom.orders.domain.TransactionAmount
-
The amount
- getAmountJson() - Method in class com.neurosys.ecom.orders.domain.Promotion
-
Details about the Discount/Promotion itself like Amount, Unit, Currency etc.
This JSON is intended to be App specific where the
PromotionStrategy
can interpret the JSON criteria
- getAmountPropertyField() - Method in class com.neurosys.ecom.etl.AmountTransformer
-
If not null will set the property field in
Amount
instead of setting total (by default)
- getAnnotationClass() - Method in class com.neurosys.module.wicket.service.AutoDetectModuleMountPoints
-
- getAnnotationClass() - Method in class com.neurosys.site.wicket.app.AutoDetectMountPoints
-
- getAnyUploadedResource() - Method in class com.neurosys.modules.etl.admin.wicket.pages.panels.ReaderProcess
-
- getApiKey() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getAppConfiguration() - Method in class com.neurosys.site.wicket.app.AppSettings
-
- getAPPLICATION_ENCODING_CHARSET() - Method in class com.neurosys.site.wicket.app.AppSettings
-
- getAPPLICATION_EXTENSION() - Method in class com.neurosys.site.wicket.app.AppSettings
-
- getApplicationContext() - Method in class com.neurosys.ecom.orders.service.SpringTemplateInvoiceService
-
- getApplicationContext() - Method in class com.neurosys.site.wicket.app.AppSettings
-
- getApplicationId() - Method in class com.neurosys.nexmo.domain.NexmoAuthenticationDetails
-
- getApplicationName() - Method in class com.neurosys.aws.sns.push.domain.PlatformDetails
-
Name of which Amazon SNS Platform Application is to be created
- getAppSettings() - Method in class com.neurosys.modules.etl.FileToPathTransformer
-
- getArea() - Method in class com.neurosys.ecom.model.EComUserShell
-
Any
AbstractArea
(area, region) related info where this cart will will go
- getArea(String, String) - Method in interface com.neurosys.ecom.service.AreaService
-
- getArea(String, String, C) - Method in interface com.neurosys.ecom.strategy.service.AreaStrategy
-
- getArea(O) - Method in class com.neurosys.ecom.strategy.service.DefaultPaymentOptionsStrategy
-
- getArea() - Method in class com.neurosys.ecom.wicket.components.EComSession
-
- getAreaCode(O) - Method in class com.neurosys.ecom.strategy.service.DefaultPaymentOptionsStrategy
-
get Area Code for the Order; looks in the following order:
Order user contact Details - Shipping Address
User Object - Shipping Address
- getAreas(String) - Method in interface com.neurosys.ecom.service.AreaService
-
- getAreas(String, C) - Method in interface com.neurosys.ecom.strategy.service.AreaStrategy
-
Get a Map of all the areas, where the Key is defined by key for Area #getKey(AreaType)
- getAreas(String, String) - Method in class com.neurosys.ecom.user.service.jaxrs.StrategiesService
-
For international shipping etc, area information
- getAreaService() - Method in interface com.neurosys.ecom.strategy.service.AreaStrategy
-
- getAreaStrategy() - Method in class com.neurosys.ecom.user.service.jaxrs.StrategiesService
-
- getAreaType() - Method in class com.neurosys.ecom.strategy.service.DefaultPaymentOptionsStrategy
-
When looking up details for an Area what type of Area code to consider
- getArn() - Method in class com.neurosys.aws.sns.push.domain.PlatformMessageDeliveryAttributes
-
ARN of the Topic or Platform for which the Attributes will be set
- getArn() - Method in class com.neurosys.aws.sns.sms.domain.MessageDeliveryAttributes
-
ARN of the Topic or Platform for which the Attributes will be set
- getArnAccess() - Method in class com.neurosys.aws.sns.sms.transformer.AmazonSNSDispatcher
-
Attribute Details for Message Delivery Reports
- getArtifactId() - Method in class com.neurosys.audit.domain.Audit
-
- getAspect() - Method in class com.neurosys.security.auth.domain.AspectAuthorization
-
- getAssignedContainer(T) - Method in interface com.neurosys.q.service.ShiftService
-
- getAssignedContainer(T) - Method in interface com.neurosys.q.service.TokenContainerService
-
For a
Token
get the container
- getAssignedShift(T) - Method in interface com.neurosys.q.service.ShiftService
-
- getAssignedShifts(List<T>) - Method in interface com.neurosys.q.dao.ShiftDao
-
For a List of
Token
s fetch their corresponding Shifts associated with their token ids.
- getAssignIndependentModel() - Method in class com.neurosys.template.model.FacetMeta
-
- getAssociatedTemplate() - Method in class com.neurosys.content.service.ContentPathTransformer
-
- getAssymetricDescriptor() - Method in class com.neurosys.site.wicket.components.AssymetricGridView
-
- getAttachehmentSuffix() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
The suffix will be added to all attachments
to make it comply with standard naming contentions
- getAttribute(String) - Method in class com.neurosys.domain.HierarchialDomainObjectWithAttributes
-
Any attribute that is not common for most of the entities belongs to be an Attribute rather than a field.
- getAttribute(String) - Method in class com.neurosys.multiorg.domain.Venue
-
Any attribute that is not common for most of the entities belongs to be an Attribute rather than a field.
- getAttribute(String) - Method in class com.neurosys.template.model.FacetMeta
-
- getAttributeName() - Method in class com.neurosys.domain.transformers.AttributesToValueTransformer
-
- getAttributeNames() - Method in class com.neurosys.comments.domain.Comment
-
- getAttributeNames() - Method in class com.neurosys.content.domain.ContentDescriber
-
- getAttributeNames() - Method in interface com.neurosys.content.domain.PageIdentifier
-
Page may have additional attributes with it; like meta data, Get the value for the param.
Note this is NOT to be confused with an HTTP Requests parameters or Attributes.
- getAttributeNames() - Method in class com.neurosys.posts.domain.Post
-
- getAttributes() - Static method in class com.neurosys.aws.sns.push.domain.PlatformDetails
-
Message Attributes depending on the Platform Type
- getAttributes() - Method in class com.neurosys.bi.reporting.ReporterMeta
-
For each Column displayName in the Reporter define any specific attributes for presentation
Key is fieldName/Column Index and value could be a String, Transformer,PARAM_META type
- getAttributes() - Method in class com.neurosys.comments.domain.Comment
-
- getAttributes() - Method in interface com.neurosys.content.domain.Content
-
- getAttributes() - Method in class com.neurosys.content.domain.ContentDescriber
-
- getAttributes() - Method in class com.neurosys.domain.HierarchialDomainObjectWithAttributes
-
- getAttributes() - Method in class com.neurosys.events.Feedback
-
Any optional feedback properties
- getAttributes() - Method in class com.neurosys.feeds.domain.FeedItem
-
- getAttributes() - Method in class com.neurosys.multiorg.domain.Organization
-
- getAttributes() - Method in class com.neurosys.multiorg.domain.Venue
-
- getAttributes() - Method in class com.neurosys.posts.domain.Post
-
- getAttributes() - Method in class com.neurosys.products.domain.Product
-
Any attribute that is not common for most of the entities belongs to be an Attribute rather than a field.
- getAttributes() - Method in class com.neurosys.template.model.FacetMeta
-
Custom properties for the given meta informations that can be shared by all
adapters and
Transformer
s of this
FacetMeta
- getAttributes() - Method in class com.neurosys.template.model.Template
-
- getAttributes(String) - Method in interface com.neurosys.user.dao.UserAttributesDao
-
- getAttributes(String) - Method in class com.neurosys.user.dao.UserAttributesDaoImpl
-
- getAttributesSetter() - Method in class com.neurosys.modules.etl.AttributesMapper
-
- getAttributeValue(String) - Method in class com.neurosys.comments.domain.Comment
-
- getAttributeValue(String) - Method in class com.neurosys.content.domain.ContentDescriber
-
- getAttributeValue(String) - Method in interface com.neurosys.content.domain.PageIdentifier
-
Page may have additional attributes with it; like meta data, Get the value for the param.
Note this is NOT to be confused with an HTTP Requests parameters or Attributes.
- getAttributeValue(String) - Method in interface com.neurosys.domain.Attributes
-
- getAttributeValue(String) - Method in class com.neurosys.domain.HierarchialDomainObjectWithAttributes
-
- getAttributeValue(String) - Method in class com.neurosys.events.Feedback
-
- getAttributeValue(String) - Method in class com.neurosys.feeds.domain.FeedItem
-
- getAttributeValue(String, P, List<P>) - Static method in class com.neurosys.modules.utils.Utils
-
Get the attribute value of a Product.
- getAttributeValue(String) - Method in class com.neurosys.multiorg.domain.Venue
-
- getAttributeValue(String) - Method in class com.neurosys.posts.domain.Post
-
- getAudioFilePath() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getAudioType() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessage
-
- getAudioType() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getAudioType() - Method in class com.neurosys.smsgatewaycenter.voice.domain.TextToVoiceMessage
-
- getAudioType() - Method in class com.neurosys.smsgatewaycenter.voice.domain.VoiceRecordedMessage
-
- getAuthChallengePage(Component) - Method in class com.neurosys.site.wicket.components.session.AbstractAuthorizationStrategy
-
For UnAuth access redirect to Login Page
- getAuthChallengePage(Component) - Method in class com.neurosys.user.wicket.components.session.AuthorizationStrategy
-
- getAuthComparator() - Method in class com.neurosys.security.auth.service.AuthorizationService
-
- getAuthDetails() - Method in class com.neurosys.nexmo.voice.transformer.NexmoRecordedCallDispatcher
-
- getAuthDetails() - Method in class com.neurosys.nexmo.voice.transformer.NexmoTextToSpeechCallDispatcher
-
- getAuthenticated() - Method in class com.neurosys.security.auth.domain.basic.BasicAuthenticationToken
-
- getAuthenticatedUserToResponseBody() - Method in class com.neurosys.user.service.jaxrs.WicketBasicSessionAuthService
-
Define the response for a given
User
- getAuthentication() - Method in class com.neurosys.aws.sns.sms.transformer.AmazonSNSDispatcher
-
Stores the Authentication Details of the user
- getAuthErrorMessage(Exception) - Method in class com.neurosys.login.wicket.AbstractLoginForm
-
- getAuthFailMessage() - Method in class com.neurosys.login.wicket.AbstractLoginForm
-
- getAuthFailureHandlerDefaultBeanName() - Method in class com.neurosys.site.wicket.app.SiteApplication
-
Default Spring Config bean name
- getAuthFor(String, String) - Method in class com.neurosys.security.auth.service.ConfigurableRoleService
-
- getAuthFor(String, String) - Method in interface com.neurosys.security.auth.service.RoleService
-
- getAuthModule() - Method in class com.neurosys.site.wicket.app.AppSettings
-
- getAuthor() - Method in class com.neurosys.feeds.rss2.domain.RSS2Item
-
- getAuthorizableColumns(ReporterMeta) - Method in class com.neurosys.reporting.wicket.components.Exporters
-
- getAuthorizableForConfig(String, K) - Method in class com.neurosys.configs.ConfigurationSourceWithAuthorizableConfigs
-
Deprecated.
- getAuthorizableId() - Method in class com.neurosys.amorphous.domain.ExternalAccessTransformerWrapper
-
When auto detecting
Authorizable
objects, should the id of this instance be added to the list
- getAuthorizableId() - Method in class com.neurosys.amorphous.service.jaxrs.AuthorizableSecurableService
-
- getAuthorizableId() - Method in class com.neurosys.bi.reporting.AuthorizableReporterMeta
-
- getAuthorizableId() - Method in class com.neurosys.configs.AbstractAuthorizableConfiguration
-
- getAuthorizableId() - Method in class com.neurosys.crm.pricing.domain.Feature
-
- getAuthorizableId() - Method in class com.neurosys.menu.model.AuthorizableMenuItem
-
- getAuthorizableId() - Method in class com.neurosys.menu.model.AuthorizedRollOverMenuItem
-
Deprecated.
- getAuthorizableId() - Method in class com.neurosys.module.model.Module
-
- getAuthorizableId() - Method in class com.neurosys.modules.etl.AuthorizableETLMeta
-
- getAuthorizableId() - Method in class com.neurosys.modules.etl.AuthorizableTransformer
-
- getAuthorizableId() - Method in class com.neurosys.reporting.AuthorizableExportType
-
- getAuthorizableId() - Method in interface com.neurosys.security.auth.domain.Authorizable
-
- getAuthorizableId() - Method in class com.neurosys.security.auth.domain.AuthorizableObject
-
- getAuthorizableId() - Method in class com.neurosys.template.model.AuthorizableFacetMeta
-
- getAuthorizableId() - Method in class com.neurosys.template.model.AuthorizableTemplate
-
- getAuthorizableId() - Method in class com.neurosys.track.domain.TrackInfo
-
- getAuthorizableIdAssignable() - Method in class com.neurosys.amorphous.domain.ExternalAccessTransformerWrapper
-
- getAuthorizableIdAssignable() - Method in class com.neurosys.bi.reporting.AuthorizableReporterMeta
-
- getAuthorizableIdAssignable() - Method in class com.neurosys.common.service.jaxrs.SiteAuthorizableSecurableService
-
- getAuthorizableIdAssignable() - Method in class com.neurosys.configs.AbstractAuthorizableConfiguration
-
- getAuthorizableIdAssignable() - Method in class com.neurosys.crm.pricing.domain.Feature
-
- getAuthorizableIdAssignable() - Method in class com.neurosys.lookup.service.jaxrs.UserLookupService
-
- getAuthorizableIdAssignable() - Method in class com.neurosys.menu.model.AuthorizableMenuItem
-
- getAuthorizableIdAssignable() - Method in class com.neurosys.menu.model.AuthorizedRollOverMenuItem
-
Deprecated.
- getAuthorizableIdAssignable() - Method in class com.neurosys.module.model.Module
-
- getAuthorizableIdAssignable() - Method in class com.neurosys.modules.etl.AuthorizableETLMeta
-
- getAuthorizableIdAssignable() - Method in class com.neurosys.modules.etl.AuthorizableTransformer
-
- getAuthorizableIdAssignable() - Method in class com.neurosys.reporting.AuthorizableExportType
-
- getAuthorizableIdAssignable() - Method in interface com.neurosys.security.auth.domain.Authorizable
-
Is the
Authorizable.getAuthorizableId()
of this instance to be considered in the global list of Authorizations.
If true, it will appear in the List of Authorizations that can be assigned to users.
- getAuthorizableIdAssignable() - Method in class com.neurosys.security.auth.domain.AuthorizableObject
-
- getAuthorizableIdAssignable() - Method in class com.neurosys.template.model.AuthorizableFacetMeta
-
- getAuthorizableIdAssignable() - Method in class com.neurosys.template.model.AuthorizableTemplate
-
- getAuthorizableService() - Method in class com.neurosys.amorphous.service.jaxrs.AuthorizableSecurableService
-
- getAuthorizableService() - Method in class com.neurosys.common.service.jaxrs.SiteAuthorizableSecurableService
-
- getAuthorizableService() - Method in class com.neurosys.lookup.service.jaxrs.UserLookupService
-
- getAuthorizationMap() - Method in class com.neurosys.ecom.users.domain.GuestUser
-
- getAuthorizationMap() - Method in class com.neurosys.ecom.users.domain.RegisteredUser
-
- getAuthorizationMap() - Method in class com.neurosys.security.auth.domain.basic.BasicUser
-
- getAuthorizationMap() - Method in interface com.neurosys.security.auth.domain.User
-
Map of entity Name to
Set
of
Authorization
.
The entity name can refer to any section that has a name, that uniquely identifies the entity.
- getAuthorizationModule() - Method in class com.neurosys.common.service.jaxrs.SiteAuthorizableSecurableService
-
- getAuthorizationModule() - Method in class com.neurosys.lookup.service.jaxrs.UserLookupService
-
- getAuthorizations() - Method in class com.neurosys.amorphous.domain.ExternalAccessTransformerWrapper
-
- getAuthorizations() - Method in class com.neurosys.amorphous.service.jaxrs.AuthorizableSecurableService
-
- getAuthorizations() - Method in class com.neurosys.bi.reporting.AuthorizableReporterMeta
-
- getAuthorizations() - Method in class com.neurosys.content.domain.AbstractContentFacet
-
JSON String to represent a Map of <String,
Authorization
> per module.
- getAuthorizations() - Method in class com.neurosys.crm.pricing.domain.Feature
-
- getAuthorizations() - Method in class com.neurosys.crm.pricing.domain.FeatureForOrganization
-
- getAuthorizations() - Method in class com.neurosys.ecom.users.domain.RegisteredUser
-
- getAuthorizations() - Method in class com.neurosys.menu.model.AuthorizableMenuItem
-
- getAuthorizations() - Method in class com.neurosys.menu.model.AuthorizedRollOverMenuItem
-
Deprecated.
- getAuthorizations() - Method in class com.neurosys.module.model.Module
-
- getAuthorizations() - Method in class com.neurosys.modules.etl.AuthorizableETLMeta
-
- getAuthorizations() - Method in class com.neurosys.modules.etl.AuthorizableTransformer
-
- getAuthorizations() - Method in class com.neurosys.reporting.AuthorizableExportType
-
- getAuthorizations() - Method in interface com.neurosys.security.auth.domain.Authorizable
-
- getAuthorizations() - Method in class com.neurosys.security.auth.domain.AuthorizableObject
-
- getAuthorizations() - Method in class com.neurosys.security.auth.domain.basic.BasicUser
-
- getAuthorizations() - Method in class com.neurosys.security.auth.domain.Role
-
Map for an
Authorizable
what are the
Authorization
s this Role represents.
The
Map
itself is transient, if Role to be persisted then save as JSON and marshal/unmarshal to this.
- getAuthorizations() - Method in class com.neurosys.template.model.AuthorizableFacetMeta
-
- getAuthorizations() - Method in class com.neurosys.template.model.AuthorizableTemplate
-
- getAuthorizationService() - Method in class com.neurosys.configs.ConfigurationSourceWithAuthorizableConfigs
-
Deprecated.
- getAuthorizationService() - Method in class com.neurosys.configs.DefaultConfigurationService
-
Optional service to perform Authorization on config fetches.
- getAuthorizationService() - Method in class com.neurosys.security.auth.service.AuthorizationModule
-
- getAuthorizationsForUser(String, User) - Method in class com.neurosys.security.auth.service.AuthorizationService
-
- getAuthorizationsForUser(String, User) - Method in interface com.neurosys.security.auth.service.IAuthorizationService
-
- getAuthorizedId() - Method in class com.neurosys.template.model.MultiAuthorizedStateFacetMeta
-
- getAuthorizedObject() - Method in class com.neurosys.security.auth.domain.AuthorizableObject
-
- getAuthorizedUnits(U) - Method in class com.neurosys.saas.etl.TenantContextJPAQueryTransformer
-
Based on context or current user get the Units the current session/request has access to.
- getAuthorizedUnits(U) - Method in class com.neurosys.saas.etl.VerifyShellAccessToTenantTransformer
-
Based on context or current user get the Units the current session/request has access to.
- GetAuthorizedUnitsFunction<T,U extends SAASUser<T>> - Class in com.neurosys.saas.etl
-
Simple
Function
that adds all
User#getOrganizations()
&
User#getPrimaryOrganization()
to derive final
Set
of Authorizable units.
- GetAuthorizedUnitsFunction() - Constructor for class com.neurosys.saas.etl.GetAuthorizedUnitsFunction
-
- getAuthStrategyDefaultBeanName() - Method in class com.neurosys.site.wicket.app.SiteApplication
-
Default Spring Config bean name
- getAuthToken() - Method in class com.neurosys.domain.UserShell
-
- getAuthToken() - Static method in class com.neurosys.security.spring.SpringInterceptorSecurityFilter
-
Access ThreadLocal
- getAuthToken() - Method in interface com.neurosys.site.model.IBasicSession
-
- getAuthToken() - Method in class com.neurosys.site.wicket.components.session.BasicSession
-
- getAuthType() - Method in class com.neurosys.amorphous.security.filter.PrincipalRequestWrapper
-
- getAuthUserService() - Method in class com.neurosys.user.service.jaxrs.WicketBasicSessionAuthService
-
- getAutoParagraph() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper.CKEditorConfigs
-
autoParagraph : false
Whether automatically create wrapping blocks around inline contents inside document body, this helps to ensure the integrality of the block enter mode.
- getAvailability() - Method in class com.neurosys.ecom.products.domain.Product
-
Some products may not be available to be Sold Online or available for a specific purpose
- getAwsClient() - Method in class com.neurosys.aws.InvalidationASynchTransformer
-
- getAwsClient() - Method in class com.neurosys.aws.InvalidationSynchTransformer
-
- getAwsCredentials() - Method in class com.neurosys.aws.sns.push.transformer.PushNotification
-
Credentials required to init a AmazonSNSClient
- getAwsCredentials() - Method in class com.neurosys.aws.sns.sms.transformer.AmazonSNSDispatcher
-
Credentials required to init a AmazonSNSClientClient
- getAwsLogClient() - Method in class com.neurosys.aws.cloudwatch.domain.RetrieveCloudWatchLogs
-
Client for accessing Amazon CloudWatch Logs.
- getBase() - Method in class com.neurosys.ecom.orders.domain.Amount
-
In the default behavior/understanding, the base price reflect the regular total of the product
- getBase64EncodedStringForImage(File, String) - Static method in class com.neurosys.messenger.email.EmailMultiPartBuilder
-
- getBasePagePath() - Method in class com.neurosys.site.wicket.components.app.StaticPageMountPointLoader
-
Prefix this to the URL's page path
- getBasePagePath() - Method in class com.neurosys.site.wicket.components.wrappers.GenericStaticPageWrapper
-
Prefix this to the URL's page path
If supplied; will negate the path folders from the Expected URL resource path.
- getBasePath() - Method in class com.neurosys.seo.ajax.HTMLPublisherListener
-
- getBaseReporters() - Method in class com.neurosys.bi.reporting.writers.CSVTabularDataWriter
-
Each Reporter will create a new Sheet
- getBaseReporters() - Method in class com.neurosys.bi.reporting.writers.ExcelTabularDataWriter
-
Each Reporter will create a new Sheet
- getBaseReporters() - Method in interface com.neurosys.bi.reporting.writers.ReportWriter
-
- getBaseUrlStr() - Method in class com.neurosys.modules.etl.WicketURLGeneratorTransformer
-
Base string for URL.
- getBaseWebAbsolutePath() - Method in class com.neurosys.modules.etl.RelWebPathToAbsoluteTransformer
-
- getBaseWebPath() - Method in class com.neurosys.nexmo.voice.transformer.NexmoRecordedCallDispatcher
-
- getBaseWebPath() - Method in class com.neurosys.nexmo.voice.transformer.NexmoTextToSpeechCallDispatcher
-
- getBatch() - Method in class com.neurosys.etl.process.ProcessState
-
- getBatch(String) - Method in interface com.neurosys.q.service.BatchService
-
Fetch a Batch by Id
- getBatchId() - Method in interface com.neurosys.q.domain.Route
-
- getBatchInfo() - Method in interface com.neurosys.q.domain.Token
-
- getBatchSize() - Method in class com.neurosys.etl.processors.batch.SerialBufferSplitter
-
- getBCCList() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
If not using bulk and want to show BCC addresses, use this
- getBCCListStr() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
Setting comma separated EMAIL ADDRESSES in this appends to
EmailMessage.BCCList
but does not directly participate in any processing
- getBeanId(String, String) - Static method in class com.neurosys.configs.SpringStaticConfiguration
-
- getBehavior(Class<B>) - Method in class com.neurosys.etl.common.mapper.Mapper
-
- getBehaviors() - Method in class com.neurosys.etl.common.mapper.Mapper
-
- getBehaviors() - Method in interface com.neurosys.events.Behaviors
-
Optional
Behavior
s for custom strategies
- getBehaviors() - Method in class com.neurosys.q.notification.events.BasicTokenEvent
-
Optional AddOnBehavior
s for custom strategies
- getBehaviors() - Method in interface com.neurosys.q.notification.events.TokenEvent
-
Optional
Behavior
s for custom strategies
- getBillingCycle() - Method in class com.neurosys.crm.billing.domain.OrgFeature
-
- getBitmask() - Method in class com.neurosys.amorphous.domain.GenericObject
-
- getBitmask() - Method in class com.neurosys.configs.AbstractConfiguration
-
- getBitmask() - Method in class com.neurosys.content.domain.AbstractContent
-
- getBitmask() - Method in interface com.neurosys.content.domain.Content
-
- getBitmask() - Method in class com.neurosys.ecom.orders.domain.Order
-
Optional param that allows an Application to define project specific switches (boolean flags) for an Order.
- getBitmask() - Method in class com.neurosys.ecom.users.domain.GuestUser
-
- getBitmask() - Method in class com.neurosys.ecom.users.domain.RegisteredUser
-
- getBitmask() - Method in class com.neurosys.events.domain.AbstractEvent
-
- getBitmask() - Method in class com.neurosys.products.domain.Product
-
- getBitmask() - Method in class com.neurosys.ratings.domain.Rating
-
- getBitmask() - Method in class com.neurosys.security.auth.domain.basic.BasicUser
-
- getBitmask() - Method in interface com.neurosys.security.auth.domain.User
-
- getBitMasks() - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentManagerPanel
-
- getBitMasks() - Method in class com.neurosys.system.admin.wicket.components.UserDetailsPanelHelpers
-
- getBitMasks() - Method in class com.neurosys.system.admin.wicket.components.UserStatusBitsForm
-
- getBlackRegExPattern() - Method in class com.neurosys.cluzo.adapters.WhiteBlackExpressionSecurityAdapter
-
- getBody() - Method in class com.neurosys.site.wicket.behaviors.FieldAjaxEventBehavior
-
The part of the callback URL that can carry back data from the client
- getBodyId() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper.CKEditorConfigs
-
Specify a Body Id, so that CSS elements that use the common id for content derive that via the inserted id
within the editor.
- getBookMarkablePageLink(String, Integer, boolean) - Method in class com.neurosys.products.wicket.panels.CatalogNavigatorPanel
-
- getBroadcastMessage(String, String) - Method in class com.neurosys.q.notification.service.AbstractNotificationHelper
-
- getBrowser() - Method in class com.neurosys.seo.ajax.AjaxUrlToHTMLTransformer
-
BrowserVersion
- getBuffer() - Method in class com.neurosys.etl.processors.batch.DaemonBufferSplitter
-
- getBuffer() - Method in class com.neurosys.site.wicket.model.BufferedSortableDataProvider
-
- getBUFFER_HOLD_TIME() - Method in class com.neurosys.etl.processors.batch.DaemonBufferSplitter
-
If within BUFFER_HOLD_TIME if no alert is received then it will flush the buffer.
- getBuildProperties() - Method in class com.neurosys.site.wicket.app.SiteApplication
-
Build specific properties derived from build.properties
- getBulkActions() - Method in class com.neurosys.bi.reporting.ReporterMeta
-
Any Bulk actions to perform on the Report
- getBulkActionsMetaSpringBeanName() - Method in class com.neurosys.site.wicket.components.ResourceListView.ViewContext
-
A Spring bean name that defines a
List
of FacetMeta,each defining a Button and an associated Submit action
- getByModuleNames() - Method in class com.neurosys.idm.admin.wicket.models.UserListDataProvider
-
- getCache() - Method in class com.neurosys.configs.DefaultConfigurationService
-
Optional cache, if provided will clear the cache fore related entries being set
- getCache() - Method in class com.neurosys.content.service.ContentServiceImpl
-
Deprecated.
- getCache() - Method in interface com.neurosys.content.service.GenericContentService
-
- getCache() - Method in class com.neurosys.content.service.GenericContentServiceImpl
-
- getCache() - Method in class com.neurosys.modules.etl.CacheLookup
-
Set using Spring SPEL like #{cacheManager.getCache('myCacheName')}
- getCache() - Method in interface com.neurosys.products.service.ProductService
-
- getCache() - Method in class com.neurosys.products.service.ProductServiceImpl
-
- getCacheDef() - Method in class com.neurosys.amorphous.service.jaxrs.AnyWebService
-
Define a Service specific CacheControl
definition.
By default this is , override to suit any service specific implementation.
- getCacheKeyAccessorTransformer() - Method in class com.neurosys.modules.etl.SpringCacheTransformer
-
If Not null, will assume input not to be an array and will assign the cache key to be the name derived from this transformer.
- getCacheKeyName(Object) - Method in class com.neurosys.modules.etl.SpringCacheTransformer
-
- getCacheKeyTransformer() - Method in class com.neurosys.modules.etl.CacheLookup
-
If not null will extract the key from the input; if null will use the
Object.hashCode()
- getCacheManager() - Method in class com.neurosys.content.service.GenericContentServiceImpl
-
- getCacheManager() - Method in class com.neurosys.modules.etl.MultiCategoryLookup
-
- getCacheManager() - Method in class com.neurosys.modules.etl.SpringCacheTransformer
-
- getCacheManager() - Method in class com.neurosys.products.service.ProductServiceImpl
-
- getCacheName() - Method in class com.neurosys.modules.etl.MultiCategoryLookup
-
- getCacheName() - Method in class com.neurosys.modules.etl.SpringCacheTransformer
-
- getCallback() - Method in class com.neurosys.etl.common.transformers.AsynchronousTransformer
-
Callback to the end of the asynchronous process
- getCallbackScript(boolean) - Method in class com.neurosys.site.wicket.behaviors.FieldAjaxEventBehavior
-
- getCallbackUrl(boolean) - Method in class com.neurosys.site.wicket.behaviors.FieldAjaxEventBehavior
-
The Script that is called when the button is clicked to relay info back to the Server via Ajax
- getCallDecorator() - Method in class com.neurosys.site.wicket.behaviors.FieldAjaxEventBehavior
-
- getCampaignPropertyName() - Method in class com.neurosys.collection.transformers.CollectionURLGeneratorTransformer
-
- getCancelledStates() - Method in interface com.neurosys.q.service.QStatesStrategy
-
Cancelled states
- getCart(HttpServletRequest, String) - Method in class com.neurosys.ecom.user.service.jaxrs.WicketEcomUserContextUpdateService
-
Fetch the
Cart
for a user
- getCartForSession(S, String) - Method in class com.neurosys.ecom.cart.service.AbstractCartService
-
- getCartForSession(SESSION, String) - Method in interface com.neurosys.ecom.cart.service.CartService
-
Some carts like Shopping may exist in Session or persisted.
- getCartForUser(String, String) - Method in class com.neurosys.ecom.cart.service.AbstractCartService
-
- getCartForUser(String, String) - Method in interface com.neurosys.ecom.cart.service.CartService
-
Some carts like a WishList maybe persistent
so allow to retrieve it.
- getCartFromSession(S) - Method in class com.neurosys.ecom.cart.service.AbstractCartService
-
The Session is expected to be related to the
Cart
it carries.
- getCartFromSession(S) - Method in class com.neurosys.ecom.cart.service.wicket.ServletCartService
-
- getCartFromSession(S) - Method in class com.neurosys.ecom.cart.service.wicket.WicketCartService
-
- getCartItemKey(CI) - Method in class com.neurosys.ecom.cart.service.CartProductTransformService
-
- getCartProductTransform() - Method in class com.neurosys.ecom.cart.service.AbstractCartService
-
Handle All conversions
- getCartProductTransform() - Method in class com.neurosys.ecom.user.service.jaxrs.StrategiesService
-
Handle All conversions
- getCartService() - Method in class com.neurosys.ecom.cart.wicket.components.AbstractCartForm
-
- getCartService() - Method in class com.neurosys.ecom.user.service.jaxrs.WicketEcomUserContextUpdateService
-
- getCartSessionId(SESSION, String) - Method in interface com.neurosys.ecom.cart.service.CartService
-
A client cart is identified by its user name (primary) and a sessionId (for session based carts like shopping cart).
- getCartSessionId(S, String) - Method in class com.neurosys.ecom.cart.service.wicket.ServletCartService
-
A client cart is identified by its user name (primary) and a sessionId (for session based carts like shopping cart).
- getCartSessionId(S, String) - Method in class com.neurosys.ecom.cart.service.wicket.WicketCartService
-
A client cart is identified by its user name (primary) and a sessionId (for session based carts like shopping cart).
- getCartUserId(SESSION, USER, String) - Method in interface com.neurosys.ecom.cart.service.CartService
-
A client cart is identified by its user name (primary) and a sessionId (for session based carts like shopping cart).
- getCartUserId(S, U, String) - Method in class com.neurosys.ecom.cart.service.wicket.ServletCartService
-
- getCartUserId(S, U, String) - Method in class com.neurosys.ecom.cart.service.wicket.WicketCartService
-
- getCaseType() - Method in class com.neurosys.etl.common.transformers.CaseTransformer
-
- getCatalogView() - Method in class com.neurosys.products.wicket.panels.CatalogPanel
-
- getCategory(String) - Method in interface com.neurosys.content.lookup.ContentLookupService
-
Should be used to fetch a Category / Parent Content
WARNING : COULD BE USED ON ANY Content, HOWEVER APPLY CAUTION NOT TO CALL FOR ANY Content AS ON CALL THEY WILL BE CACHED
- getCategory(Long) - Method in interface com.neurosys.content.lookup.ContentLookupService
-
Should be used to fetch a Category / Parent Content
WARNING : COULD BE USED ON ANY Content, HOWEVER APPLY CAUTION NOT TO CALL FOR ANY Content AS ON CALL THEY WILL BE CACHED
- getCategory() - Method in class com.neurosys.feeds.domain.FeedItem
-
- getCategory(String) - Method in class com.neurosys.lookups.DefaultHierarchyLookupService
-
- getCategory(Long) - Method in class com.neurosys.lookups.DefaultHierarchyLookupService
-
- getCategory(String[]) - Method in class com.neurosys.modules.etl.MultiCategoryLookup
-
- getCategory(String[]) - Method in class com.neurosys.modules.etl.ProductMultiCategoryLookup
-
Deprecated.
- getCategory(String) - Method in interface com.neurosys.products.lookup.ProductLookupService
-
Should be used to fetch a Category / Parent Product
WARNING : COULD BE USED ON ANY PRODUCT, HOWEVER APPLY CAUTION NOT TO CALL FOR ANY PRODUCT AS ON CALL THEY WILL BE CACHED
- getCategory(Long) - Method in interface com.neurosys.products.lookup.ProductLookupService
-
Should be used to fetch a Category / Parent Product
WARNING : COULD BE USED ON ANY PRODUCT, HOWEVER APPLY CAUTION NOT TO CALL FOR ANY PRODUCT AS ON CALL THEY WILL BE CACHED
- getCategoryBuilder() - Method in class com.neurosys.products.service.ProductIndexSearch
-
- getCategoryListingPanel(IModel<ProductReference>) - Method in class com.neurosys.configs.admin.wicket.pages.configsAdmin
-
- getCategoryListingPanel(IModel<ProductReference>) - Method in class com.neurosys.products.admin.wicket.pages.catalogAdmin
-
- getCategoryName() - Method in class com.neurosys.content.wicket.model.ContentSortableDataProvider
-
- getCategoryPath() - Method in class com.neurosys.products.service.CategoryProductPagePathTransformer
-
- getCause() - Method in exception com.neurosys.exception.PartialTransactionException
-
- getCauseType() - Method in exception com.neurosys.etl.common.exceptions.BreakChainException
-
- getCCList() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
If not using bulk and want to show CC addresses, use this
- getCCListStr() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
Setting comma separated EMAIL ADDRESSES in this appends to
EmailMessage.CCList
but does not directly participate in any processing
- getCDNLocationForResource(String) - Static method in class com.neurosys.utils.UrlUtils
-
- getCellStyle(int, int, int, Cell) - Method in class com.neurosys.bi.reporting.writers.DefaultStyledExcelTabularDataWriter
-
- getCellStyle(int, int, int, Cell) - Method in class com.neurosys.bi.reporting.writers.ExcelTabularDataWriter
-
- getChain() - Method in interface com.neurosys.etl.common.ChainAware
-
If the processor that implements this is part of a chain, it will return a reference to the chain else null
- getChain() - Method in class com.neurosys.etl.common.filters.NullFilter
-
- getChain() - Method in class com.neurosys.etl.common.transformers.DefaultValueTransformer
-
- getChainDelim() - Method in class com.neurosys.cluzo.adapters.CodeSnifferSecurityAdapter
-
The delimeter within the chain
- getChainElementValidator() - Method in class com.neurosys.cluzo.adapters.CodeSnifferSecurityAdapter
-
- getChainRegionRegExPattern() - Method in class com.neurosys.cluzo.adapters.CodeSnifferSecurityAdapter
-
The region that defines the chain; inclusive of the literals ad delimiter
- getChangeFreq() - Method in class com.neurosys.feeds.sitemap.domain.SiteMapItem
-
- getChangeFreq() - Method in class com.neurosys.feeds.sitemap.etl.ContentPagesToSiteMapItems
-
Get/Derive Frequency for all items generated using this transformer
- getChangeFreq() - Method in class com.neurosys.feeds.sitemap.etl.MenuItemToSiteMapItems
-
Get/Derive Frequency for all items generated using this transformer
- getChannel() - Method in class com.neurosys.feeds.rss2.etl.RSS2ChannelFeed
-
Details about the channel
- getCharacterSet() - Method in class com.neurosys.etl.common.transformers.EncodeDecodeTransformer
-
- getCharset() - Method in class com.neurosys.content.service.extractors.ResourceContentExtractor
-
- getCharset() - Method in class com.neurosys.messenger.etl.StringToInternetAddressTransformer
-
See InternetAddress.setPersonal(String, String)
- getCharset() - Method in class com.neurosys.site.wicket.components.FilterInput
-
- getChildEntityParentRefFieldName() - Method in class com.neurosys.modules.etl.RelatedEntityPersistTransformer
-
The name of the Container Entity (Product) in the related Entity
- getChildPageComponentName() - Method in class com.neurosys.site.wicket.components.wrappers.GenericStaticPageWrapper
-
- getChildren() - Method in class com.neurosys.amorphous.domain.GenericObject
-
- getChildren() - Method in interface com.neurosys.domain.AbsrtactHierarchialItem
-
Get the List of Children in order under this Item
- getChildren(A) - Method in interface com.neurosys.ecom.service.AreaService
-
For a parent Area get children.
The List of children is implementation dependent.
- getChildren() - Method in class com.neurosys.menu.model.MenuItem
-
Represents the Children sub-menu items of this item
- getChildren() - Method in class com.neurosys.menu.model.MenuItemState
-
- getChildren() - Method in class com.neurosys.site.model.HierarchialItemState
-
- getChoices(String) - Method in class com.neurosys.site.wicket.components.AutoCompleteStartsWithTextField
-
- getCipher() - Method in class com.neurosys.domain.transformers.SecurityTransformer
-
- getCipherType() - Method in class com.neurosys.domain.transformers.SecurityTransformer
-
- getCity() - Method in class com.neurosys.ecom.users.domain.Address
-
- getClassesEntrySet() - Method in class com.neurosys.orient.core.entity.EntityManagerClassHandler
-
Deprecated.
- getClassesInPackage(Class, String, Consumer<? super BeanDefinition>) - Static method in class com.neurosys.utils.BeanUtils
-
- getClassesInPackage(String) - Static method in class com.neurosys.utils.ClasspathScanner
-
Return all classes within a package and all "sub packages"
Consider the following classes:
x.y.a.TestClass
x.y.a.b.TestClass
x.y.b.TestClass
Inoking getClassesInPackage("x.y.a") would return
x.y.a.TestClass and x.y.a.b.TestClass
- getClassForName(String, Class) - Static method in class com.neurosys.utils.UrlUtils
-
Filters out the class representing the Page.
- getClassForOpenPage(IModel<User>) - Method in class com.neurosys.idm.admin.wicket.pages.panels.UserListPanel
-
Define the Class of the Page that is to open (on Link or Add new).
- getClassForOpenPage(IModel<RM>) - Method in class com.neurosys.site.wicket.components.AbstractListPanel
-
Define the Class of the Page that is to open (on Link or Add new).
- getClassForResourceType(T) - Method in class com.neurosys.site.wicket.components.ResourceListView
-
Return a CSS class name to represent the resource type (if any exists)
- getClassForResourceType(File) - Method in class com.neurosys.site.wicket.components.WebFileListView
-
- getClassForType(Class<T>, String) - Static method in class com.neurosys.utils.ClasspathScanner
-
Get all classes of required type in specified package
- getClassTypeToScanFor() - Method in class com.neurosys.site.wicket.app.AutoDetectMountPoints
-
- getCleanMatchingRegex() - Method in class com.neurosys.etl.common.transformers.RegexCleanTransformer
-
- getCleanup_regex_str() - Method in class com.neurosys.modules.etl.ProductNameTransformer
-
- getClientAccessKeyId() - Method in class com.neurosys.aws.sns.sms.domain.AmazonSNSAuthenticationDetails
-
Access Key Id of the User
- getCloneTransformer() - Method in class com.neurosys.etl.common.transformers.CloneCollection
-
Perform the clone operation
- getClosestParent(Collection<Class>, Class) - Static method in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
Given a collection of classes, determine which is the closest parent of the provided class.
- getClosestParent(Collection<Class>, Class) - Static method in class com.neurosys.utils.DomainUtils
-
Given a collection of classes, determine which is the closest parent of the provided class.
- getCloud() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel
-
- getCloudwatchLogs() - Method in class com.neurosys.aws.sns.sms.service.SMSDeliveryReports
-
Interacts with Amazon CloudWatch to retrieve logs
- getClusterName() - Method in class com.neurosys.odb.document.etl.ODBPersistTransformer
-
Will specify cluster in which document is to be persisted
- getClusterName() - Method in class com.neurosys.odb.object.etl.ODBPersistTransformer
-
Will specify cluster in which document is to be persisted
- getCode() - Method in class com.neurosys.ecom.cart.domain.CartItem
-
- getCode() - Method in class com.neurosys.ecom.logistics.domain.AbstractArea
-
- getCode() - Method in class com.neurosys.ecom.logistics.domain.Area
-
Area Code
- getCode() - Method in class com.neurosys.ecom.logistics.domain.Area.Key
-
- getCode() - Method in interface com.neurosys.ecom.logistics.domain.AreaType
-
A code to represent the region, country or area
- getCode() - Method in class com.neurosys.ecom.orders.domain.PromotionForUser
-
A unique code for the Coupon / user combo
This can be pre-generated and a user maybe expected to match this code to avail the pre-generated Coupon
- getCode() - Method in class com.neurosys.ecom.users.domain.Address
-
Zip Code
- getCode() - Method in class com.neurosys.products.domain.SizeFit
-
- getCode() - Method in class com.neurosys.security.auth.domain.BasicUnTrustedAuthenticationToken
-
- getCode() - Method in interface com.neurosys.security.auth.domain.UnTurstedAuthenticationToken
-
A GUID of sorts that is secret and only the calling API would know and be able to trust if it matches.
- getCode2FromName(String) - Static method in class com.neurosys.site.model.Countries
-
For a given Name get the 2 Letter Country Code for it
- getCode3FromName(String) - Static method in class com.neurosys.site.model.Countries
-
For a given Name get the 3 Letter Country Code for it
- getCollectionFetch() - Method in class com.neurosys.modules.etl.ProductURLGeneratorTransformer
-
Convert a Collection Id to a
Product
- getCollectionName(P) - Method in class com.neurosys.collection.search.BaseCollectionTypeDocumentsGenerator
-
- getCollectionRefId() - Method in class com.neurosys.template.model.CollectionMetaItem
-
- getCollectionTypeEvaluator() - Method in class com.neurosys.amorphous.service.jaxrs.io.EntityJSONCollectionWriter
-
- getCollectionTypeName(P) - Method in class com.neurosys.collection.search.BaseCollectionTypeDocumentsGenerator
-
- getColors() - Method in class com.neurosys.ecom.products.domain.Product
-
Comma separated values of Colors
- getColsMerged() - Method in class com.neurosys.site.wicket.model.AssymetricDescriptor
-
- getColumnFieldMapping() - Method in class com.neurosys.etl.common.transformers.AbstractEntityTransformer
-
Mapper
from Tuple Column Index/Field Name to a particular field (one to one); index # starts @ 0
- getColumnFieldMapping() - Method in class com.neurosys.etl.common.transformers.AbstractReverseTupleToEntityTransformer
-
- getColumnIndex(CELL) - Method in class com.neurosys.etl.common.transformers.AbstractTupleToEntityTransformer
-
- getColumnIndex(ObjectArrayToEntityTransformer.Cell) - Method in class com.neurosys.etl.common.transformers.ObjectArrayToEntityTransformer
-
- getColumnIndex(Cell) - Method in class com.neurosys.etl.excel.transformers.AbstractExcelRowToEntityTransformer
-
- getColumnNames() - Method in class com.neurosys.bi.reporting.AbstractProcessBasedReporter
-
Display names of the Columns in the report for each field in T
- getColumnNames() - Method in class com.neurosys.bi.reporting.AbstractReporter
-
Display names of the Columns in the report for each field in T
- getColumnNames() - Method in class com.neurosys.bi.reporting.ExportMeta
-
The Exporter may change the original columns, or names etc.
- getColumnNames() - Method in interface com.neurosys.bi.reporting.Reporter
-
Display names of the Columns in the report for each field in T
- getColumnNames() - Method in class com.neurosys.etl.common.transformers.AbstractEntityToTupleTransformer
-
Useful function to derive All Columns in the report
- getColumnNames() - Method in class com.neurosys.etl.common.transformers.AbstractReverseTupleToEntityTransformer
-
Useful function to derive All Columns in the report
- getColumnNumberToFieldNameMap() - Method in class com.neurosys.etl.common.transformers.AbstractReverseTupleToEntityTransformer.OverridableHashMap
-
- getColumns(TUPLE) - Method in class com.neurosys.etl.common.transformers.AbstractTupleToEntityTransformer
-
- getColumns(Object[]) - Method in class com.neurosys.etl.common.transformers.ObjectArrayToEntityTransformer
-
- getColumns(Row) - Method in class com.neurosys.etl.excel.transformers.AbstractExcelRowToEntityTransformer
-
- getColumns() - Method in class com.neurosys.site.wicket.components.AssymetricGridView
-
- getColumnToEntityValueMapping() - Method in class com.neurosys.bi.reporting.ReporterMeta
-
Each column position (starting @ 0) needs to be mapped to the entity name or a Transformer(entity) or even a FacetMeta
to tell the presentation layer which Column maps to which field / value(output from the
Transformer
, in case on complex relations)
Additionally a FacetMeta (value object) can be
Authorizable
also
- getCommandPath() - Method in class com.neurosys.shell.ShellTransformer
-
Absolute path to the command like D:/tmp/test.bat
- getComments(String, PageInfo) - Method in interface com.neurosys.comments.dao.BasicCommentDao
-
- getComments(String, PageInfo) - Method in class com.neurosys.comments.dao.jpa.CommentDaoImpl
-
- getComments(String, PageInfo) - Method in interface com.neurosys.comments.service.CommentService
-
- getComments(String, PageInfo) - Method in class com.neurosys.comments.service.CommentServiceImpl
-
- getComments() - Method in class com.neurosys.ecom.cart.domain.CartItem
-
- getComments() - Method in class com.neurosys.ecom.orders.domain.BaseOrderItem
-
- getComments() - Method in class com.neurosys.feeds.rss2.domain.RSS2Item
-
- getComments(String, PageInfo) - Method in interface com.neurosys.ratings.service.RatingService
-
- getComparator() - Method in class com.neurosys.etl.common.transformers.CollectionFilterSortTransformer
-
- getComponent(String, MetaItem, IModel, Object, User) - Method in class com.neurosys.template.wicket.itemadapters.CustomItemComponentRenderAdapter
-
Some fields/attribute may require display of options
for selection or Auto-Suggest etc..
- getComponent(String, MetaItem, IModel, Object, User) - Method in class com.neurosys.template.wicket.itemadapters.JSONGridRenderAdapter
-
- getComponent(String, MetaItem, IModel, Object, User) - Method in class com.neurosys.template.wicket.itemadapters.JSONRenderAdapter
-
- getComponent(String, MetaItem, IModel, Object, User) - Method in class com.neurosys.template.wicket.itemadapters.ListRenderAdapter
-
Some fields/attribute may require display of options
for selection or Auto-Suggest etc..
- getComponent(String, MetaItem, IModel, Object, User) - Method in class com.neurosys.template.wicket.itemadapters.MapRenderAdapter
-
Some fields/attribute may require display of options
for selection or Auto-Suggest etc..
- getComponent(String, MetaItem, IModel, Object, User) - Method in class com.neurosys.template.wicket.itemadapters.ScriptableCustomItemComponentRenderAdapter
-
- getComponent(String, MetaItem, IModel, Object, User) - Method in class com.neurosys.template.wicket.itemadapters.SelectRenderAdapter
-
Some fields/attribute may require display of options
for selection or Auto-Suggest etc..
- getComponent(String, MetaItem, IModel, Object, User) - Method in class com.neurosys.template.wicket.itemadapters.SimpleEditorAdapter
-
- getComponent(String, MetaItem, IModel, Object, User) - Method in class com.neurosys.template.wicket.itemadapters.SizeRenderAdapter
-
Some fields/attribute may require display of options
for selection or Auto-Suggest etc..
- getComponent(String, MetaItem, IModel, Object, User) - Method in class com.neurosys.template.wicket.itemadapters.TextAreaAdapter
-
Some fields/attribute may require display of options
for selection or Auto-Suggest etc..
- getComponentForCell(String, Object, Object, int, String, ReporterMeta) - Method in class com.neurosys.collection.admin.wicket.pages.components.CollectionTypesReportResult
-
- getComponentForCell(String, Object, Object, int, String, ReporterMeta) - Method in class com.neurosys.ecom.customers.admin.wicket.pages.components.CustomerDataReportResult
-
- getComponentForCell(String, Object, Object, int, String, ReporterMeta) - Method in class com.neurosys.ecom.customers.admin.wicket.pages.components.OrderReportResult
-
- getComponentForCell(String, Object, Object, int, String, ReporterMeta) - Method in class com.neurosys.ecom.customers.admin.wicket.pages.components.PromotionReportResult
-
- getComponentForCell(String, Object, Object, int, String, ReporterMeta) - Method in class com.neurosys.posts.admin.wicket.pages.components.PostListingReportResult
-
- getComponentForCell(String, Object, Object, int, String, ReporterMeta) - Method in class com.neurosys.reporting.wicket.components.GenericPoppableReportResult
-
- getComponentForCell(String, Object, Object, int, String, RM) - Method in class com.neurosys.reporting.wicket.components.ReportResult
-
By default converts every cell data into a Label
- getComponentForCell(String, Object, Object, int, String, ReporterMeta) - Method in class com.neurosys.visiotrs.admin.wicket.pages.components.VisitorDataReportResult
-
- getComponentForFacet(ContentDescriber, T) - Method in class com.neurosys.content.wicket.pages.MockTemplatePage
-
- getComponentForFacet(C, T) - Method in class com.neurosys.content.wicket.pages.PublishTemplatePage
-
- getComponentForFacet(C, T) - Method in class com.neurosys.content.wicket.pages.TemplatePage
-
- getComponentForFocussedItem(T) - Method in class com.neurosys.site.wicket.components.Selector
-
The first item is the Focussed item
If it returns null, then it will not be added the the list
- getComponentForItem(T, int, AbstractRepeater) - Method in class com.neurosys.site.wicket.components.Selector
-
Get the item for Item in the selection Panel.
- getComponentForType(MetaItem, String, IModel, MarkupContainer, P, User) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsTemplatePanel
-
- getComponentForType(MetaItem, String, MODEL, CONTAINER_COMPONENT, T, User) - Method in interface com.neurosys.template.model.CustomTemplateRenderAdapter
-
- getComponentForType(MetaItem, String, IModel, MarkupContainer, T, User) - Method in class com.neurosys.template.model.renderadapters.DefaultWicketTemplateRenderAdapter
-
One can override to customize specific components or impose some manual override over what is dynamically
generated.
- getComponentForType(MetaItem, String, IModel, MarkupContainer, T, User) - Method in class com.neurosys.template.model.renderadapters.SimpleDynamicFieldsRenderAdapter
-
One can override to customize specific components or impose some manual override over what is dynamically
generated.
- getComponentForType(MetaItem, String, IModel, MarkupContainer, T, User) - Method in class com.neurosys.template.wicket.components.EntityDetailsTemplatePanel
-
- getComponents(M, MetaItem) - Method in class com.neurosys.content.wicket.pages.panel.ListViewTemplatePanel
-
- getComponents(M, ListItem<MetaItem>) - Method in class com.neurosys.content.wicket.pages.panel.ListViewTemplatePanel
-
Get a component
- getComponents(M, MetaItem) - Method in class com.neurosys.content.wicket.pages.panel.TemplatePanel
-
Called by and added to page my processItemList().
An entity can define native field UI support using
Type
.
- getComponents(P, ListItem<MetaItem>) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsTemplatePanel
-
Main rendering method; adds components to the container
- getComponents(T, ListItem<MetaItem>) - Method in class com.neurosys.template.wicket.components.EntityDetailsTemplatePanel
-
Main rendering method; adds components to the container
- getComponentsForCollectionType(P, MetaItem, MarkupContainer) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsTemplatePanel
-
- getComponentsForCollectionType(T, MetaItem, MarkupContainer) - Method in class com.neurosys.template.wicket.components.EntityDetailsTemplatePanel
-
- getComponentsForType(P, MetaItem, IModel, MarkupContainer) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsTemplatePanel
-
- getComponentsForType(T, MetaItem, IModel, MarkupContainer) - Method in class com.neurosys.template.wicket.components.EntityDetailsTemplatePanel
-
- getConfig() - Method in class com.neurosys.amorphous.service.jaxrs.io.AbstractWriter
-
Override for custom configs
- getConfig() - Method in class com.neurosys.amorphous.service.jaxrs.io.EntityJSONWriter
-
- getConfig() - Method in class com.neurosys.amorphous.service.jaxrs.io.GenericObjectWriter
-
- getConfig() - Method in class com.neurosys.amorphous.service.jaxrs.io.ObjectListWriter
-
- getConfig(C) - Method in class com.neurosys.configs.AbstractConfigurationJPADaoImpl
-
- getConfig(String, String) - Method in class com.neurosys.configs.AbstractConfigurationJPADaoImpl
-
- getConfig(C) - Method in interface com.neurosys.configs.ConfigurationDao
-
- getConfig(String, String) - Method in interface com.neurosys.configs.ConfigurationDao
-
- getConfig(C) - Method in class com.neurosys.configs.DefaultConfigurationService
-
- getConfig(String, String) - Method in class com.neurosys.configs.DefaultConfigurationService
-
- getConfig() - Method in class com.neurosys.content.service.jaxrs.io.FacetListWriter
-
Deprecated.
- getConfig() - Method in class com.neurosys.content.service.jaxrs.io.FacetWriter
-
Deprecated.
- getConfig() - Method in class com.neurosys.ecom.orders.service.jaxrs.io.OrderListWriter
-
Deprecated.
- getConfig() - Method in class com.neurosys.ecom.orders.service.jaxrs.io.OrderWriter
-
Deprecated.
- getConfig() - Method in class com.neurosys.events.service.jaxrs.io.EventsListWriter
-
- getConfig() - Method in class com.neurosys.events.service.jaxrs.io.EventsWriter
-
- getConfig() - Method in class com.neurosys.products.service.jaxrs.io.ProductListWriter
-
Deprecated.
- getConfig() - Method in class com.neurosys.products.service.jaxrs.io.ProductWriter
-
Deprecated.
- getConfig(Class) - Method in class com.neurosys.utils.JSONMarshaller
-
- getConfig(Class, Class...) - Static method in class com.neurosys.utils.JSONMarshaller
-
Gets a bare-bone non-nonsense config that can exclude nulls and certain types of properties
- getConfig() - Method in class com.neurosys.utils.JSONMarshaller
-
- getConfigForNumberFields(Class, Map<String, Class<Number>>) - Static method in class com.neurosys.utils.JSONMarshaller
-
JSON marshalling of Number types can be tricky; and while in JDK 1.8 JSONObject.toBean(JSONObject)
is smart enough to introspect and determine the correct type,
in JDK 9, there are some issues and we have explicitly ensure the type is the intended type.
- getConfigIdToAuthorizableMap() - Method in class com.neurosys.configs.ConfigurationSourceWithAuthorizableConfigs
-
Deprecated.
- getConfigProperty(String, Object, Object, String) - Method in class com.neurosys.products.service.ProductContextUtils
-
Derive property config for modelId (if defined) else default from admin.properties
Class name .
- getConfigProperty(String, ProductReference, String) - Method in class com.neurosys.products.service.ProductContextUtils
-
- getConfigProperty(String, List<P>, String) - Method in class com.neurosys.products.service.ProductContextUtils
-
- getConfigProperty(String, P, String) - Method in class com.neurosys.products.service.ProductContextUtils
-
- getConfigProperty(Object, Object, String) - Method in class com.neurosys.system.admin.wicket.components.AdminPanel
-
- getConfigProperty(Object, Object, String) - Method in class com.neurosys.user.admin.wicket.pages.templates.commonAdminTemplate
-
- getConfigProperty(String, String) - Method in class com.neurosys.user.admin.wicket.pages.templates.commonAdminTemplate
-
- getConfigProperty(String, Object, Map, Object, String) - Method in class com.neurosys.utils.ContextUtils
-
Derive property config for modelId (if defined) else default from admin.properties
Class name .
- getConfigProperty(String, Map, V) - Method in class com.neurosys.utils.ContextUtils
-
A simple alternative that checks defaultProperties and if none found then applies a given default value
- getConfigs(String) - Method in class com.neurosys.configs.AbstractConfigurationJPADaoImpl
-
- getConfigs(String) - Method in interface com.neurosys.configs.ConfigurationDao
-
Get configurations for a namespace and nested namesapces, as a collection of C
- getConfigs(String) - Method in class com.neurosys.configs.DefaultConfigurationService
-
- getConfigs() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper
-
- getConfigService() - Method in class com.neurosys.configs.transformers.ConfigLookupTransformer
-
- getConfigSource() - Method in class com.neurosys.security.spring.ExternalSystemCredentialHandler
-
- getConfigTypes() - Method in interface com.neurosys.configs.ConfigurationService
-
- getConfigTypes() - Method in class com.neurosys.configs.DefaultConfigurationService
-
- getConfiguration() - Method in class com.neurosys.etl.common.transformers.SpELTransformer
-
- getConfiguration() - Method in class com.neurosys.markdown.etl.MarkDownToHTMLTransformer
-
- getConfigurationSources() - Method in class com.neurosys.lookup.service.jaxrs.UserLookupService
-
Will iteratively look for the requested configuration from the specified sources
- getConfirmationCode() - Method in interface com.neurosys.q.domain.TokenRequest
-
An optional confirmation code.
Example: A mobile payment system initiates a payment and gets a code.
- getConnection() - Method in class com.neurosys.odb.document.etl.ODBQueryTransformer
-
- getConnection() - Method in class com.neurosys.odb.etl.ODBQueryTransformer
-
- getConnection() - Method in class com.neurosys.odb.object.etl.ODBDetachTransformer
-
- getConnection() - Method in class com.neurosys.odb.object.etl.ODBQueryTransformer
-
- getConnectionPool() - Method in class com.neurosys.odb.document.etl.ODBExecuteTransformer
-
- getConnectionPool() - Method in class com.neurosys.odb.document.etl.ODBPersistTransformer
-
- getConnectionPool() - Method in class com.neurosys.odb.etl.ODBQueryTransformer
-
- getConnectionPool() - Method in class com.neurosys.odb.object.etl.ODBDetachTransformer
-
- getConnectionPool() - Method in class com.neurosys.odb.object.etl.ODBPersistTransformer
-
- getConsumer() - Method in class com.neurosys.feeds.etl.AbstractFeed
-
- getConsumer() - Method in class com.neurosys.hazelcast.etl.ListenItemOnHazelCast
-
Consumer of the object that came from the event
- getConsumer() - Method in interface com.neurosys.q.domain.TokenRequest
-
- getContainer() - Method in class com.neurosys.content.wicket.pages.panel.TemplatePanel
-
By default the container for all the elements added to this component
- getContainer() - Method in class com.neurosys.menu.model.AutoGenMenuItem
-
Name of the MenuItem which is the container of this.
- getContainer() - Method in class com.neurosys.q.domain.TokenPosition
-
- getContainer() - Method in class com.neurosys.site.wicket.components.Selector
-
- getContainerForFacet(MarkupContainer, FacetMeta) - Method in class com.neurosys.content.wicket.pages.TemplatePage
-
- getContainerName() - Method in class com.neurosys.hazelcast.etl.ListenItemOnHazelCast
-
Name of the Distributed List or Map
- getContainerName() - Method in class com.neurosys.hazelcast.etl.SendOnHazelCast
-
Name of the Distributed List or Map
Note: Dont confuse containerName for groupName
- getContent() - Method in class com.neurosys.comments.domain.CommentFacet
-
- getContent(String, Locale, Status) - Method in interface com.neurosys.content.dao.ContentSource
-
Get content for Default name and specified locale and Status
- getContent(String, Locale, Status) - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
- getContent() - Method in class com.neurosys.content.domain.AbstractContentAlias
-
- getContent() - Method in class com.neurosys.content.domain.AbstractContentFacet
-
- getContent() - Method in class com.neurosys.content.domain.ContentAlias
-
- getContent() - Method in class com.neurosys.content.domain.ContentAttribute
-
- getContent() - Method in class com.neurosys.content.domain.ContentFacet
-
- getContent(T, ContentContext) - Method in interface com.neurosys.content.service.extractors.ContentExtractor
-
Get Content.
- getContent(URI, ContentContext) - Method in class com.neurosys.content.service.extractors.FSContentExtractor
-
Deprecated.
- getContent(Map, ContentContext) - Method in class com.neurosys.content.service.extractors.QueryBasedContentExtractor
-
- getContent(URI, ContentContext) - Method in class com.neurosys.content.service.extractors.ResourceContentExtractor
-
- getContent() - Method in class com.neurosys.content.wicket.model.ContentDescriberModel
-
- getContent() - Method in class com.neurosys.content.wicket.pages.TemplatePage
-
Get current content being rendered by this page
- getContent() - Method in class com.neurosys.menu.model.ContentMenuItemState
-
- getContent() - Method in class com.neurosys.messenger.domain.MessagePart
-
- getContent() - Method in class com.neurosys.posts.domain.PostFacet
-
- getContent() - Method in class com.neurosys.site.wicket.components.WicketExtendInput
-
- getContentAsString(String, Object) - Method in class com.neurosys.messenger.processors.readers.IMAPMailBoxReader
-
- getContentDescriber() - Method in class com.neurosys.content.service.ContentContext
-
- getContentDescriber() - Method in class com.neurosys.content.wicket.model.ContentModel
-
- getContentDescriber(Status) - Method in class com.neurosys.content.wicket.pages.PublishTemplatePage
-
This method does not guarantee the Entity from the DataStore neither does it guarantee a valid mapping; it simply guarantees an Identity Object
that can Identify the
ContentDescriber
by name and
Status
.
- getContentDescriber(Status) - Method in class com.neurosys.content.wicket.pages.TemplatePage
-
This method does not guarantee the Entity from the DataStore neither does it guarantee a valid mapping; it simply guarantees an Identity Object
that can Identify the
ContentDescriber
by name and
Status
.
- getContentEditorAjaxSavingBehavior(AjaxLink, IAjaxCallDecorator, MetaItem, T, ContentFacet) - Method in class com.neurosys.template.model.renderadapters.DefaultWicketTemplateRenderAdapter
-
If The Adapter uses a Content Editor which is capable of independent facet update hence
it requires a
FieldAjaxEventBehavior
to define how that editor will behave on actions like onClick
- getContentFacet() - Method in class com.neurosys.modules.etl.FileToProductsTransformer
-
The
FacetMeta
in the Content the file will relate to
- getContentFacetInstance(Comment, String) - Method in class com.neurosys.comments.dao.jpa.CommentDaoImpl
-
- getContentFacetInstance(C, String) - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentDetailsPanel
-
- getContentFacetInstance(C, String) - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentFacetAjaxSaveBehavior
-
- getContentFacetInstance(C, String) - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
- getContentFacetInstance(C, String) - Method in class com.neurosys.content.dao.jpa.ContentDaoImpl
-
- getContentFacetInstance() - Method in class com.neurosys.content.wicket.model.PublishableMarkupContentModel
-
- getContentFacetInstance(Post, String) - Method in class com.neurosys.posts.admin.wicket.pages.panels.PostDetailsPanel
-
- getContentFacetInstance(Post, String) - Method in class com.neurosys.posts.dao.jpa.PostDaoImpl
-
- getContentFilter() - Method in class com.neurosys.content.service.publishers.AbstractPublishAdapter
-
- getContentFromMail(Message) - Method in class com.neurosys.messenger.processors.readers.IMAPMailBoxReader
-
- getContentHierarchy() - Method in class com.neurosys.content.admin.wicket.pages.siteManagerAdmin.SiteManagerContentTreePanel
-
- getContentManager() - Method in class com.neurosys.content.admin.wicket.pages.siteManagerAdmin.SiteManagerContentTreePanel
-
- getContentName() - Method in class com.neurosys.module.service.CustomAutoNav.CustomMenuItem
-
- getContentPathConstructor() - Method in class com.neurosys.content.service.MountPathReLoader
-
- getContentPathTransformer() - Method in class com.neurosys.module.service.HierarchicalPagePathTransformer
-
If there is a name from raw data, ensure its converted to a proper formal suitable to be a link/URL
- getContentProxyObject() - Method in class com.neurosys.comments.service.CommentServiceImpl
-
- getContentProxyObject() - Method in class com.neurosys.content.service.GenericHierarchyContentServiceImpl
-
- getContentProxyObject() - Method in class com.neurosys.posts.service.PostServiceImpl
-
- getContents(String, Locale) - Method in interface com.neurosys.content.dao.ContentSource
-
Get content for specified name and locale.
- getContents(String) - Method in interface com.neurosys.content.dao.ContentSource
-
Get Content for all the locales this content exists for.
- getContents(String, Locale) - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
- getContents(String) - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
- getContentsCss() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper.CKEditorConfigs
-
All the CSS path that should be imported into the editor
- getContentService() - Method in class com.neurosys.content.admin.wicket.model.ContentDetailsPageForm
-
Override Source in case content from an auxiliary Data Source
- getContentService() - Method in class com.neurosys.content.admin.wicket.pages.contentAuthorAdmin
-
- getContentService() - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentDetailsPanel
-
Override Source in case content from an auxiliary Data Source
- getContentService() - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentManagerPanel
-
Override Source in case content from an auxiliary Data Source
- getContentService() - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentTreePanel
-
Override Source in case content from an auxiliary Data Source
- getContentService() - Method in class com.neurosys.content.admin.wicket.pages.siteManagerAdmin
-
- getContentService() - Method in class com.neurosys.content.service.ContentAutoNav
-
- getContentService() - Method in class com.neurosys.content.wicket.model.ContentSortableDataProvider
-
- getContentService() - Method in class com.neurosys.content.wicket.model.MarkupContentModel
-
- getContentService() - Method in class com.neurosys.content.wicket.pages.PublishTemplatePage
-
- getContentService() - Method in class com.neurosys.modules.etl.PermaLinkTransformer
-
- getContentService() - Method in class com.neurosys.posts.admin.wicket.pages.panels.PostDetailsPanel
-
- getContentsList(String) - Method in interface com.neurosys.content.dao.ContentSource
-
Get contents across
Status
, Locales etc.
- getContentsList(String) - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
- getContentSource() - Method in class com.neurosys.content.service.ContentServiceImpl
-
Deprecated.
- getContentSource() - Method in interface com.neurosys.content.service.GenericContentService
-
- getContentSource() - Method in class com.neurosys.content.service.GenericContentServiceImpl
-
- getContentSource() - Method in class com.neurosys.content.service.GenericHierarchyContentServiceImpl
-
- getContentStatusCriticalForMove() - Method in class com.neurosys.content.service.ContentServiceImpl
-
Deprecated.
- getContentStatusCriticalForMove() - Method in class com.neurosys.content.service.GenericContentServiceImpl
-
While #move(ContentDescriber, ContentDescriber, Integer)
the service will move the content across all Status types.
- getContentTransformer() - Method in class com.neurosys.content.service.extractors.QueryBasedContentExtractor
-
Apply this Transformer
over the extracted content, before passing it back
- getContentTransformer() - Method in class com.neurosys.content.service.extractors.ResourceContentExtractor
-
Apply this Transformer
over the extracted content, before passing it back
Accepts a String and returns a String.
- getContentTransformer() - Method in class com.neurosys.content.service.jaxrs.ContentQueryService
-
- getContentTransformer() - Method in class com.neurosys.messenger.etl.EntityMailSenderTransformer
-
Extracts the content from input entity.
- getContentTransformer() - Method in class com.neurosys.site.wicket.components.WicketExtendInput
-
- getContentTransformer() - Method in class com.neurosys.user.service.PasswordChangeListener
-
- getContentType() - Method in class com.neurosys.messenger.domain.DisposableMessage
-
- getContentType() - Method in interface com.neurosys.messenger.domain.Message
-
- getContentType() - Method in class com.neurosys.messenger.email.InputStreamDataSource
-
- getContext() - Method in class com.neurosys.content.service.publishers.VelocityContentPublisher
-
- getContext() - Method in class com.neurosys.content.wicket.model.ContentModel
-
- getContext(HttpServletRequest) - Method in class com.neurosys.ecom.user.service.jaxrs.WicketEcomUserContextUpdateService
-
- getContext() - Method in class com.neurosys.etl.common.transformers.ContextExtractorTransformer
-
An existing context
- getContext(Object) - Method in class com.neurosys.etl.common.transformers.ContextMapperTransformer
-
- getContext() - Method in class com.neurosys.etl.common.transformers.SpELTransformer
-
Default context supplied to the ExpressionParser
- getContext() - Method in class com.neurosys.modules.etl.PageToTemplate
-
- getContext() - Method in class com.neurosys.modules.etl.VelocityContentTransformer
-
Any specific services or beans we want to inject into the Context
- getContext() - Method in class com.neurosys.site.model.ContextualWebUserShell
-
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.
- getContext() - Method in class com.neurosys.site.wicket.components.ResourceListView
-
- getContext() - Method in class com.neurosys.site.wicket.components.session.ContextualSession
-
Deprecated.
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 COMTEXT set directly by the client
Example:
PersistenceConfiguration.Strategy
's use context for more advanced and custom scenarios
NOTE: THIS IS SAME AS ContextualWebUserShell.getContext()
by default
- getCONTEXT_BASE_ABSOLUTE_PATH() - Method in class com.neurosys.site.wicket.app.AppSettings
-
- getContextMarkupEnd() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper.CKEditorConfigs
-
- getContextMarkupStart() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper.CKEditorConfigs
-
- getContextName() - Method in class com.neurosys.modules.etl.VelocityTransformer
-
If the input (context) is an Object then one can refer to this object in the Velocity context as the value of this variable.
- getContextNameSpace(String, String) - Method in class com.neurosys.configs.service.jaxrs.DynamicConfigService
-
- getContextNameSpaceConfig(Function<String, Object>) - Method in class com.neurosys.configs.service.jaxrs.DynamicConfigService
-
Override, to override all Context based namespace derived config behavior.
- getContextObjectAccessor() - Method in class com.neurosys.etl.common.transformers.ContextExtractorTransformer
-
- getContextParams() - Method in class com.neurosys.scribble.transformers.ScriptTransformer
-
Optional context params to inject into the scripting object (context)
- getContextProviderStrategy() - Method in class com.neurosys.ecom.orders.wicket.OrderProcessHelper
-
- getContextProviderStrategy() - Method in class com.neurosys.ecom.strategy.service.DefaultOrderStrategy
-
- getContextProviderStrategy() - Method in class com.neurosys.ecom.user.service.jaxrs.StrategiesService
-
- getContextType() - Method in enum com.neurosys.cluzo.service.PreDefinedContextType
-
- getContextType() - Method in class com.neurosys.ecom.user.service.jaxrs.WicketEcomUserContextUpdateService
-
- getControllable() - Method in class com.neurosys.module.model.Module
-
- getConversionMetaData() - Method in class com.neurosys.ecom.orders.domain.TransactionAmount
-
Details about currency conversion (if any).
Implementation is Application dependent.
Preferably the rate value or in JSON format.
- getConverter(Class, Type, Annotation[]) - Method in class com.neurosys.amorphous.service.jaxrs.io.AbstractReader
-
Deprecated.
- getConverter(Class<?>) - Method in class com.neurosys.site.wicket.components.DynamicFormField
-
Ensure the data conversions are not handled by Wicket
Example Double types will introduce commas etc; in our case not desirable
as we control custom Model conversions via
Transformer
and
TwoWayTransformer
s already
- getConvertToCategoryTransformer() - Method in class com.neurosys.products.service.ProductServiceImpl
-
- getCookie(HttpServletRequest) - Method in class com.neurosys.etl.web.transformers.WebAnalyticsTransformer
-
- getCopyright() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel
-
- getCoreFields() - Method in class com.neurosys.template.wicket.itemadapters.JSONGridRenderAdapter
-
These are the fields that define the core data to be captured.
For example in a class, for every student.
- getCoreFieldTransformers() - Method in class com.neurosys.template.wicket.itemadapters.JSONGridRenderAdapter
-
- getCount(Object[], Transformer) - Method in class com.neurosys.bi.reporting.DataSourceReporter
-
- getCount(Object[]) - Method in class com.neurosys.bi.reporting.DataSourceReporter
-
- getCount(Object[]) - Method in interface com.neurosys.bi.reporting.Reporter
-
- getCount() - Method in class com.neurosys.notification.domain.UserNotification
-
An optional COUNT to supplement the message
- getCount(Object[]) - Method in class com.neurosys.reporting.wicket.components.DataProviderReporter
-
- getCounter() - Method in interface com.neurosys.q.domain.Token
-
The counter name that will serve.
- getCounter() - Method in interface com.neurosys.q.domain.TokenRequest
-
- getCountQuery() - Method in class com.neurosys.bi.reporting.DataSourceReporter
-
- getCountry() - Method in class com.neurosys.content.domain.AbstractContent
-
- getCountry() - Method in class com.neurosys.domain.Locale
-
Country or Region.
- getCountry() - Method in class com.neurosys.ecom.users.domain.Address
-
- getCouponCode(CONTEXT) - Method in class com.neurosys.ecom.strategy.service.DefaultPromotionStrategy
-
By default uses context[0][1]
- getCreated() - Method in class com.neurosys.amorphous.domain.GenericObject
-
- getCreated() - Method in class com.neurosys.content.domain.AbstractContent
-
- getCreated() - Method in class com.neurosys.crm.billing.domain.OrgFeature
-
- getCreated() - Method in class com.neurosys.ecom.orders.domain.Order
-
- getCreated() - Method in class com.neurosys.ratings.domain.Rating
-
- getCreated() - Method in interface com.neurosys.workflow.domain.FlowState
-
Date when the flow state was created.
- getCreateDate() - Method in class com.neurosys.ecom.users.domain.GenericEcomUser
-
- getCreateDate() - Method in interface com.neurosys.ecom.users.domain.IGenericEcomUser
-
- getCredentialEntityName() - Method in class com.neurosys.user.dao.UserDaoImpl
-
- getCredentials() - Method in class com.neurosys.aws.cloudwatch.domain.RetrieveCloudWatchLogs
-
Credentials required to init a AWSLogsClient
- getCredentials(String) - Method in interface com.neurosys.user.dao.UserDao
-
- getCredentials(String) - Method in class com.neurosys.user.dao.UserDaoImpl
-
- getCriteriaJSON() - Method in class com.neurosys.ecom.logistics.domain.Area
-
Project dependent JSON representing Deliver
- getCriteriaJson() - Method in class com.neurosys.ecom.orders.domain.Promotion
-
Any additional Data to describe the Promotion meta-data criteria like who, how many times can the same user use it, how is a user identified, and how people are eligible for it etc.
This JSON is intended to be App specific where the
PromotionStrategy
can interpret the JSON criteria
- getCss() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper
-
All the CSS path that should be imported into the editor
- getCurrency() - Method in class com.neurosys.ecom.cart.domain.Cart
-
The preferred currency for the user cart
- getCurrency() - Method in class com.neurosys.ecom.logistics.domain.AbstractArea
-
- getCurrency() - Method in class com.neurosys.ecom.orders.domain.Amount
-
- getCurrency() - Method in interface com.neurosys.ecom.orders.domain.IAmount
-
- getCurrency() - Method in class com.neurosys.ecom.orders.domain.TransactionAmount
-
The currency
- getCurrency() - Method in class com.neurosys.ecom.products.domain.Price
-
- getCurrencyStrategy() - Method in class com.neurosys.ecom.user.service.jaxrs.StrategiesService
-
- getCurrent() - Method in class com.neurosys.domain.Progress
-
- getCurrent() - Method in class com.neurosys.q.domain.TokenPosition
-
- getCurrentIndex() - Method in class com.neurosys.etl.readers.BaseIterativeProcessor
-
- getCurrentIndex() - Method in interface com.neurosys.etl.readers.ResourceAwareRealTimeLineReader
-
- getCurrentIndex() - Method in class com.neurosys.messenger.processors.readers.IMAPMailBoxReader
-
- getCurrentInventory() - Method in class com.neurosys.ecom.products.domain.Product
-
- getCurrentProposedOrder() - Method in class com.neurosys.ecom.orders.strategy.ExceptionalOrderConversation
-
- getCurrentRawIndex(Row) - Method in class com.neurosys.etl.excel.readers.ExcelRowByRowReader
-
- getCurrentRawIndex(TUPLE_IN) - Method in class com.neurosys.etl.readers.BaseIterativeProcessor
-
- getCurrentRawIndex(TUPLE_IN) - Method in class com.neurosys.etl.readers.ChainIterativeReader
-
- getCurrentRawIndex(Void) - Method in class com.neurosys.etl.readers.ExecuteJobReader
-
- getCurrentRawIndex(File) - Method in class com.neurosys.etl.readers.FileReader
-
- getCurrentRef() - Method in interface com.neurosys.domain.OrderableByRef
-
Get the reference of the current node
- getCurrentSelectedRootNode() - Method in class com.neurosys.site.wicket.components.WebFileListView
-
- getCurrentState(MenuItem, MenuItem) - Method in class com.neurosys.menu.service.AuthMenuLogic
-
- getCurrentState(MenuItem, MenuItem, User) - Method in class com.neurosys.menu.service.AuthMenuLogic
-
Apart from User param (that is used to check is the
User
is auth to see/use a
MenuItem
,
the rest is same as
super#getCurrentState(MenuItem, MenuItem)
.
- getCurrentState(MenuItem, MenuItem) - Method in class com.neurosys.menu.service.ExpandCurrentSelectionMenuLogic
-
- getCurrentState(MenuItem<M>, MenuItem<M>) - Method in interface com.neurosys.menu.service.IMenuStateLogic
-
- getCurrentState(MenuItem, MenuItem, User) - Method in class com.neurosys.menu.service.StaticMenuLogic
-
- getCurrentTemplate(PageIdentifier) - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentDetailsPanel
-
- getCurrentTupleIdentifier() - Method in class com.neurosys.etl.readers.BaseIterativeProcessor
-
- getCurrentTupleIdentifier() - Method in class com.neurosys.etl.readers.FileReader
-
- getCurrentUserAuths() - Method in class com.neurosys.common.service.jaxrs.SiteAuthorizableSecurableService
-
- getCurrentValue() - Method in exception com.neurosys.crm.billing.exceptions.LimitException
-
- getCustomConfig() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper.CKEditorConfigs
-
Suppose you copied the config.js file to a folder named custom in the root of your website.
- getCustomField(String, C, MetaItem, IModel, MarkupContainer) - Method in class com.neurosys.modules.configs.admin.wicket.pages.panels.DynamicConfigPanel
-
Determine any Value type field override in configs.
- getCustomFieldForMetaData(String, CF, MetaItem, IModel, MarkupContainer) - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentDetailsPanel
-
Determine any Value type field override in configs.
- getCustomFieldMeta(C) - Method in class com.neurosys.modules.configs.admin.wicket.pages.panels.DynamicConfigPanel
-
Get the
MetaItem
that will back the custom component to be rendered
- getCustomItemRenderAdapter() - Method in class com.neurosys.template.model.FacetMeta
-
Customize how an Item is rendered within the form.
- getCustomMergeAction(String, Class) - Method in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
Look for any Custom Merge actions defined.
- getCustomMergeActions() - Method in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
Map fieldName (String) or value type (Class) to a Transformer
that accepts an Array of {existing stored entity, new transient object} and
returns the final Object.
The mapper can also result in null (No transformer) in which case it implies to ignore any copy/merge actions.
- getCustomSortableDataProvider() - Method in class com.neurosys.site.wicket.components.AbstractListPanel
-
- getCustomTemplateRenderAdapter() - Method in class com.neurosys.template.model.FacetMeta
-
Any custom way to render a field in a template
(In Edit mode), not final rendering
- getCycle() - Method in class com.neurosys.crm.billing.domain.TrackCycle
-
- getCycle() - Method in class com.neurosys.crm.pricing.domain.Feature
-
What is the billing
Cycle
for the Feature
- getCycleEndDate(DateCycle) - Static method in class com.neurosys.crm.billing.utils.DateCycleUtils
-
- getCycleStartDate(DateCycle) - Static method in class com.neurosys.crm.billing.utils.DateCycleUtils
-
- getCycleStartDate(DateCycle, int) - Static method in class com.neurosys.crm.billing.utils.DateCycleUtils
-
Start date of a Cycle based on current date and numberOfCyclesAhead
- getDanglingDelimRegEx() - Method in class com.neurosys.etl.common.transformers.StringConcatTransformer
-
- getDao() - Method in interface com.neurosys.configs.ConfigurationService
-
Dao backing this service
- getDao() - Method in class com.neurosys.configs.DefaultConfigurationService
-
DAO backing this service
- getDao() - Method in class com.neurosys.dao.jpa.QueryByObjectTransformer
-
- getDao() - Method in class com.neurosys.ecom.logistics.service.LogisticsServiceImpl
-
- getDao() - Method in class com.neurosys.ecom.orders.service.DefaultOrderService
-
- getDao() - Method in interface com.neurosys.ecom.orders.service.OrderService
-
The Actions on the service layer can trigger events.
Useful if we want to easily create intermediate save points without having to worry about triggering events.
- getDao() - Method in class com.neurosys.events.service.DefaultEventsService
-
- getDao() - Method in interface com.neurosys.events.service.EventsService
-
- getDao() - Method in class com.neurosys.modules.etl.DaoWrapperTransformer
-
- getDao() - Method in class com.neurosys.modules.etl.EntityResourceUploadActionTransformer
-
A Transformer capable of returning an object for an id and updating the object if the input to it is the object itself.
- getDao() - Method in class com.neurosys.products.service.ProductIndexSearch
-
- getDao() - Method in interface com.neurosys.products.service.ProductService
-
- getDao() - Method in class com.neurosys.products.service.ProductServiceImpl
-
Avoid using this from any API call; if a final project is for sure DB dependent then only use this for convenience.
- getDao() - Method in interface com.neurosys.q.service.ShiftService
-
Get any DAO backing this service
- getDao(ChangeGenerator) - Method in class com.neurosys.user.service.LogonChangeListener
-
- getDataGenerator() - Method in class com.neurosys.bi.reporting.DataSourceReporter
-
Generate the Source tuples from the Data Source; the Transformer should return a List of objects (see
JPAQueryTransformer
)
- getDataList(ContentDescriber) - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentTreePanel
-
- getDataList(ContentDescriber) - Method in class com.neurosys.content.admin.wicket.pages.siteManagerAdmin.SiteManagerContentTreePanel
-
- getDataList(File) - Method in class com.neurosys.document.admin.wicket.pages.panels.SubFolderViewPanel
-
- getDataList(ProductReference) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductCategoryPanel
-
- getDataList(T) - Method in class com.neurosys.site.wicket.components.CategoryPanel
-
Fetch the Data as a Data List.
- getDataList(Object, MetaItem, Object) - Method in class com.neurosys.template.wicket.itemadapters.CustomItemComponentRenderAdapter
-
Provides Lookup Data Model for {#getLookupComponent(com.neurosys.content.wicket.pages.panel.TemplatePanel.MetaItem)
- getDataPanel() - Method in class com.neurosys.reporting.wicket.components.ReportResult
-
Access the DataTable directly
- getDataProvider() - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductListingPanel
-
- getDataProvider() - Method in class com.neurosys.reporting.wicket.components.DataProviderReporter
-
The core Data Source provider as IDataProvider
- getDataProvider() - Method in class com.neurosys.site.wicket.components.AssymetricGridView
-
- getDataProvider() - Method in class com.neurosys.site.wicket.model.BufferedSortableDataProvider
-
- getDataRelatedComponents(Class<C>) - Method in class com.neurosys.content.wicket.pages.panel.TemplatePanel
-
All elements added to the dynamic panel maybe added within wrapper elements and nested hierarchies.
- getDataRelatedComponents(Class<C>) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsTemplatePanel
-
- getDataRelatedComponents(Class<C>) - Method in class com.neurosys.template.wicket.components.EntityDetailsTemplatePanel
-
- getDataTransformer() - Method in class com.neurosys.template.wicket.itemadapters.ListRenderAdapter
-
The actual Model for List rendering and the model for the data field may not be the same.
- getDate() - Method in class com.neurosys.audit.domain.Audit
-
- getDate(T) - Method in class com.neurosys.site.wicket.components.ResourceListView
-
- getDate(File) - Method in class com.neurosys.site.wicket.components.WebFileListView
-
- getDateCycle() - Method in class com.neurosys.crm.billing.domain.Cycle
-
- getDateFormat() - Method in class com.neurosys.bi.reporting.writers.ExcelTabularDataWriter
-
Date format for Date Cells
- getDateTime() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
When the system got the response and recorded it
Should be set as soon as the Transaction flow returns control to the API that called the transaction and gets the Response Code.
- getDateTimeFromCronExpr2(String) - Static method in class com.neurosys.utils.DomainUtils
-
Process CRON expr to a Date/Time with all digits PADDED (2 digit)
..
- getDayOfMonth() - Method in class com.neurosys.crm.billing.domain.DateCycle
-
Optional.
- getDayStartHours() - Method in class com.neurosys.events.service.DefaultEventsService
-
Like Check in time
- getDeclaredField(Class, String) - Static method in class com.neurosys.utils.BeanUtils
-
Get a field for the Class or return null
- getDeclaredFields(Class) - Static method in class com.neurosys.etl.common.transformers.ObjectArrayToEntityTransformer
-
- getDeclaredFields(Class) - Static method in class com.neurosys.utils.BeanUtils
-
- getDecodeEditorTransformer() - Method in class com.neurosys.template.model.FacetMeta
-
- getDEFAULT_DISPLAY_PAGE_SIZE() - Method in class com.neurosys.site.wicket.app.AppSettings
-
- getDEFAULT_LOCALE() - Method in class com.neurosys.site.wicket.app.AppSettings
-
- getDefaultAmtForMissingData(Price) - Method in class com.neurosys.ecom.strategy.service.DefaultSaleStrategy
-
If any amount is null due to data missing; then what should be returned.
- getDefaultCompressionEncodingParam(Float) - Method in class com.neurosys.site.components.ImageCompressor
-
Generate a default encoding param that will be used over the image.
- getDefaultConfiguration() - Method in class com.neurosys.products.service.ProductContextUtils
-
- getDefaultContent(FacetMeta) - Method in class com.neurosys.content.service.ContentFilterService
-
- getDefaultContentTransformer() - Method in class com.neurosys.site.wicket.components.WicketExtendInput
-
- getDefaultCountryCode() - Method in class com.neurosys.aws.sns.sms.transformer.AmazonSNSDispatcher
-
Country Code of the recipient
- getDefaultEntityAlias() - Method in class com.neurosys.modules.etl.SearchJPAQueryBuilderTransformer
-
- getDefaultLandingPage(U) - Method in class com.neurosys.login.wicket.AbstractLoginForm
-
If no lading page specified on login, then goto Default.
- getDefaultLandingPage(User) - Method in class com.neurosys.user.admin.wicket.components.AdminLoginForm
-
- getDefaultLandingPageParameters() - Method in class com.neurosys.login.wicket.AbstractLoginForm
-
(Optional) @nullable true; if not null then the parameters to supply to the landing page
- getDefaultOrderField() - Method in class com.neurosys.products.wicket.model.ProductSortableDataProvider
-
- getDefaultPaymentOption(O) - Method in class com.neurosys.ecom.strategy.service.DefaultPaymentOptionsStrategy
-
- getDefaultPaymentOption(O) - Method in interface com.neurosys.ecom.strategy.service.PaymentOptionsStrategy
-
- getDefaultResourceLocations() - Method in class com.neurosys.template.model.Template
-
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: These paths must be absolute always and may employ the variable; example
with AppSettings.get().CONTEXT_BASE_ABSOLUTE_PATH.
- getDefaults() - Method in class com.neurosys.saas.etl.FindConfigForTenant
-
Default bean for the configs/settings, if nothing else is found it will default to this.
- getDefaults() - Method in class com.neurosys.saas.etl.FindConfigsForTenant
-
Default bean for the configs/settings, if nothing else is found it will default to this.
- getDefaultService() - Method in class com.neurosys.scribble.proxy.ScriptableInterceptor
-
The default target service if Scripting not available
- getDefaultStaus(Status...) - Static method in class com.neurosys.content.service.MountPathReLoader
-
What is the default Status to pick.
- getDefaultToCurrency(U, CONTEXT) - Method in interface com.neurosys.ecom.strategy.service.CurrencyStrategy
-
During the conversion process, if the application wants to imply a default without any context to the final currrency
all amounts will be converted to.
- getDefaultTrackingServiceType() - Method in class com.neurosys.tracking.app.TrackingServiceFactory
-
- getDefaultUnit() - Method in class com.neurosys.modules.etl.InputStringToSizeTransformer
-
If no dimensions are available and this is not null then this will be set as the default unit
- getDefaultUnit() - Method in class com.neurosys.modules.etl.StringToSizeTransformer
-
If no dimensions are available and this is not null then this will be set as the default unit
- getDefaultValue() - Method in class com.neurosys.etl.common.filters.NullFilter
-
In any Transformation or Lookup, if the default value is sent then
instead of null or causing an exception, it will return the default value
- getDefaultValue() - Method in class com.neurosys.etl.common.transformers.DefaultValueTransformer
-
The Default Value
- getDefaultValue(Cell) - Method in class com.neurosys.etl.excel.transformers.AbstractExcelRowToEntityTransformer
-
- getDefaultvalue() - Method in class com.neurosys.template.model.FacetMeta
-
Static Object or Transformer
s (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
- getDeleteLink() - Method in class com.neurosys.site.wicket.components.EditableComponentWrapper
-
- getDelim() - Method in class com.neurosys.modules.etl.SizeToOutputStringTransformer
-
- getDelim() - Method in class com.neurosys.modules.etl.SizeToStringTransformer
-
- getDelimeter() - Method in class com.neurosys.etl.common.transformers.MonthStrFormatToDateStrTransformer
-
- getDelimiter() - Method in class com.neurosys.etl.common.transformers.CollectionToStringTransformer
-
If specified will join the elements using the delimiter.
- getDelimiter() - Method in class com.neurosys.etl.common.transformers.StringConcatTransformer
-
- getDelimiter() - Method in class com.neurosys.etl.common.transformers.StringToListTransformer
-
- getDeliveryDetails() - Method in class com.neurosys.ecom.orders.domain.Order
-
- getDeliveryReportsFromLogGroup(String) - Method in class com.neurosys.aws.sns.sms.service.SMSDeliveryReports
-
Generates Delivery Reports from a specified LogGroup
- getDeliveryReportsFromLogGroupNamePrefix(String) - Method in class com.neurosys.aws.sns.sms.service.SMSDeliveryReports
-
Generates Delivery Reports from a specified LogGroup containing the LogGroupNamePrefix
- getDeliveryReportsFromLogStream(String, String) - Method in class com.neurosys.aws.sns.sms.service.SMSDeliveryReports
-
Generates Delivery Reports from a specified LogStream of specified LogGroup
- getDeliveryReportsFromLogStreamNamePrefix(String, String) - Method in class com.neurosys.aws.sns.sms.service.SMSDeliveryReports
-
Generates Delivery Reports from a specified LogStream of specified LogGroup
- getDeliveryStatus(OutputLogEvent) - Method in class com.neurosys.aws.sns.sms.service.SMSDeliveryReports
-
Retrieves Delivery Status from a given Report
- getDepth(T, boolean) - Method in class com.neurosys.menu.service.MenuHelper
-
Get depth of tree.
- getDeriveContextNameSpacePrefix() - Method in class com.neurosys.configs.service.jaxrs.DynamicConfigService
-
An optional
Function
that converts super.request
HttpServletRequest
into a default context namespace,
and prefixes it to any namespace specified.
- getDerivedPathPrefix() - Method in class com.neurosys.site.wicket.components.app.PageLocator
-
A prefix added to the path to determine relative Folder path to the actual pages.
Example: /admin/html folder relative to WebApp root, contains the pages for some admin context pages
- getDesc() - Method in enum com.neurosys.comments.domain.Comment.BIT_MASKS
-
- getDesc() - Method in enum com.neurosys.content.domain.AbstractContent.BIT_MASKS
-
- getDesc() - Method in interface com.neurosys.domain.BIT_MASKS
-
- getDesc() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel
-
- getDesc() - Method in enum com.neurosys.products.domain.Product.BIT_MASKS
-
- getDesc() - Method in enum com.neurosys.ratings.domain.Rating.BIT_MASKS
-
- getDesc() - Method in enum com.neurosys.security.auth.domain.User.BIT_MASKS
-
- getDescribe() - Method in class com.neurosys.feeds.rss2.etl.ContentPagesToRSS2Items
-
Get/Derive description for Content
- getDescription() - Method in class com.neurosys.cluzo.domain.ContextType
-
Deprecated.
- getDescription() - Method in class com.neurosys.configs.ConfigurationSourceBackedSpringResource
-
- getDescription() - Method in class com.neurosys.ecom.orders.domain.Promotion
-
Description for reference purposes
- getDescription() - Method in class com.neurosys.feeds.rss2.domain.RSS2Item
-
- getDescription() - Method in class com.neurosys.products.domain.Product
-
- getDetails() - Method in class com.neurosys.audit.domain.Audit
-
- getDetailsPanel(IModel<ProductReference>) - Method in class com.neurosys.configs.admin.wicket.pages.configsAdmin
-
- getDetailsPanel(IModel<ProductReference>) - Method in class com.neurosys.products.admin.wicket.pages.catalogAdmin
-
- getDirectory() - Method in class com.neurosys.shell.ShellTransformer
-
- getDiscount() - Method in class com.neurosys.ecom.orders.domain.Amount
-
Should be a (-) quantity if discount is being offered.
- getDiscountStrategy() - Method in class com.neurosys.ecom.strategy.service.DefaultOrderStrategy
-
- getDispatchDate() - Method in class com.neurosys.ecom.orders.domain.DeliveryDetails
-
- getDispatcher() - Method in interface com.neurosys.q.domain.BatchInfo
-
- getDisplayName() - Method in class com.neurosys.amorphous.domain.GenericObject
-
- getDisplayName() - Method in class com.neurosys.bi.reporting.ReporterMeta
-
Display Name corresponding to the Reporter
- getDisplayName() - Method in class com.neurosys.content.domain.AbstractContent
-
Display Name
- getDisplayName() - Method in class com.neurosys.content.domain.AbstractContentFacet
-
- getDisplayName() - Method in interface com.neurosys.content.domain.Content
-
Display Name
- getDisplayName() - Method in class com.neurosys.crm.pricing.domain.Feature
-
- getDisplayName() - Method in interface com.neurosys.domain.Displayable
-
- getDisplayName() - Method in class com.neurosys.domain.HierarchialDomainObject
-
Display Name (Can contain HTML)
If you want to display the name without HTML use MarshalUtils.regexReplace(safeDisplayName, HTMLUtils.html4Replacer)
- getDisplayName(Locale) - Method in interface com.neurosys.domain.LocaleDisplayable
-
Get the display name for a given
Locale
.
One can construct a
Locale
using one of the existing constants or
BaseLocale.createInstance(String, String)
where country code can be blank "" and variant null.
- getDisplayName() - Method in class com.neurosys.ecom.logistics.domain.AbstractArea
-
- getDisplayName() - Method in interface com.neurosys.ecom.logistics.domain.AreaType
-
Human readable Name of region / area
- getDisplayName() - Method in enum com.neurosys.ecom.orders.domain.PaymentMethod
-
- getDisplayName() - Method in class com.neurosys.ecom.orders.domain.Promotion
-
User friendly name for the promotion
- getDisplayName() - Method in class com.neurosys.feeds.domain.FeedItem
-
- getDisplayName() - Method in interface com.neurosys.module.model.ISection
-
- getDisplayName() - Method in class com.neurosys.module.model.Module
-
- getDisplayName() - Method in class com.neurosys.module.service.CustomAutoNav.CustomHierarchicalReference
-
- getDisplayName(Product, boolean, int) - Method in class com.neurosys.modules.etl.CategoryListTransformer
-
- getDisplayName() - Method in class com.neurosys.multiorg.domain.Venue
-
- getDisplayName() - Method in class com.neurosys.products.domain.ProductReference
-
Display Name
- getDisplayName() - Method in class com.neurosys.refs.domain.AbstractReference
-
- getDisplayName() - Method in class com.neurosys.site.model.SectionLabel
-
- getDisplayName(H) - Method in class com.neurosys.site.wicket.components.RelationLinksBuilder
-
- getDisplayName() - Method in class com.neurosys.template.model.FacetMeta
-
- getDisplayName() - Method in class com.neurosys.template.model.MetaItem
-
Name to show for field on User interfaces
- getDisplayName() - Method in class com.neurosys.template.model.Template
-
User friendly display name : Useful in Admin view etc.
- getDisplayTransformer() - Method in class com.neurosys.template.model.FacetMeta
-
During Rendering of the data one can apply this;
The transformer can be applied on non String objects also.
- getDistributionId() - Method in class com.neurosys.aws.InvalidationASynchTransformer
-
- getDistributionId() - Method in class com.neurosys.aws.InvalidationSynchTransformer
-
- getDob() - Method in class com.neurosys.ecom.users.domain.GenericEcomUser
-
- getDob() - Method in interface com.neurosys.ecom.users.domain.IGenericEcomUser
-
Date Of Birth
- getDocs() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel
-
- getDocumentFieldsToQuery() - Method in class com.neurosys.products.service.ProductIndexSearch
-
The document fields to query, should be same or a SubSet of the fields specified in the Indexing Query
The name should also match that of the alias specified in the Query (for indexing)
- getDocuments(ObjectDocumentRowMapperIndexer<P, Void>, P, Void, Document) - Method in class com.neurosys.collection.search.BaseCollectionTypeDocumentsGenerator
-
- getDocuments(ObjectDocumentRowMapperIndexer<P, Void>, P, Void, Document) - Method in class com.neurosys.collection.search.CollectionTypeDocumentsGenerator
-
- getDocumentToIdTransformer() - Method in class com.neurosys.products.service.ProductIndexSearch
-
For a Document
in an index identify the Id
- getDocumentViewerLink(String, FeedbackPanel, Map<String, Object>) - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentDetailsPanel
-
- getDocumentViewerLink(String, FeedbackPanel, Map<String, Object>) - Method in class com.neurosys.content.admin.wicket.pages.panels.TemplateDetailsPanel
-
- getDownloadableVersion(File) - Method in class com.neurosys.template.service.FileTemplateStoreService
-
- getDownloadableVersion(T) - Method in interface com.neurosys.template.service.TemplateStoreService
-
Get a downloadable version of the Template as a File or some object that can be represented as a download option
- getDownloadPath(String) - Method in class com.neurosys.site.wicket.components.wrappers.FileUploadWrapper
-
Based on site.resources.folder.mode.relative config being absolute or relative; it constructs a 'DownloadServlet?file=' path, if absolute paths
are being used.
- getDropHeaderRows() - Method in class com.neurosys.etl.excel.filters.MergedColumnAndHeaderFilter
-
- getDuplicateCheck() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getDuration() - Method in class com.neurosys.crm.billing.domain.DateCycle
-
Duration in Days.
- getDynamic(String, String) - Method in class com.neurosys.configs.service.jaxrs.DynamicConfigService
-
- getEarthDistance(GeoLocation, GeoLocation) - Static method in class com.neurosys.geo.domain.GeoLocation
-
Return Earth distance between 2
GeoLocation
s; accounting for altitude as well (if present)
- getEditLink() - Method in class com.neurosys.site.wicket.components.EditableComponentWrapper
-
- getEditorModelValue() - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentEditorPanel
-
Interface implementation to standardize how to extract the value within the core editor.
- getEditorModelValue() - Method in interface com.neurosys.content.admin.wicket.pages.panels.ContentFacetEditor
-
The Content as String held by the Editor
- getEditorModelValue() - Method in class com.neurosys.content.admin.wicket.pages.panels.CustomContentEditorWrapper
-
Extract the model value as String from the wrapped Editor.
- getEditorPageHeader() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper.CKEditorConfigs
-
We may want to insert some common scripts etc in the Header of the page itself
where the CkEditor is being used.
- getElementTransformer() - Method in class com.neurosys.etl.common.transformers.CollectionFilterSortTransformer
-
- getElementTransformer() - Method in class com.neurosys.etl.common.transformers.CollectionToStringTransformer
-
If specified will apply the Transformer
to each individual element
- getElementTransformer() - Method in class com.neurosys.etl.common.transformers.StringToListTransformer
-
- getEm() - Method in class com.neurosys.modules.etl.RelatedEntityPersistTransformer
-
- getEmail() - Method in class com.neurosys.ecom.users.domain.GenericEcomUser
-
- getEmail() - Method in interface com.neurosys.ecom.users.domain.IGenericEcomUser
-
- getEmailDispatcher() - Method in class com.neurosys.messenger.email.service.MailerService
-
- getEmailFrom(String) - Method in class com.neurosys.user.service.PasswordChangeListener
-
The userNameId maybe a user name or an email.
- getEmailOrderpublisher() - Method in class com.neurosys.ecom.payment.methods.OrderViaEmail
-
- getEmailParts(Publisher[], File[], File[], byte[][], String) - Method in class com.neurosys.messenger.MailerService
-
Convenience method to construct mail parts from basic constructs like
Publisher
s,
File
s and
InputStream
s
if the content refers to any images, files then the content published by
Publisher
s should refer to it by
cid:Base-File-Name.
- getEmailPattern() - Method in class com.neurosys.messenger.email.FaultyEmailAddressScanner
-
- getEnabled() - Method in class com.neurosys.module.model.Module
-
- getEnabled() - Method in class com.neurosys.module.model.ModuleUI
-
Check related
Module
that this belongs to, if it is enabled or not.
- getEnclosure() - Method in class com.neurosys.feeds.rss2.domain.RSS2Item
-
- getEncodeEditorTransformer() - Method in class com.neurosys.template.model.FacetMeta
-
Due to dynamic nature of content, security etc.
- getEncodeParam() - Method in class com.neurosys.site.components.ImageCompressor
-
- getEncoding() - Method in class com.neurosys.amorphous.security.filter.KeyBasedSecurityFilter
-
- getEncoding() - Method in class com.neurosys.etl.common.mapper.behaviors.OutputTypeAwareMapperBehavior
-
To apply an encoding on the core value if, this value is not null
- getEncoding() - Method in class com.neurosys.etl.excel.transformers.AbstractExcelRowToEntityTransformer
-
- getEndDate() - Method in interface com.neurosys.domain.DateRange
-
- getEndDate() - Method in class com.neurosys.events.domain.AbstractEvent
-
- getEndDate() - Method in interface com.neurosys.q.domain.Shift
-
- getEngagementSummary() - Method in class com.neurosys.posts.domain.Post
-
JSON Summary of comments statistics, and other engagement Data
Note: The Post data model will not maintain references to various related data like comments etc.
- getEngine() - Method in class com.neurosys.modules.etl.VelocityContentTransformer
-
The Core Velocity Engine
- getEngine() - Method in class com.neurosys.modules.etl.VelocityEntityUpdateResUploadActionTransformer
-
The Core Velocity Engine
- getEngine() - Method in class com.neurosys.modules.etl.VelocityTransformer
-
The Core Velocity Engine
- getEnterMode() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper.CKEditorConfigs
-
For example the following prevents content from being enclosed in <p> tags
enterMode : CKEDITOR.ENTER_BR
- getEntities() - Method in class com.neurosys.etl.common.transformers.ParamsRequestToEntitiesTransformer
-
List of classes representing entities to bind the request to.
- getEntities(Query<T>) - Method in class com.neurosys.modules.etl.FileToEntityLookup
-
Override to implement custom services that will execute the
Query
and return result(s)
- getEntities(Query<P>) - Method in class com.neurosys.modules.etl.FileToProductLookup
-
- getEntitiesLookup() - Method in class com.neurosys.modules.etl.FileToProductsTransformer
-
Uses this as to extract the entities (List) from the raw input type, that relate to the input
- getEntity() - Method in class com.neurosys.comments.domain.CommentAttribute
-
- getEntity() - Method in class com.neurosys.content.domain.ContentAttribute
-
- getEntity() - Method in interface com.neurosys.domain.Attribute
-
Reference to the entity this Attribute is part of
- getEntity() - Method in class com.neurosys.domain.Query
-
- getEntity(T) - Method in class com.neurosys.ecom.etl.ExistingAreaLookup
-
Core method to identify and fetch the record that matches the in record
- getEntity(E) - Method in class com.neurosys.etl.common.DefaultExistingEntityLookup
-
- getEntity(T) - Method in class com.neurosys.etl.common.ExistingEntityLookup
-
Core method to identify and fetch the record that matches the record
It will return null if not an existing record or an Exception in case there is any problem in trying to figure it out
- getEntity() - Method in class com.neurosys.events.SynchronousFlowStatusChange
-
entity, on which the Change is occuring
- getEntity(T) - Method in class com.neurosys.modules.etl.ExistingProductLookup
-
Core method to identify and fetch the record that matches the in record
TODO: Add test case to ensure return type is exactly same as input type
- getEntity() - Method in class com.neurosys.multiorg.domain.OrganizationAttribute
-
- getEntity() - Method in class com.neurosys.multiorg.domain.VenueAttribute
-
- getEntity() - Method in class com.neurosys.posts.domain.PostAttribute
-
- getEntity(P, String) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsPanel
-
- getEntity() - Method in class com.neurosys.products.domain.ProductAttribute
-
- getEntity() - Method in class com.neurosys.user.domain.AbstractUserAttribute
-
- getEntityAccessTransformer() - Method in class com.neurosys.etl.common.transformers.AbstractEntityTransformer
-
- getEntityClass(DynaBean) - Method in class com.neurosys.domain.JsonQuery
-
- getEntityClass() - Method in class com.neurosys.etl.common.mapper.Mapper
-
- getEntityClass() - Method in class com.neurosys.etl.common.transformers.ParamsRequestToEntitiesTransformer.PropertyBinding
-
- getEntityClass() - Method in class com.neurosys.modules.etl.RelatedEntityPersistTransformer
-
Main entity Class
- getEntityFieldSetters() - Method in class com.neurosys.etl.common.transformers.ParamsRequestToEntitiesTransformer
-
Map form field to an
EntityFieldSetter
where conventionally
BeanUtils
cannot work over the entity field to set it
- getEntityGUID() - Method in class com.neurosys.q.domain.TrackToken
-
- getEntityGUID() - Method in class com.neurosys.track.domain.Track
-
GUID
for entity
- getEntityId() - Method in class com.neurosys.track.domain.Track
-
Local Id for entity
Can be used for ref-integrity (relation) with Token data
- getEntityIdentifier() - Method in class com.neurosys.etl.common.transformers.RelatedEntityJSONTransformer
-
The name used to identify a fellow identity uniquely, that is part of this Entity set/group
- getEntityIdentifier() - Method in class com.neurosys.etl.common.transformers.RelatedEntityReverseJSONTransformer
-
The name used to identify a fellow identity uniquely, that is part of this Entity set/group
- getEntityInstance() - Method in class com.neurosys.dao.jpa.AbstractQueryableDaoImpl
-
- getEntityInstance() - Method in interface com.neurosys.dao.jpa.QueryableDao
-
The entity instance maybe an extension of the Base ensure Queries work for extensions
derive the exact instance required for the Query.
- getEntityInstance() - Method in class com.neurosys.ecom.products.dao.jpa.ProductDaoImpl
-
- getEntityInstance() - Method in class com.neurosys.events.service.DefaultEventsService
-
- getEntityInstance() - Method in class com.neurosys.products.service.ProductServiceImpl
-
- getEntityJsonTransformersMap() - Method in class com.neurosys.amorphous.service.jaxrs.io.EntityJSONCollectionWriter
-
- getEntityManager() - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentAuthorSearchPanel
-
Override Source in case content from an auxiliary Data Source
- getEntityManager() - Method in class com.neurosys.content.lookup.ContentCategoryLookup
-
- getEntityManager() - Method in class com.neurosys.dao.jpa.EntityManagerLookupAware
-
- getEntityManager() - Method in class com.neurosys.dao.jpa.GenericDaoImpl
-
- getEntityManager() - Method in class com.neurosys.ecom.etl.SequenceSubOrderTransformer
-
- getEntityManager() - Method in class com.neurosys.modules.etl.DeleteRelatedEntitiesJPATransformer
-
- getEntityManager() - Method in class com.neurosys.posts.admin.wicket.pages.panels.PostsSearchPanel
-
- getEntityManager() - Method in class com.neurosys.products.lookup.ProductCategoryLookup
-
- getEntityManager() - Method in class com.neurosys.q.service.DefaultAbstractTokenContainerService
-
- getEntityManagerProvider() - Method in class com.neurosys.dao.jpa.EntityManagerLookupAware
-
Since EntityManager
is transient, in certain situations it may need to be re-acquired
- getEntityName() - Method in class com.neurosys.comments.dao.jpa.CommentDaoImpl
-
- getEntityName() - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
- getEntityName() - Method in class com.neurosys.content.dao.jpa.ContentDaoImpl
-
- getEntityName() - Method in class com.neurosys.modules.etl.DeleteRelatedEntitiesJPATransformer
-
Name of the core entity to which all the other records/entities are related
- getEntityName() - Method in class com.neurosys.posts.dao.jpa.PostDaoImpl
-
- getEntityNameAliasMapping() - Method in class com.neurosys.modules.etl.SearchJPAQueryBuilderTransformer
-
- getEntityProcessor() - Method in class com.neurosys.etl.common.ETLMeta
-
- getEntityRef() - Method in class com.neurosys.multiorg.domain.VMConnectInfo
-
Reference to the entity like
Organization
, Venue or Event etc this VMInfo is for
- getEntityTemplate() - Method in class com.neurosys.template.wicket.itemadapters.MapRenderAdapter
-
- getEntityToJSON() - Method in class com.neurosys.amorphous.service.jaxrs.io.EntityJSONWriter
-
- getEntityToJsonMapper() - Method in class com.neurosys.amorphous.service.jaxrs.io.EntityJSONCollectionWriter
-
- getEntityType() - Method in class com.neurosys.template.wicket.components.EntityTemplate
-
- getEntityValue(String, T, List<T>) - Static method in class com.neurosys.modules.utils.Utils
-
Get the field value of an Entity.
- getEntryListenerId() - Method in class com.neurosys.hazelcast.etl.ListenMapEntryOnHazelCast
-
- getEnumTransformer(Class<T>) - Static method in class com.neurosys.utils.MarshalUtils
-
- getEnumType() - Method in class com.neurosys.etl.common.transformers.EnumListTransformer
-
A pre-set Enum type this is expected to give a list for
- getEnvironment() - Method in interface com.neurosys.domain.Shell
-
Returns the system set context, instance or environment for the current Shell
- getEnvironment() - Method in class com.neurosys.domain.UserShell
-
Returns the system set context, instance or environment for the current Shell
- getEnvironment() - Method in class com.neurosys.shell.ShellTransformer
-
Environment variables needed for the Shell task to execute
- getEnvironmentSupplier() - Method in class com.neurosys.security.auth.domain.Role
-
When role is active, it loads this context and supplies it to the Session.
Example: What is the default page for the Role etc.
- getEnvironmentSupplier() - Method in interface com.neurosys.security.auth.domain.User
-
When user loads this context and supplies it to the Session.
Example: What is the default page for the Role etc.
- getEnvironmentSupplier(Object...) - Method in interface com.neurosys.user.service.UserService
-
- getEnvironmentSupplier(Object...) - Method in class com.neurosys.user.service.UserServiceImpl
-
- getErrorMessage() - Method in class com.neurosys.events.FlowStatusChangeListenerWrapperTransformer
-
If not null will be used to provide Feedback error message as
Status
, String or
Transformer
on int (level of error).
If null, then the actual
Throwable.getMessage()
will be used.
- getErrorMsg() - Method in class com.neurosys.etl.common.filters.CriteriaFilter
-
- getErrorStates() - Method in interface com.neurosys.q.service.QStatesStrategy
-
Error types states
- getErrorTextMarkup() - Method in class com.neurosys.site.wicket.behaviors.MarkErrorFieldBehavior
-
Provide HTML markup to mark some text next to the error field
Example: <class='field-error-text'> *</span>
- getEstimatedDays() - Method in class com.neurosys.ecom.orders.domain.DeliveryDetails
-
- getEstWaitTime() - Method in class com.neurosys.q.domain.TokenPosition
-
Estimated wait time in minutes
- getEvent() - Method in class com.neurosys.events.Feedback
-
The event over which we are getting feedback
- getEventName() - Method in class com.neurosys.track.domain.Track
-
eventName within the namespace
- getEventSenderId() - Method in class com.neurosys.events.Feedback
-
The user, process or container Id that owns the event
- getException() - Method in class com.neurosys.etl.process.ProcessState
-
- getException() - Method in class com.neurosys.events.Feedback
-
Any Exception
- getException() - Method in interface com.neurosys.messenger.domain.MessageResponse
-
- getExceptions() - Method in exception com.neurosys.etl.common.exceptions.BreakChainException
-
If a Process wishes to finish before throwing the exception; all other exceptions can be trapped
- getExceptions() - Method in interface com.neurosys.etl.common.FailFastAware
-
If not in fail fast mode, will collect the exceptions and we can always query the exceptions
- getExceptions() - Method in class com.neurosys.etl.common.transformers.EntityFieldsCopyTransformer
-
List or Map of Field to its fields that are included or excluded depending on the
EntityFieldsCopyTransformer.inverseMode
To support complex nested exceptions, the Map is recursive in nature for each nested field.
- getExceptions() - Method in class com.neurosys.etl.readers.BaseIterativeProcessor
-
Used if failFast is off (false) to get the exceptions that occurred in the run/load
- getExceptions() - Method in class com.neurosys.etl.readers.ChainIterativeReader
-
Used if failFast is off (false) to get the exceptions that occurred in the run/load
- getExceptions() - Method in class com.neurosys.modules.etl.EntityPersistTransformer
-
- getExcludedFields() - Method in class com.neurosys.domain.Query
-
Set
of names of fields whose values will not be included in ResultSet.
- getExcludedFields() - Method in class com.neurosys.utils.JSONMarshaller
-
- getExistingLast(S) - Method in class com.neurosys.ecom.etl.SequenceSubOrderTransformer
-
Get the existing last
SubOrder
entity for the shares root Order between the new (as param) and any existing suborders for that root.
- getExportableFormats() - Method in class com.neurosys.bi.reporting.ReporterMeta
-
- getExpression() - Method in class com.neurosys.etl.common.transformers.SpELTransformer
-
The expression to parse against
- getExpressions() - Method in class com.neurosys.site.wicket.model.MultiPropertyModel
-
- getExtension() - Method in class com.neurosys.bi.reporting.ExportType
-
The export type is associated with the file extension
- getExtension() - Method in class com.neurosys.content.service.DefaultContentPathConstructor
-
AppSettings.get().APPLICATION_EXTENSION depends on a Wicket Request Cycle.
A lot of Feeds may needs URL generation also, so cannot depend on Request cycle;
directly use appConfiguration."site.ext"
- getExtension(String) - Static method in class com.neurosys.utils.UrlUtils
-
Returns the extension (including .) at the end of the path else return a blank String
- getExtent() - Method in class com.neurosys.security.auth.domain.Authorization
-
SELF, OWNER, ANY etc
- getExtraButtonsContainer(String, WebMarkupContainer) - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentEditorPanel
-
- getExtraButtonsContainer(WebMarkupContainer) - Method in class com.neurosys.site.wicket.components.CkEditorWrapper
-
An empty container is provided next to the last button to add new buttons via API if needed dynamically
- getExtractedNameTransformer() - Method in class com.neurosys.modules.etl.FileToEntityLookup
-
- getExtractionPattern() - Method in class com.neurosys.modules.etl.FileToEntityLookup
-
In a File name, extract part of the name that matches this pattern
- getFacet() - Method in class com.neurosys.content.domain.FacetAlias
-
- getFacet() - Method in class com.neurosys.content.wicket.model.ContentFacetModel
-
Deprecated.
- getFacet() - Method in class com.neurosys.content.wicket.model.MarkupContentModel
-
- getFacetArray(Long, String, Collection<Integer>) - Method in interface com.neurosys.content.dao.ContentSource
-
Fetch specific facets in order of their natural index.
- getFacetArray(Long, String, Collection<Integer>) - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
- getFacetArrayIndeces(Long, String) - Method in interface com.neurosys.content.dao.ContentSource
-
The indeces is guaranteed to be in order of its index position which can be any positive, 0 or negative number even.
- getFacetArrayIndeces(Long, String) - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
- getFacetComponents(C, List<CF>, Map<String, FacetMeta>, WebMarkupContainer) - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentDetailsPanel
-
- getFacetContainer() - Method in class com.neurosys.content.wicket.pages.CategoryTemplatePage
-
Deprecated.
By default the container for all the facets is the template page at row level.
- getFacetContainer() - Method in class com.neurosys.content.wicket.pages.TemplatePage
-
By default the container for all the facets is the template page at row level.
- getFacetEntityName() - Method in class com.neurosys.comments.dao.jpa.CommentDaoImpl
-
- getFacetEntityName() - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
- getFacetEntityName() - Method in class com.neurosys.content.dao.jpa.ContentDaoImpl
-
- getFacetEntityName() - Method in class com.neurosys.posts.dao.jpa.PostDaoImpl
-
- getFacetMeta(Template, AbstractContentFacet) - Static method in class com.neurosys.content.admin.wicket.pages.panels.ContentDetailsPanel
-
- getFacetMeta() - Method in class com.neurosys.modules.wicket.components.ScriptableFacetMetaAjaxButton
-
- getFacetMeta() - Method in class com.neurosys.template.model.MetaItem
-
- getFacetMeta(String) - Method in class com.neurosys.template.model.Template
-
- getFacets(Query<CF>) - Method in interface com.neurosys.content.dao.ContentSource
-
To keep payload minimal and to support most use case scenarios, the Impl may want
to lazy load the facets in the C
on explicit request.
This method allows that explicit request to be fullfilled.
- getFacets(Long) - Method in interface com.neurosys.content.dao.ContentSource
-
- getFacets(C, String) - Method in interface com.neurosys.content.dao.ContentSource
-
Fetch a particular content for a
AbstractContent
query object;
where based on how specific the details within the
AbstractContent
object are
it will return the result.
- getFacets(Query<CF>) - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
- getFacets(Long) - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
- getFacets(C, String) - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
- getFacets() - Method in class com.neurosys.content.domain.AbstractContent
-
- getFacets() - Method in interface com.neurosys.content.domain.Content
-
- getFacets(Object, String, Status) - Method in class com.neurosys.content.service.ContentServiceImpl
-
Deprecated.
- getFacets(Object, String, Status) - Method in interface com.neurosys.content.service.GenericContentService
-
- getFacets(Object, String, Status) - Method in class com.neurosys.content.service.GenericHierarchyContentServiceImpl
-
- getFacets() - Method in class com.neurosys.template.model.Template
-
What all dynamic place holders does the template have.
- getFailed() - Method in exception com.neurosys.exception.PartialTransactionException
-
- getFailureFeedbackRoleArn() - Method in class com.neurosys.aws.sns.push.domain.PlatformMessageDeliveryAttributes
-
Stores the IAM Role which would receive Feedback in case of a failed Message Delivery
- getFailureFeedbackRoleArn() - Method in class com.neurosys.aws.sns.sms.domain.MessageDeliveryAttributes
-
Stores the IAM Role which would receive Feedback in case of a failed Message Delivery
- getFailureGatewayResponse() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
Specific reason for gateway Failure
- getFailureIssuerResponse() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
Specific reason for issuer Failure
- getFalseState() - Method in class com.neurosys.etl.common.transformers.TypeBooleanTransformer
-
- getFeature() - Method in class com.neurosys.crm.billing.domain.OrgFeature
-
- getFeature(TrackCycle) - Method in class com.neurosys.tracking.app.DefaultTrackingService
-
- getFeatures() - Method in class com.neurosys.crm.pricing.domain.ProductPackage
-
- getFeaturesForUnit(UNIT) - Method in class com.neurosys.module.service.DefaultModuleService
-
- getFeaturesForUnit(UNIT) - Method in interface com.neurosys.module.service.IModuleService
-
Get all features the UNIT is registerd with
- getFee() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
An optional transaction fee
- getFeed() - Method in class com.neurosys.feeds.etl.RawStringFeed
-
- getFeedback() - Method in interface com.neurosys.events.SynchronousChange
-
- getFeedback() - Method in class com.neurosys.events.SynchronousFlowStatusChange
-
Any Feedback/callback object
- getFeedback() - Method in class com.neurosys.idm.admin.wicket.pages.panels.AdminUserAuthorizationsPanel
-
- getFeedback() - Method in class com.neurosys.modules.etl.admin.wicket.pages.panels.ReaderProcess
-
- getFeedback() - Method in class com.neurosys.q.notification.events.BasicTokenEvent
-
- getFeedback() - Method in interface com.neurosys.q.notification.events.TokenEvent
-
- getFeedback() - Method in class com.neurosys.user.wicket.pages.panels.UserDetailsPanel
-
- getFeedbackPanel() - Method in class com.neurosys.site.wicket.components.ProgressMonitor
-
- getFeedbackPanel() - Method in class com.neurosys.site.wicket.components.ResourceManagerPanel
-
- getFeedItem(M) - Method in class com.neurosys.feeds.etl.MenuItemToLinks
-
- getFeedItem(M) - Method in class com.neurosys.feeds.sitemap.etl.MenuItemToSiteMapItems
-
- getFeeds() - Method in class com.neurosys.feeds.etl.ScheduledFeeds
-
- getField() - Method in class com.neurosys.template.model.MetaItem
-
Deprecated.
- getFieldAccessor() - Method in class com.neurosys.modules.etl.EntityBabyPersistTransformer
-
The field name or accessor, can be a String or a
TwoWayTransformer
.
If a
Transformer
then it will apply it over the input to derive the object to persist if its a new born.
- getFieldClassOwner() - Method in class com.neurosys.template.model.MetaItem
-
If there is a Field get the Class owning the field (= entity class)
- getFieldGenerators() - Method in class com.neurosys.collection.search.BaseCollectionTypeDocumentsGenerator
-
- getFieldMapping() - Method in class com.neurosys.dao.jpa.JPAExecuteTransformer
-
Map from query param name to field name or Transformer that will act on input to get param value.
- getFieldMapping() - Method in class com.neurosys.dao.jpa.JPAQueryTransformer
-
Map from query param name to field name or Transformer that will act on input to get param value.
- getFieldMapping() - Method in interface com.neurosys.dao.QueryTransformer
-
Map from query param name to field name or Transformer that will act on input to get param value.
- getFieldMapping() - Method in class com.neurosys.odb.document.etl.ODBExecuteTransformer
-
- getFieldMapping() - Method in class com.neurosys.odb.etl.ODBQueryTransformer
-
- getFieldName() - Method in class com.neurosys.ecom.etl.DeriveContactFromOrderTransformer
-
- getFieldName() - Method in class com.neurosys.etl.common.mapper.Mapper
-
The field the result of the mapper is intended for or Index of the Column to be mapped to if mapping is to a Tuple
If null, then the Mapper value can be applied as an Intermediate variable if the
Mapper.getBehavior(Class)
has
IntermediateResultMapperBehavior
else it would apply itself on the core Entity
- getFieldName() - Method in class com.neurosys.etl.common.transformers.ObjectFieldValueTransformer
-
The name of the field to extract the value from the set Object
- getFieldName() - Method in class com.neurosys.template.model.MetaItem
-
- getFieldNamesToMerge() - Method in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
The values for field names mentioned in this Collection will be merged into the new Entity, i.e.
- getFieldNameToColumnNumberMap() - Method in class com.neurosys.etl.common.transformers.AbstractReverseTupleToEntityTransformer.OverridableHashMap
-
- getFieldOrderListing() - Method in class com.neurosys.template.model.Template
-
List of field/attribute Names as String that govern the order of listing
in the form.
- getFieldPersist() - Method in class com.neurosys.modules.etl.EntityBabyPersistTransformer
-
Once the new born object is persisted the resultant entity is put back into the parent.
- getFieldRenderAdapter() - Method in class com.neurosys.template.wicket.itemadapters.JSONGridRenderAdapter
-
- getFields(ObjectDocumentRowMapperIndexer<P, Void>, Void, P) - Method in class com.neurosys.ecom.search.FinalPriceFieldGenerator
-
- getFields(ObjectDocumentRowMapperIndexer<P, Void>, Void, P) - Method in class com.neurosys.modules.search.SizeDimensionFieldGenerator
-
- getFields(ObjectDocumentRowMapperIndexer<P, Void>, Void, P) - Method in class com.neurosys.modules.search.SizeFieldGenerator
-
- getFieldValueMap() - Method in class com.neurosys.etl.common.transformers.ProxyInstanceTransformer
-
The field values to override
- getFile() - Method in class com.neurosys.configs.ConfigurationSourceBackedSpringResource
-
- getFileExtension(String) - Static method in class com.neurosys.utils.DomainUtils
-
Get file extension exclusive of '.'.
- getFileFolders(File, List<File>, List<File>) - Static method in class com.neurosys.utils.DomainUtils
-
Wrapper method to derive Files and folders in the root (without recursion);
and apply the optional Comparator if necessary
- getFilename() - Method in class com.neurosys.configs.ConfigurationSourceBackedSpringResource
-
- getFileName() - Method in class com.neurosys.site.wicket.behaviors.JavaScriptMapWriterBehavior
-
Template JS file name
- getFileNamePattern() - Method in class com.neurosys.etl.common.filters.FileResourceFilter
-
- getFileResourceStreamLocator(ServletContext) - Method in class com.neurosys.site.wicket.app.SiteApplication
-
If Path of Markup is different from standard package path convention, then this
will tell wicket where to find the paths to the pages/modules.
- getFiles(File, Predicate) - Static method in class com.neurosys.utils.DomainUtils
-
Get a Tree in the form of List of Lists of folders from a specified root
Note: to get all files use FileUtils.listFiles(File, String[], boolean)
- getFileSortComparatorSpringBeanName() - Method in class com.neurosys.site.wicket.components.ResourceListView.ViewContext
-
- getFileTargetGroupName() - Method in class com.neurosys.nexmo.voice.transformer.NexmoTextToSpeechCallDispatcher
-
- getFileTargetUserName() - Method in class com.neurosys.nexmo.voice.transformer.NexmoTextToSpeechCallDispatcher
-
- getFileTypesRegEx() - Method in class com.neurosys.site.wicket.components.app.StaticPageMountPointLoader
-
- getFileUploadSizeMaxKB() - Method in class com.neurosys.site.wicket.components.wrappers.FileUploadWrapper
-
- getFilter() - Method in class com.neurosys.document.admin.wicket.pages.panels.SubFolderViewPanel
-
A Predicate
, if provided will be used to filter files
- getFilter() - Method in class com.neurosys.etl.common.transformers.CollectionFilterSortTransformer
-
- getFilter() - Method in class com.neurosys.etl.common.transformers.JoinTransformer
-
Filter tokens out if the result is false
- getFilter() - Method in class com.neurosys.etl.common.transformers.MapCleanTransformer
-
If null ; entries with null values in the map will be removed
If the filter is specified and returns true for a given value then it will be removed.
- getFilter() - Method in class com.neurosys.etl.readers.BaseIterativeProcessor
-
Filter lines or records that should be ignored perhaps;
Records that the user may have used for formatting etc perhaps.
If the filter predicate returns false, then it will not be available in
BaseIterativeProcessor.next()
The
Predicate.evaluate(Object)
may return false or even throw a
RuntimeException
.
- getFilter() - Method in class com.neurosys.modules.etl.FileToProductsTransformer
-
Filter Raw input and ensure its elegible for Transformer
ation
- getFilter() - Method in class com.neurosys.products.wicket.model.ProductSortableDataProvider
-
Will apply the filter result to remove them from the main result before producing final result.
- getFilter() - Method in class com.neurosys.site.wicket.model.MultiPropertyModel
-
When setting multiple expressions, it maybe desired to filter which expressions should be used or not
based on runtime conditions on the object being set.
- getFilterHeaders() - Method in class com.neurosys.messenger.email.FaultyEmailAddressScanner
-
- getFilterJsonConfig() - Method in class com.neurosys.amorphous.service.jaxrs.io.JSONConfigBasedReader
-
Optional: Used when creating the JSONObject
from raw JSON String.
- getFilterNodesWithNames() - Method in class com.neurosys.module.service.HierarchyTypeAutoNav
-
We may want to exclude certain nodes/types of nodes from the Loading process while creating the Nav
Supply the unique names identifying the nodes.
- getFilterParam() - Method in class com.neurosys.etl.web.transformers.WebAnalyticsParamSpecificTransformer
-
The Parameter key to use to check if the request has been made before for session or user-agent
- getFilterRequestBeanName() - Method in class com.neurosys.filters.UserShellToThreadLocalFilter
-
- getFilterRequestBeanName() - Method in class com.neurosys.filters.WebTransformerFilter
-
- getFilters() - Method in class com.neurosys.etl.common.FilterChain
-
- getFilterSubjectCatchPhrases() - Method in class com.neurosys.messenger.email.FaultyEmailAddressScanner
-
- getFinalButtonCount() - Method in class com.neurosys.modules.wicket.components.ConfigurableFacetMetaActionContainer
-
Due to authorization etc All buttons passed maynot be rendered so keep count of of many were rendered finally
- getFinalWeight() - Method in class com.neurosys.ecom.orders.domain.BaseOrderItem
-
Final Weight (may include weight of product, Packaging etc)
- getFindTransformer() - Method in class com.neurosys.etl.common.DefaultExistingEntityLookup
-
For an input proxy entity object , return the actual entity in DB
- getFirstFertileChild(T) - Method in class com.neurosys.menu.service.MenuHelper
-
Convenience method to get the first child element (that has children)
for a given list of children in the item
- getFirstName() - Method in class com.neurosys.ecom.users.domain.GenericEcomUser
-
- getFirstName() - Method in interface com.neurosys.ecom.users.domain.IGenericEcomUser
-
- getFirstRecNumCurrentPage() - Method in class com.neurosys.pagination.domain.PageInfo
-
Get the global/absolute record number of the first record in the current page
(starts @ 0)
- getFirstToken(C, Collection) - Method in class com.neurosys.q.service.DefaultAbstractTokenContainerService
-
Get the first token for a group of status
- getFirstToken(S, Collection) - Method in interface com.neurosys.q.service.ShiftService
-
Get the first token for a group of status
- getFit() - Method in class com.neurosys.products.domain.SizeFit
-
- getFixedHeightPts() - Method in class com.neurosys.bi.reporting.writers.ExcelTabularDataWriter
-
Optional height in Excel points.
- getFlatDistance() - Method in class com.neurosys.geo.domain.GeoLocation
-
Translate Latitude & Longitude in terms of a single dimensional scalar
that equates to the distance from the origin.
- getFlowStatus() - Method in class com.neurosys.content.domain.AbstractContent
-
- getFlowStatus() - Method in class com.neurosys.ecom.orders.domain.Order
-
- getFlowStatus() - Method in interface com.neurosys.events.FlowStatusChange
-
- getFlowStatus() - Method in class com.neurosys.events.SynchronousFlowStatusChange
-
- getFlowStatus() - Method in class com.neurosys.q.notification.events.BasicTokenEvent
-
- getFlowStatus() - Method in interface com.neurosys.q.notification.events.TokenEvent
-
- getFlowStatus() - Method in interface com.neurosys.workflow.domain.FlowState
-
- getFocussedMenuItem(String) - Method in class com.neurosys.menu.service.jaxrs.NavQueryService
-
- getFolderDetailsPanel() - Method in class com.neurosys.document.admin.wicket.pages.panels.SubFolderViewPanel
-
- getFolderLocation() - Method in class com.neurosys.content.service.resolvers.DefaultContentLocationResolver
-
- getFolderLocation() - Method in class com.neurosys.content.service.resolvers.PathLocationResolver
-
- getFolderName() - Method in class com.neurosys.messenger.processors.readers.IMAPMailBoxReader
-
- getFolderPath(String, String) - Static method in class com.neurosys.utils.DomainUtils
-
Derive the path of the folder from the filePath.
- getFolders(File) - Static method in class com.neurosys.utils.DomainUtils
-
Get a Tree in the form of List of Lists of folders from a specified root
Note: to get all files use FileUtils.listFiles(File, String[], boolean)
- getForm() - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentDetailsPanel
-
- getForm(String) - Method in class com.neurosys.user.admin.wicket.pages.panels.LoginPanel
-
- getFormat() - Method in class com.neurosys.etl.common.transformers.DateTransformer
-
- getFormat() - Method in class com.neurosys.etl.common.transformers.DecimalFormatter
-
The format
- getFormat() - Method in class com.neurosys.site.components.ImageCompressor
-
- getFrom() - Method in class com.neurosys.domain.TwoWayTransformer
-
Reverse transform FROM transformed object
- getFromAddress() - Method in class com.neurosys.multiorg.domain.VMConnectInfo
-
The network Address of the VM we are connecting TO; like an IP address with port#.
- getFromAmountDetailsJSON() - Method in class com.neurosys.ecom.orders.domain.ConvertedCurrencyOrder
-
The From amount details recorded in JSON format.
- getFromCurrency() - Method in class com.neurosys.ecom.orders.domain.ConvertedCurrencyOrder
-
The currency from which the currency amount was derived.
- getFromExtension() - Method in class com.neurosys.domain.Query
-
Special Strings; if Not null is Appended after the last default entity in FROM clause
- getFuture() - Method in class com.neurosys.etl.common.transformers.DurationFromDate
-
- getFutureProcessor() - Method in class com.neurosys.aws.InvalidationASynchTransformer
-
- getGatewayId() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
Identify the Gateway / Broker
- getGatewayRequestParams() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
When being redirected to gateway/Service; capture the URL param details
- getGatewayResponseJSON() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
Capture any other flags and attributes from the gateway in a JSON String
- getGatewayResultCode() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
A response/Result mnemonic from the gateway indicating the final result of the Transaction
- getGatewayTransactionId() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
A unique transaction Id generated by the gateway
This maybe the same as
Transaction.id
.
- getGeneratedMenuItem(Object...) - Method in class com.neurosys.content.service.ContentAutoNav
-
- getGeneratedMenuItem(Object...) - Method in class com.neurosys.module.service.CustomAutoNav
-
- getGeneratedMenuItem(Object...) - Method in class com.neurosys.module.service.HierarchyTypeAutoNav
-
- getGeneratedMenuItem(Object...) - Method in interface com.neurosys.module.service.IMenuGenerator
-
Generate a Menu based on context, logic and some optional/additional params
- getGeneratedMenuItem(Object...) - Method in class com.neurosys.module.service.ModuleUIAutoNav
-
- getGeneratedMenuItem(Object...) - Method in class com.neurosys.products.service.CatalogAutoNav
-
- getGeneratedPageMenuMap(Object...) - Method in class com.neurosys.module.service.HierarchyTypeAutoNav
-
- getGeneratedPageMenuMap(Object...) - Method in interface com.neurosys.module.service.IMenuPathMapper
-
- getGeneratedPageMenuMap(Object...) - Method in class com.neurosys.module.service.ModuleUIAutoNav
-
- getGenerationPlace() - Method in interface com.neurosys.q.domain.BatchInfo
-
- getGenerator() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel
-
- getGenerator() - Method in class com.neurosys.menu.model.AutoGenMenuItem
-
The instance of the generator that will produce the replacement actual
MenuItem
s
- getGenericObject() - Method in class com.neurosys.amorphous.domain.GenericReference
-
- getGeoLocation() - Method in class com.neurosys.multiorg.domain.Organization
-
- getGeoLocation() - Method in class com.neurosys.multiorg.domain.Venue
-
- getGeoLocation() - Method in class com.neurosys.refs.domain.PointRef
-
- getGetKey() - Method in class com.neurosys.hazelcast.etl.SendOnHazelCast
-
For the input t, get the key name; if t has to be put on a Distributed Map.
- getGroovyClassLoader() - Method in class com.neurosys.scribble.groovy.MultipleGroovyScriptFactory
-
Return the GroovyClassLoader used by this script factory.
- getGroupIndex() - Method in class com.neurosys.etl.common.transformers.RegexExtractorTransformer
-
- getGuid() - Method in class com.neurosys.feeds.rss2.domain.RSS2Item
-
- getGUID() - Method in interface com.neurosys.guid.GUID
-
- getHash() - Method in class com.neurosys.track.domain.TrackInfo
-
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.
- getHashedId(String, int, Function<Integer, Boolean>) - Static method in class com.neurosys.utils.SecurityUtils
-
Convert a Sequential unique Id to a String of a specified size.
- getHazelCastCollection() - Method in class com.neurosys.hazelcast.etl.ListenItemOnHazelCast
-
- getHazelCastMap() - Method in class com.neurosys.hazelcast.etl.ListenMapEntryOnHazelCast
-
- getHeader() - Method in class com.neurosys.site.wicket.components.WicketExtendInput
-
- getHeaders() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
- getHeight() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel.Image
-
- getHeight() - Method in class com.neurosys.products.domain.SizeDimensions
-
- getHeight() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper.CKEditorConfigs
-
pixels , for % specify %
- getHex(byte[]) - Static method in class com.neurosys.utils.MarshalUtils
-
- getHierarchiesSQLString(List) - Static method in class com.neurosys.ecom.products.dao.jpa.ProductDaoImpl
-
- getHierarchy() - Method in class com.neurosys.domain.HierarchialDomainObject
-
A String like: "rootId-nodeId-subnodeId-thisId"; gives the entire picture of
the hierarchy to this point.
- getHierarchy() - Method in interface com.neurosys.domain.IHierarchialReference
-
A String like: "rootId-nodeId-subnodeId-thisId"; gives the entire picture of
the hierarchy to this point.
- getHierarchy() - Method in class com.neurosys.ecom.cart.domain.CartItem
-
- getHierarchy() - Method in class com.neurosys.ecom.logistics.domain.AbstractArea
-
- getHierarchy() - Method in class com.neurosys.ecom.orders.domain.OrderItem
-
- getHierarchy() - Method in class com.neurosys.ecom.orders.domain.SubOrder
-
- getHierarchy(Organization) - Method in interface com.neurosys.multiorg.dao.MultiOrgDao
-
- getHierarchy(O) - Method in interface com.neurosys.multiorg.service.MultiOrgService
-
Return Array of Arrays
- getHierarchy() - Method in class com.neurosys.refs.domain.AbstractReference
-
- getHierarchyCodes(String, boolean) - Static method in class com.neurosys.utils.DomainUtils
-
Gets the Hierarchy codes as
List
of the current hierarchical item, recognized by parameter node HierarchyCode.
- getHost() - Method in class com.neurosys.messenger.processors.readers.IMAPMailBoxReader
-
- getHtml() - Method in exception com.neurosys.ecom.orders.exception.WebPageTransactionRequest
-
- getHtmlForField(P, PropertyDescriptor) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductListingPanel
-
For a field show any additional icons etc for fields instead of Text.
- getId() - Method in class com.neurosys.amorphous.domain.GenericObject
-
- getId() - Method in class com.neurosys.audit.domain.Audit
-
- getId() - Method in class com.neurosys.bi.reporting.ReporterMeta
-
Handle to this ReporterMeta
- getId(P) - Method in class com.neurosys.collection.search.BaseCollectionTypeDocumentsGenerator
-
- getId() - Method in class com.neurosys.content.domain.AbstractContent
-
- getId() - Method in class com.neurosys.content.domain.AbstractContentAlias
-
- getId() - Method in class com.neurosys.content.domain.AbstractContentAttribute
-
- getId() - Method in class com.neurosys.content.domain.AbstractContentFacet
-
- getId() - Method in interface com.neurosys.content.domain.Content
-
- getId() - Method in class com.neurosys.content.domain.FacetAlias
-
- getId() - Method in class com.neurosys.crm.pricing.domain.jpa.JPAFeature
-
- getId() - Method in class com.neurosys.crm.pricing.domain.jpa.JPAFeatureForOrganization
-
- getId() - Method in class com.neurosys.crm.pricing.domain.jpa.JPAProductPackage
-
- getId() - Method in class com.neurosys.crm.pricing.domain.jpa.JPARestriction
-
- getId() - Method in class com.neurosys.crm.pricing.domain.jpa.JPATier
-
- getId() - Method in class com.neurosys.domain.EntityAttribute
-
- getId() - Method in interface com.neurosys.domain.IHierarchialReference
-
- getId() - Method in class com.neurosys.domain.Tag
-
Deprecated.
- getId() - Method in class com.neurosys.ecom.cart.domain.CartItem
-
- getId() - Method in class com.neurosys.ecom.logistics.domain.Area
-
- getId() - Method in interface com.neurosys.ecom.logistics.domain.AreaType
-
- getId() - Method in class com.neurosys.ecom.logistics.domain.Region
-
- getId() - Method in class com.neurosys.ecom.orders.domain.DeliveryDetails
-
- getId() - Method in class com.neurosys.ecom.orders.domain.Order
-
- getId() - Method in class com.neurosys.ecom.orders.domain.OrderItem
-
- getId() - Method in class com.neurosys.ecom.orders.domain.PaymentOption
-
- getId() - Method in class com.neurosys.ecom.orders.domain.PromotionForUser
-
- getId() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
Transaction Id : Typically generated as a combination of
- getId() - Method in class com.neurosys.ecom.users.domain.GuestUser
-
- getId() - Method in class com.neurosys.ecom.users.domain.RegisteredUser
-
- getId() - Method in interface com.neurosys.etl.common.Identifiable
-
- getId() - Method in class com.neurosys.etl.common.mapper.Mapper
-
During Error handling its useful to point @ the mapper if there is no fieldName specified
- getId() - Method in class com.neurosys.etl.common.transformers.IdentifiableTransformer
-
- getId() - Method in class com.neurosys.etl.connectors.ResourceHandle
-
- getId() - Method in class com.neurosys.etl.readers.BaseIterativeProcessor
-
An optional id to identify the Process.
- getId() - Method in class com.neurosys.events.domain.AbstractEvent
-
- getId() - Method in class com.neurosys.events.domain.Event
-
- getId() - Method in class com.neurosys.feeds.domain.FeedItem
-
- getId() - Method in class com.neurosys.module.service.CustomAutoNav.CustomHierarchicalReference
-
- getId() - Method in class com.neurosys.module.service.HierarchyTypeAutoNav
-
A way to identify the navigator in the logs etc.
- getId(P) - Method in class com.neurosys.modules.etl.ProductPersistTransformer
-
- getId(E) - Method in class com.neurosys.modules.etl.RelatedEntityPersistTransformer
-
- getId() - Method in class com.neurosys.multiorg.domain.Organization
-
- getId() - Method in class com.neurosys.multiorg.domain.Venue
-
- getId() - Method in class com.neurosys.products.domain.Product
-
Id
with GeneratedValue.strategy()
of GenerationType.AUTO
- getId() - Method in class com.neurosys.products.domain.ProductAlias
-
- getId() - Method in class com.neurosys.products.domain.ProductReference
-
- getId() - Method in class com.neurosys.products.domain.Size
-
Id
type, but manually generated.
- getId() - Method in interface com.neurosys.q.domain.Batch
-
The Id for the batch
- getId() - Method in interface com.neurosys.q.domain.Shift
-
- getId() - Method in interface com.neurosys.q.domain.Token
-
Identifier for
Token
Any type; override by impl
- getId() - Method in interface com.neurosys.q.domain.TokenContainer
-
- getId() - Method in class com.neurosys.ratings.domain.Rating
-
- getId() - Method in class com.neurosys.refs.domain.AbstractReference
-
- getId() - Method in class com.neurosys.security.auth.domain.basic.BasicCredentials
-
- getId() - Method in class com.neurosys.security.auth.domain.basic.BasicUser
-
- getId() - Method in interface com.neurosys.security.auth.domain.Credentials
-
- getId() - Method in interface com.neurosys.security.auth.domain.User
-
- getId(String) - Static method in class com.neurosys.site.wicket.components.MenuItemComponent
-
Deprecated.
- getId(String) - Static method in class com.neurosys.site.wicket.components.RollOverMenuItemComponent
-
- getId(Identifiable) - Method in class com.neurosys.spider.indexer.service.IdentifiableEntityIndexSearch
-
- getId() - Method in class com.neurosys.template.model.FacetMeta
-
- getId() - Method in class com.neurosys.template.model.Template
-
- getId() - Method in class com.neurosys.track.domain.Track
-
- getId() - Method in class com.neurosys.user.domain.AbstractUserAttribute
-
- getIdentifier() - Method in class com.neurosys.etl.common.transformers.CollectionToMapSplitterTransformer
-
- getIdentityFieldNames() - Method in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
Deprecated.
- getIdFieldName() - Method in class com.neurosys.modules.etl.ProductURLGeneratorTransformer
-
- getIdFieldsForClass(Class) - Method in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
Deprecated.
- getIdMap() - Method in class com.neurosys.site.wicket.behaviors.FieldAjaxEventBehavior
-
- getIdParamName() - Method in class com.neurosys.modules.etl.ProductURLGeneratorTransformer
-
- getIgnoreQueryParam() - Method in class com.neurosys.seo.ajax.HTMLPublisherListener
-
When constructing the path for Published file; ignore the SEO crawler fragment
- getImage() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel
-
- getImg() - Method in class com.neurosys.menu.model.RollOverMenuItem
-
Deprecated.
- getImgId(String) - Static method in class com.neurosys.site.wicket.components.MenuItemComponent
-
Deprecated.
Generates a consistent String for id and class to match on the <img> tag.
- getImgId(String) - Static method in class com.neurosys.site.wicket.components.RollOverMenuItemComponent
-
Generates a consistent String for id and class to match on the <img> tag.
- getImmutableFieldNames() - Method in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
The field name(s) [map of exact Type to identity fields for entity or related entity exact type], used to uniquely identify the looked up entity;
note these fields will also not be overridden during any merge process in default implementation.
- getImmutableFieldsForClass(Class) - Method in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
Get list of all fields for class that we do not want to override
- getIncludeAsField() - Method in class com.neurosys.template.model.FacetMeta
-
If we do not wish to annotate the Field in the entity, and want the
TemplatePanel
to pick it up as a field.
- getIncludedFields() - Method in class com.neurosys.domain.Query
-
List of field Names that will only be included in the Result Set.
Note: included and excluded fields are mutually exclusive
(Optional)
- getIndex() - Method in class com.neurosys.content.domain.AbstractContentFacet
-
If this
ContentFacet
is part of an Array (list), then this will not be null
and have the index number (starts from 0)
- getIndex() - Method in class com.neurosys.messenger.processors.readers.IMAPMailBoxReader
-
- getIndexToRemove() - Method in class com.neurosys.etl.common.transformers.ListTrimTransformer
-
- getIndicator() - Method in class com.neurosys.site.wicket.components.AjaxIndicator
-
- getInOrderOfRestriction(Collection<Authorization>, boolean) - Method in class com.neurosys.security.auth.service.AuthorizationService
-
When confronted with multiple Authorizations return a new List of
Authorization
.
Max weight, i.e.
- getInOrderOfRestriction(Collection<Authorization>, boolean) - Method in interface com.neurosys.security.auth.service.IAuthorizationService
-
When confronted with multiple Authorizations return a new List of
Authorization
.
Max weight, i.e.
- getInPriceRange(Double, Double, List<P>) - Method in class com.neurosys.ecom.products.dao.jpa.ProductDaoImpl
-
- getInPriceRange(Double, Double, List<T>) - Method in interface com.neurosys.ecom.products.dao.ProductDao
-
Get products in Price Rang,e across Categories if specified.
- getInProcess(B) - Method in interface com.neurosys.q.service.BatchService
-
Tokens that out of the Q but being processed
- getInProcess(S) - Method in interface com.neurosys.q.service.ShiftService
-
Tokens that out of the Q but being processed
- getInProcessStates() - Method in interface com.neurosys.q.service.QStatesStrategy
-
that are considered to be in process.
- getInputFormat() - Method in class com.neurosys.etl.common.transformers.DateTransformer
-
If input is a String type then this must be supplied else can be null
DateFormat
- getInputFromContext() - Method in class com.neurosys.etl.common.transformers.UsesIntermediateObjectImpl
-
- getInputParamsMetas() - Method in class com.neurosys.bi.reporting.ReporterMeta
-
The REPORTER may demand input parameters; we can define the input parameters and present them using
additional info from PARAM_META (like FacetMeta
)
Example for a SEARCH PANEL to accept INPUT Search terms for "First Name":
PARAM_META = com.neurosys.template.model.Template$FacetMeta
<property name="name" value="0" /> <!-- Index in params array, since Entity is Object array type -->
<property name="displayName" value="First Name" />
<property name="type" value="INPUT" />
<property name="submitTransformer"><bean class="com.neurosys.etl.common.transformers.PrefixSuffixTransformer"> <!-- To support LIKE clause -->
<property name="prefix" value="%" />
<property name="suffix" value="%" />
- getInputParamsMetas() - Method in class com.neurosys.etl.common.ETLMeta
-
- getInputSet() - Method in class com.neurosys.messenger.email.FaultyEmailAddressScanner
-
- getInputStream() - Method in class com.neurosys.configs.ConfigurationSourceBackedSpringResource
-
- getInputStream() - Method in class com.neurosys.messenger.email.InputStreamDataSource
-
- getInputTemplatePanel(String, IModel, EntityTemplate, CustomTemplateRenderAdapter) - Method in class com.neurosys.template.wicket.components.DynamicInputContainer
-
Define the Template panel responsible for rendering the Input params
- getInputTemplatePanel(String, IModel, EntityTemplate, CustomTemplateRenderAdapter) - Method in class com.neurosys.template.wicket.components.DynamicInputForm
-
Define the Template panel responsible for rendering the Input params
- getInstance() - Static method in class com.neurosys.amorphous.etl.DefaultToJsonTransformer
-
- getInstance() - Static method in class com.neurosys.cluzo.service.SecurityContextFactory
-
- getInstance() - Static method in class com.neurosys.domain.Locale
-
- getInstance() - Static method in class com.neurosys.ecom.cart.service.CartProductTransformService
-
- getInstance() - Static method in class com.neurosys.etl.comparators.IdentifiableIdComparator
-
- getInstance() - Method in class com.neurosys.hazelcast.etl.SetupHazelCastInstance
-
- getInstance() - Static method in class com.neurosys.modules.utils.Utils
-
- getInstance() - Static method in class com.neurosys.products.service.ProductContextUtils
-
- getInstance() - Static method in class com.neurosys.saas.etl.GetAuthorizedUnitsFunction
-
- getInstance() - Static method in class com.neurosys.template.model.renderadapters.DefaultWicketTemplateRenderAdapter
-
- getInstance() - Static method in class com.neurosys.utils.ContextUtils
-
- getInstanceFactory() - Method in class com.neurosys.configs.service.jaxrs.DynamicConfigService
-
- getInstanceId(MetaItem, Object) - Method in class com.neurosys.template.wicket.itemadapters.ListRenderAdapter
-
- getInstanceId(MetaItem, Object) - Method in class com.neurosys.template.wicket.itemadapters.ScriptableCustomItemComponentRenderAdapter
-
Javascript code needs to target its component so each instance will need an instanceId.
- getInstanceName(VMConnectInfo) - Static method in class com.neurosys.hazelcast.etl.SetupHazelCastInstance
-
Generate a handle from
VMConnectInfo
so that if one wants to retrieve the actual
Hazelcast.getHazelcastInstanceByName(String)
,
then they both agree and a raw instance can be fetched from the native HazelCast API.
- getInstanceName(String, Integer) - Static method in class com.neurosys.hazelcast.etl.SetupHazelCastInstance
-
Generate a handle from
VMConnectInfo
so that if one wants to retrieve the actual
Hazelcast.getHazelcastInstanceByName(String)
,
then they both agree and a raw instance can be fetched from the native HazelCast API.
- getInstances() - Method in class com.neurosys.hazelcast.etl.SetupHazelCastInstances
-
Deprecated.
- getInstanceType() - Method in class com.neurosys.spider.indexer.HierarchyMultiParentBuilder
-
Instance type of the Hierarchy Node
- getInterMediateResults() - Method in class com.neurosys.etl.common.transformers.UsesIntermediateObjectImpl
-
- getInterMediateResults() - Method in interface com.neurosys.etl.common.UsesIntermediateObject
-
- getInterpart_delimiter() - Method in class com.neurosys.modules.etl.ProductNameTransformer
-
A product can be identified by Name, SKU etc.
- getIntrapart_delimiter() - Method in class com.neurosys.modules.etl.ProductNameTransformer
-
A product name or part can have several words; so what is the delimited to be used between the words of the same part.
- getInvalidMobile() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterResponse
-
- getInvoiceId() - Method in class com.neurosys.ecom.orders.domain.Order
-
The Invoice ID/Number generated
Clients maybe picky about Invoice Number formats etc, hence a special field provided so it does not HAVE TO be same as Order or Transaction Number.
- getInvoiceType() - Method in interface com.neurosys.ecom.orders.service.InvoiceService
-
Mime type/Extension etc if any
- getInvoiceType() - Method in class com.neurosys.ecom.orders.service.TemplateInvoiceService
-
- getIpaddress() - Method in class com.neurosys.ecom.users.domain.GuestUser
-
- getIsNavigableTransformer() - Method in class com.neurosys.module.service.CustomAutoNav
-
A simple transformer that should return a boolean true/false if the item should be
MenuItem.isNavigable()
or not.
- getIssuerResultCode() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
A response/Result mnemonic from the Issuer indicating the final result of the Transaction
- getIssuerTransactionId() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
If multiple parties are involved, then the gateway maybe an intermediate party.
- getItem() - Method in class com.neurosys.site.model.State
-
- getItemAuthState(MenuItemState, User) - Method in interface com.neurosys.menu.service.IMenuAuthLogic
-
- getItemAuthState(MenuItemState, User) - Method in class com.neurosys.menu.service.StaticMenuLogic
-
- getItemListeners() - Method in class com.neurosys.hazelcast.service.SetupHazelCastListeners
-
- getItemRefId(MetaItem) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsTemplatePanel
-
- getItemRefId(MetaItem) - Method in interface com.neurosys.template.model.CustomTemplateRenderAdapter
-
When rendering Items, for Feedback we may want to target
messages to sections in the form.
- getItemRefId(MetaItem) - Method in class com.neurosys.template.model.renderadapters.DefaultWicketTemplateRenderAdapter
-
A way to identify the panels/components for feedback on submit etc.
- getItemRefId(MetaItem) - Method in class com.neurosys.template.model.renderadapters.SimpleDynamicFieldsRenderAdapter
-
- getItemRefId(MetaItem) - Method in class com.neurosys.template.wicket.components.EntityDetailsTemplatePanel
-
- getItems() - Method in class com.neurosys.ecom.cart.domain.Cart
-
- getItems() - Method in class com.neurosys.ecom.orders.domain.Order
-
- getItems() - Method in class com.neurosys.ecom.orders.domain.SubOrder
-
- getItems() - Method in class com.neurosys.site.wicket.components.AssymetricGridView
-
- getItemsSuppliers() - Method in class com.neurosys.feeds.etl.AbstractFeed
-
Collection of
Supplier
s that provide
The items to be supplied for this channel
- getItemsSuppliers() - Method in interface com.neurosys.feeds.etl.Feed
-
Collection of
Supplier
s that provide
The items to be supplied for this channel
- getJavaMailProperties() - Method in class com.neurosys.messenger.processors.readers.IMAPMailBoxReader
-
- getJavaScriptWaitSecs() - Method in class com.neurosys.seo.ajax.AjaxUrlToHTMLTransformer
-
WebClient.waitForBackgroundJavaScript(long)
- getJobParams() - Method in class com.neurosys.etl.service.ETLRunnerOptions
-
Input / Job parameters
- getJoinClauses() - Method in class com.neurosys.modules.etl.SearchJPAQueryBuilderTransformer
-
Example: e1.name = e2.name OR e1.id = e2.id
- getJsonConfig() - Method in class com.neurosys.amorphous.service.jaxrs.io.DefaultEntityToJsonTransformer
-
- getJsonConfig() - Method in interface com.neurosys.amorphous.service.jaxrs.io.EntityToJson
-
- getJsonConfig() - Method in class com.neurosys.amorphous.service.jaxrs.io.JSONConfigBasedReader
-
JsonConfig
used to convert JSONObject
to the final Bean
- getJsonConfig() - Method in class com.neurosys.amorphous.service.jaxrs.io.PageWriter
-
Optional JsonConfig
to apply on the Page#getPage()
elements
- getJsonConfig() - Method in class com.neurosys.content.service.jaxrs.io.FacetToJson
-
- getJsonConfig() - Method in class com.neurosys.ecom.orders.service.jaxrs.io.OrderToJson
-
- getJsonConfig() - Method in class com.neurosys.etl.common.transformers.JSONTransformer
-
Optional JsonConfig
- getJsonConfig() - Method in class com.neurosys.menu.service.MenuJSONTransformer
-
- getJsonConfig() - Method in class com.neurosys.products.service.jaxrs.io.ProductToJson
-
- getJsonTransformer() - Method in class com.neurosys.etl.common.transformers.EntityChainAccessTransformer
-
If provided; will attempt to convert a String intermediate-input in chain; and extract the JSON property directly
Performance Note: Using a JSON transformer for a Field maybe convenient; however it also results in a conversion cost.
- getKey() - Method in class com.neurosys.domain.Entry
-
- getKey() - Method in class com.neurosys.domain.transformers.SecurityTransformer
-
- getKey() - Method in class com.neurosys.ecom.cart.domain.CartItem
-
Since there is no clear indication of which field(s) can be used as a Key
Provide an abstraction.
- getKey(A) - Method in interface com.neurosys.ecom.service.AreaService
-
A consistent definition of what a key is for an Area.
- getKey() - Method in class com.neurosys.etl.common.transformers.DynaBeanValueLookupTransformer
-
- getKey() - Method in class com.neurosys.etl.common.transformers.MapValueLookupTransformer
-
- getKey() - Method in class com.neurosys.refs.domain.ReferenceAlias
-
- getKeys() - Method in class com.neurosys.scribble.AdapterService
-
- getKeys() - Method in class com.neurosys.scribble.groovy.GroovyAdapterService
-
- getKeyTransformer() - Method in class com.neurosys.etl.common.transformers.MapValueLookupTransformer
-
Key Transformer
- getKeywords() - Method in class com.neurosys.ecom.products.domain.Product
-
- getLabelModel(ProgressionModel) - Method in class com.neurosys.site.wicket.components.progressbar.ProgressBar
-
Create the model for the label on the bar.
- getLang() - Method in class com.neurosys.geo.domain.GeoLocation
-
- getLanguage() - Method in class com.neurosys.content.domain.AbstractContent
-
- getLanguage() - Method in class com.neurosys.domain.Locale
-
Language code
- getLanguage() - Method in class com.neurosys.ecom.logistics.domain.AbstractArea
-
- getLanguage() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel
-
- getLastAvailed() - Method in class com.neurosys.ecom.orders.domain.PromotionForUser
-
When the promotion was last availed by this user
- getLastChildHierarchyCode(T, String) - Method in class com.neurosys.common.hierarchy.AbstractHierarchyDaoImpl
-
WARN : Code not written for multiple processes trying to get the Max for the same category; will lead to collision
or possibly return of a number already alloted to another process
- getLastChildHierarchyCode(T) - Method in interface com.neurosys.common.hierarchy.HierarchyService
-
Get the last existing/current child Hierarchy code
- getLastChildHierarchyCode(C) - Method in interface com.neurosys.content.dao.HierarchyContentSource
-
- getLastChildHierarchyCode(C) - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
- getLastChildHierarchyCode(ContentDescriber) - Method in class com.neurosys.content.service.ContentServiceImpl
-
Deprecated.
Re-defining parent signature to satisfy CGLIB proxies
Avoid :
Caused by: java.lang.VerifyError: (class: com/neurosys/content/service/ContentServiceImpl$$EnhancerByCGLIB$$1f9fbe23_24, method: CGLIB$getLastChildHierarchyCode$5 signature: (Lcom/neurosys/domain/IHierarchialReference;)Ljava/lang/String;) Incompatible argument to function
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at net.sf.cglib.core.ReflectUtils.defineClass(ReflectUtils.java:386)
at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:219)
- getLastChildHierarchyCode(C) - Method in class com.neurosys.content.service.GenericHierarchyContentServiceImpl
-
- getLastChildHierarchyCode(T) - Method in class com.neurosys.products.dao.jpa.ProductDaoImpl
-
Get last childs hierarchy code
- getLastChildHierarchyCode(T) - Method in interface com.neurosys.products.dao.ProductDao
-
Get last childs hierarchy code
- getLastChildHierarchyCode(T) - Method in class com.neurosys.products.service.ProductServiceImpl
-
- getLastInvoiceDate() - Method in class com.neurosys.ecom.orders.domain.Order
-
Date the last invoice was sent for this Order
An order amount can be changed and hence Invoices can be re-sent or for other reason Invoices can be sent multiple times.
- getLastLogin() - Method in class com.neurosys.ecom.users.domain.RegisteredUser
-
- getLastLogInDate() - Method in class com.neurosys.user.domain.AdminUser
-
- getLastLogOutDate() - Method in class com.neurosys.user.domain.AdminUser
-
- getLastModDate() - Method in class com.neurosys.feeds.domain.FeedItem
-
- getLastName() - Method in class com.neurosys.ecom.users.domain.GenericEcomUser
-
- getLastName() - Method in interface com.neurosys.ecom.users.domain.IGenericEcomUser
-
- getLastPageNum() - Method in class com.neurosys.pagination.domain.PageInfo
-
Get the last page number (accounts for the initial index/option base)
- getLastRecNumCurrentPage() - Method in class com.neurosys.pagination.domain.PageInfo
-
Get the global/absolute record number of the last record in the current page
(starts @ 0)
- getLastState() - Method in class com.neurosys.etl.common.transformers.LastStateLatchTransformer
-
The last state encountered
- getLastStatusDate() - Method in class com.neurosys.ecom.orders.domain.DeliveryDetails
-
- getLastStatusReason() - Method in class com.neurosys.ecom.orders.domain.BaseOrderItem
-
What was the reason for the last status Update.
- getLastToken(C, Collection) - Method in class com.neurosys.q.service.DefaultAbstractTokenContainerService
-
In Some situations a token may need to be put end of Q in a particular State(s).
- getLastToken(S, Collection) - Method in interface com.neurosys.q.service.ShiftService
-
In Some situations a token may need to be put end of Q in a particular State(s).
- getLastUpdated() - Method in class com.neurosys.events.Feedback
-
The time the status was changed.
- getLat() - Method in class com.neurosys.geo.domain.GeoLocation
-
- getLaunchDate() - Method in class com.neurosys.content.domain.AbstractContent
-
For Search, ordering etc.
- getLaunchDate() - Method in interface com.neurosys.content.domain.Content
-
For Search, ordering etc.
- getLbhOrder() - Method in class com.neurosys.modules.etl.InputStringToSizeTransformer
-
- getLbhOrder() - Method in class com.neurosys.modules.etl.SizeToOutputStringTransformer
-
- getLbhOrder() - Method in class com.neurosys.modules.etl.SizeToStringTransformer
-
- getLbhOrder() - Method in class com.neurosys.modules.etl.StringToSizeTransformer
-
- getLeastRestrictive(Collection<Authorization>) - Method in class com.neurosys.security.auth.service.AuthorizationService
-
When confronted with multiple Authorizations return the least restrictive
Authorization
- getLeastRestrictive(Collection<Authorization>) - Method in interface com.neurosys.security.auth.service.IAuthorizationService
-
When confronted with multiple Authorizations return the least restrictive
Authorization
- getLength() - Method in class com.neurosys.feeds.rss2.domain.RSS2Item.Enclosure
-
- getLength() - Method in class com.neurosys.products.domain.SizeDimensions
-
- getLevel() - Method in interface com.neurosys.domain.AbsrtactHierarchialItem
-
Indicate how down in the hierarchy is this.
- getLevel() - Method in class com.neurosys.domain.Status
-
- getLevel() - Method in class com.neurosys.menu.model.MenuItem
-
Indicate how down in the hierarchy is this.
- getLevel() - Method in class com.neurosys.menu.model.MenuItemState
-
- getLevel() - Method in class com.neurosys.site.model.HierarchialItemState
-
Indicate how down in the hierarchy is this.
- getLevel() - Method in enum com.neurosys.utils.SysLogProxy.SyslogFacility
-
- getLevelMap() - Method in class com.neurosys.module.service.HierarchicalPageNavigableTransformer
-
For every level maintain a Prefix Path that will be appended to the product name
A product @ root level is 1; 1_1 (level 2) etc.
- getLevelpathMap() - Method in class com.neurosys.module.service.HierarchicalPagePathTransformer
-
For every level maintain a Prefix Path that will be appended to the product name
A product @ root level is 1; 1_1 (level 2) etc.
- getLevels() - Method in class com.neurosys.modules.etl.MultiCategoryLookup
-
- getLibraryName() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getLicenseKey() - Static method in class com.neurosys.usage.UsageManager
-
- getLikeName() - Method in class com.neurosys.idm.admin.wicket.models.UserListDataProvider
-
- getLimit() - Method in class com.neurosys.crm.pricing.domain.Restriction
-
Limitation value
- getLimitValue() - Method in exception com.neurosys.crm.billing.exceptions.LimitException
-
- getLink(P) - Method in class com.neurosys.feeds.etl.PageIdentifiersToLinks
-
- getLink() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel.Image
-
- getLink(C) - Method in class com.neurosys.feeds.rss2.etl.ContentPagesToRSS2Items
-
- getLink(C) - Method in class com.neurosys.feeds.sitemap.etl.ContentPagesToSiteMapItems
-
- getLink(String, MenuItemState, WebMarkupContainer) - Method in class com.neurosys.site.wicket.panels.RecursiveListBasedMenuPanel
-
Create a Link
or a container containing the Link part of the Menu item.
- getLinkPrefix() - Method in class com.neurosys.feeds.etl.PageIdentifiersToLinks
-
The links derived are relative.
- getListComponentName() - Method in class com.neurosys.content.wicket.pages.panel.ListViewTemplatePanel
-
- getListeners() - Method in class com.neurosys.amorphous.service.jaxrs.GenericFormService
-
- getListeners() - Method in class com.neurosys.collection.admin.wicket.pages.panels.CollectionTypesDetailsPanel
-
- getListeners() - Method in class com.neurosys.configs.DefaultConfigurationService
-
- getListeners() - Method in class com.neurosys.content.admin.wicket.model.ContentDetailsPageForm
-
- getListeners() - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentAuthorSearchPanel
-
- getListeners() - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentManagerPanel
-
- getListeners() - Method in class com.neurosys.content.service.ContentServiceImpl
-
Deprecated.
- getListeners() - Method in class com.neurosys.content.service.GenericHierarchyContentServiceImpl
-
- getListeners() - Method in class com.neurosys.ecom.cart.service.AbstractCartService
-
- getListeners() - Method in class com.neurosys.ecom.customers.admin.wicket.pages.panels.PromotionDetailsPanel
-
- getListeners() - Method in class com.neurosys.ecom.orders.service.AbstractOnlineTransactionRequestHandler
-
- getListeners() - Method in class com.neurosys.ecom.orders.service.DefaultOrderService
-
- getListeners() - Method in class com.neurosys.ecom.orders.service.DefaultPromotionService
-
- getListeners() - Method in class com.neurosys.ecom.orders.service.DefaultTransactionService
-
- getListeners() - Method in class com.neurosys.ecom.orders.service.TemplateInvoiceService
-
- getListeners() - Method in class com.neurosys.ecom.user.service.jaxrs.StrategiesService
-
- getListeners() - Method in class com.neurosys.etl.process.EventAwareProcess
-
- getListeners() - Method in class com.neurosys.events.AbstractChainChangeListener
-
- getListeners() - Method in interface com.neurosys.events.ChangeGenerator
-
Get list directly.
- getListeners() - Method in class com.neurosys.login.wicket.AbstractLoginForm
-
- getListeners() - Method in class com.neurosys.modules.etl.admin.wicket.pages.panels.ReaderProcess
-
- getListeners() - Method in class com.neurosys.modules.etl.FileToEntityLookup
-
- getListeners() - Method in class com.neurosys.nexmo.voice.transformer.NexmoRecordedCallDispatcher
-
- getListeners() - Method in class com.neurosys.nexmo.voice.transformer.NexmoTextToSpeechCallDispatcher
-
- getListeners() - Method in class com.neurosys.products.service.ProductServiceImpl
-
- getListeners() - Method in class com.neurosys.q.service.AbstractTokenChangeGenerator
-
- getListeners() - Method in class com.neurosys.reporting.wicket.components.ReporterInput
-
- getListeners() - Method in class com.neurosys.site.wicket.components.CategoryPanel
-
- getListeners() - Method in class com.neurosys.template.model.Template
-
- getListeners() - Method in class com.neurosys.template.wicket.components.TemplateSearchParams
-
- getListeners() - Method in class com.neurosys.user.service.jaxrs.WicketBasicSessionAuthService
-
- getListeners() - Method in class com.neurosys.user.service.UserServiceImpl
-
- getListForCollectionType(P, MetaItem) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsTemplatePanel
-
Get a
List
to represent the Collection of values to presented to the UI by
#getComponentsForCollectionType(Product, com.neurosys.content.wicket.pages.panel.TemplatePanel.MetaItem, MarkupContainer)
- getListForCollectionType(T, MetaItem) - Method in class com.neurosys.template.wicket.components.EntityDetailsTemplatePanel
-
Get a
List
to represent the Collection of values to presented to the UI by
#getComponentsForCollectionType(Entity, com.neurosys.content.wicket.pages.panel.TemplatePanel.MetaItem, MarkupContainer)
- getListForProductTransformer() - Method in class com.neurosys.collection.search.BaseCollectionTypeDocumentsGenerator
-
- getListingPanel(IModel<ProductReference>) - Method in class com.neurosys.configs.admin.wicket.pages.configsAdmin
-
- getListingPanel(IModel<ProductReference>) - Method in class com.neurosys.products.admin.wicket.pages.catalogAdmin
-
- getListOfETLJobs() - Method in class com.neurosys.modules.etl.admin.wicket.pages.panels.ETLUpload
-
- getLiveSessionInfo() - Static method in class com.neurosys.utils.WicketUtils
-
- getLoadPoints() - Method in class com.neurosys.module.wicket.model.WicketModuleUI
-
- getLoadPoints() - Method in interface com.neurosys.site.wicket.components.app.IPathLoader
-
- getLoadPoints() - Method in class com.neurosys.site.wicket.components.app.SpecificMountPointLoader
- getLoadPoints() - Method in class com.neurosys.site.wicket.components.app.StaticPageMountPointLoader
- getLoadPoints() - Method in class com.neurosys.template.wicket.components.TemplatePageMounter
-
- getLocale() - Method in class com.neurosys.content.domain.AbstractContent
-
- getLocale() - Method in interface com.neurosys.content.domain.PageIdentifier
-
- getLocale() - Method in class com.neurosys.domain.Locale
-
- getLocale(String, String, String) - Static method in class com.neurosys.domain.Locale
-
- getLocale() - Method in interface com.neurosys.domain.Localizable
-
- getLocation(I, String) - Method in interface com.neurosys.content.service.resolvers.ContentLocationResolver
-
Get the location of content
- getLocation(PageIdentifier, String) - Method in class com.neurosys.content.service.resolvers.DefaultContentLocationResolver
-
Get the location of content
- getLocation(String, String) - Method in class com.neurosys.content.service.resolvers.PathLocationResolver
-
Get the location of content
- getLocation() - Method in class com.neurosys.multiorg.domain.Venue
-
The
PlaceRef
of the Venue itself
This also serves as the default location for the venue itself
- getLocationResolver() - Method in class com.neurosys.content.service.publishers.CacheFlushPublishAdapter
-
- getLocationResolver() - Method in class com.neurosys.seo.ajax.HTMLPublisherListener
-
Derive URI location for the published HTML files
- getLocators() - Method in class com.neurosys.site.wicket.components.app.ChainPageLocators
-
- getLockId() - Method in class com.neurosys.ecom.strategy.service.LockStrategy.Lock
-
- getLocksForProducts(Collection<P>, U, String) - Method in class com.neurosys.ecom.strategy.service.DefaultLockStrategy
-
- getLocksForProducts(Collection<P>) - Method in class com.neurosys.ecom.strategy.service.DefaultLockStrategy
-
- getLocksForProducts(Collection<P>, U, String) - Method in interface com.neurosys.ecom.strategy.service.LockStrategy
-
- getLocksForProducts(Collection<P>) - Method in interface com.neurosys.ecom.strategy.service.LockStrategy
-
- getLocksForUser(U, String) - Method in class com.neurosys.ecom.strategy.service.DefaultLockStrategy
-
- getLocksForUser(U, String) - Method in interface com.neurosys.ecom.strategy.service.LockStrategy
-
- getLockStrategy() - Method in class com.neurosys.ecom.strategy.service.DefaultSaleStrategy
-
- getLockStrategy() - Method in interface com.neurosys.ecom.strategy.service.SaleStrategy
-
- getLockTime() - Method in class com.neurosys.ecom.strategy.service.LockStrategy.Lock
-
- getLog() - Method in class com.neurosys.etl.common.transformers.LogTransformer
-
- getLogicalFocussedItem(MenuItem, String) - Method in class com.neurosys.menu.service.jaxrs.NavQueryService
-
- getLogicalFocussedPage(String, Map<String, MenuItem>, String, boolean) - Method in class com.neurosys.menu.service.MenuHelper
-
Gets the logical path name from the page parameters;
if not its extracts it from the end of the path.
- getLoginId() - Method in class com.neurosys.ecom.users.domain.RegisteredUser
-
- getLogisticsService() - Method in class com.neurosys.ecom.strategy.service.DefaultPaymentOptionsStrategy
-
- getLogsFromLogGroup(String) - Method in class com.neurosys.aws.cloudwatch.domain.RetrieveCloudWatchLogs
-
Generates Logs from a specified LogGroup
- getLogsFromLogGroupNamePrefix(String) - Method in class com.neurosys.aws.cloudwatch.domain.RetrieveCloudWatchLogs
-
Generates Logs from a LogGroups containing the LogGroupNamePrefix
- getLogsFromLogStream(String, String) - Method in class com.neurosys.aws.cloudwatch.domain.RetrieveCloudWatchLogs
-
Generates Logs from a specified LogStream of specified LogGroup
- getLogsFromLogStreamNamePrefixOfAllLogGroup(String) - Method in class com.neurosys.aws.cloudwatch.domain.RetrieveCloudWatchLogs
-
Generates Logs from a specified LogStream of all LogGroups
- getLogsFromLogStreamOfAllLogGroups(String) - Method in class com.neurosys.aws.cloudwatch.domain.RetrieveCloudWatchLogs
-
Generates Logs from a specified LogStream of all LogGroups
- getLogsFromLogStreamPrefix(String, String) - Method in class com.neurosys.aws.cloudwatch.domain.RetrieveCloudWatchLogs
-
Generates Logs from LogStream containing the logStream Prefix of specified LogGroup
- getLogStringTemplate() - Method in class com.neurosys.etl.common.transformers.LogTransformer
-
A Template that allows using String.format, use %s to denote actual log substitution
- getLogTag() - Method in class com.neurosys.modules.etl.VelocityContentTransformer
-
A log tag to report issues in the log file as this as the handle
- getLookup() - Method in class com.neurosys.template.model.FacetMeta
-
Transformer
s (that consumes ModelObject and produces a List) and/or
List
of
String
s or
List
of
FacetMeta
s
The calling API should process any
Transformer
to produce a List
- getLookup(MetaItem) - Method in class com.neurosys.template.wicket.itemadapters.CustomItemComponentRenderAdapter
-
- getLookupById() - Method in class com.neurosys.lookups.DefaultHierarchyLookupService
-
- getLookupByName() - Method in class com.neurosys.lookups.DefaultHierarchyLookupService
-
- getLookups() - Method in class com.neurosys.etl.common.LookupChain
-
- getMacroLibraries() - Method in class com.neurosys.modules.etl.VelocityTransformer
-
macroLibraries is a list of template files containing macros to be used when merging
- getMailbox() - Method in class com.neurosys.messenger.processors.readers.IMAPMailBoxReader
-
- getMailBoxReader() - Method in class com.neurosys.messenger.email.FaultyEmailAddressScanner
-
- getMailContent(Object) - Method in class com.neurosys.messenger.etl.EntityMailSenderTransformer
-
- getMailContent(Object) - Method in class com.neurosys.messenger.etl.MailSenderTransformer
-
- getMailerService() - Method in class com.neurosys.ecom.user.service.UserServiceImpl
-
- getMailerService() - Method in class com.neurosys.messenger.etl.MailSenderTransformer
-
- getManagingEditor() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel
-
- getMap() - Method in class com.neurosys.configs.MapConfigurationSource
-
Define a Map of key values; namespace is part of the key in format <namespace>.key
- getMap() - Method in class com.neurosys.configs.MultiMapConfigurationSource
-
Deprecated.
Define a Map of naneSpace string to Map of configurations for that namespace
- getMapInstance() - Method in class com.neurosys.template.wicket.itemadapters.JSONRenderAdapter
-
- getMapInstance() - Method in class com.neurosys.template.wicket.itemadapters.MapRenderAdapter
-
- getMapper() - Method in class com.neurosys.etl.common.transformers.ContextExtractorTransformer
-
The mapper to reverse-map / extract the value from the Context
If the mapper is not specified then the input is used as a key
- getMapper() - Method in class com.neurosys.menu.model.AutoGenMenuItem
-
- getMappers() - Method in class com.neurosys.etl.common.transformers.ContextMapperTransformer
-
List of
Mapper
s that will act on the input to create context variables
- getMarkupLocation() - Method in class com.neurosys.template.model.Template
-
In addition to reference, if there is a specific location we want to offer to override or change default
path, configure alternate location of the template markup.
- getMask() - Method in class com.neurosys.etl.common.transformers.BitMaskTransformer
-
A mask with the BIT ON and rest off; for the position bit it represents
- getMatcherValues() - Method in class com.neurosys.etl.common.transformers.LastStateLatchTransformer
-
If any of the this matches the input (including null values) it will result in the state change to the latest matching value in matcherValues
- getMatchRegEx() - Method in class com.neurosys.utils.MarshalUtils.Replacer
-
- getMatchSize() - Method in class com.neurosys.etl.common.transformers.BitsToStringTransformer
-
- getMax() - Method in class com.neurosys.ecom.logistics.domain.DeliveryCriteria
-
- getMax() - Method in class com.neurosys.ratings.domain.Rating
-
The max possible score for this rating
- getMAX_BUFFER_SIZE() - Method in class com.neurosys.etl.processors.batch.DaemonBufferSplitter
-
MAX_BUFFER_SIZE; when count exceeds this amount it splits a batch out
buffer.size.max
- getMaxLenToParse() - Method in class com.neurosys.etl.common.transformers.BitsToStringTransformer
-
If specified will only consider upto {@link #maxLenToParse significant positions from the Right
This makes it convenient to remove any padded significant bits or positions that are not in use.
- getMaxResultSize() - Method in interface com.neurosys.q.service.TokenContainerService
-
To ensure no overload of systems, the maximum # of tokens that can be fetched for any type of request
for container.
- getMaxWeight() - Method in enum com.neurosys.security.auth.domain.AuthorizationType
-
- getMaxWeight() - Method in interface com.neurosys.security.auth.domain.IAuthorizationType
-
If all the Authorization types available to this what is the max weight.
This must >=0
- getMedium() - Method in class com.neurosys.collection.transformers.CollectionURLGeneratorTransformer
-
If the medium of sending the link is email, newsletter etc.
- getMenu() - Method in class com.neurosys.menu.service.jaxrs.NavQueryService
-
- getMenuAdapter() - Method in class com.neurosys.site.wicket.panels.ClientMenuPanel
-
- getMenuAdapter() - Method in class com.neurosys.user.admin.wicket.pages.menu.adminMenuPanel
-
- getMenuByRef(String, MenuItem) - Static method in class com.neurosys.menu.service.MenuHelper
-
Search for a MenuItem by references from the root
MenuItem
- getMenuByRef(String, Map<String, MenuItem>) - Static method in class com.neurosys.menu.service.MenuHelper
-
Search for a MenuItem by references from a map
- getMenuHelper() - Method in class com.neurosys.menu.service.StaticMenuLogic
-
- getMenuIdTranslator() - Method in class com.neurosys.menu.service.MergeMenus
-
It maybe possible that the identifiers of 2 nodes may not match but imply the same node.
- getMenuItem() - Method in class com.neurosys.menu.model.MenuItemState
-
- getMenuItemForName(MenuItem, String) - Method in class com.neurosys.menu.service.jaxrs.NavQueryService
-
- getMenuLogic() - Method in class com.neurosys.menu.service.jaxrs.NavQueryService
-
- getMenuMap() - Method in class com.neurosys.menu.service.jaxrs.NavQueryService
-
Reverse mapping of MenuItem names to the actual Object
- getMergedItems() - Method in class com.neurosys.site.wicket.model.AssymetricDescriptor
-
Merged items Per grid Layout
- getMessage() - Method in class com.neurosys.domain.Status
-
- getMessage() - Method in class com.neurosys.notification.domain.UserNotification
-
A message or JSON representation of a message
- getMessage(TokenEvent.TokenEventType, T) - Method in class com.neurosys.q.notification.service.AbstractNotificationHelper
-
- getMessage(TokenEvent.TokenEventType, String, String) - Method in class com.neurosys.q.notification.service.AbstractNotificationHelper
-
Deprecated.
- getMessage(String, Map<String, String>, String...) - Method in class com.neurosys.q.notification.service.AbstractNotificationHelper
-
- getMessage() - Method in class com.neurosys.site.model.Progression
-
- getMessageFactory() - Method in class com.neurosys.smsgatewaycenter.voice.transformer.SMSGatewayCenterDispatcher
-
- getMessageId() - Method in class com.neurosys.messenger.domain.DisposableMessage
-
- getMessageId() - Method in interface com.neurosys.messenger.domain.Message
-
A representative Id that can link to the actual Message
- getMessageId() - Method in interface com.neurosys.messenger.domain.MessageResponse
-
Message Id of the message we went the response back for
- getMessageIdDeliveryReportFromList(String, List<OutputLogEvent>) - Method in class com.neurosys.aws.sns.sms.service.SMSDeliveryReports
-
Retrieves Delivery Report of given Message Id from a given list of Log Events
- getMessageIdDeliveryReports(String, String, String) - Method in class com.neurosys.aws.sns.sms.service.SMSDeliveryReports
-
Generates Delivery Reports of given Message Id
- getMessageModel(ProgressionModel) - Method in class com.neurosys.site.wicket.components.progressbar.ProgressBar
-
Create the model for the message label on the bar.
- getMessagePriorityThresholdSecs() - Method in class com.neurosys.aws.sns.sms.transformer.AmazonSNSDispatcher
-
- getMessages() - Method in interface com.neurosys.etl.common.FailFastAware
-
Any updates/messages that are not Error like
- getMessages() - Method in class com.neurosys.etl.readers.BaseIterativeProcessor
-
Messages generated during the process
- getMessages() - Method in class com.neurosys.etl.readers.ChainIterativeReader
-
Messages generated during the process
- getMessages() - Method in class com.neurosys.modules.etl.EntityPersistTransformer
-
- getMessageSettings() - Method in class com.neurosys.messenger.etl.MailSenderTransformer
-
- getMessageType() - Method in class com.neurosys.smsgatewaycenter.voice.transformer.SMSGatewayCenterDispatcher
-
- getMeta() - Method in class com.neurosys.etl.readers.BaseIterativeProcessor
-
Meta Data like Description etc.
- getMeta() - Method in class com.neurosys.modules.etl.admin.wicket.pages.panels.ReaderProcess
-
- getMeta() - Method in class com.neurosys.refs.domain.AbstractReference
-
- getMeta() - Method in class com.neurosys.user.domain.AbstractUserAttribute
-
Additional generic info about the record.
- getMetaData() - Method in class com.neurosys.content.domain.AbstractContent
-
JSON Object String, that can store many content level properties in one string.
- getMetaData() - Method in class com.neurosys.content.domain.AbstractContentFacet
-
JSON Object String, that can store many facet related properties in one string.
- getMetaData() - Method in interface com.neurosys.content.domain.Content
-
JSON Object String, that can store many content level properties in one string.
- getMetaData() - Method in exception com.neurosys.exception.MetaDataException
-
- getMetaDataFacets() - Method in class com.neurosys.content.domain.AbstractContentTemplate
-
- getMetaJSON() - Method in interface com.neurosys.q.domain.Shift
-
- getMetaJSON() - Method in class com.neurosys.track.domain.Track
-
Any additional contextual information to attach
as meta data in JSON String format
- getMiddleName() - Method in class com.neurosys.ecom.users.domain.GenericEcomUser
-
- getMiddleName() - Method in interface com.neurosys.ecom.users.domain.IGenericEcomUser
-
- getMimeTypeString() - Method in class com.neurosys.bi.reporting.ExportType
-
For export, the accurate MIME description needs to be passed in Headers
for the client to verify he type of resource being exported
- getMin() - Method in class com.neurosys.ecom.logistics.domain.DeliveryCriteria
-
- getMinutesForLockExpire() - Method in class com.neurosys.ecom.strategy.service.DefaultLockStrategy
-
Default time to keep a Lock alive; from last user Action
Ideally, this value should match session time out value
If value is < = 0 then no locks will be applied.
- getMobile() - Method in class com.neurosys.ecom.users.domain.Address
-
- getMobile() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterResponse
-
- getMode() - Method in class com.neurosys.etl.common.ExistingEntityLookup
-
- getMode() - Method in class com.neurosys.etl.common.mapper.behaviors.ModeAwareMapperBehavior
-
The
Mode
for which only the wrappedMpper will be invoked.
If null, it will execute everytime, however as good as not using this Wrapper
- getMode() - Method in class com.neurosys.etl.common.mapper.behaviors.SkipValueMapperBehavior
-
The
Mode
for which only the wrappedMpper will be invoked.
If null, it will execute everytime, however as good as not using this Wrapper
- getMode() - Method in interface com.neurosys.etl.common.ModeAware
-
The processing logic of the Reader may differ based n the fact it is intended to Update or Insert or Delete
- getMode() - Method in class com.neurosys.etl.common.transformers.AbstractEntityTransformer
-
- getMode() - Method in class com.neurosys.etl.common.transformers.EnsureAccessorExistsTransformer
-
- getMode() - Method in class com.neurosys.etl.service.ETLRunnerOptions
-
- getMode() - Method in class com.neurosys.modules.etl.FileToProductsTransformer
-
- getMode() - Method in class com.neurosys.modules.etl.ModeAwareProductPersistTransformer
-
- getModel() - Method in class com.neurosys.products.wicket.panels.CatalogPanel
-
- getModel() - Method in class com.neurosys.products.wicket.panels.ProductCatalogPanel
-
Deprecated.
- getModel() - Method in class com.neurosys.site.wicket.components.CategoryPanel
-
- getModel() - Method in class com.neurosys.site.wicket.panels.MenuPanel
-
- getModelCode() - Method in class com.neurosys.products.domain.Product
-
A code that identifies a product's model.
- getModelForFieldOrAttribute(C, MetaItem) - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentDetailsTemplatePanel
-
- getModelForFieldOrAttribute(P, MetaItem) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsTemplatePanel
-
- getModelForFieldOrAttribute(Object[], MetaItem) - Method in class com.neurosys.reporting.wicket.pages.panels.ReporterInputTemplatePanel
-
Report input params don't rely on any pre-existing values other than any defaults (if specified)
so cut through all the derivatives and just assign a blank model or one set with default value
- getModelForFieldOrAttribute(T, MetaItem) - Method in class com.neurosys.template.wicket.components.EntityDetailsTemplatePanel
-
- getModelTransformer() - Method in class com.neurosys.template.wicket.itemadapters.CustomItemComponentRenderAdapter
-
An OPTIONAL
Transformer
or a
TwoWayTransformer
that knows how to Marshal the data model to presentation, and
in the case of a
TwoWayTransformer
then back from presentation to Data model.
- getModesSupported() - Method in class com.neurosys.etl.common.ExistingEntityLookup
-
- getModesSupported() - Method in class com.neurosys.etl.common.mapper.behaviors.ModeAwareMapperBehavior
-
Depends on the mapper
- getModesSupported() - Method in class com.neurosys.etl.common.mapper.behaviors.SkipValueMapperBehavior
-
Depends on the mapper
- getModesSupported() - Method in interface com.neurosys.etl.common.ModeAware
-
Get the
Mode
s supported by the instance
- getModesSupported() - Method in class com.neurosys.etl.common.transformers.AbstractEntityTransformer
-
- getModesSupported() - Method in class com.neurosys.etl.common.transformers.EnsureAccessorExistsTransformer
-
- getModesSupported() - Method in class com.neurosys.modules.etl.FileToProductsTransformer
-
- getModesSupported() - Method in class com.neurosys.modules.etl.ModeAwareProductPersistTransformer
-
- getModified() - Method in class com.neurosys.amorphous.domain.GenericObject
-
- getModifier() - Method in class com.neurosys.etl.common.transformers.EntityChainAccessModifierTransformer
-
- getModule() - Method in class com.neurosys.menu.model.AuthorizableMenuItem
-
The module that this item is related to in terms of Authorization
- getModule() - Method in class com.neurosys.menu.model.AuthorizedRollOverMenuItem
-
Deprecated.
The module that this item is related to in terms of Authorization
- getModule() - Method in interface com.neurosys.module.model.IModuleFeature
-
The Module this object belongs to
- getModule() - Method in class com.neurosys.module.model.Module
-
The Module this object belongs to
- getModule() - Method in class com.neurosys.module.model.ModuleUI
-
The module that this item is related to in terms of Authorization
- getModule(Class) - Method in class com.neurosys.module.service.DefaultModuleService
-
Looks out for
MountModuleUI
; and returns the Module the class belongs to.
- getModule(Class) - Method in class com.neurosys.utils.ContextUtils
-
- getMODULE_EXTENSION() - Method in class com.neurosys.site.wicket.app.AppSettings
-
- getModuleForPage() - Method in class com.neurosys.system.admin.wicket.components.AdminPanel
-
Derive which Module this page belongs to.
- getModuleForPage() - Method in class com.neurosys.user.admin.wicket.pages.templates.commonAdminDialogTemplate
-
Derive which Module this page belongs to.
- getModuleForPage() - Method in class com.neurosys.user.admin.wicket.pages.templates.commonAdminTemplate
-
Derive which Module this page belongs to.
- getModuleFromContext(String) - Method in class com.neurosys.module.service.DefaultModuleService
-
Fetch a
Module
from the
ApplicationContext
- getModuleFromContext(String) - Method in class com.neurosys.utils.ContextUtils
-
- getModuleName() - Method in class com.neurosys.common.service.jaxrs.SiteAuthorizableSecurableService
-
- getModuleName() - Method in class com.neurosys.configs.service.jaxrs.DynamicConfigService
-
- getMonthlySpendLimit() - Method in class com.neurosys.aws.sns.sms.domain.AmazonMessageSettings
-
The maximum amount in USD that you are willing to spend to send the SMS message.
- getMonthOfYear() - Method in class com.neurosys.crm.billing.domain.DateCycle
-
Optional.
- getMostRestrictive(Collection<Authorization>) - Method in class com.neurosys.security.auth.service.AuthorizationService
-
When confronted with multiple Authorizations return the most restrictive
Authorization
- getMostRestrictive(Collection<Authorization>) - Method in interface com.neurosys.security.auth.service.IAuthorizationService
-
When confronted with multiple Authorizations return the most restrictive
Authorization
- getMountPathReLoader() - Method in class com.neurosys.content.service.ContentServiceImpl
-
Deprecated.
- getMountPathReLoader() - Method in class com.neurosys.content.service.GenericContentServiceImpl
-
- getMovesForInterLinkingTokens(List<T>) - Method in class com.neurosys.q.service.DefaultAbstractTokenContainerService
-
- getMovesForLinkingTokensAfter(List<T>, T) - Method in class com.neurosys.q.service.DefaultAbstractTokenContainerService
-
Link the internal tokens in order after the "tokenAfter".
- getMovesForMovedTokens(List<T>) - Method in class com.neurosys.q.service.DefaultAbstractTokenContainerService
-
The positions from which the tokens move (create spaces), patch them.
- getMultiPartMessage(EmailMultiPartBuilder.Part.MultiPartType) - Method in class com.neurosys.messenger.email.EmailMultiPartBuilder
-
- getMutation() - Method in class com.neurosys.etl.common.mapper.MapperMutate
-
- getMutation() - Method in interface com.neurosys.etl.common.Mutate
-
What is the nature of Override @ the field level, for the fields being merged into the input(parent) object.
- getName() - Method in class com.neurosys.amorphous.domain.GenericObject
-
- getName() - Method in enum com.neurosys.aws.sns.push.domain.Platform
-
Name of the Platform
- getName() - Method in class com.neurosys.bi.reporting.ExportType
-
This type will be referred to by this Name; should be unique
- getName() - Method in class com.neurosys.cluzo.domain.ContextType
-
Deprecated.
- getName() - Method in class com.neurosys.configs.AbstractConfiguration.ConfigurationKey
-
- getName() - Method in class com.neurosys.configs.AbstractConfiguration
-
- getName() - Method in class com.neurosys.configs.StaticConfiguration
-
- getName() - Method in class com.neurosys.content.domain.AbstractContent
-
- getName() - Method in class com.neurosys.content.domain.AbstractContentFacet
-
- getName() - Method in interface com.neurosys.content.domain.Content
-
- getName() - Method in class com.neurosys.content.domain.ContentType
-
This type will be referred to by this Name; should be unique
- getName() - Method in interface com.neurosys.content.domain.PageIdentifier
-
- getName() - Method in class com.neurosys.crm.pricing.domain.ProductPackage
-
- getName() - Method in interface com.neurosys.domain.AbstractAttribute
-
- getName() - Method in interface com.neurosys.domain.Attribute
-
- getName() - Method in class com.neurosys.domain.EntityAttribute
-
- getName() - Method in interface com.neurosys.domain.IHierarchialReference
-
Unique Name to refer to the record
Id is an Auto generated number used by the system,
but is difficult for the outside world to get a handle on it.
- getName() - Method in class com.neurosys.domain.Tag
-
Deprecated.
- getName() - Method in class com.neurosys.ecom.cart.domain.CartItem
-
- getName() - Method in class com.neurosys.ecom.logistics.domain.AbstractArea
-
- getName() - Method in class com.neurosys.ecom.logistics.domain.Area
-
Name of Area / Locality
- getName() - Method in interface com.neurosys.ecom.logistics.domain.AreaType
-
System name for the area
- getName() - Method in class com.neurosys.ecom.orders.domain.Promotion
-
A name to identify the promotion / campaign
Note: Details and rule of how the promotion impacts Quantity for any given user or type of user can be defined by the application
in the form of Rules etc.
- getName() - Method in class com.neurosys.ecom.orders.domain.SubOrder
-
- getName() - Method in class com.neurosys.ecom.users.domain.GuestUser
-
- getName() - Method in class com.neurosys.ecom.users.domain.RegisteredUser
-
- getName() - Method in class com.neurosys.events.domain.AbstractEvent
-
- getName() - Method in class com.neurosys.menu.model.MenuItem
-
Name / id
- getName() - Method in class com.neurosys.messenger.email.InputStreamDataSource
-
- getName() - Method in interface com.neurosys.module.model.ISection
-
Name is case sensitive
- getName() - Method in class com.neurosys.module.model.Module
-
Name is case sensitive
- getName() - Method in class com.neurosys.module.model.ModuleUI
-
Alternate/Overrides Module Name, if provided
- getName() - Method in class com.neurosys.module.service.CustomAutoNav.CustomHierarchicalReference
-
- getName() - Method in class com.neurosys.multiorg.domain.Organization
-
- getName() - Method in class com.neurosys.multiorg.domain.Venue
-
- getName() - Method in class com.neurosys.products.domain.Product
-
Unique Name to refer to the record
Id is an Auto generated number used by the system,
but is difficult for the outside world to get a handle on it.
- getName() - Method in class com.neurosys.products.domain.ProductReference
-
Unique Name to refer to the record
Id is an Auto generated number used by the system,
but is difficult for the outside world to get a handle on it.
- getName() - Method in class com.neurosys.q.basic.domain.TokenStatus
-
- getName() - Method in interface com.neurosys.q.domain.TokenContainer
-
- getName() - Method in class com.neurosys.refs.domain.AbstractReference
-
The unique name to identify the reference
- getName() - Method in class com.neurosys.security.auth.domain.basic.BasicAuthPrincipal
-
- getName() - Method in class com.neurosys.security.auth.domain.basic.BasicUser
-
- getName() - Method in class com.neurosys.security.auth.domain.Role
-
- getName() - Method in class com.neurosys.site.model.SectionLabel
-
- getName(T) - Method in class com.neurosys.site.wicket.components.ResourceListView
-
- getName(File) - Method in class com.neurosys.site.wicket.components.WebFileListView
-
- getName() - Method in class com.neurosys.template.model.FacetMeta
-
- getName() - Method in class com.neurosys.template.model.MetaItem
-
Convenience method to Extract name from facetMeta (attribute) or fieldName
- getName() - Method in class com.neurosys.template.model.Template
-
Unique identification name
- getName() - Method in class com.neurosys.user.domain.AbstractUserAttribute
-
- getNameFrom2Code(String) - Static method in class com.neurosys.site.model.Countries
-
Get Name from 2 Letter Code
- getNameFrom3Code(String) - Static method in class com.neurosys.site.model.Countries
-
Get Name from 3 Letter Code
- getNameFromCode(String) - Static method in class com.neurosys.site.model.Countries
-
Get Name from 2 or 3 Letter Code
- getNameOfIdentifier() - Method in class com.neurosys.amorphous.security.filter.KeyBasedSecurityFilter
-
Name of the parameter is is the identifier
- getNameOfItem(IModel<User>) - Method in class com.neurosys.idm.admin.wicket.pages.panels.UserListPanel
-
Get the name of the link/list item for the row
- getNameOfItem(IModel<RM>) - Method in class com.neurosys.site.wicket.components.AbstractListPanel
-
Get the name of the link/list item for the row
- getNameOfKey() - Method in class com.neurosys.amorphous.security.filter.KeyBasedSecurityFilter
-
Name of the parameter that is the key
- getNamePathMap() - Method in class com.neurosys.module.service.HierarchicalPagePathTransformer
-
Specific paths for specific#fieldName
.
- getNameSetter() - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
- getNamespace() - Method in class com.neurosys.audit.domain.Audit
-
- getNamespace() - Method in class com.neurosys.configs.AbstractConfiguration.ConfigurationKey
-
- getNamespace() - Method in class com.neurosys.configs.AbstractConfiguration
-
- getNamespace() - Method in class com.neurosys.configs.ConfigurationSourceBackedSpringResource
-
- getNamespace() - Method in class com.neurosys.configs.StaticConfiguration
-
- getNameSpace() - Method in class com.neurosys.configs.transformers.ConfigLookupTransformer
-
Namespace for which to fetch values
- getNamespace() - Method in exception com.neurosys.crm.billing.exceptions.LimitException
-
- getNamespace() - Method in interface com.neurosys.domain.NamespaceEntity
-
- getNameSpace() - Method in class com.neurosys.saas.etl.FindConfigForTenant
-
Search for Spring bean by the name; prefix tenant/org OR sub-tenant/org name before the namespace name, delimited by a .
- getNameSpace() - Method in class com.neurosys.saas.etl.FindConfigsForTenant
-
Search for Spring bean by the name; prefix tenant/org OR sub-tenant/org name before the namespace name, delimited by a .
- getNamespace() - Method in class com.neurosys.site.wicket.service.SpringConfiguredContainerFactory
-
Namespace for all Beans referred to that this factory will pick from Environment
- getNamespace() - Method in class com.neurosys.track.domain.Track
-
An optional namespace to categorize our events being tracked
- getNamespace() - Method in class com.neurosys.track.domain.TrackInfo
-
- getNameSpaceDeriveTransformer() - Method in class com.neurosys.products.service.ProductContextUtils
-
- getNamespaces() - Method in class com.neurosys.configs.AbstractConfigurationJPADaoImpl
-
- getNamespaces() - Method in interface com.neurosys.configs.ConfigurationDao
-
Get list of namespaces
- getNamespaces() - Method in class com.neurosys.configs.DefaultConfigurationService
-
- getNameToProductCategoryTransformer() - Method in class com.neurosys.products.service.ProductServiceImpl
-
This can be derived from the dao also, but its a chance to implement a common
cache/lookup strategy for fetching Categories for performance reasons
- getNativeEntityName() - Method in class com.neurosys.comments.dao.jpa.CommentDaoImpl
-
- getNativeEntityName() - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
- getNativeEntityName() - Method in class com.neurosys.content.dao.jpa.ContentDaoImpl
-
- getNativeEntityName(String) - Method in class com.neurosys.dao.jpa.GenericDaoImpl
-
Calling dao methods calls some native DB calls that executes EntityManager.createNativeQuery(String)
.
- getNativeEntityName() - Method in class com.neurosys.posts.dao.jpa.PostDaoImpl
-
- getNativeEntityName(String) - Method in class com.neurosys.products.dao.jpa.ProductDaoImpl
-
Calling parent class Dao methods calls some native DB calls that executes EntityManager.createNativeQuery(String)
.
- getNestedObjectInitMap() - Method in class com.neurosys.etl.common.transformers.AbstractEntityTransformer
-
(Optional) Map that allows to instantiate an object for a nested property in the main Entity.
- getNew(List<P>) - Method in class com.neurosys.ecom.products.dao.jpa.ProductDaoImpl
-
- getNew(List<T>) - Method in interface com.neurosys.ecom.products.dao.ProductDao
-
Get New Products, across Categories if specified.
- getNewContentInstance(String) - Method in class com.neurosys.content.wicket.pages.TemplatePage
-
- getNewEntity() - Method in class com.neurosys.etl.excel.transformers.ExcelRowToAbstractEntityTransformer
-
Supplier of a new instance of the Entity
- getNewEntity() - Method in class com.neurosys.modules.etl.ValueToAttributeTransformer
-
- getNewEntity() - Method in class com.neurosys.user.etl.excel.ExcelRowToUserTransformer
-
- getNewHierarchySequence(String, String, int, List<String>) - Static method in class com.neurosys.common.hierarchy.HierarchyHelper
-
- GetNewHierarcyLookup<T extends Product> - Class in com.neurosys.modules.etl
-
- GetNewHierarcyLookup() - Constructor for class com.neurosys.modules.etl.GetNewHierarcyLookup
-
- GetNewHierarcyLookup(ProductService<T>) - Constructor for class com.neurosys.modules.etl.GetNewHierarcyLookup
-
- getNewItem() - Method in class com.neurosys.ecom.products.domain.Product
-
Is the product a new Item
- getNewProduct() - Method in class com.neurosys.ecom.etl.ExistingProductLookup
-
- getNewProduct() - Method in class com.neurosys.ecom.etl.ProductPersistTransformer
-
- getNewProduct() - Method in class com.neurosys.modules.etl.ExistingProductLookup
-
- getNewProduct() - Method in class com.neurosys.modules.etl.ProductPersistTransformer
-
- getNewToken() - Method in exception com.neurosys.q.domain.exceptions.TokenSwitchedException
-
A switch occured with a new Token
- getNewTrackingServiceInstance(TrackCycle) - Static method in class com.neurosys.tracking.app.TrackingServiceFactory
-
- getNewUserEntity() - Method in class com.neurosys.system.admin.wicket.components.UserDetailsPanelHelpers
-
Implement the Base
User
type object here.
Example: an extension of
BasicUser
By default it looks-up site.admin.user.type for Class type to instantiate
- getNext() - Method in class com.neurosys.ecom.orders.domain.SubOrder
-
In the sequence of Orders created, the next
SubOrder
The first most element may or may not be the parent.
- getNextNToNotify() - Method in class com.neurosys.q.notification.events.NextNToNotifyBehavior
-
- getNextNToNotify() - Method in class com.neurosys.q.notification.service.AbstractNotificationHelper
-
Smart notifications > Ripple effect : If >0 means N other people who are impacted by a status update of someone else will also be notified.
access.q.user.notify.nextNToNotify <=0; means this is false else true
- getNexTokens(T, Collection, int) - Method in interface com.neurosys.q.dao.ShiftDao
-
- getNextReadyToProcessTokens(T, int) - Method in interface com.neurosys.q.service.ShiftService
-
Get the next N tokens for tokens in the Same Shift that are Ready to be processed.
- getNextRef() - Method in interface com.neurosys.domain.OrderableByRef
-
The Reference to the Node After this one.
To add more meaning by convention typically Next or After means, the next will be pushed to the right.
- getNextRef() - Method in interface com.neurosys.q.domain.ReQueableToken
-
A Reference to the next token (higher/later sequence in a Q)
- getNextTokensAction() - Method in class com.neurosys.q.notification.events.NextTokenEvent
-
An action that will act on the next token(s),
to automate any sequence of events that result as action due to current event.
- getNodeChildStates(MenuItemState, boolean) - Method in class com.neurosys.menu.service.MenuJSONTransformer
-
Override to dictate custom strategies on what child elements can be loaded for a given parent
MenuItemState
- getNodeChildStates(MenuItemState) - Method in class com.neurosys.site.wicket.panels.RecursiveListBasedMenuPanel
-
Override to dictate custom strategies on what child elements can be loaded for a given parent
MenuItemState
- getNodeComponent(String, IModel, IModel, BaseTree, File) - Method in class com.neurosys.document.admin.wicket.pages.panels.SubFolderViewPanel
-
- getNodeTextModel(IModel<Object>) - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentTreePanel.ContentTree
-
This will extract the Label for the Node
See LabelTree.getNodeTextModel(IModel nodeModel)
- getNodeTextModel(IModel<Object>) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductCategoryPanel.ProductTree
-
This will extract the Label for the Node
- getNoKeyReturn() - Method in class com.neurosys.etl.common.transformers.MapValueLookupTransformer
-
If while looking up, the final generated or passed key does not exist in the Map, then apply this over the input.
If null (by default), will return null.
- getNonAssiciatedMappers() - Method in class com.neurosys.etl.common.transformers.AbstractEntityTransformer
-
Mapper
that uses the tuple/Row to extract data to map to particular column
- getNonAssociatedMappers() - Method in class com.neurosys.etl.common.transformers.AbstractEntityTransformer
-
Mapper
that uses the tuple/Row to extract data to map to particular column
- getNoParamsCountQuery() - Method in class com.neurosys.bi.reporting.DataSourceReporter
-
- getNoParamsDataGenerator() - Method in class com.neurosys.bi.reporting.DataSourceReporter
-
An optional no param based data generator.
- getNoParamsReporterMeta() - Method in class com.neurosys.bi.reporting.ReporterMeta
-
- getNoRollbackExcepotions() - Method in class com.neurosys.modules.etl.TransactionalTransformer
-
- getNotes() - Method in class com.neurosys.content.domain.AbstractContentFacet
-
User generated Notes about the content
- getNotes() - Method in class com.neurosys.ecom.logistics.domain.Area
-
Additional notes for Human consumption
- getNotes() - Method in class com.neurosys.ecom.orders.domain.DeliveryDetails
-
- getNotificationCountTracker() - Method in class com.neurosys.q.notification.service.AbstractNotificationHelper
-
- getNotificationHelper() - Method in class com.neurosys.q.notification.service.AbstractTokenNotificationListener
-
- getNotifyMessagesKeyPrefix() - Method in class com.neurosys.q.notification.service.AbstractNotificationHelper
-
- getNotifyMsgResource() - Method in class com.neurosys.q.notification.service.AbstractNotificationHelper
-
- getNullBasicSessionTransformer() - Method in class com.neurosys.modules.etl.WicketWebToShellTransformer
-
If not null then if there is no backing
BasicSession
this will be invoked with the given input.
By default it will return a null for a null session.
- getNullDefault() - Method in class com.neurosys.etl.common.transformers.TypeBooleanTransformer
-
If input is null then this is returned
- getNullSet() - Method in class com.neurosys.domain.Query
-
Set
of names of fields which if null will still be compared against
- getNullValueSupplier() - Method in class com.neurosys.amorphous.service.jaxrs.io.AbstractWriter
-
Supply a default Null value
- getNullValueSupplier() - Method in class com.neurosys.amorphous.service.jaxrs.io.TransformerWriter
-
Supply a default Null value
- getNumberType() - Method in class com.neurosys.etl.common.transformers.NumberTransformer
-
Optional : If provided will force the result to conform to the given DataType
- getNumEmailsPerBatch() - Method in class com.neurosys.messenger.email.service.MailerService
-
For a given set of Recipients, how many will be clubbed in one batch
- getNumOfWarningsAllowed() - Method in class com.neurosys.tracking.strategy.service.DefaultRestrictionStrategy
-
- getObjClass() - Method in class com.neurosys.etl.common.transformers.JSONTransformer
-
If Provided will be used to convert JSON string to this object.
If type String then will return a JSON String.
- getObject() - Method in exception com.neurosys.etl.common.exceptions.WrapperException
-
- getObject() - Method in class com.neurosys.odb.core.db.ODatabasePartitionPoolFactory
-
- getObject() - Method in class com.neurosys.odb.core.db.ODatabasePoolFactory
-
- getObject() - Method in class com.neurosys.site.wicket.components.progressbar.ProgressionModel
-
- getObject() - Method in class com.neurosys.site.wicket.model.EntryListModel
-
- getObject() - Method in class com.neurosys.site.wicket.model.EntryModel
-
- getObjectFromDynaBean(DynaBean, Class<U>) - Static method in class com.neurosys.utils.JSONMarshaller
-
- getObjectFromSession(S, String) - Method in class com.neurosys.amorphous.service.ServletUserSessionAdapter
-
- getObjectFromSession(S, String) - Method in interface com.neurosys.amorphous.service.UserSessionAdapter
-
Get an Object from the Session
- getObjectFromSession(S, String) - Method in class com.neurosys.site.wicket.service.WicketBasicSessionAdapter
-
- getObjectIdNumberType() - Method in class com.neurosys.modules.etl.EntityResourceUploadActionTransformer
-
The object Id provided is number type and will suffix this for use in NumberUtils.createNumber(String)
to specify the type
- getObjectType() - Method in class com.neurosys.odb.core.db.ODatabasePartitionPoolFactory
-
- getObjectType() - Method in class com.neurosys.odb.core.db.ODatabasePoolFactory
-
- getObjectWithFieldValue(String, T, List<T>) - Static method in class com.neurosys.modules.utils.Utils
-
Get the Object with the field value != null.
- getOccured() - Method in class com.neurosys.track.domain.Track
-
Date
time the event occoured
- getOnExceptionTransformer() - Method in class com.neurosys.etl.common.transformers.TryCatchTransformer
-
(Optional) If provided will execute on an Exception.
- getOnFieldErrorbehavior(WebMarkupContainer, FeedbackPanel) - Static method in class com.neurosys.utils.WicketUtils
-
Form Field validations @ a feild level ; where the fields can add this Behavior as long as they are decorated by a Border
(namely FormComponentFeedbackBorder
)
- getOnFinalTransformer() - Method in class com.neurosys.etl.common.transformers.TryCatchTransformer
-
(Optional) If provided will execute in the finally clause.
- getOnlyVerify() - Method in class com.neurosys.modules.etl.admin.wicket.pages.panels.ReaderProcess
-
- getOperand() - Method in class com.neurosys.etl.common.filters.ConstantEqualsCheckFilter
-
- getOperand() - Method in class com.neurosys.etl.common.filters.EqualsCheckFilter
-
- getOperand2() - Method in class com.neurosys.etl.common.filters.ConstantEqualsCheckFilter
-
An Optional input; if supplied will ignore the provided ignore and compare against this
If null will be ignored
- getOperation() - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsPanel
-
- getOption() - Method in class com.neurosys.ecom.orders.domain.PaymentOption
-
Unique name of the option for that Payment Method
- getOrder() - Method in class com.neurosys.ecom.orders.domain.DeliveryDetails
-
- getOrder() - Method in class com.neurosys.ecom.orders.domain.OrderItem
-
- getOrder() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
- getOrder() - Method in exception com.neurosys.ecom.orders.exception.OrderPlacementException
-
- getOrderDao() - Method in class com.neurosys.ecom.orders.service.DefaultOrderService
-
- getOrderFieldNames() - Method in class com.neurosys.dao.jpa.ExtendedJPAQuery
-
- getOrderIdParamName() - Method in class com.neurosys.ecom.etl.OrderURLGeneratorTransformer
-
- getOrderInstance() - Method in class com.neurosys.ecom.strategy.service.DefaultOrderStrategy
-
Override for custom Order type
- getOrderItemWiseBreakUp() - Method in class com.neurosys.ecom.orders.domain.DeliveryDetails
-
If we want to capture the delivery charges for all OrderItems within an Order
JSON Array String that has
<orderId>:<base amount in same currency as that of DeliveryDetails.amount
>
- getOrders(OrderDaoImpl.ReportQuery) - Method in interface com.neurosys.ecom.orders.dao.jpa.OrderDao
-
- getOrders(OrderDaoImpl.ReportQuery, PageInfo) - Method in interface com.neurosys.ecom.orders.dao.jpa.OrderDao
-
- getOrders(OrderDaoImpl.ReportQuery) - Method in class com.neurosys.ecom.orders.dao.jpa.OrderDaoImpl
-
Generic Reporting Query
- getOrders(OrderDaoImpl.ReportQuery, PageInfo) - Method in class com.neurosys.ecom.orders.dao.jpa.OrderDaoImpl
-
Generic Reporting Query
- getOrdersCount(OrderDaoImpl.ReportQuery) - Method in interface com.neurosys.ecom.orders.dao.jpa.OrderDao
-
- getOrdersCount(OrderDaoImpl.ReportQuery) - Method in class com.neurosys.ecom.orders.dao.jpa.OrderDaoImpl
-
Generic Reporting Query Count
- getOrderService() - Method in class com.neurosys.ecom.orders.service.DefaultTransactionService
-
- getOrderService() - Method in class com.neurosys.ecom.orders.wicket.OrderProcessHelper
-
- getOrderService() - Method in class com.neurosys.ecom.payment.methods.DefaultCODImpl
-
- getOrderService() - Method in class com.neurosys.ecom.strategy.service.DefaultOrderStrategy
-
- getOrderService() - Method in interface com.neurosys.ecom.strategy.service.OrderStrategy
-
- getOrderStrategy() - Method in class com.neurosys.ecom.orders.wicket.OrderProcessHelper
-
- getOrderString() - Method in class com.neurosys.domain.Query
-
ORDER BY clause without the words 'ORDER BY '
- getOrderTransformer() - Method in class com.neurosys.ecom.orders.service.jaxrs.OrderQueryService
-
- getOrdinal() - Method in class com.neurosys.q.basic.domain.TokenStatus
-
- getOrg() - Method in class com.neurosys.crm.billing.domain.OrgFeature
-
- getOrg() - Method in class com.neurosys.crm.pricing.domain.FeatureForOrganization
-
Linked to a Primary Organization
- getOrganization(Object) - Method in interface com.neurosys.multiorg.dao.MultiOrgDao
-
- getOrganization(Object) - Method in interface com.neurosys.multiorg.service.MultiOrgService
-
- getOrganizations(GeoLocation) - Method in interface com.neurosys.multiorg.dao.MultiOrgDao
-
- getOrganizations(GeoLocation) - Method in interface com.neurosys.multiorg.service.MultiOrgService
-
- getOrigin(S, HttpServletRequest) - Method in class com.neurosys.amorphous.service.ServletUserSessionAdapter
-
- getOrigin(S, R) - Method in interface com.neurosys.amorphous.service.UserSessionAdapter
-
Source the request/session
- getOrigin() - Method in class com.neurosys.ecom.cart.domain.Cart
-
Origin of the cart.
- getOrigin(S, R) - Method in class com.neurosys.ecom.cart.service.AbstractCartService
-
Get the origin of the user Request
- getOrigin(S, HttpServletRequest) - Method in class com.neurosys.ecom.cart.service.wicket.ServletCartService
-
- getOrigin(S, HttpServletRequest) - Method in class com.neurosys.ecom.cart.service.wicket.WicketCartService
-
- getOrigin(S, HttpServletRequest) - Method in class com.neurosys.site.wicket.service.WicketBasicSessionAdapter
-
- getOutInstance(Collection) - Method in class com.neurosys.etl.common.transformers.CloneCollection
-
- getOutPath() - Method in class com.neurosys.site.components.ImageCompressor
-
- getOutput(Object) - Method in class com.neurosys.messenger.etl.EntityMailSenderTransformer
-
- getOutput(Object) - Method in class com.neurosys.messenger.etl.MailSenderTransformer
-
- getOutputStream() - Method in class com.neurosys.messenger.email.InputStreamDataSource
-
- getOutputType() - Method in class com.neurosys.etl.common.transformers.DateTransformer
-
By default will generate a
Date
object but one can choose between Date, Calendar and String types
- getOverrideFromClause() - Method in class com.neurosys.modules.etl.QueryResultArrayToEntityTransformer
-
Optional override of FROM clause over the default Query From to be optimized by specifying one.
- getOwner() - Method in interface com.neurosys.q.domain.Shift
-
- getOwnerOrganization() - Method in class com.neurosys.multiorg.domain.Venue
-
- getOwnerRef() - Method in class com.neurosys.track.domain.TrackInfo
-
Reference type or a simple ID.
- getPackagePaths() - Method in class com.neurosys.site.wicket.app.AutoDetectMountPoints
-
- getPackagingAmount() - Method in class com.neurosys.ecom.orders.domain.BaseOrderItem
-
Amount
spent on packaging for ordering quantity items.
If a product is purchased with N units ; then amount is for all N units.
- getPackagingData() - Method in class com.neurosys.ecom.products.domain.Product
-
Packaging related info.
- getPackagingStrategy() - Method in class com.neurosys.ecom.strategy.service.DefaultOrderStrategy
-
- getPackagingStrategy() - Method in class com.neurosys.ecom.user.service.jaxrs.StrategiesService
-
- getPageCanonicalLink(List<String>, List<String>) - Method in interface com.neurosys.module.model.SEOPage
-
Ensure Duplicate content all use the same Canonical page link and remove redundant parameters to ensure
multiple page versions imply the same page technically.
- getPageContext() - Method in class com.neurosys.content.wicket.pages.TemplatePage
-
- getPageHeadCaption() - Method in class com.neurosys.user.admin.wicket.pages.templates.commonAdminTemplate
-
- getPageInfo() - Method in class com.neurosys.dao.jpa.JPAQueryTransformer
-
Optional.
- getPageInfo() - Method in class com.neurosys.domain.Query
-
- getPageInfo() - Method in class com.neurosys.pagination.domain.Page
-
If null, implies all records
- getPageInfoForReport(Reporter<Object[]>, int, PageInfo) - Method in class com.neurosys.bi.reporting.writers.CSVTabularDataWriter
-
If the the data is is only a page then we should override and return the appropriate PageInfo
- getPageInfoForReport(Reporter<Object[]>, int, PageInfo) - Method in class com.neurosys.bi.reporting.writers.ExcelTabularDataWriter
-
If the the data is is only a page then we should override and return the appropriate PageInfo
- getPageKeyWords() - Method in interface com.neurosys.module.model.SEOPage
-
What are the keywords that the page represents
- getPageLocale() - Method in class com.neurosys.content.wicket.pages.TemplatePage
-
- getPageName(PageIdentifier) - Method in interface com.neurosys.content.service.ContentPathConstructor
-
A standard way to identify a Page
- getPageName(PageIdentifier) - Method in class com.neurosys.content.service.DefaultContentPathConstructor
-
For Override
- getPageNameFromURL(String) - Method in interface com.neurosys.content.service.ContentPathConstructor
-
Define a uniform way of deriving a page name from the URL
- getPageNameFromURL(String) - Method in class com.neurosys.content.service.DefaultContentPathConstructor
-
The page name is constructed using this#pageNameConstruct(PageIdentifier, boolean)
.
- getPageNameFromURL(String) - Static method in class com.neurosys.content.service.MountPathReLoader
-
- getPageNum() - Method in class com.neurosys.pagination.domain.PageInfo
-
- getPageParameters(String) - Static method in class com.neurosys.utils.UrlUtils
-
Filters out any additional page parameters
(extracts all URL query values after ?)
- getPageParamsForNewItem() - Method in class com.neurosys.idm.admin.wicket.pages.panels.UserListPanel
-
Define the Parameters of the page to Open when an Item is Added.
- getPageParamsForNewItem() - Method in class com.neurosys.site.wicket.components.AbstractListPanel
-
Define the Parameters of the page to Open when an Item is Added.
- getPageParamsForOpenItem(IModel<User>) - Method in class com.neurosys.idm.admin.wicket.pages.panels.UserListPanel
-
Define the Parameters of the page to Open when an Item is selected.
- getPageParamsForOpenItem(IModel<RM>) - Method in class com.neurosys.site.wicket.components.AbstractListPanel
-
Define the Parameters of the page to Open when an Item is selected.
- getPagePath() - Method in class com.neurosys.content.domain.AbstractContent
-
A page path that will be applied as a Prefix.
If null then the page name itself will be the path from the root context.
- getPagePath() - Method in interface com.neurosys.content.domain.Content
-
A page path that will be applied as a Prefix.
If null then the page name itself will be the path from the root context.
- getPagePath() - Method in interface com.neurosys.content.domain.PageIdentifier
-
Path excluding the name
- getPagePath() - Method in class com.neurosys.ecom.cart.wicket.components.AbstractCartForm
-
The path of the page; pre decided.
- getPagePathLookup() - Method in class com.neurosys.module.service.CustomAutoNav
-
- getPagePathTransformer() - Method in class com.neurosys.feeds.etl.PageIdentifiersToLinks
-
- getPages(Collection<Template>, Status) - Method in class com.neurosys.template.service.PostTemplateServiceImpl
-
- getPages(Collection<Template>, Status) - Method in interface com.neurosys.template.service.TemplateService
-
Get pages, categorized by the requested
Template
s
- getPages(Collection<Template>, Status) - Method in class com.neurosys.template.service.TemplateServiceImpl
-
- getPageSize() - Method in class com.neurosys.pagination.domain.PageInfo
-
- getPageTitle() - Method in interface com.neurosys.module.model.SEOPage
-
Ensure the Server thinks of a consistent title for the page that contributes to SEO
- getPageToTemplate() - Method in class com.neurosys.content.service.ContentPathTransformer
-
- getPageTypesProtected() - Method in class com.neurosys.site.wicket.components.session.AbstractAuthorizationStrategy
-
Get the Class of the type of page/panels/web components this Strategy is supposed to protect
- getPageTypesProtected() - Method in class com.neurosys.user.wicket.components.session.AuthorizationStrategy
-
- getPaginationHandler() - Method in class com.neurosys.pagination.domain.PageInfo
-
Address to represent the handler of for Pagination
- getParamNames(Map<String, ?>) - Method in class com.neurosys.etl.common.transformers.MapToEntitiesTransformer
-
- getParamNames(T) - Method in class com.neurosys.etl.common.transformers.ParamsRequestToEntitiesTransformer
-
- getParamNames(R) - Method in class com.neurosys.etl.web.transformers.ServletRequestToEntitiesTransformer
-
- getParams() - Method in class com.neurosys.bi.reporting.AbstractReporter
-
- getParams() - Method in class com.neurosys.domain.Query
-
Using Where extension we can put parameters that can be set as objects instead of hard coded strings.
- getParams() - Method in class com.neurosys.ecom.orders.domain.Order
-
A comma or JSON defined parameter String that allows an Application to define project specific params for an Order.
- getParams() - Method in interface com.neurosys.etl.common.ParamsAware
-
- getParams() - Method in class com.neurosys.etl.readers.BaseIterativeProcessor
-
Additional Params for the ETL Process
- getParams() - Method in class com.neurosys.etl.readers.ChainIterativeReader
-
Additional Params for the ETL Process
- getParams() - Method in class com.neurosys.reporting.wicket.components.Exporters
-
Supply the
Reporter
additional params, if supported/necessary
- getParams() - Method in class com.neurosys.reporting.wicket.components.ReportResult
-
Supply the
Reporter
additional params, if supported/necessary
- getParamsAsCollections() - Method in class com.neurosys.etl.common.transformers.SmartSingleValuesTransformer
-
If any param name in this Set it will be treated as a collection else the result will be returned as single value
if a collection is passed (0th element only).
If the main data structure is a
List
then index positions starting from 0 as
Integer
can be set.
- getParamsForReport(Reporter<Object[]>, int, Object[]) - Method in class com.neurosys.bi.reporting.writers.CSVTabularDataWriter
-
If there are conditions/parameters for the report; then supply them in accordance to what is required by the Data generating
Reporter
s
- getParamsForReport(Reporter<Object[]>, int, Object[]) - Method in class com.neurosys.bi.reporting.writers.ExcelTabularDataWriter
-
If there are conditions/parameters for the report; then supply them in accordance to what is required by the Data generating
Reporter
s
- getParent(Long, List) - Static method in class com.neurosys.common.hierarchy.HierarchyHelper
-
Do a DFS on the List-Tree and find the matching parent.
TODO: consider replace with method in DAO that will fetch this data directly?
For Small trees this is fine, but for large data sets Tree traversal maybe more expensive than a database call.
- getParent() - Method in class com.neurosys.content.domain.AbstractContentAlias
-
- getParent() - Method in class com.neurosys.content.domain.FacetAlias
-
- getParent() - Method in interface com.neurosys.domain.IChild
-
- getParent() - Method in class com.neurosys.domain.UserShell
-
- getParent() - Method in class com.neurosys.ecom.logistics.domain.Area
-
Name of Parent Area / Locality
- getParent() - Method in class com.neurosys.ecom.logistics.domain.Region
-
- getParent(A) - Method in interface com.neurosys.ecom.service.AreaService
-
For a subArea A, what is the Area containing it.
- getParent() - Method in class com.neurosys.menu.model.MenuItem
-
- getParent() - Method in class com.neurosys.products.domain.ProductAlias
-
- getParent() - Method in class com.neurosys.q.basic.domain.TokenStatus
-
- getParent() - Method in class com.neurosys.q.notification.events.MessageTokenEvent
-
- getParent() - Method in class com.neurosys.refs.domain.AbstractReference
-
if this Reference has any parent (main) association.
Example: A.R Rahman is a "Music Director".
- getParent() - Method in class com.neurosys.refs.domain.Reference
-
if this Reference has any parent (main) association.
Example: A.R Rahman is a "Music Director".
- getParent() - Method in class com.neurosys.refs.transformers.ReferencePersistTransformer
-
- getParent() - Method in class com.neurosys.template.model.FacetMeta
-
- getParentEntityFieldName() - Method in class com.neurosys.modules.etl.RelatedEntityPersistTransformer
-
The name of the field of the related entity in the container entity (Product)
- getParentHierarchyCode(String) - Static method in class com.neurosys.utils.DomainUtils
-
Gets the Hierarchy code of the parent of current hierarcihal item, recognized by parameter nodeHierarchyCode
- getParentHierarchyCodes(String, boolean) - Static method in class com.neurosys.utils.DomainUtils
-
Gets the Hierarchy codes as
List
of the parent of current hierarchical item, recognized by parameter node HierarchyCode.
- getParentId() - Method in class com.neurosys.domain.HierarchialDomainObject
-
- getParentId() - Method in interface com.neurosys.domain.IHierarchialReference
-
- getParentId() - Method in class com.neurosys.ecom.cart.domain.CartItem
-
- getParentId() - Method in class com.neurosys.ecom.logistics.domain.Area
-
- getParentId() - Method in class com.neurosys.ecom.logistics.domain.Region
-
- getParentId() - Method in class com.neurosys.ecom.orders.domain.SubOrder
-
- getParentId() - Method in interface com.neurosys.q.domain.Batch
-
Each Batch operates within a Shift or some owning concept.
Return its id
- getParentId() - Method in class com.neurosys.refs.domain.Reference
-
- getParentName() - Method in class com.neurosys.module.service.CustomAutoNav.CustomHierarchicalReference
-
- getParentPanelClass() - Method in class com.neurosys.user.wicket.pages.panels.UserAttributesDetailsTemplatePanel
-
The parent containing this
Panel
, with the
User
model.
- getParentProduct() - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsPanel
-
- getParents(T, boolean, String, QueryOptimizer, String) - Method in class com.neurosys.common.hierarchy.AbstractHierarchyDaoImpl
-
- getParents(C) - Method in interface com.neurosys.content.lookup.ContentLookupService
-
For a given Content fetch all its parents
The first element in the List is the immediate parent, the last the root node
- getParents(T) - Method in class com.neurosys.lookups.DefaultHierarchyLookupService
-
- getParents(Organization) - Method in interface com.neurosys.multiorg.dao.MultiOrgDao
-
- getParents(T, boolean, String, QueryOptimizer) - Method in class com.neurosys.products.dao.jpa.ProductDaoImpl
-
- getParents(T, boolean, String, QueryOptimizer) - Method in interface com.neurosys.products.dao.ProductDao
-
Get parents for the product.
- getParents(P) - Method in interface com.neurosys.products.lookup.ProductLookupService
-
For a given product fetch all its parents
The first element in the List is the immediate parent, the last the root node
- getParents(Long) - Method in class com.neurosys.products.service.jaxrs.ProductQueryService
-
- getParents(T, boolean, boolean) - Method in interface com.neurosys.products.service.ProductService
-
Get all parents for product, where immediate parent is first node, and last node is either top most or the DEFAULT product.
- getParents(T, boolean, boolean) - Method in class com.neurosys.products.service.ProductServiceImpl
-
Get parents in the hierarchy for this product.
Note: param includeDefault is for convenience; however in a loop its more optimial to query it separately and then add to list.
- getParents(T, boolean, String, QueryOptimizer) - Method in class com.neurosys.products.service.ProductServiceImpl
-
- getParentTemplate() - Method in class com.neurosys.content.wicket.pages.CategoryTemplatePage
-
Deprecated.
- getPartialAmount() - Method in class com.neurosys.ecom.orders.domain.SubOrder
-
- getPartialMatchTransformer() - Method in class com.neurosys.modules.etl.FileToProductLookup
-
If defined, this will be applied over the value of the
FileToEntityLookup.getRelatedFieldName()
just before it is searched on the DB.
For
example if SKU's = "0102-37", "0102-38" etc; and we want the same file mapped to all SKU that match ="0102-".
Hence in this example, by having a transformer that applies
partialMatchTransformer("0102-37") ~> "0102-%" and
then the partial match will match SKU values that start with 0102-
If not partialMatchTransformer is supplied then the match is conducted with
%fieldValue%.
If
FileToProductLookup.partialMatchTransformer
is used then it is the role of the transformer to also provide the DB like match characters '%'
- getParts() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
- getParts() - Method in class com.neurosys.messenger.email.EmailMultiPartBuilder
-
- getPassed() - Method in exception com.neurosys.exception.PartialTransactionException
-
- getPassword(String) - Method in class com.neurosys.ecom.user.wicket.components.AbstractUserLoginForm
-
Get password for user id
- getPassword(String) - Method in class com.neurosys.login.wicket.AbstractLoginForm
-
Get password for user id
- getPassword() - Method in class com.neurosys.messenger.processors.readers.IMAPMailBoxReader
-
- getPassword() - Method in class com.neurosys.security.auth.domain.basic.BasicAuthPrincipal
-
- getPassword() - Method in class com.neurosys.security.auth.domain.basic.BasicCredentials
-
- getPassword() - Method in interface com.neurosys.security.auth.domain.Credentials
-
- getPassword() - Method in interface com.neurosys.security.auth.domain.Principal
-
- getPassword() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getPassword(String) - Method in class com.neurosys.user.admin.wicket.components.AdminLoginForm
-
Get password for user id
- getPassword(String) - Method in interface com.neurosys.user.dao.UserDao
-
Fetch password for a given userId.
- getPassword(String) - Method in class com.neurosys.user.dao.UserDaoImpl
-
- getPassword(String) - Method in class com.neurosys.user.service.AbstractSessionAuthService
-
- getPast() - Method in class com.neurosys.etl.common.transformers.DurationFromDate
-
- getPastStatus() - Method in class com.neurosys.events.Feedback
-
- getPath(HttpServletRequest) - Method in class com.neurosys.etl.web.etl.UrlPathRegExFilterPredicate
-
- getPathConstructor() - Method in class com.neurosys.content.service.ContentPathTransformer
-
- getPathDynamicKeyGenerator() - Method in class com.neurosys.module.service.HierarchicalPagePathTransformer
-
Use this to derive the dynamic aspect of the Path from the input type T, which is expected to not be null
Override to derive any value of choice
- getPathParams(String, Consumer<String>) - Static method in class com.neurosys.utils.UrlUtils
-
Read path params separated by '/', upto '?' OR end of path.
- getPaths() - Method in class com.neurosys.module.model.ModuleUI
-
Path by which the UI is referred, by the app or external world
- getPathSupplier() - Method in class com.neurosys.etl.common.transformers.FileWriterTransformer
-
- getPathToPrivateKey() - Method in class com.neurosys.nexmo.domain.NexmoAuthenticationDetails
-
- getPathTransformer() - Method in class com.neurosys.modules.etl.FileToProductsTransformer
-
For the given File/resource; derive the appropriate path to the resource
- getPattern() - Method in class com.neurosys.etl.common.filters.RegExCheckFilter
-
- getPayableTotal() - Method in class com.neurosys.ecom.orders.domain.SubOrder
-
Payable Total for a SubOrder =
SubOrder.partialAmount
.total (if it exists)
else
Payable Total for a SubOrder = amount.total - any partialAmount.discount
The method is provided to define a consistent meaning of a payable total for the
SubOrder
.
- getPayload() - Method in exception com.neurosys.exception.Continue
-
An optional payload that maybe passed like a Return
- getPayLoad() - Method in exception com.neurosys.exception.PayLoadException
-
- getPayload() - Method in exception com.neurosys.exception.Warning
-
An optional payload that maybe passed like a Return
- getPayload() - Method in class com.neurosys.messenger.domain.DisposableMessage
-
- getPayload() - Method in interface com.neurosys.messenger.domain.Message
-
The actual message payload
- getPaymentCod() - Method in class com.neurosys.ecom.logistics.domain.Area
-
Is COD payment option supported for this Area Code
- getPaymentContext() - Method in class com.neurosys.ecom.orders.domain.BaseOrderItem
-
- getPaymentMethod() - Method in class com.neurosys.ecom.orders.domain.Order
-
- getPaymentMethod() - Method in class com.neurosys.ecom.orders.domain.PaymentOption
-
- getPaymentMethods(O) - Method in class com.neurosys.ecom.strategy.service.DefaultPaymentOptionsStrategy
-
- getPaymentMethods(O) - Method in interface com.neurosys.ecom.strategy.service.PaymentOptionsStrategy
-
- getPaymentOnline() - Method in class com.neurosys.ecom.logistics.domain.Area
-
Is ONLINE payment option supported for this Area Code
- getPaymentOptions(O) - Method in class com.neurosys.ecom.strategy.service.DefaultPaymentOptionsStrategy
-
- getPaymentOptions(O) - Method in interface com.neurosys.ecom.strategy.service.PaymentOptionsStrategy
-
- getPaymentOptionsStrategy() - Method in class com.neurosys.ecom.orders.wicket.OrderProcessHelper
-
- getPermissableAuths() - Method in class com.neurosys.module.model.Module
-
- getPermissableAuths() - Method in interface com.neurosys.security.auth.domain.ManagedAuthorizable
-
- getPermissableBatchSize() - Method in interface com.neurosys.q.service.BatchService
-
How many tokens to support per Batch
- getPersistCritera() - Method in class com.neurosys.modules.etl.EntityBabyPersistTransformer
-
- getPersistDateTime() - Method in class com.neurosys.track.domain.Track
-
The time when the Token was actually persisted/tracked Vs when functionally the state was modified
- getPersistKeyTransformer() - Method in class com.neurosys.tracking.service.AbstractMasterTrackingService
-
- getPersistTrackCycleTransformer() - Method in class com.neurosys.crm.billing.etl.FindTrackCycleTransformer
-
If an out of
Cycle
TrackCycle
is found, then it is made inactive and persisted
- getPersistTransformer() - Method in class com.neurosys.common.hierarchy.AbstractHierarchyDaoImpl
-
Some dependent entities may depend on the core Entity and may need to be persisted/updated/cleaned with (after) it in the same save operation.
This accepts the Entity instance as an input
- getPersistTransformer() - Method in class com.neurosys.refs.transformers.ReferencePersistTransformer
-
The underlying Transformer to persist to data source
- getPersistTransformer() - Method in class com.neurosys.track.transformers.PersistTrackTransformer
-
- getPhone() - Method in class com.neurosys.ecom.users.domain.Address
-
- getPhone() - Method in class com.neurosys.ecom.users.domain.GenericEcomUser
-
- getPhone() - Method in interface com.neurosys.ecom.users.domain.IGenericEcomUser
-
- getPhoneListFilePath() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getPhoneNumbers() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getPlace() - Method in interface com.neurosys.q.domain.Shift
-
- getPlaces(GeoLocation) - Method in interface com.neurosys.multiorg.dao.MultiOrgDao
-
- getPlaces(Venue) - Method in interface com.neurosys.multiorg.dao.MultiOrgDao
-
- getPlaces() - Method in class com.neurosys.multiorg.domain.Venue
-
The
PlaceRef
s within a venue with multiple entry points.
- getPlaces(V) - Method in interface com.neurosys.multiorg.service.MultiOrgService
-
- getPlaces(GeoLocation) - Method in interface com.neurosys.multiorg.service.MultiOrgService
-
- getPlatformDetails() - Method in class com.neurosys.aws.sns.push.transformer.NotificationTools
-
Details generated from Platform to which the Push Notification is to be published
- getPlatformDetails() - Method in class com.neurosys.aws.sns.push.transformer.PushNotification
-
Details generated from Platform to which the Push Notification is to be published
- getPlatformPrincipal() - Method in class com.neurosys.aws.sns.push.domain.PlatformDetails
-
Platform Principal is received from the notification service.
Platform Principal Value for different Services are
APNS/APNS_SANDBOX : "SSL certificate".
GCM : not applicable.
ADM : "client id".
- getPlatformType() - Method in class com.neurosys.aws.sns.push.domain.PlatformDetails
-
- getPoint(GeoLocation) - Method in interface com.neurosys.multiorg.service.LocationService
-
- getPolicy() - Method in class com.neurosys.cluzo.adapters.XSSAntiSamySecurityAdapter
-
- getPolicyId() - Method in class com.neurosys.cluzo.adapters.XSSAntiSamySecurityAdapter
-
- getPool() - Method in class com.neurosys.odb.core.db.ODatabasePartitionPoolFactory
-
- getPool() - Method in class com.neurosys.odb.core.db.ODatabasePoolFactory
-
- getPositions(List<T>, Collection) - Method in class com.neurosys.q.service.DefaultAbstractTokenContainerService
-
- getPositions(List<T>, Collection) - Method in interface com.neurosys.q.service.TokenContainerService
-
- getPost() - Method in class com.neurosys.comments.domain.CommentAttribute
-
- getPost() - Method in class com.neurosys.posts.domain.PostAttribute
-
- getPostAction() - Method in class com.neurosys.template.service.FileTemplateStoreService
-
- getPostDetailsPanel() - Method in class com.neurosys.posts.admin.wicket.pages.panels.PostListingPanel
-
- getPostOrderStrategy() - Method in class com.neurosys.ecom.orders.service.DefaultOrderService
-
- getPostService() - Method in class com.neurosys.posts.admin.wicket.pages.postsAuthorAdmin
-
- getPreAction() - Method in class com.neurosys.template.service.FileTemplateStoreService
-
- getPrecision() - Method in class com.neurosys.ecom.orders.domain.Amount
-
When storing decimal numbers or fractions, recurring decimals
could be rounded or truncated at some point.
- getPredecessor() - Method in interface com.neurosys.etl.common.ChainAware
-
Get the item before this one in the Chain
- getPredecessor() - Method in class com.neurosys.etl.common.filters.NullFilter
-
- getPredecessor() - Method in class com.neurosys.etl.common.transformers.DefaultValueTransformer
-
- getPredicate() - Method in class com.neurosys.etl.common.filters.PredicateLinkedTransformer
-
Optional Predicate
.
- getPredicate() - Method in class com.neurosys.etl.common.mapper.behaviors.ProcessFieldMapperBehavior
-
Deprecated.
- getPredicate() - Method in class com.neurosys.etl.common.mapper.behaviors.SetEntityFieldMapperBehavior
-
If the
Predicate.test(Object)
is true then
#process
should be called
If null will only process if value passed to this is not null.
- getPredicate() - Method in class com.neurosys.events.ChangeListenerWrapperTransformer
-
- getPreEventProcess() - Method in class com.neurosys.q.notification.events.BasicTokenEvent
-
When tokens are assigned to this Event, then pre-action on tokens before the event is processed.
- getPreEventProcess() - Method in interface com.neurosys.q.notification.events.TokenEvent
-
When tokens are assigned to this Event, then pre-action on tokens before the event is processed.
- getPreferredAddress(Address, Address...) - Static method in class com.neurosys.ecom.utils.Utils
-
Get the preferred Address from a List
- getPreferredBean(Class<T>, String, ApplicationContext, Exception) - Static method in class com.neurosys.utils.BeanUtils
-
A utility method to select the Bean from the context right for the job
Use then when there are situations of multi module configurations which may supply
the context with multiple or no beans of the given type.
- getPreferredBean(Class<T>, String, ApplicationContext, String) - Static method in class com.neurosys.utils.BeanUtils
-
A utility method to select the Bean from the context right for the job
Use then when there are situations of multi module configurations which may supply
the context with multiple or no beans of the given type.
- getPrefix() - Method in class com.neurosys.etl.common.transformers.PrefixSuffixTransformer
-
Deprecated.
- getPrefix() - Method in class com.neurosys.etl.web.transformers.WebURLGeneratorTransformer
-
Server host info including protocol to be used.
- getPreOrderStrategy() - Method in class com.neurosys.ecom.orders.service.DefaultOrderService
-
- getPreProcess(B) - Method in interface com.neurosys.q.service.BatchService
-
Tokens that are not yet eligible to be in Q but are being considered.
- getPreProcess(S) - Method in interface com.neurosys.q.service.ShiftService
-
Tokens that are not yet eligible to be in Q but are being considered.
- getPreProcessStates() - Method in interface com.neurosys.q.service.QStatesStrategy
-
that are considered in pre-processing phase.
- getPrevious(O) - Method in class com.neurosys.domain.OrderByRefList
-
- getPrevious() - Method in class com.neurosys.ecom.orders.domain.SubOrder
-
In the sequence of Orders created, the previous
SubOrder
The first most element may or may not be the parent.
- getPreviousRef() - Method in interface com.neurosys.domain.OrderableByRef
-
The Reference to the Node Previous this one.
To add more meaning by convention typically Before or Previous means, this node will be pushed to the right.
- getPreviousRef() - Method in interface com.neurosys.q.domain.ReQueableToken
-
A Reference to the previous token (lower/recent sequence in a Q)
- getPrice(P, U, CONTEXT) - Method in class com.neurosys.ecom.strategy.service.DefaultSaleStrategy
-
Override to customize which price is used, in case of multi-currency variable pricing etc.
- getPricePerUnit() - Method in class com.neurosys.crm.pricing.domain.Feature
-
- getPrimaryTenant() - Method in interface com.neurosys.saas.user.domain.SAASUser
-
The Primary Tenant/
Organization
the user is associated with.
- getPrincipal(HttpServletRequest) - Method in class com.neurosys.amorphous.security.filter.AjaxSecurityFilter
-
There can be many methods, session, cookie etc..
- getPrincipal(HttpServletRequest) - Method in class com.neurosys.filters.AjaxSiteSessionSecurityFilter
-
- getPrincipalTypeRequired() - Method in class com.neurosys.filters.AjaxSiteSessionSecurityFilter
-
- getPriority() - Method in class com.neurosys.feeds.sitemap.domain.SiteMapItem
-
A Optional floating point; this value will be divided by 10 for actual output.
- getPriority() - Method in class com.neurosys.feeds.sitemap.etl.ContentPagesToSiteMapItems
-
- getPriority() - Method in class com.neurosys.feeds.sitemap.etl.MenuItemToSiteMapItems
-
- getPriority() - Method in class com.neurosys.messenger.domain.DisposableMessage
-
- getPriority() - Method in interface com.neurosys.messenger.domain.Message
-
- getProcess() - Method in class com.neurosys.etl.process.ProcessState
-
- getProcessed(B) - Method in interface com.neurosys.q.service.BatchService
-
Tokens that out of the Q and processed
- getProcessed(S) - Method in interface com.neurosys.q.service.ShiftService
-
Tokens that out of the Q and processed
- getProcessedStates() - Method in interface com.neurosys.q.service.QStatesStrategy
-
that are considered to have been processed
Being served by the system.
Those who are out of Q and have been served.
- getProcesses() - Method in class com.neurosys.etl.readers.ChainIterativeReader
-
- getProcessId() - Method in class com.neurosys.modules.etl.admin.wicket.pages.panels.ReaderProcess
-
- getProcessor() - Method in class com.neurosys.etl.common.mapper.behaviors.ProcessFieldMapperBehavior
-
Deprecated.
- getProcessor() - Method in class com.neurosys.etl.common.mapper.behaviors.SetEntityFieldMapperBehavior
-
Takes in the main Entity type of the transformation process and initializes whatever fields are require and then sets it
- getProcessor() - Method in class com.neurosys.etl.common.mapper.Mapper
-
The processor that will perform the processing activity.
- getProcessor() - Method in class com.neurosys.etl.common.transformers.AsynchronousTransformer
-
The Transformer that will be called in a separate thread with the original input as input to it.
- getProcessor() - Method in class com.neurosys.etl.common.transformers.UsesIntermediateObjectWrapper
-
The Transformer / Lookup that will do the actual transformation on the Intermediate Object
- getProcessors() - Method in interface com.neurosys.etl.common.Chain
-
Gets the
List
of processors in the chain
- getProcessors() - Method in class com.neurosys.etl.common.FilterChain
-
- getProcessors() - Method in class com.neurosys.etl.common.LookupChain
-
- getProcessors() - Method in class com.neurosys.etl.common.mapper.MapperChain
-
- getProcessors() - Method in class com.neurosys.etl.common.SerializableTransformerChain
-
- getProcessors() - Method in class com.neurosys.etl.common.TransformerChain
-
- getProcessors() - Method in class com.neurosys.etl.common.transformers.JoinTransformer
-
- getProduct() - Method in class com.neurosys.ecom.orders.domain.OrderItem
-
WARNING : After an Order is complete or periodically, ORDER ITEMS product should be nullified if the PRODUCT should be removed over time; since due to REF INTEGRITY it
will make it difficult to remove PRODUCTS from the SYSTEM.
- getProduct() - Method in class com.neurosys.products.domain.ProductAlias
-
- getProduct() - Method in class com.neurosys.products.domain.ProductAttribute
-
- getProduct() - Method in class com.neurosys.products.domain.Size
-
OneToOne
JoinColumn.name()
= product_id
- getProduct(T) - Method in interface com.neurosys.products.service.ProductService
-
A Convenience method that can identify a
Product
uniquely by any unique key.
- getProduct(T) - Method in class com.neurosys.products.service.ProductServiceImpl
-
- getProductCode() - Method in interface com.neurosys.products.domain.IProductReference
-
- getProductCode() - Method in class com.neurosys.products.domain.Product
-
A code uniquely identifies a product and has a one to one mapping with SKU.
However this is optional and a more human readable way to recognize the product in the system.
- getProductCode() - Method in class com.neurosys.products.domain.ProductReference
-
Product Code unique for all products
- getProductDao() - Method in class com.neurosys.products.wicket.model.ProductSortableDataProvider
-
- getProductId() - Method in class com.neurosys.ecom.strategy.service.LockStrategy.Lock
-
- getProductKey(P) - Method in class com.neurosys.ecom.cart.service.CartProductTransformService
-
- getProductListing(String) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductListingPanel
-
- getProductNames() - Method in class com.neurosys.ecom.cart.domain.Cart
-
- getProductPagePathLookup() - Method in class com.neurosys.products.service.CatalogAutoNav
-
Allows for an algorithm to determine the path of the product page
The Transformer
is expected to take in ProductReference as input and give the path as String
- getProductPath() - Method in class com.neurosys.products.service.CategoryProductPagePathTransformer
-
- getProducts(Collection<String>) - Method in interface com.neurosys.products.service.ProductService
-
For a given list of Product Names produce a Collection of Products matching those Names.
- getProducts(Collection<String>) - Method in class com.neurosys.products.service.ProductServiceImpl
-
For a given list of Product Names produce a Collection of Products matching those Names.
- getProductService() - Method in class com.neurosys.ecom.cart.service.AbstractCartService
-
- getProductService() - Method in class com.neurosys.ecom.strategy.service.AbstractStrategy
-
- getProductService() - Method in class com.neurosys.ecom.user.service.jaxrs.StrategiesService
-
- getProductService() - Method in class com.neurosys.modules.etl.FileToProductLookup
-
- getProductService() - Method in class com.neurosys.modules.etl.ProductPersistTransformer
-
- getProductService() - Method in class com.neurosys.modules.etl.ProductURLGeneratorTransformer
-
- getProductService() - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsPanel
-
- getProductService() - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductListingPanel
-
- getProductsForKeys(Collection, EntityManager) - Method in class com.neurosys.ecom.cart.service.CartProductTransformService
-
Convert
CartItem
keys into actual Products
- getProductsInCart(HttpServletRequest, String) - Method in class com.neurosys.ecom.user.service.jaxrs.WicketEcomUserContextUpdateService
-
- getProductTemplate(Product) - Method in class com.neurosys.products.service.ProductTemplateServiceImpl
-
- getProductTransformer() - Method in class com.neurosys.products.service.jaxrs.ProductQueryService
-
- getProductWithAttribute(String, P, List<P>) - Static method in class com.neurosys.modules.utils.Utils
-
Get the Product with the attribute != null.
- getProgress() - Method in class com.neurosys.site.model.Progression
-
- getProgressBar() - Method in class com.neurosys.site.wicket.components.ProgressMonitor
-
- getProgression() - Method in class com.neurosys.modules.etl.admin.wicket.pages.panels.ReaderProcess
-
- getProgression() - Method in class com.neurosys.site.wicket.components.progressbar.ProgressionModel
-
Return the progress in form of a Progression value object.
- getProgressMessage() - Method in class com.neurosys.site.model.Progression
-
- getProgressMonitor() - Method in class com.neurosys.modules.etl.admin.wicket.pages.panels.ETLUpload
-
- getPromotion() - Method in class com.neurosys.ecom.orders.domain.PromotionForUser
-
The Promotion name
- getPromotionDao() - Method in class com.neurosys.ecom.orders.service.DefaultPromotionService
-
- getPromotionNames() - Method in class com.neurosys.ecom.orders.domain.BaseOrderItem
-
List of any Promotion unique Names applicable
Maintaining the promotion names, since Promotions maybe removed from the DB and we want the relation to be weak
and not require a referential integrity constraint in the data model.
- getPromotions() - Method in class com.neurosys.ecom.cart.domain.Cart
-
- getPromotions(String, String) - Method in class com.neurosys.ecom.strategy.service.DefaultPromotionStrategy
-
- getPromotions(Map<P, Number>, U, Amount, Number, CONTEXT) - Method in class com.neurosys.ecom.strategy.service.DefaultPromotionStrategy
-
Note: Default implementation looks for any item not on SALE to grant the Discount.
- getPromotions(Map<P, Number>, U, Amount, Number, CONTEXT) - Method in interface com.neurosys.ecom.strategy.service.PromotionStrategy
-
- getPromotionService() - Method in class com.neurosys.ecom.strategy.service.DefaultPromotionStrategy
-
- getPromotionStrategy() - Method in class com.neurosys.ecom.strategy.service.DefaultOrderStrategy
-
- getPromotionStrategy() - Method in class com.neurosys.ecom.user.service.jaxrs.StrategiesService
-
- getProperties() - Method in class com.neurosys.amorphous.domain.GenericObject
-
JSON String
- getProperties() - Method in class com.neurosys.ecom.cart.domain.Cart
-
Deprecated.
- getProperties() - Method in class com.neurosys.etl.connectors.ResourceHandle
-
- getProperties() - Method in class com.neurosys.site.wicket.behaviors.JavaScriptMapWriterBehavior
-
- getProperties() - Method in class com.orientechnologies.orient.object.jpa.NeurosysOJPAEntityManagerFactory
-
- getPropertiesInCart(HttpServletRequest, String) - Method in class com.neurosys.ecom.user.service.jaxrs.WicketEcomUserContextUpdateService
-
- getProperty(String) - Method in class com.neurosys.configs.ConfigurationSourceBackedSpringResource
-
- getProperty(String, String) - Method in class com.neurosys.configs.service.jaxrs.DynamicConfigService
-
- getProperty() - Method in class com.neurosys.etl.process.ProcessState
-
- getProperty(String) - Method in class com.neurosys.q.notification.service.AbstractNotificationHelper
-
Get a property from the settings (static or dynamic).
- getProperty(String) - Method in class com.neurosys.site.wicket.service.SpringConfiguredContainerFactory
-
Derive class name from the environment configuration
- getPropertyAttributes() - Method in class com.neurosys.etl.process.ProcessState
-
- getPropertyBindings() - Method in class com.neurosys.etl.common.transformers.ParamsRequestToEntitiesTransformer
-
- getPropertyFilter() - Method in class com.neurosys.utils.JSONMarshaller
-
- getPropertyName() - Method in class com.neurosys.etl.common.transformers.EntityPropertyTransformer
-
A property of the Entity to be transformed
- getPropertyName() - Method in class com.neurosys.etl.process.ProcessState
-
- getPropertyPath() - Method in class com.neurosys.etl.common.transformers.ParamsRequestToEntitiesTransformer.PropertyBinding
-
- getProtocolStrict() - Method in class com.neurosys.modules.etl.WicketURLGeneratorTransformer
-
If specified will ensure it uses this protocol (replaces default) for the generated URL.
- getProvideApplicationRelPathRegEx() - Method in class com.neurosys.filters.SiteWicketFilter
-
Parent class isWicketRequest() is private however it does not provide Wicket Application
to all request threads.
- getProxyFor() - Method in class com.neurosys.user.domain.AdminUser
-
AdminUser
can be created from non
AdminUser
objects also,
In such cases, AdminUser becomes a proxy for that actual user object.
- getPublishAdapter() - Method in class com.neurosys.template.model.Template
-
- getPublishDate() - Method in class com.neurosys.feeds.domain.FeedItem
-
- getPublisher() - Method in class com.neurosys.content.service.publishers.SingleContentPerFacetPublishAdapter
-
- getPublisher(O) - Method in class com.neurosys.ecom.orders.service.SpringTemplateInvoiceService
-
Get Publisher for each instance request
- getPublisher(O) - Method in class com.neurosys.ecom.orders.service.TemplateInvoiceService
-
Get Publisher for each instance request
- getPurchaseDate() - Method in class com.neurosys.crm.billing.domain.OrgFeature
-
- getPurchaseDate() - Method in class com.neurosys.ecom.orders.domain.Order
-
Date when the order was purchased.
- getQStatesStrategy() - Method in interface com.neurosys.q.service.TokenContainerService
-
A lot of the Service API internally depend on Token states/status
- getqStrategy() - Method in class com.neurosys.q.notification.service.DefaultTokenChangeExecuteStrategyListener
-
- getQuantity() - Method in class com.neurosys.ecom.orders.domain.BaseOrderItem
-
- getQuery() - Method in class com.neurosys.dao.jpa.ExtendedJPAQuery
-
- getQuery() - Method in class com.neurosys.dao.jpa.JPACallableStatementTransformer
-
- getQuery() - Method in class com.neurosys.dao.jpa.JPAExecuteTransformer
-
- getQuery() - Method in class com.neurosys.dao.jpa.JPAQueryTransformer
-
- getQuery() - Method in interface com.neurosys.dao.QueryTransformer
-
Query to process.
- getQuery() - Method in class com.neurosys.modules.etl.QueryCacheLookup
-
Deprecated.
JPA QL default Query String for this instance
- getQuery() - Method in class com.neurosys.odb.document.etl.ODBExecuteTransformer
-
- getQuery() - Method in class com.neurosys.odb.etl.ODBQueryTransformer
-
- getQuery() - Method in class com.neurosys.products.wicket.model.ProductSortableDataProvider
-
If Query not set then construct a new one and return a Query
- getQueryInstance() - Method in class com.neurosys.ecom.etl.FileToProductLookup
-
- getQueryInstance() - Method in class com.neurosys.modules.etl.FileToEntityLookup
-
Construct Query Object; get base instance entity for
Query
- getQueryInstance() - Method in class com.neurosys.modules.etl.FileToProductLookup
-
- getQueryObject(Query<C>, boolean) - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
Create a {javax.persistence.Query} object based on conditions and criteria (input domain based
Query
)
- getQueryObject(Query<T>, boolean) - Method in class com.neurosys.dao.jpa.AbstractQueryableDaoImpl
-
Create a {javax.persistence.Query} object based on conditions and criteria (input domain based
Query
)
- getQueryObjectName() - Method in class com.neurosys.user.dao.UserDaoImpl
-
Deprecated.
- getQueryOptimizer() - Method in class com.neurosys.dao.jpa.JPAQueryTransformer
-
- getQueryOptimizer() - Method in class com.neurosys.products.service.ProductIndexSearch
-
Uses a
QueryOptimizer
to limit the joins and fields required for hierarchical records
- getQueryOptimizer() - Method in class com.neurosys.products.service.ProductServiceImpl
-
Uses a
QueryOptimizer
to limit the joins and fields required for hierarchical records
- getQueryOptimizerEntityAlias() - Method in class com.neurosys.dao.jpa.JPAQueryTransformer
-
Since the query will not change, within the Query what is the Alias of the entity/table
- getQueryService() - Method in class com.neurosys.module.service.CustomAutoNav
-
A service that can be passed context params and will return a Result Set in the format, where NAME uniquely identifies the Tuplet:
TUPLE1 as Object[3]: <Name1>,<Display Name 1>,<Parent Category Name 1>
- getQueryString(String) - Static method in class com.neurosys.utils.UrlUtils
-
Gets the Query String (after ?).
- getQueryTrackCycleTransformer() - Method in class com.neurosys.crm.billing.etl.FindTrackCycleTransformer
-
- getQueryTransformer() - Method in class com.neurosys.content.service.extractors.QueryBasedContentExtractor
-
- getQueryTransformer() - Method in class com.neurosys.etl.common.transformers.DefaultCreateEntityTransformer
-
If defined, will fetch T from query from the input
- getQueryTransformer() - Method in class com.neurosys.modules.etl.MultiCategoryLookup
-
Accepts an Array of category names.
- getRadix() - Method in class com.neurosys.etl.common.transformers.BitsToStringTransformer
-
Radix: Binary (2), Hex (6), Octal (8)
- getRate() - Method in class com.neurosys.ecom.orders.domain.ConvertedCurrencyOrder
-
- getRate(String, String) - Method in interface com.neurosys.ecom.strategy.service.CurrencyStrategy
-
Provide the rate defined by double value.
- getRating() - Method in class com.neurosys.ratings.domain.Rating
-
The actual score given
- getRatings(String, PageInfo) - Method in class com.neurosys.ratings.dao.jpa.RatingDaoImpl
-
- getRatings(String, PageInfo) - Method in interface com.neurosys.ratings.dao.RatingDao
-
- getRawConfig() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper.CKEditorConfigs
-
A raw String that will be sent/appended to config
- getRawDataModel(IModel) - Method in class com.neurosys.template.wicket.itemadapters.ListRenderAdapter
-
The actual Model for List rendering and the model for the data field may not be the same.
- getRawFormat() - Method in class com.neurosys.etl.common.transformers.DecimalFormatter
-
- getReader() - Method in interface com.neurosys.etl.common.ReaderAware
-
- getReader() - Method in class com.neurosys.modules.etl.admin.wicket.pages.panels.ReaderProcess
-
- getReadyAndRecentyProcessed() - Method in interface com.neurosys.q.service.QStatesStrategy
-
For error correction; sometimes we need to look through
recently processed tokens, to reconsider them for processing
incase of client API failures / drops; that may cause what should be
in READY states ideally, as processed since it was polled but did
not reach client.
- getReadyToBeProcessed(B, T) - Method in interface com.neurosys.q.service.BatchService
-
Get tokens ready to be processed; from lastToken (excluding it)
- getReadyToBeProcessed(C, T) - Method in class com.neurosys.q.service.DefaultAbstractTokenContainerService
-
REUSABLE
- getReadyToBeProcessed() - Method in interface com.neurosys.q.service.QStatesStrategy
-
Suitable to be Q'd and be processed.
Those who are In the Q or even Re-Qd.
- getReadyToBeProcessed(S, T) - Method in interface com.neurosys.q.service.ShiftService
-
Get tokens ready to be processed; from lastToken (excluding it)
- getRealized() - Method in class com.neurosys.ecom.orders.domain.Order
-
If the order was realized or not.
- getReason() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterResponse
-
- getRecipient() - Method in class com.neurosys.notification.domain.UserNotification
-
User or Page or Instance applicable intended to show t
- getRecipientId() - Method in class com.neurosys.events.Feedback
-
The id of the recipient of the event that is transmitting this feedback
- getRecipients() - Method in class com.neurosys.messenger.domain.DisposableMessage
-
- getRecipients() - Method in interface com.neurosys.messenger.domain.Message
-
- getRecipientsTransformer() - Method in class com.neurosys.messenger.etl.EntityMailSenderTransformer
-
Extracts a
List
of
InternetAddress
s from input entity.
- getRecordDetailsPanels() - Method in class com.neurosys.collection.admin.wicket.pages.collectionTypesAdmin
-
Define a Record Details Panel
- getRecordDetailsPanels() - Method in class com.neurosys.ecom.catalog.admin.wicket.pages.inventoryAdmin
-
Define a Record Details Panel
- getRecordDetailsPanels() - Method in class com.neurosys.ecom.customers.admin.wicket.pages.customerDataAdmin
-
Define a Record Details Panel
- getRecordDetailsPanels() - Method in class com.neurosys.ecom.customers.admin.wicket.pages.orderAdmin
-
Define a Record Details Panel
- getRecordDetailsPanels() - Method in class com.neurosys.ecom.customers.admin.wicket.pages.promotionAdmin
-
Define a Record Details Panel
- getRecordDetailsPanels() - Method in class com.neurosys.idm.admin.wicket.pages.userListAdmin
-
Define a Record Details Panel
- getRecordDetailsPanels() - Method in class com.neurosys.posts.admin.wicket.pages.panels.PostListingPanel
-
- getRecordDetailsPanels() - Method in class com.neurosys.reporting.wicket.pages.panels.ReportingAdminPanel
-
Define a Record Details Panel(s); since there maybe different Details type panels on different columns
- getRecordDetailsPanels() - Method in class com.neurosys.reporting.wicket.pages.templates.reportingAdmin
-
Define a Record Details Panel(s); since there maybe different Details type panels on different columns
- getRecordDetailsPanels() - Method in class com.neurosys.reporting.wicket.ReportingAdmin
-
Define a Record Details Panel(s); since there maybe different Details type panels on different columns
- getRecordDetailsPanels() - Method in class com.neurosys.visitors.admin.wicket.pages.visitorDataAdmin
-
Define a Record Details Panel
- getRecordNumber() - Method in class com.neurosys.pagination.domain.PageInfo
-
- getRecords() - Method in class com.neurosys.pagination.domain.Page
-
- getRecordsForReProcessing() - Method in class com.neurosys.etl.excel.readers.ExcelContextualReader
-
Whichever records require lookup of data that may not exist yet can be queued up
- getRecordTransformer() - Method in class com.neurosys.bi.reporting.AbstractReporter
-
Provide an optional; transformation over the generated records
- getRecordTransformer() - Method in interface com.neurosys.bi.reporting.Reporter
-
Provide an optional; transformation over the generated records
- getRecordType() - Method in class com.neurosys.bi.reporting.ReporterMeta
-
What is the nature of the records returned.
- getReDial() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getRedialInterval() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getRef() - Method in class com.neurosys.content.domain.ContentType
-
- getRefDetails() - Method in class com.neurosys.amorphous.domain.GenericReference
-
A class name or URL or any other reference information
- getReference() - Method in class com.neurosys.ecom.products.domain.Product
-
- getReference() - Method in class com.neurosys.module.model.ModuleUI
-
Default physical Page or component reference that represents this Module UI
- getReference() - Method in class com.neurosys.products.domain.Product
-
- getReference() - Method in class com.neurosys.refs.domain.ReferenceAlias
-
The reference that we wish to check has mapping to which other references
- getReference() - Method in class com.neurosys.refs.domain.ReferenceAliasKey
-
- getReference() - Method in class com.neurosys.template.model.Template
-
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.
- getReferences() - Method in class com.neurosys.amorphous.domain.GenericObject
-
References this Object has.
- getReferenceToPathMapping(Object...) - Method in class com.neurosys.content.service.ContentAutoNav
-
- getReferenceToPathMapping(Object...) - Method in class com.neurosys.module.service.CustomAutoNav
-
- getReferenceToPathMapping(Object...) - Method in interface com.neurosys.module.service.IMenuPathMapper
-
A
MenuItem.getRefId()
points to the raw resource that the menu points to (like classpath name).
- getReferenceToPathMapping(Object...) - Method in class com.neurosys.module.service.ModuleUIAutoNav
-
- getReferenceToPathMapping(Object...) - Method in class com.neurosys.products.service.CatalogAutoNav
-
- getReferenceType() - Method in class com.neurosys.etl.common.transformers.ContextMapperTransformer
-
- getReferredId() - Method in class com.neurosys.amorphous.domain.GenericReference
-
The id of the referred object
- getRefId() - Method in class com.neurosys.amorphous.domain.ResultRow
-
- getRefId(C) - Method in class com.neurosys.content.service.ContentAutoNav
-
- getRefId() - Method in class com.neurosys.menu.model.MenuItem
-
A String that denotes where the item Points to.
- getRefId(T) - Method in class com.neurosys.module.service.CustomAutoNav
-
- getRefId(T) - Method in class com.neurosys.module.service.HierarchyTypeAutoNav
-
An implementation of the reference to a node
- getRefId(ProductReference) - Method in class com.neurosys.products.service.CatalogAutoNav
-
- getRefMenuMapping() - Method in class com.neurosys.menu.model.AutoGenMenuItem
-
- getRefreshDuration() - Method in class com.neurosys.site.wicket.components.progressbar.ProgressBar
-
- getRegex() - Method in class com.neurosys.etl.common.transformers.RegexExtractorTransformer
-
- getRegex() - Method in class com.neurosys.etl.common.transformers.RegexReplaceTransformer
-
- getRegEx() - Method in enum com.neurosys.site.wicket.components.WicketExtendInput.SpecialTag
-
- getRegion() - Method in class com.neurosys.aws.cloudwatch.domain.RetrieveCloudWatchLogs
-
Enumeration of region names
- getRegion() - Method in class com.neurosys.aws.sns.push.transformer.PushNotification
-
Enumeration of region names
make sure that the operation to be performed is supported in the region
- getRegion() - Method in class com.neurosys.aws.sns.sms.domain.AmazonMessageSettings
-
Enumeration of region names
- getRegion() - Method in class com.neurosys.content.domain.AbstractContent
-
- getRegion() - Method in class com.neurosys.domain.Locale
-
Country or Region.
- getRegion() - Method in class com.neurosys.ecom.orders.domain.Amount
-
- getRegions() - Method in class com.neurosys.aws.sns.sms.transformer.AmazonSNSDispatcher
-
Enumeration of region names
- getRegister() - Method in class com.neurosys.module.service.DefaultModuleService
-
- getRegisterClasses() - Method in class com.neurosys.odb.object.etl.ODBPersistTransformer
-
- getRegisterClasses() - Method in class com.neurosys.odb.object.etl.ODBQueryTransformer
-
Providing a type, ensures that the class is registered with
OObjectDatabaseTx
- getRegisteredAdapter(String) - Method in class com.neurosys.scribble.AdapterService
-
- getRegisteredEntities() - Method in class com.neurosys.orient.core.entity.EntityManagerClassHandler
-
Deprecated.
- getRegularPrice() - Method in class com.neurosys.ecom.products.domain.Price
-
- getRegularPrice() - Method in class com.neurosys.ecom.products.domain.Product
-
- getRelated() - Method in class com.neurosys.refs.domain.AbstractReference
-
Any references this object has in
ReferenceAlias
.
However will not be persisted; for that use
ReferenceAlias
explicitly.
NOTE: This is a Transient
field currently, and one must explicitly populate it.
- getRelated() - Method in class com.neurosys.refs.domain.Reference
-
Any references this object has in
ReferenceAlias
.
However will not be persisted; for that use
ReferenceAlias
explicitly.
NOTE: This is a Transient
field currently, and one must explicitly populate it.
- getRelated() - Method in class com.neurosys.refs.domain.ReferenceAlias
-
- getRelated() - Method in class com.neurosys.refs.domain.ReferenceAliasKey
-
- getRelated() - Method in class com.neurosys.refs.transformers.ReferencePersistTransformer
-
- getRelatedAttribute(String) - Method in class com.neurosys.domain.Query
-
Deprecated.
- getRelatedAttributes() - Method in class com.neurosys.domain.Query
-
Deprecated.
- getRelatedEntities() - Method in class com.neurosys.modules.etl.DeleteRelatedEntitiesJPATransformer
-
A 2D Array of entity (table) and the field that is related to Core entity (Product).
Array[0]=entity name, Array[1]=Related Field name in the related entityy
Optionally: One can add Array[2]=update clause on Delete Operations to support logical delete.
Example: field_1='xyz'
Used while operations like Delete where Cascade may not be enforced and Ref.Integrity is valid.
- getRelatedEntityClass() - Method in class com.neurosys.modules.etl.RelatedEntityPersistTransformer
-
The type of the related entity to persist or remove
- getRelatedField() - Method in class com.neurosys.modules.etl.EntityUpdateResUploadActionTransformer
-
The
FacetMeta
for the field, in the entity that will be updated and sequence number derived (if
FacetMeta.isCollectionType()
).
If the context provides it and this is null then the context
FacetMeta
(key name facetMeta), will be used.
- getRelatedFieldName() - Method in class com.neurosys.modules.etl.FileToEntityLookup
-
Field name of the entity to be looked up the extracted pattern will relate to
This field should be
Queryable
- getRelatedGroups() - Method in class com.neurosys.products.domain.Product
-
A JSON string of the format ["sku":[.,.,.],"modelCode":[...],"productCode":[.,.,.]]
This defines a collection/group related to this product.
- getRelatedNavigations() - Method in class com.neurosys.content.service.ContentServiceImpl
-
Deprecated.
- getRelatedNavigations() - Method in class com.neurosys.content.service.GenericContentServiceImpl
-
- getRelatedNavigations() - Method in class com.neurosys.products.service.ProductServiceImpl
-
- getRelatedOrders(Long) - Method in interface com.neurosys.ecom.orders.dao.jpa.OrderDao
-
Get Sub-Orders or related orders in a multi part order work flow.
- getRelatedOrders(Long) - Method in class com.neurosys.ecom.orders.dao.jpa.OrderDaoImpl
-
- getRelativeClassPathToWicketPage() - Method in class com.neurosys.site.wicket.components.app.PageLocator
-
Relative path to pages referred by wicket (classpath to base Page package).
- getRelativePath(T) - Method in class com.neurosys.site.wicket.components.ResourceListView
-
The relative path so it can be viewed from the outside world.
- getRelativePath(File) - Method in class com.neurosys.site.wicket.components.WebFileListView
-
Get a relative path that can be used from the Web
- getRelativePath(String) - Method in class com.neurosys.site.wicket.components.wrappers.FileUploadWrapper
-
Get path of the resource relative to the base folder.
- getRelEntitiesDelTransformer() - Method in class com.neurosys.common.hierarchy.AbstractHierarchyDaoImpl
-
A Transformer
that accepts a String (hierarchy code), Long (id), List of Long (List of Ids) to delete from related entities.
- getRelEntitiesDelTransformer() - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
A Transformer
that accepts a String (hierarchy code), Long (id), List of Long (List of Ids) to delete from related entities.
- getRelPath() - Method in class com.neurosys.modules.etl.RelWebPathToAbsoluteTransformer
-
- getRemoteUser() - Method in class com.neurosys.amorphous.security.filter.PrincipalRequestWrapper
-
- getRenderComponentName() - Method in class com.neurosys.template.model.FacetMeta
-
An optional String that is used to represent which UI Component will be responsible for rendering this
FacetMeta
.
- getRenderHead() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper
-
- getReplacement() - Method in class com.neurosys.etl.common.transformers.ReplaceNullTransformer
-
- getReplacePattern() - Method in class com.neurosys.modules.etl.ContentNameConsumer
-
- getReplaceTransformer() - Method in class com.neurosys.etl.common.transformers.RegexReplaceTransformer
-
- getReplaceWith() - Method in class com.neurosys.etl.common.transformers.RegexCleanTransformer
-
- getReplaceWith() - Method in class com.neurosys.modules.etl.ContentNameConsumer
-
- getReport(Object[], PageInfo, Transformer) - Method in class com.neurosys.bi.reporting.DataSourceReporter
-
- getReport(Object[], PageInfo) - Method in class com.neurosys.bi.reporting.DataSourceReporter
-
- getReport(Object[], PageInfo) - Method in interface com.neurosys.bi.reporting.Reporter
-
- getReport(Object[], PageInfo) - Method in class com.neurosys.reporting.wicket.components.DataProviderReporter
-
- getReporter() - Method in class com.neurosys.bi.reporting.ReporterMeta
-
The actual backend service / component responsible for Reporting
- getReporterMeta() - Method in class com.neurosys.bi.reporting.DataSourceReporter
-
Reference to
ReporterMeta
Can be used to refer to original details about various columns in the Report.
- getReporterMeta(AUTHORIZATION_UNIT) - Method in class com.neurosys.bi.reporting.DefaultReportingService
-
- getReporterMeta(String) - Method in class com.neurosys.bi.reporting.DefaultReportingService
-
- getReporterMeta() - Method in interface com.neurosys.bi.reporting.Reporter
-
Reference to
ReporterMeta
Can be used to refer to original details about various columns in the Report.
- getReporterMeta(AUTHORIZATION_UNIT) - Method in interface com.neurosys.bi.reporting.ReportingService
-
- getReporterMeta(String) - Method in interface com.neurosys.bi.reporting.ReportingService
-
- getReporterMeta() - Method in class com.neurosys.reporting.wicket.components.DataProviderReporter
-
Reference to
ReporterMeta
Can be used to refer to original details about various columns in the Report.
- getReporterMetaMap() - Method in class com.neurosys.bi.reporting.DefaultReportingService
-
- getReporterMetasForCurrentModule(Request) - Method in class com.neurosys.reporting.wicket.pages.panels.ReportingAdminPanel
-
- getReporterMetasForCurrentModule(Request) - Method in class com.neurosys.reporting.wicket.pages.templates.reportingAdmin
-
- getReporterMetasForCurrentModule(Request) - Method in class com.neurosys.reporting.wicket.ReportingAdmin
-
- getReportQuery(String, OrderDaoImpl.ReportQuery) - Method in class com.neurosys.ecom.orders.dao.jpa.OrderDaoImpl
-
- getReportResult(List<WebMarkupContainer>) - Method in class com.neurosys.collection.admin.wicket.pages.collectionTypesAdmin
-
Define a
ReportResult
; and hook it up with Container to handle Record Details in the Report
- getReportResult(List<WebMarkupContainer>) - Method in class com.neurosys.ecom.catalog.admin.wicket.pages.inventoryAdmin
-
Define a
ReportResult
; and hook it up with Container to handle Record Details in the Report
- getReportResult(List<WebMarkupContainer>) - Method in class com.neurosys.ecom.customers.admin.wicket.pages.customerDataAdmin
-
Define a
ReportResult
; and hook it up with Container to handle Record Details in the Report
- getReportResult(List<WebMarkupContainer>) - Method in class com.neurosys.ecom.customers.admin.wicket.pages.orderAdmin
-
Define a
ReportResult
; and hook it up with Container to handle Record Details in the Report
- getReportResult(List<WebMarkupContainer>) - Method in class com.neurosys.ecom.customers.admin.wicket.pages.promotionAdmin
-
Define a
ReportResult
; and hook it up with Container to handle Record Details in the Report
- getReportResult(List<WebMarkupContainer>) - Method in class com.neurosys.idm.admin.wicket.pages.userListAdmin
-
Define a
ReportResult
; and hook it up with Container to handle Record Details in the Report
- getReportResult(List<WebMarkupContainer>) - Method in class com.neurosys.posts.admin.wicket.pages.panels.PostListingPanel
-
- getReportResult(List<WebMarkupContainer>) - Method in class com.neurosys.reporting.wicket.pages.panels.ReportingAdminPanel
-
Define a
ReportResult
; and hook it up with Container to handle Record Details in the Report
- getReportResult(List<WebMarkupContainer>) - Method in class com.neurosys.reporting.wicket.pages.templates.reportingAdmin
-
Define a
ReportResult
; and hook it up with Container to handle Record Details in the Report
- getReportResult(List<WebMarkupContainer>) - Method in class com.neurosys.reporting.wicket.ReportingAdmin
-
Define a
ReportResult
; and hook it up with Container to handle Record Details in the Report
- getReportResult(List<WebMarkupContainer>) - Method in class com.neurosys.visitors.admin.wicket.pages.visitorDataAdmin
-
Define a
ReportResult
; and hook it up with Container to handle Record Details in the Report
- getReportWriter() - Method in class com.neurosys.bi.reporting.ExportMeta
-
The actual Writer that will write the report
- getReportWriterProperties() - Method in class com.neurosys.bi.reporting.ExportMeta
-
If a reportWriter is not defined then a default writer can be instantiated and these properties to customize settings for the report
- getRepresentativeProduct(P, String) - Method in class com.neurosys.ecom.strategy.service.AbstractStrategy
-
The value or Setting of the attribute/field maybe defined in a parent Product.
- getReQStates() - Method in interface com.neurosys.q.service.QStatesStrategy
-
Re-Q States
- getRequestPoint() - Method in interface com.neurosys.q.domain.TokenRequest
-
This is the place the
Token
was REQUESTED (may or may not be same as serviced)
- getRequestUrl() - Static method in class com.neurosys.utils.WicketUtils
-
Get the complete Browser request URL
- getRequired() - Method in class com.neurosys.etl.common.transformers.ConstructEntityTransformer
-
- getResetPasswordEmailMessageSettings() - Method in class com.neurosys.ecom.user.service.UserServiceImpl
-
- getResetPasswordMailPublisher() - Method in class com.neurosys.ecom.user.service.UserServiceImpl
-
- getResource() - Method in class com.neurosys.etl.readers.BaseIterativeProcessor
-
- getResource() - Method in class com.neurosys.etl.service.ETLRunnerOptions
-
Specified Resource
- getResource(String) - Method in class com.neurosys.scribble.AdapterService
-
Resolve the script source for URL or Files.
- getResource(URI) - Static method in class com.neurosys.utils.DomainUtils
-
Resolve the script source for URL or Files.
- getResource(String) - Method in class com.neurosys.utils.ResourceFetcher
-
- getRESOURCE_FOLDER_BASE_PATHS() - Method in class com.neurosys.site.wicket.app.AppSettings
-
- getRESOURCE_REL_TO_WEB_CNTXT() - Method in class com.neurosys.site.wicket.app.AppSettings
-
- getResourceContent(File) - Method in class com.neurosys.template.service.FileTemplateStoreService
-
- getResourceContent(T) - Method in interface com.neurosys.template.service.TemplateStoreService
-
Get the contents of the template
- getResourceFolderAbsolutePaths() - Method in class com.neurosys.site.wicket.components.wrappers.FileUploadWrapper
-
Irrespective of web-relative or not, it derives the absolute path for the resources base folder(s).
- getResourceFolderbasePaths() - Method in class com.neurosys.site.wicket.components.wrappers.FileUploadWrapper
-
Default configured to property from admin configs : site.resources.folder.base
- getResourceFolderBeanName() - Method in class com.neurosys.site.wicket.app.SiteApplication
-
Default Spring Config bean name
- getResourceListView(WebMarkupContainer, List<? extends File>) - Method in class com.neurosys.document.admin.wicket.pages.panels.DocumentManagerPanel
-
- getResourceListView(WebMarkupContainer, List<? extends T>) - Method in class com.neurosys.site.wicket.components.ResourceManagerPanel
-
Override to specify which type of
ResourceListView
will be used to render the resources
- getResourceLocationMap(P) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsTemplatePanel
-
- getResourcePath(String, boolean, String, String) - Static method in class com.neurosys.site.wicket.components.FileUploadHandler
-
Get path for resource
- getResourcePaths() - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsTemplatePanel
-
- getResourcePaths() - Method in class com.neurosys.template.wicket.components.EntityDetailsTemplatePanel
-
- getResourceSourceSelector() - Method in class com.neurosys.content.admin.wicket.pages.templateManagerAdmin
-
- getResourceSourceSelector() - Method in class com.neurosys.document.admin.wicket.pages.panels.DocumentManagerPanel
-
This is the source selector for the Document list view.
- getResourceSourceSelector() - Method in class com.neurosys.site.wicket.components.ResourceManagerPanel
-
An Optional Panel that provides a source to pick the resources for this panel.
- getResourceUploader() - Method in class com.neurosys.modules.etl.EntityUpdateResUploadActionTransformer
-
Figure Web-relative paths for uploads etc from absolute path
- getResourceUploader() - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsTemplatePanel
-
- getResourceUploader() - Method in class com.neurosys.template.wicket.components.EntityDetailsTemplatePanel
-
- getResourceUploadForm() - Method in class com.neurosys.document.admin.wicket.pages.panels.DocumentManagerPanel
-
Override to do nothing if you dont need a progress bar, or even something fancier based on your needs
- getResourceUploadForm() - Method in class com.neurosys.site.wicket.components.ResourceManagerPanel
-
- getResourceUrl(Attributes, String, int) - Static method in class com.neurosys.modules.utils.Utils
-
Resource definitions that are comma separated or singular.
- getResourceUrl(Attributes, FacetMeta, int) - Static method in class com.neurosys.modules.utils.Utils
-
Resource definitions that are comma separated or singular.
- getResourceUrls(Attributes, String) - Static method in class com.neurosys.modules.utils.Utils
-
Resource definitions that are comma separated or singular.
- getResourceUrls(Attributes, FacetMeta) - Static method in class com.neurosys.modules.utils.Utils
-
Resource definitions that are comma separated or singular.
- getResponseCallback() - Method in class com.neurosys.aws.sns.sms.domain.AsynchronousSMS
-
- getResponseCallback() - Method in interface com.neurosys.messenger.domain.AsynchronousMessage
-
Callback when message has been processed
- getResponseCallback() - Method in class com.neurosys.messenger.domain.AsynchronousSMS
-
- getResponseCode() - Method in class com.neurosys.user.service.ResetPassword.ResetPasswordResponse
-
A code that can help derive the new reset password.
- getResponseFormat() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getResponseMessage() - Method in class com.neurosys.user.service.ResetPassword.ResetPasswordResponse
-
Un secured message to display / convey
- getRestrictionLevel() - Method in class com.neurosys.tracking.strategy.service.DefaultRestrictionStrategy
-
- getResultDesc() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
Result Description if any provided by the gateway to supplement the #resultCode
- getResultName() - Method in class com.neurosys.etl.common.mapper.behaviors.IntermediateResultMapperBehavior
-
Other
Mapper
s that use an
IntermediateResultMapperBehavior
result can refer to the result object (in the scope of the current iteration for the record); by this name
Note: nulls will not be kept in the intermediate result map
- getResultNamesThatAreOptional() - Method in class com.neurosys.etl.common.transformers.UsesIntermediateObjectImpl
-
- getResultNamesThatAreOptional() - Method in interface com.neurosys.etl.common.UsesIntermediateObject
-
- getResultNamesUsed() - Method in class com.neurosys.etl.common.transformers.UsesIntermediateObjectImpl
-
- getResultNamesUsed() - Method in interface com.neurosys.etl.common.UsesIntermediateObject
-
name(s) of the result variable used (optional & mandatory)
- getReturnType() - Method in class com.neurosys.etl.common.transformers.SpELTransformer
-
The expected return type of the expression
- getRoleNames() - Method in class com.neurosys.ecom.users.domain.GuestUser
-
- getRoleNames() - Method in class com.neurosys.ecom.users.domain.RegisteredUser
-
- getRoleNames() - Method in class com.neurosys.security.auth.domain.basic.BasicUser
-
- getRoleNames() - Method in interface com.neurosys.security.auth.domain.User
-
- getRoles() - Method in class com.neurosys.ecom.users.domain.RegisteredUser
-
Comma separated list of Roles
Use a String operation to search for a role or add one
- getRoles() - Method in interface com.neurosys.security.auth.domain.AuthenticationToken
-
Get the role
- getRoles() - Method in class com.neurosys.security.auth.domain.basic.BasicAuthenticationToken
-
- getRoles() - Method in class com.neurosys.security.auth.domain.basic.BasicUser
-
JSON String to represent List of Role Names
- getRoles() - Method in class com.neurosys.security.auth.service.ConfigurableRoleService
-
- getRoles() - Method in interface com.neurosys.security.auth.service.RoleService
-
Get all the
Role
s recognized by this Service
- getRoleService() - Method in class com.neurosys.security.auth.service.AuthorizationService
-
- getRoleService() - Method in interface com.neurosys.security.auth.service.IAuthorizationService
-
- getRollOverImg() - Method in class com.neurosys.menu.model.RollOverMenuItem
-
Deprecated.
- getRoot() - Method in class com.neurosys.ecom.orders.domain.RelatedOrder
-
Parent/Root order that generates this
SubOrder
If the Parent is of
SubOrder
type, then the parent of it will be null.
- getRoot(T) - Static method in class com.neurosys.utils.WicketUtils
-
For any Wicket Component
get root (top-most parent MarkupContainer
).
- getRootCause(E, Integer) - Static method in class com.neurosys.utils.BeanUtils
-
Get innermost cause upto maxDepth level.
- getRowDecorators() - Method in class com.neurosys.bi.reporting.ReporterMeta
-
A Row Decorator mentions the fieldName(s)/Column(s) whose value will be used to change the state of the row, like highlight etc.
- getRows() - Method in class com.neurosys.site.wicket.components.AssymetricGridView
-
- getRowsMerged() - Method in class com.neurosys.site.wicket.model.AssymetricDescriptor
-
- getRowStyle(int, int, Row) - Method in class com.neurosys.bi.reporting.writers.ExcelTabularDataWriter
-
- getRowTransformer() - Method in class com.neurosys.etl.common.transformers.ResultSetTransformer
-
Apply transformation to each row
- getSale(List<P>) - Method in class com.neurosys.ecom.products.dao.jpa.ProductDaoImpl
-
- getSale(List<T>) - Method in interface com.neurosys.ecom.products.dao.ProductDao
-
Get Products on Sale across Categories if specified.
- getSale() - Method in class com.neurosys.ecom.products.domain.Price
-
- getSale() - Method in class com.neurosys.ecom.products.domain.Product
-
- getSalePrice() - Method in class com.neurosys.ecom.products.domain.Price
-
- getSalePrice() - Method in class com.neurosys.ecom.products.domain.Product
-
Is the product on Sale; true implies it is
If on Sale the sale price can be offered, but this depends on the service layer.
- getSaleStrategy() - Method in class com.neurosys.ecom.cart.service.AbstractCartService
-
When allowing to add items to cart, if a
AbstractCartService.saleStrategy
is provided it will rely on it rather than actual inventory data available from persistence
- getSaleStrategy() - Method in class com.neurosys.ecom.strategy.service.DefaultOrderStrategy
-
- getSaleStrategy() - Method in class com.neurosys.ecom.user.service.jaxrs.StrategiesService
-
- getSaltLength() - Method in class com.neurosys.collection.transformers.CollectionURLGeneratorTransformer
-
- getSanitize() - Method in class com.neurosys.refs.transformers.StringToReferenceTransformer
-
The
StringToReferenceTransformer.splitter
is only applicable for collections, hence sanitization is a pre-process step that can be combined
within this for convenience as a Lot of Reference data will need screening and sanitization before it can be entertained.
- getSaveAudio() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getSaveTrackCycleTransformer() - Method in class com.neurosys.tracking.app.DefaultTrackingService
-
- getScheduledShift(V, P, String) - Method in interface com.neurosys.q.service.ShiftService
-
- getScheduledShifts(V, P) - Method in interface com.neurosys.q.service.ShiftService
-
- getScheduleTime() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getScriptComponentId() - Method in class com.neurosys.template.wicket.itemadapters.ScriptableCustomItemComponentRenderAdapter
-
- getScriptedObject(ScriptSource, File, Class[], Map<String, Object>) - Method in interface com.neurosys.scribble.domain.ScriptFactory
-
Loads and parses the script via the GroovyClassLoader.
- getScriptedObject(ScriptSource, File, Class[], Map<String, Object>) - Method in class com.neurosys.scribble.groovy.MultipleGroovyScriptFactory
-
Loads and parses the Groovy script via the GroovyClassLoader and provide it Spring Context.
- getScriptEntryMethod() - Method in class com.neurosys.scribble.transformers.ScriptTransformer
-
The method to execute as the entry point for the script that accepts a single or varargs param
- getScriptFactory() - Method in class com.neurosys.scribble.transformers.ScriptTransformer
-
- getScriptInitMethod() - Method in class com.neurosys.scribble.transformers.ScriptTransformer
-
An optional no parameter void return method in the script that serves as an initializer
- getScriptObject() - Method in class com.neurosys.scribble.transformers.ScriptTransformer
-
- getScriptSource() - Method in class com.neurosys.scribble.transformers.ScriptTransformer
-
File or Text or ScriptSource
- getScriptTemplateFileName() - Method in interface com.neurosys.menu.adapters.wicket.IClientScriptWicketMenuAdapter
-
- getScriptTemplateFileName() - Method in interface com.neurosys.menu.adapters.wicket.IClientWicketMenuAdapter
-
- getScriptTemplateFileName() - Method in class com.neurosys.menu.adapters.wicket.TigraDHTMLMenu
-
- getScriptTransformer() - Method in class com.neurosys.template.wicket.itemadapters.ScriptableCustomItemComponentRenderAdapter
-
A Transformer
that converts this components state into markup or script and appends it to the component DOM.
- getSearchable() - Method in class com.neurosys.ecom.products.domain.Product
-
Is the product searchable.
Since multiple objects for the same model are present, we may not want to show all SKU's and only some
We can explicitly turn this off for a particular SKU to omit from the search result.
- getSearchBy() - Method in class com.neurosys.lookups.AbstractCategoryLookup
-
Field name to search by for the lookup
- getSearchMap() - Method in class com.neurosys.content.service.ContentServiceImpl
-
Deprecated.
- getSearchMap() - Method in class com.neurosys.content.service.GenericContentServiceImpl
-
- getSearchMap() - Method in class com.neurosys.products.service.ProductServiceImpl
-
- getSearchService(String) - Method in class com.neurosys.content.service.ContentServiceImpl
-
Deprecated.
- getSearchService(String) - Method in interface com.neurosys.content.service.GenericContentService
-
- getSearchService(String) - Method in class com.neurosys.content.service.GenericContentServiceImpl
-
- getSearchService(String) - Method in interface com.neurosys.products.service.ProductService
-
- getSearchService(String) - Method in class com.neurosys.products.service.ProductServiceImpl
-
- getSecretAccessKey() - Method in class com.neurosys.aws.sns.sms.domain.AmazonSNSAuthenticationDetails
-
Secret Access Key of the User
- getSecretKey(String) - Static method in class com.neurosys.utils.SecurityUtils
-
This method generates a new Key each time it is called
Create a key for use in the cipher code
- getSecretKey() - Static method in class com.neurosys.utils.SecurityUtils
-
This method generates a new Key each time it is called
Create a key for use in the cipher code
- getSecretKeyString() - Static method in class com.neurosys.utils.SecurityUtils
-
Generate a 7 byte (56-bit) String
- getSecs() - Method in enum com.neurosys.messenger.domain.DefaultPriority
-
Time within seconds the message should be sent
- getSecs() - Method in interface com.neurosys.messenger.domain.Priority
-
Seconds within which the message should be sent
- getSecurityContext(ContextType...) - Method in class com.neurosys.cluzo.service.SecurityContextFactory
-
- getSeed() - Method in class com.neurosys.etl.common.transformers.SeedTransformer
-
- getSelectedItemHierarchy(T, T) - Method in class com.neurosys.menu.service.MenuHelper
-
Check if selectedItem is in item's hierarchy.
- getSelectorTransformer() - Method in class com.neurosys.etl.common.transformers.ConditionalTransformer
-
A Transformer
that is expected to take the input and return a Transformer that will finally process the input
- getSelectOverride() - Method in class com.neurosys.domain.Query
-
If we are using Joins via
Query.whereExtension
;
and say we want the Select to get only data from the Join.
- getSender() - Method in class com.neurosys.user.service.PasswordChangeListener
-
- getSenderId() - Method in class com.neurosys.aws.sns.sms.domain.AmazonMessageSettings
-
A custom ID that contains up to 11 alphanumeric characters, including at least one letter and no spaces.
- getSendLimitDurationUnit() - Method in class com.neurosys.messenger.email.service.MailerService
-
- getSendMethod() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessage
-
- getSendMethod() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getSendMethod() - Method in class com.neurosys.smsgatewaycenter.voice.domain.TextToVoiceMessage
-
- getSendMethod() - Method in class com.neurosys.smsgatewaycenter.voice.domain.VoiceRecordedMessage
-
- getSeq() - Method in class com.neurosys.ecom.users.domain.GenericEcomUser
-
- getSeq() - Method in interface com.neurosys.ecom.users.domain.IGenericEcomUser
-
Unique ID - Auto gen sequence #
- getSequence(P, int) - Method in class com.neurosys.collection.search.BaseCollectionTypeDocumentsGenerator
-
- getSequence(O) - Method in class com.neurosys.domain.OrderByRefList
-
- getSequence() - Method in class com.neurosys.etl.common.transformers.IterableToMapTransformer
-
Sequence of names to map to the variables in the order of the index of the name
- getSequence(T) - Method in interface com.neurosys.q.domain.Batch
-
Get the index of the Token
in the Batch
if it exists.
- getSequence(C, T) - Method in interface com.neurosys.q.service.TokenContainerService
-
Get the index of a
Token
ready To be served within its container
.
- getSequenceBeforeSubmit() - Method in class com.neurosys.content.admin.wicket.model.ContentManagerForm
-
- getSequenceBeforeSubmit() - Method in class com.neurosys.products.admin.wicket.components.ParentCategoriesContainer
-
- getSequenceCode(List) - Method in class com.neurosys.modules.etl.EntityUpdateResUploadActionTransformer
-
Default impl simply checks size.
- getSequenceSubOrderTransformer() - Method in class com.neurosys.ecom.orders.service.DefaultSubOrderService
-
- getSequenceSubOrderTransformer() - Method in interface com.neurosys.ecom.orders.service.SubOrderService
-
- getServerAPIKey() - Method in class com.neurosys.aws.sns.push.domain.PlatformDetails
-
Server API Key generated from the Google API Project
- getServerHostInfo() - Method in class com.neurosys.etl.web.transformers.WebURLGeneratorTransformer
-
- getServerMailLimitPerLongDuration() - Method in class com.neurosys.messenger.email.service.MailerService
-
- getService() - Method in class com.neurosys.configs.service.jaxrs.DynamicConfigService
-
- getService() - Method in class com.neurosys.content.service.jaxrs.ContentQueryService
-
- getService() - Method in class com.neurosys.ecom.etl.AreaPersistTransformer
-
- getService() - Method in class com.neurosys.ecom.etl.ExistingAreaLookup
-
- getService() - Method in class com.neurosys.ecom.orders.service.jaxrs.OrderQueryService
-
- getService() - Method in class com.neurosys.events.service.jaxrs.EventsQueryService
-
- getService() - Method in class com.neurosys.events.service.jaxrs.EventsUpdateService
-
- getService() - Method in class com.neurosys.modules.etl.ExistingProductLookup
-
- getService() - Method in class com.neurosys.modules.etl.GetNewHierarcyLookup
-
- getService() - Method in class com.neurosys.modules.etl.ProductCategoryTransformer
-
- getService() - Method in class com.neurosys.products.lookup.ProductCategoryLookup
-
- getService() - Method in class com.neurosys.products.service.jaxrs.ProductQueryService
-
- getService(String) - Static method in class com.neurosys.tracking.app.TrackingServiceFactory
-
- getServiceName() - Method in class com.neurosys.ecom.orders.domain.DeliveryDetails
-
Service used to deliver/ship
- getServicePlace() - Method in interface com.neurosys.q.domain.BatchInfo
-
PlaceRef
where the consumer will avail the services
associated with the
Token
- getServiceTrackingId() - Method in class com.neurosys.ecom.orders.domain.DeliveryDetails
-
Tracking ID provided by the service that handles the delivery
- getServletReqKeyName() - Method in class com.neurosys.etl.web.transformers.WebMapToEntitiesTransformer
-
Deprecated.
In the input Map what key is used to define the original ServletRequest
- getServletRequestContextAccessor() - Method in class com.neurosys.user.etl.UserFormTransformer
-
Expected name of the key/accessor in the input Map that will contain the HttpServletRequest
context variable
- getSession() - Method in class com.neurosys.user.service.AbstractSessionAuthService
-
- getSession() - Method in class com.neurosys.user.service.jaxrs.AbstractAnyUserUpdateService
-
- getSession() - Method in class com.neurosys.user.service.jaxrs.ServletAnyUserUpdateService
-
- getSession() - Method in class com.neurosys.user.service.jaxrs.WicketAnyUserUpdateService
-
- getSession() - Method in class com.neurosys.user.service.WicketBasicSessionAuthService
-
- getSession(Request) - Static method in class com.neurosys.utils.WicketUtils
-
- getSessionId(S) - Method in class com.neurosys.amorphous.service.ServletUserSessionAdapter
-
- getSessionId(S) - Method in interface com.neurosys.amorphous.service.UserSessionAdapter
-
Get the web session id for the Session object
- getSessionId() - Method in class com.neurosys.ecom.cart.domain.Cart
-
- getSessionId(S) - Method in class com.neurosys.ecom.cart.service.AbstractCartService
-
Get the Id associated with the Session
- getSessionId(S) - Method in class com.neurosys.ecom.cart.service.wicket.ServletCartService
-
- getSessionId(S) - Method in class com.neurosys.ecom.cart.service.wicket.WicketCartService
-
- getSessionId() - Method in class com.neurosys.ecom.strategy.service.LockStrategy.Lock
-
Same user could have multiple sessions; so allow locking @ session level
- getSessionId(S) - Method in class com.neurosys.site.wicket.service.WicketBasicSessionAdapter
-
- getSessionUser(HttpServletRequest) - Method in class com.neurosys.user.etl.UserFormTransformer
-
- getSetting() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessage
-
- getSetting() - Method in class com.neurosys.smsgatewaycenter.voice.SMSGatewayCenterVoiceMessageFactory
-
Default settings for SMSGatewayeCenter messages
- getSettings() - Method in class com.neurosys.aws.sns.sms.domain.SMS
-
- getSettings(M) - Method in interface com.neurosys.messenger.dispatchers.GenericDispatcher
-
A mild enforcement of a common method to getSettings() for a Dispatcher
- getSevere() - Method in exception com.neurosys.exception.Warning
-
Higher the value, the more the severe
- getSeverity() - Method in class com.neurosys.notification.domain.UserNotification
-
A string that indicates the severity of the Notification.
- getSHA1DigestHash(byte[]) - Static method in class com.neurosys.utils.MarshalUtils
-
Get a HexaDecimal Hash Code (SHA1 Digest) for a stream of bytes
- getSHA1DigestHash(InputStream) - Static method in class com.neurosys.utils.MarshalUtils
-
Get HEX String (SHA1 Digest) for the stream
- getShareablePageHeader(E, List<String>) - Method in interface com.neurosys.module.model.ShareablePage
-
For a given entity derive its Shared content header script
- getSheet(int) - Method in class com.neurosys.bi.reporting.writers.ExcelTabularDataWriter
-
- getShell() - Method in interface com.neurosys.site.model.IBasicSession
-
Some sessions may want to discourage access to the shell itself
As a best practice avoid working with the shell directly,
and create methods that internally call the shell from your session.
- getShell() - Method in class com.neurosys.site.wicket.components.session.BasicSession
-
Some sessions may want to discourage access to the shell itself
As a best practice avoid working with the shell directly,
and create methods that internally call the shell from your session.
- getShellForThread() - Static method in class com.neurosys.filters.UserShellToThreadLocalFilter
-
- getShift() - Method in interface com.neurosys.q.domain.Route
-
- getShift(Object) - Method in interface com.neurosys.q.service.ShiftService
-
- getShift(Long) - Method in interface com.neurosys.q.service.TokenManager
-
Fetch a Shift by Id
- getShifts(S) - Method in interface com.neurosys.q.dao.ShiftDao
-
- getShipping() - Method in class com.neurosys.ecom.logistics.domain.Area
-
Do shipments happen to this area
- getShippingAmount() - Method in class com.neurosys.ecom.orders.domain.BaseOrderItem
-
Amount
spent on shipping for ordering quantity items.
If a product is purchased with N units ; then amount is for all N units.
- getShippingData() - Method in class com.neurosys.ecom.products.domain.Product
-
Shipping related info.
- getShippingStrategy() - Method in class com.neurosys.ecom.strategy.service.DefaultOrderStrategy
-
- getShippingStrategy() - Method in class com.neurosys.ecom.user.service.jaxrs.StrategiesService
-
- getShippingTariff() - Method in class com.neurosys.ecom.logistics.domain.Area
-
Any additional Shipping tariff detail.
- getShoppingCart() - Method in class com.neurosys.ecom.model.EComUserShell
-
- getShoppingCart() - Method in class com.neurosys.ecom.wicket.components.EComSession
-
- getSingleEnclosureSymbols() - Method in class com.neurosys.cluzo.adapters.CodeSnifferSecurityAdapter
-
Single enclosures like ', ""
- getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class com.neurosys.amorphous.service.jaxrs.io.AbstractWriter
-
- getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class com.neurosys.amorphous.service.jaxrs.io.TransformerWriter
-
- getSize() - Method in class com.neurosys.ecom.products.domain.Product
-
Size - Measurement, Dimensions, Fit
- getSize(P) - Method in class com.neurosys.ecom.search.SizeDimensionFieldGenerator
-
- getSize(P) - Method in class com.neurosys.ecom.search.SizeFieldGenerator
-
- getSize() - Method in class com.neurosys.messenger.processors.readers.IMAPMailBoxReader
-
- getSize(P) - Method in class com.neurosys.modules.search.SizeDimensionFieldGenerator
-
- getSize(P) - Method in class com.neurosys.modules.search.SizeFieldGenerator
-
- getSizeFitToCodeTransformer() - Method in class com.neurosys.modules.etl.SizeToStringTransformer
-
Optional transformer, if provided will bypass standard
SizeFit
conversion to using this.
- getSizeKB(T) - Method in class com.neurosys.site.wicket.components.ResourceListView
-
- getSizeKB(File) - Method in class com.neurosys.site.wicket.components.WebFileListView
-
- getSkipDays() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel
-
- getSkipHours() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel
-
- getSku() - Method in class com.neurosys.ecom.orders.domain.OrderItem
-
- getSku() - Method in interface com.neurosys.ecom.products.domain.IProductReference
-
- getSku() - Method in class com.neurosys.ecom.products.domain.Product
-
SKU - Stock Keeping Unit, uniquely identifies a product in stock
In face this product represents a collection then also this maybe null since
business may not have defined this for a group of products.
- getSku() - Method in class com.neurosys.ecom.products.domain.ProductReference
-
SKU unique for all products
- getSnsClient() - Method in class com.neurosys.aws.sns.push.domain.PlatformMessageDeliveryAttributes
-
Client for accessing Amazon SNS.
- getSnsClient() - Method in class com.neurosys.aws.sns.push.transformer.NotificationTools
-
Client for accessing Amazon SNS.
- getSnsClient() - Method in class com.neurosys.aws.sns.push.transformer.PushNotification
-
Client for accessing Amazon SNS.
- getSnsClient() - Method in class com.neurosys.aws.sns.sms.domain.MessageDeliveryAttributes
-
Client for accessing Amazon SNS.
- getSnsClient() - Method in class com.neurosys.aws.sns.sms.transformer.AmazonSNSDispatcher
-
Client for accessing Amazon SNS.
- getSort() - Method in class com.neurosys.menu.service.MergeMenus
-
An Optional Sorting algorithm to apply on merged children
- getSort() - Method in class com.neurosys.module.service.CustomAutoNav
-
- getSource() - Method in class com.neurosys.configs.ConfigurationSourceBackedSpringResource
-
- getSource() - Method in class com.neurosys.configs.ConfigurationSourceWithAuthorizableConfigs
-
Deprecated.
- getSource() - Method in class com.neurosys.feeds.domain.FeedItem
-
- getSource() - Method in class com.neurosys.notification.service.UserNotificationGenerator
-
A
Transformer
that takes in the input and generates a raw
Collection
of M of Data or a Message Object
- getSourceAddress() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
- getSourceLocation() - Method in class com.neurosys.etl.readers.BaseIterativeProcessor
-
- getSourceLocation() - Method in interface com.neurosys.etl.readers.RealTimeLineReader
-
- getSourceLocation() - Method in class com.neurosys.messenger.processors.readers.IMAPMailBoxReader
-
- getSpacedName(String) - Static method in class com.neurosys.utils.DomainUtils
-
Insert Spaces to make them more user friendly to read
- getSpecialTags() - Method in class com.neurosys.site.wicket.components.WicketExtendInput
-
{@literal get the Special Tags like tag value.
- getSpecificEntityFields(Class<T>, Class<SUB_T>) - Static method in class com.neurosys.utils.DomainUtils
-
Get fields that should be excluded for a
Query
so that the resultant fields are common between
T & SUB_T.
- getSpecificTypeNumber(Number, Class<? extends Number>) - Static method in class com.neurosys.etl.common.transformers.NumberTransformer
-
- getSpecificTypeReaders() - Method in class com.neurosys.amorphous.service.jaxrs.io.AbstractReader
-
Deprecated.
- getSplitter() - Method in class com.neurosys.refs.transformers.StringToReferenceTransformer
-
A
StringToListTransformer
that will ensure following:
Any String input that is delimited is tokenized with the tokens processed
The output will be a
List
is String
- getSpringAppContext() - Method in class com.neurosys.modules.etl.VelocityContentTransformer
-
- getSpringBean(String) - Method in class com.neurosys.seo.ajax.wicket.filters.SEOAjaxGenPagesWicketFilter
-
- getStaff() - Method in interface com.neurosys.q.domain.Shift
-
- getStartCol() - Method in class com.neurosys.bi.reporting.writers.ExcelTabularDataWriter
-
Optional fields that allow the writing from an index other than 0
- getStartDate() - Method in interface com.neurosys.domain.DateRange
-
- getStartDate() - Method in class com.neurosys.events.domain.AbstractEvent
-
- getStartDate() - Method in interface com.neurosys.q.domain.Shift
-
- getStarted() - Method in class com.neurosys.crm.billing.domain.Cycle
-
Date the Cycle actually started or meant to start
- getStartRow() - Method in class com.neurosys.bi.reporting.writers.ExcelTabularDataWriter
-
Optional fields that allow the writing from an index other than 0
- getState() - Method in class com.neurosys.ecom.orders.domain.DeliveryDetails
-
Current state of Delivery
- getState() - Method in class com.neurosys.ecom.orders.strategy.ExceptionalOrderConversation
-
- getState() - Method in class com.neurosys.ecom.users.domain.Address
-
- getState() - Method in class com.neurosys.etl.common.transformers.BitMaskTransformer
-
Operation state:
null - It will simply fetch the state of the bit as a Boolean result
true - It will switch ON the bit in the input and return a Number with the bit ON
false - It will switch OFF the bit in the input and return a Number with the bit OFF
- getState() - Method in class com.neurosys.etl.excel.readers.ExcelRowByRowReader
-
- getState() - Method in interface com.neurosys.etl.process.ControllableProcess
-
Get current state of process
- getState() - Method in class com.neurosys.etl.readers.ChainIterativeReader
-
- getState() - Method in class com.neurosys.etl.readers.ExecuteJobReader
-
- getState() - Method in class com.neurosys.etl.readers.FileReader
-
- getState() - Method in class com.neurosys.menu.model.Menu
-
- getState() - Method in interface com.neurosys.messenger.domain.MessageResponse
-
Get any state for the original
Message
- getState() - Method in class com.neurosys.modules.etl.admin.wicket.pages.panels.ReaderProcess
-
- getState() - Method in class com.neurosys.security.auth.domain.Authorization
-
- getState() - Method in exception com.neurosys.security.auth.service.AuthorizationException
-
- getState() - Method in class com.neurosys.track.domain.TrackInfo
-
Meta data typically in JSON format or an Id or name of a Rule to describe context around current
- getStatelessHint() - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsPanel
-
- getStatelessHint() - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsTemplatePanel
-
- getStatelessHint() - Method in class com.neurosys.reporting.wicket.components.ReportResult
-
- getStatelessHint() - Method in class com.neurosys.template.wicket.components.EntityDetailsTemplatePanel
-
- getStateMap() - Method in class com.neurosys.template.model.MultiStateFacetMeta
-
- getStaticPageTemplate() - Method in class com.neurosys.site.wicket.components.app.StaticPageMountPointLoader
-
- getStatus() - Method in class com.neurosys.configs.AbstractConfiguration
-
- getStatus() - Method in class com.neurosys.content.domain.AbstractContent
-
- getStatus() - Method in interface com.neurosys.content.domain.Content
-
- getStatus() - Method in interface com.neurosys.content.domain.PageIdentifier
-
- getStatus() - Method in class com.neurosys.content.service.ContentContext
-
- getStatus() - Method in class com.neurosys.ecom.orders.domain.BaseOrderItem
-
- getStatus() - Method in class com.neurosys.ecom.orders.domain.PromotionForUser
-
Any status for record keeping
- getStatus() - Method in class com.neurosys.events.Feedback
-
- getStatus() - Method in class com.neurosys.notification.domain.UserNotification
-
Optional status.
- getStatus() - Method in interface com.neurosys.q.domain.Token
-
- getStatus() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterResponse
-
- getStatusCode() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterResponse
-
- getStatusDate() - Method in class com.neurosys.content.domain.AbstractContent
-
- getStatusDate() - Method in interface com.neurosys.content.domain.Content
-
The Date when the #status
was updated, or would be changed (incase of a scheduled change)
- getStatusDate() - Method in class com.neurosys.ecom.orders.domain.Order
-
- getStatusDate() - Method in interface com.neurosys.workflow.domain.FlowState
-
- getStatusFrom() - Method in class com.neurosys.modules.etl.ContentFacetRevert
-
Status from which the facet value will be copied
- getStatusQueue() - Method in class com.neurosys.site.wicket.components.progressbar.MultipleStatusTrackingProgression
-
- getStaus(String, Map<String, String[]>) - Static method in class com.neurosys.content.service.MountPathReLoader
-
Convenience method to check for status in the Page or Param Map.
- getSteps() - Method in class com.neurosys.ecom.orders.domain.Order
-
In a multi-step Work Flow, the steps are captured that were performed.
- getStorageRelativePath(T) - Method in class com.neurosys.site.wicket.components.ResourceListView
-
This path is a path that is indicative of where it is stored on the system
relative to some common reference that sis configured.
- getStorageRelativePath(File) - Method in class com.neurosys.site.wicket.components.WebFileListView
-
- getStrategiesVersion() - Method in class com.neurosys.ecom.orders.domain.Order
-
- getStrategiesVerson() - Method in class com.neurosys.ecom.strategy.service.DefaultOrderStrategy
-
JSON Map String of all Strategies version used for the order.
- getStrategy() - Method in class com.neurosys.tracking.app.DefaultTrackingService
-
- getStringAtIndexFromDelimittedString(String, int, String) - Static method in class com.neurosys.utils.MarshalUtils
-
From a String that represents say a comma separated value or some other delimiter.
- getSubAmounts() - Method in class com.neurosys.ecom.orders.domain.Amount
-
A Transient
field, if NOT null, will also track any sub-calculations (AAmount) used in cumulative operations
while calculating this Amount.
- getSubFeedConsumers() - Method in class com.neurosys.feeds.etl.AbstractFeed
-
These consume this
Feed
and add to it.
- getSubFeedSuppliers() - Method in class com.neurosys.feeds.etl.AbstractFeed
-
A sub-feed in the format.
- getSubject() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
- getSubMenuContainer(MenuItemState, WebMarkupContainer) - Method in class com.neurosys.site.wicket.panels.RecursiveListBasedMenuPanel
-
- getSubmitTransformer() - Method in class com.neurosys.amorphous.service.jaxrs.GenericFormService
-
Takes a
List
of entities defined in sequence by
#entities
and validates them.
- getSubmitTransformer() - Method in class com.neurosys.template.model.FacetMeta
-
During Submission of the data one can apply this.
- getSubmitTransformer() - Method in class com.neurosys.template.model.Template
-
Entity level submission; the entity is the input to the
Transformer
During Submission of the entity backing the template one can apply this.
The exact order of the calling is usage dependent, but typically it will be @ the end of the process after all the fields
FacetMeta.getSubmitTransformer()
are processed.
- getSubModules() - Method in class com.neurosys.module.model.Module
-
Deprecated.
- getSubTenantsFromPrimaryOrgTransformer() - Method in class com.neurosys.saas.user.service.LogonChangeListener
-
Assuming the tenant is a Hierarchy we will need to resolve it to its sub-tenants also to ensure, a person with access to parent tenant
can also access sub-tenants.
- getSucceded() - Method in class com.neurosys.ecom.orders.domain.RelatedOrder
-
If another
RelatedOrder
is created for this one that succeeds it.
- getSucceded() - Method in class com.neurosys.ecom.orders.domain.SubOrder
-
If A
SubOrder
is created for this one that succeeds it.
This reflects both (linear or hierarchical) succession.
- getSuccess() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
Was the transaction successful or Not
Note: A Transaction may have two aspects.
- getSuccessFeedbackRoleArn() - Method in class com.neurosys.aws.sns.push.domain.PlatformMessageDeliveryAttributes
-
Stores the IAM Role which would receive Feedback in case of a successful Message Delivery
- getSuccessFeedbackRoleArn() - Method in class com.neurosys.aws.sns.sms.domain.MessageDeliveryAttributes
-
Stores the IAM Role which would receive Feedback in case of a successful Message Delivery
- getSuccessFeedbackSampleRate() - Method in class com.neurosys.aws.sns.push.domain.PlatformMessageDeliveryAttributes
-
Stores the percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs.
- getSuccessFeedbackSampleRate() - Method in class com.neurosys.aws.sns.sms.domain.MessageDeliveryAttributes
-
Stores the percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs.
- getSuccessMessage() - Method in class com.neurosys.events.FlowStatusChangeListenerWrapperTransformer
-
If not null will be used to provide Feedback success message as
Status
, String or
Transformer
on int (level of error)
- getSuffix() - Method in class com.neurosys.etl.common.transformers.PrefixSuffixTransformer
-
Deprecated.
- getSuperAdmin() - Method in interface com.neurosys.saas.user.domain.SAASUser
-
Whether the
extends Organization>
is allowed to have access to all
Organization
s.
- getSupportedSizeTypes() - Method in class com.neurosys.template.wicket.itemadapters.SizeRenderAdapter
-
- getSupportedType() - Method in class com.neurosys.amorphous.service.jaxrs.io.TransformerWriter
-
The
Class
and its child types, this
MessageBodyWriter
will work for
- getSupportPartialMatchOn() - Method in class com.neurosys.modules.etl.FileToProductLookup
-
- getSymmetricEnclosureSymbols() - Method in class com.neurosys.cluzo.adapters.CodeSnifferSecurityAdapter
-
Symmetric enclosures like (),{},[]
Defines as List of Pairs (Arrays of 2 elements)
- getSynched() - Method in class com.neurosys.track.domain.TrackInfo
-
If and when the record was synched (ACKNOWLEDGED) with a central or peer system.
- getSystemDateTime() - Method in interface com.neurosys.q.service.TokenDispatcher
-
Client systems that access this need to synchronize clocks,
If they want to communicate with server.
- getSystemDateTime() - Method in interface com.neurosys.q.service.TokenManager
-
Client systems that access this need to synchronize clocks,
If they want to communicate with server.
- getTagAttributes() - Method in class com.neurosys.site.wicket.components.DynamicFormField
-
Any attributes on the tag
- getTags() - Method in class com.neurosys.amorphous.domain.GenericObject
-
Comma separated list of tags
- getTags() - Method in class com.neurosys.notification.domain.UserNotification
-
Useful in grouping notifications in categories and sub-categories
- getTags() - Method in class com.neurosys.products.domain.Product
-
Comma separated list of tag Ids
- getTagType() - Method in class com.neurosys.site.wicket.components.DynamicFormField
-
The name of the HTML tag
- getTargetClass() - Method in class com.neurosys.etl.common.transformers.MethodInvokingTransformer
-
- getTargetMethod() - Method in class com.neurosys.etl.common.transformers.MethodInvokingTransformer
-
- getTargetObject() - Method in class com.neurosys.etl.common.transformers.MethodInvokingTransformer
-
- getTargetPostDetailsPanel() - Method in class com.neurosys.posts.admin.wicket.pages.components.PostListingReportResult
-
- getTargetProductDetailsPanel() - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductListingPanel
-
- getTargetUpdatePanel() - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductCategoryPanel
-
- getTargetUpdatePanel() - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsPanel
-
- getTax() - Method in class com.neurosys.ecom.orders.domain.Amount
-
- getTaxData() - Method in class com.neurosys.ecom.products.domain.Product
-
Taxation related Info.
- getTaxDataForProduct(P) - Method in class com.neurosys.ecom.strategy.service.DefaultTaxStrategy
-
Taxes are ususally applicable to all components
So provide convenient reusable method for getting Tax Data
By Default this matches
DefaultTaxStrategy
and gets data for
#getRepresentativeProduct(Product, "taxData")
- getTaxDataForProduct(P) - Method in interface com.neurosys.ecom.strategy.service.TaxStrategy
-
Taxes are usually applicable to all components
So provide convenient reusable method for getting Tax Data
By Default this matches
DefaultTaxStrategy
and gets data for
#getRepresentativeProduct(Product, "taxData")
- getTaxReverseCaculated() - Method in class com.neurosys.ecom.orders.domain.Amount
-
In some cases the tax maybe already included in the product/item value.
- getTaxReverseCaculated() - Method in class com.neurosys.ecom.strategy.service.DefaultTaxStrategy
-
- getTaxReverseCaculated() - Method in interface com.neurosys.ecom.strategy.service.TaxStrategy
-
If Tax is calculated reverse from Total; then true
- getTaxStrategy() - Method in class com.neurosys.ecom.strategy.service.AbstractChargeStrategy
-
Tax can be factored into any other Strategy, so providing by default
- getTaxStrategy() - Method in class com.neurosys.ecom.user.service.jaxrs.StrategiesService
-
- getTempDelayBetweenBatches() - Method in class com.neurosys.messenger.email.service.MailerService
-
During bulk mailing operations, what is the delay in milli-secs between any 2 consequitive batches
- getTempFilePath() - Method in class com.neurosys.nexmo.voice.transformer.NexmoTextToSpeechCallDispatcher
-
- getTemplate() - Method in class com.neurosys.content.service.publishers.VelocityContentPublisher
-
- getTemplate() - Method in class com.neurosys.content.wicket.pages.panel.TemplatePanel
-
- getTemplate() - Method in class com.neurosys.content.wicket.pages.TemplatePage
-
Get the associated
Template
with this component.
- getTemplate() - Method in class com.neurosys.notification.service.UserNotificationGenerator
-
A template to Construct Notification messages from
- getTemplate() - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsPanel
-
- getTemplate(String, String) - Method in class com.neurosys.template.service.FileTemplateStoreService
-
- getTemplate(Query<Template>) - Method in interface com.neurosys.template.service.TemplateService
-
Get the Template based on a Query
- getTemplate(Query<Template>) - Method in class com.neurosys.template.service.TemplateServiceImpl
-
- getTemplate(String, String) - Method in interface com.neurosys.template.service.TemplateStoreService
-
Get Template from id and/or path
- getTemplateByName(String) - Method in interface com.neurosys.template.service.TemplateService
-
- getTemplateByName(String) - Method in class com.neurosys.template.service.TemplateServiceImpl
-
- getTemplateByRefId(String) - Method in interface com.neurosys.template.service.TemplateService
-
Use whatever reference identifier is used to refer to the template like name or bean-name (if templates defined in Spring configs) etc
Note, the Ref-id is not the same as
Template.getId()
or
Template.getName()
; but can be different yet unique based
on the implementation scheme of creating templates and referring to them.
- getTemplateByRefId(String) - Method in class com.neurosys.template.service.TemplateServiceImpl
-
- getTemplateForChild() - Method in class com.neurosys.template.model.CategoryTemplate
-
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.
- getTemplateHistoryAsMarkup(File) - Method in class com.neurosys.template.service.FileTemplateStoreService
-
- getTemplateHistoryAsMarkup(T) - Method in interface com.neurosys.template.service.TemplateStoreService
-
Get the history of the template edits (if possible) as Markup (HTML) or JSON
- getTemplateId(File) - Method in class com.neurosys.template.service.FileTemplateStoreService
-
- getTemplateId(T) - Method in interface com.neurosys.template.service.TemplateStoreService
-
Get system id for the template
- getTemplateInstance() - Method in class com.neurosys.etl.common.transformers.ProxyInstanceTransformer
-
proxy a given TemplateInstance
- getTemplateNameIdForContent(String, Locale) - Method in class com.neurosys.template.service.PostTemplateServiceImpl
-
This method was created for pages to derive which Template they belong to.
- getTemplateNameIdForContent(String, Locale) - Method in interface com.neurosys.template.service.TemplateService
-
- getTemplateNameIdForContent(String, Locale) - Method in class com.neurosys.template.service.TemplateServiceImpl
-
This method was created for pages to derive which Template they belong to.
- getTemplatePageClass() - Method in class com.neurosys.content.wicket.pages.CategoryTemplatePage
-
Deprecated.
- getTemplatePageClass() - Method in class com.neurosys.content.wicket.pages.TemplatePage
-
- getTemplatePanelClass() - Method in class com.neurosys.template.wicket.components.TemplateSearchParams
-
- getTemplatePath() - Method in class com.neurosys.modules.etl.VelocityTransformer
-
Template
Path as per velocity conventions
- getTemplatePath(File) - Method in class com.neurosys.template.service.FileTemplateStoreService
-
- getTemplatePath(T) - Method in interface com.neurosys.template.service.TemplateStoreService
-
Get the system path for the template
- getTemplatePattern() - Method in class com.neurosys.modules.etl.VelocityEntityUpdateResUploadActionTransformer
-
A pattern defined by Velocity Template Language (VTL) that uses variables.
Variable types can be
entity.<name of field>
or
<context variable>
or
sequenceCode.
sequenceCode a special variable as int type, that is determined based on the last sequence if paths are already assigned to
EntityUpdateResUploadActionTransformer.relatedField
.
- getTemplates(Class...) - Method in interface com.neurosys.template.service.TemplateService
-
Get all templates available to context.
- getTemplates(Class...) - Method in class com.neurosys.template.service.TemplateServiceImpl
-
- getTemplateService() - Method in class com.neurosys.content.service.ContentAutoNav
-
- getTemplateService() - Method in class com.neurosys.content.service.ContentServiceImpl
-
Deprecated.
- getTemplateService() - Method in class com.neurosys.content.service.GenericContentServiceImpl
-
- getTemplateService() - Method in class com.neurosys.template.wicket.components.TemplatePageLocator
-
- getTemplateService() - Method in class com.neurosys.template.wicket.components.TemplatePageMounter
-
- getTemplateType(File) - Method in class com.neurosys.template.service.FileTemplateStoreService
-
- getTemplateType(T) - Method in interface com.neurosys.template.service.TemplateStoreService
-
Get a type that the template represents.
- getTenantEntityName() - Method in class com.neurosys.saas.etl.TenantContextJPAQueryTransformer
-
Which JPA entity is Tenant/Organization representing
- getTenantId() - Method in interface com.neurosys.saas.domain.MultiTenantRecord
-
Immediate tenant Id this record belongs to
Typically for example this could be an
Organization.getId()
Also, because this method is expected to be derived in some cases a setter is optional.
- getTenantJoin() - Method in class com.neurosys.saas.etl.TenantContextJPAQueryTransformer
-
If not null will add to the end of the query
AND <org=venue.owenerOrganization>
OR {@code OR {@code
- getTenantName(T) - Method in class com.neurosys.saas.etl.FindConfigForTenant
-
System wide unique name per tenant
- getTenantName(T) - Method in class com.neurosys.saas.etl.FindConfigsForTenant
-
System wide unique name per tenant
- getTenantName(T) - Method in class com.neurosys.saas.etl.VerifyShellAccessToTenantTransformer
-
System wide unique name per tenant
- getTenants() - Method in interface com.neurosys.saas.user.domain.SAASUser
-
All Tenant/
Organization
s the user is intended to have access to.
- getTestString() - Method in class com.neurosys.amorphous.service.jaxrs.AnyWebService
-
- getTestString() - Method in class com.neurosys.amorphous.service.jaxrs.GenericObjectQueryService
-
Test method to see if service is up and running
- getTestString() - Method in interface com.neurosys.amorphous.service.jaxrs.IGenericObjectQueryService
-
Test method to see if service is up and running
- getTestString() - Method in class com.neurosys.events.service.jaxrs.EventsQueryService
-
Test method to see if service is up and running
- getTestString() - Method in interface com.neurosys.events.service.jaxrs.IEventsQueryService
-
Test method to see if service is up and running
- getTestVoice() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getText() - Method in class com.neurosys.comments.domain.Comment
-
- getText() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getTextFormat() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getTextSupplier() - Method in class com.neurosys.etl.common.transformers.FileWriterTransformer
-
- getThisAndParents(ProductReference) - Method in class com.neurosys.products.service.ProductContextUtils
-
- getThisAndParents(P) - Method in class com.neurosys.products.service.ProductContextUtils
-
- getThisInstancePort() - Method in class com.neurosys.hazelcast.etl.SetupHazelCastInstance
-
What is the port# of this VM instance
- getThisInstancePort() - Method in class com.neurosys.hazelcast.etl.SetupHazelCastInstances
-
Deprecated.
What is the port# of this VM instance
- getThreadLocal() - Method in class com.neurosys.collection.transformers.ProcessAccessToCollectionTransformer
-
- getThreadLocal() - Method in class com.neurosys.etl.common.transformers.ThreadLocalTransformer
-
- getThrowableToMessage() - Method in class com.neurosys.ecom.user.service.jaxrs.StrategiesService
-
Marshal errors to just their messages
- getTIMEOUT_LOAD_IO_SECONDS() - Method in class com.neurosys.etl.excel.readers.ExcelRowByRowReader
-
The time it should load the file in
- getTimeZone() - Method in class com.neurosys.events.domain.AbstractEvent
-
- getTitle() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel
-
- getTitle() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel.Image
-
- getTitle() - Method in class com.neurosys.feeds.rss2.domain.RSS2Item
-
- getTo() - Method in class com.neurosys.domain.TwoWayTransformer
-
Standard forward transform
- getToAddress() - Method in class com.neurosys.multiorg.domain.VMConnectInfo
-
The network Address of the VM; like an IP address with port#.
Example: 192.168.4.6:4589
- getToken() - Method in exception com.neurosys.q.domain.exceptions.TokenProcessingException
-
The current token on which the Exception occoured
- getToken() - Method in class com.neurosys.q.domain.TokenPosition
-
- getToken() - Method in class com.neurosys.q.notification.events.BasicTokenEvent
-
- getToken() - Method in interface com.neurosys.q.notification.events.SingleTokenEvent
-
- getTokenEventSupplier() - Method in class com.neurosys.q.notification.events.SynchronousTokenChangeEventSupplierBackedListener
-
- getTokenPriority(T) - Method in interface com.neurosys.q.service.QStrategy
-
A
Number
where higher denotes more important
and lesser denotes lesser importance.
- getTokens() - Method in interface com.neurosys.q.domain.Batch
-
Gets the current tokens in the Batch
Please note that the state of tokens can keep changing real-time.
- getTokens() - Method in class com.neurosys.q.notification.events.BasicTokenEvent
-
- getTokens() - Method in interface com.neurosys.q.notification.events.MultipleTokenEvent
-
- getTokens() - Method in interface com.neurosys.q.notification.events.SupplierTokenEvent
-
- getTokens(B, T, Collection) - Method in interface com.neurosys.q.service.BatchService
-
Fetch tokens across multiple states @ once
- getTokens(B) - Method in interface com.neurosys.q.service.BatchService
-
Get all tokens ever
- getTokens(C, T, T, Collection, PageInfo) - Method in class com.neurosys.q.service.DefaultAbstractTokenContainerService
-
REUSABLE
- getTokens(C, T, Collection) - Method in class com.neurosys.q.service.DefaultAbstractTokenContainerService
-
REUSABLE
- getTokens(C, Collection, String) - Method in class com.neurosys.q.service.DefaultAbstractTokenContainerService
-
For a given
Token
Field name, where each element in the
Collection
matches the
Token
field value; fetch
Token
Example: If we wish to get all tokens with GUIDs in a set.
- getTokens(C) - Method in class com.neurosys.q.service.DefaultAbstractTokenContainerService
-
- getTokens(S, T, T, Collection, PageInfo) - Method in interface com.neurosys.q.service.ShiftService
-
Get all tokens since a last token (including it)
- getTokens(S, T, Collection, PageInfo) - Method in interface com.neurosys.q.service.ShiftService
-
Get all tokens since a last token (including it)
- getTokens(S, T, Collection) - Method in interface com.neurosys.q.service.ShiftService
-
Get all tokens since a last token (including it)
- getTokens(S) - Method in interface com.neurosys.q.service.ShiftService
-
- getTokenSequenceId(C, T) - Method in class com.neurosys.q.service.DefaultAbstractTokenContainerService
-
A Raw sequence#/position for a
Token
in the order it was added.
- getTokensFrom(C, T, Collection) - Method in class com.neurosys.q.service.DefaultAbstractTokenContainerService
-
Get all Tokens
s in sequence till (excluding) the token
- getTokensFrom(S, T, Collection) - Method in interface com.neurosys.q.service.ShiftService
-
Get all Tokens
s in sequence till (excluding) the token
- getTokensTill(C, T, Collection) - Method in class com.neurosys.q.service.DefaultAbstractTokenContainerService
-
Get all Tokens
s in sequence till (excluding) the token
- getTokensTill(S, T, Collection) - Method in interface com.neurosys.q.service.ShiftService
-
Get all Tokens
s in sequence till (excluding) the token
- getTokenToTrack() - Method in class com.neurosys.q.track.transformers.TrackTokenTransformer
-
- getToolbar() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper.CKEditorConfigs
-
Custom Toolbar Name
It is a toolbar name or an array of toolbars (strips), each one being also an array, containing a list of UI items.
- getTopic() - Method in class com.neurosys.comments.domain.Comment
-
Topic the Comment belongs to / Artifact the comment was made on
- getTopic() - Method in class com.neurosys.ratings.domain.Rating
-
Topic the Comment belongs to / Artifact the comment was made on
- getTopicType() - Method in class com.neurosys.comments.domain.Comment
-
The topic can be a Article, an Order etc.
Ideally, this is the entity type (class name) or a category to identify the topic
- getTopicType() - Method in class com.neurosys.ratings.domain.Rating
-
The topic can be a Article, an Order etc.
Ideally, this is the entity type (class name) or a category to identify the topic
- getTotal() - Method in class com.neurosys.domain.Progress
-
- getTotal() - Method in class com.neurosys.ecom.orders.domain.Amount
-
- getTotal() - Method in interface com.neurosys.ecom.orders.domain.IAmount
-
- getTotal() - Method in class com.neurosys.ecom.orders.domain.TransactionAmount
-
- getTotalDiscount() - Method in class com.neurosys.ecom.orders.domain.SubOrder
-
In the
SubOrder
the discount has 2 components.
- getTotalPages() - Method in class com.neurosys.pagination.domain.PageInfo
-
Get total number of pages (counting always starts from 1)
- getTotalResults() - Method in class com.neurosys.pagination.domain.PageInfo
-
- getTrackChange() - Method in class com.neurosys.q.service.AbstractTokenChangeGenerator
-
- getTrackCycle() - Method in class com.neurosys.tracking.app.DefaultTrackingService
-
- getTrackCycleToFeatureTransformer() - Method in class com.neurosys.tracking.app.DefaultTrackingService
-
- getTrackingLink() - Method in class com.neurosys.ecom.orders.domain.DeliveryDetails
-
Service providers may offer a way to track the product; the details of the link
- getTransaction() - Method in class com.neurosys.ecom.orders.domain.Order
-
Last associated
successful online
Transaction
that occoured to fulfill this order
- getTransaction() - Method in exception com.neurosys.ecom.orders.exception.TransactionException
-
- getTransaction() - Method in exception com.neurosys.ecom.orders.exception.WebPageTransactionRequest
-
- getTransaction() - Method in exception com.neurosys.ecom.orders.exception.WebURLPageTransactionRequest
-
- getTransactionDef() - Method in class com.neurosys.modules.etl.EntityPersistTransformer
-
- getTransactionDef() - Method in class com.neurosys.modules.etl.ProductPersistTransformer
-
- getTransactionDef() - Method in class com.neurosys.modules.etl.TransactionalTransformer
-
- getTransactionDef() - Method in class com.neurosys.template.model.TransactionalFacetMeta
-
- getTransactionId(Order) - Method in class com.neurosys.ecom.orders.service.AbstractOnlineTransactionRequestHandler
-
Used to derive Transaction Id
TODO: Add unit test case
- getTransactionId() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterResponse
-
- getTransactionIds() - Method in class com.neurosys.ecom.orders.domain.Order
-
An order may have multiple
Transaction
s ; incase there are issues and failures to purchasing the same order a few times.
- getTransformer() - Method in class com.neurosys.amorphous.domain.ExternalAccessTransformerWrapper
-
- getTransformer() - Method in class com.neurosys.amorphous.service.jaxrs.io.TransformerReader
-
Takes in a message body as String
- getTransformer() - Method in class com.neurosys.amorphous.service.jaxrs.io.TransformerWriter
-
A
Transformer
that returns a String or null
to write to the Response
BufferedWriter
- getTransformer() - Method in class com.neurosys.bi.reporting.ExportMeta
-
Can the report be exported in any format; if an Export format exists with a Transformer
then that will be applied to the Report tuple
for the final format.
- getTransformer() - Method in class com.neurosys.etl.common.filters.PredicateLinkedTransformer
-
- getTransformer() - Method in class com.neurosys.etl.common.transformers.CollectionTransformer
-
- getTransformer() - Method in class com.neurosys.etl.common.transformers.EntityPropertyTransformer
-
- getTransformer() - Method in class com.neurosys.etl.common.transformers.IdentifiableTransformer
-
- getTransformer() - Method in class com.neurosys.etl.common.transformers.MapToCollectionTransformer
-
(Optional) if provided, applies the Transformer
to the value of the map before adding it to the Collection
- getTransformer() - Method in class com.neurosys.etl.common.transformers.MapValueLookupTransformer
-
Value Transformer
- getTransformer() - Method in class com.neurosys.etl.common.transformers.MergeCols
-
If provided will transform the input Map of intermediate results.
- getTransformer() - Method in class com.neurosys.etl.common.transformers.TryCatchTransformer
-
Main transformer to process the given input
- getTransformer() - Method in class com.neurosys.etl.common.TransformerToLookup
-
- getTransformer() - Method in class com.neurosys.etl.common.TransformerToPredicate
-
- getTransformer() - Method in class com.neurosys.etl.readers.BaseIterativeProcessor
-
Converts raw record TUPLE_IN Object to type RECORD_OUT
- getTransformer() - Method in interface com.neurosys.etl.readers.TransformAwareReader
-
Converts raw record Object to type RECORD
- getTransformer() - Method in class com.neurosys.events.ChangeListenerWrapperTransformer
-
- getTransformer() - Method in class com.neurosys.modules.etl.AuthorizableTransformer
-
- getTransformer() - Method in class com.neurosys.modules.etl.CacheLookup
-
Core Transformer that will fetch the data based on input
- getTransformer() - Method in class com.neurosys.modules.etl.SpringCacheTransformer
-
The Transformer that will take the input and get the results if no cache or result is available for the requested key defined by #getCacheKeyName()
- getTransformer() - Method in class com.neurosys.modules.etl.TransactionalTransformer
-
- getTransformerBeanName() - Method in class com.neurosys.amorphous.security.filter.KeyBasedSecurityFilter
-
- getTransformerBeanName() - Method in class com.neurosys.filters.WebTransformerFilter
-
- getTransformerMap() - Method in class com.neurosys.etl.common.transformers.MapTransformer
-
- getTransformers() - Method in class com.neurosys.etl.common.SerializableTransformerChain
-
- getTransformers() - Method in class com.neurosys.etl.common.TransformerChain
-
- getTransformers() - Method in class com.neurosys.etl.common.TransformerParallel
-
- getTransformers() - Method in class com.neurosys.etl.common.transformers.GenerateListTransformer
-
The Number of elements in the output
List
/ Array depend on the numebr of
Transformer
s used
- getTransformPropertyBindings() - Method in class com.neurosys.etl.common.transformers.ParamsRequestToEntitiesTransformer
-
Map Form field name to a Transformer, whose transformed value will be supplied to the Field name mentioned in bindings
- getTree(String) - Method in class com.neurosys.document.admin.wicket.pages.panels.SubFolderViewPanel
-
- getTree(String) - Method in class com.neurosys.site.wicket.components.CategoryPanel
-
- getTrialEndDate() - Method in class com.neurosys.crm.billing.domain.OrgFeature
-
- getTrialStartDate() - Method in class com.neurosys.crm.billing.domain.OrgFeature
-
- getTrueState() - Method in class com.neurosys.etl.common.transformers.TypeBooleanTransformer
-
- getTtl() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel
-
- getTuple(Object) - Method in class com.neurosys.etl.common.transformers.AbstractTupleToEntityTransformer
-
- getTuple(Object) - Method in class com.neurosys.etl.common.transformers.ObjectArrayToEntityTransformer
-
The input to this Transformer is expected to be Object[] type
- getTuple(Object) - Method in class com.neurosys.etl.excel.transformers.AbstractExcelRowToEntityTransformer
-
- getTuple() - Method in class com.neurosys.etl.process.ProcessState
-
- getTupleColName() - Method in class com.neurosys.template.wicket.itemadapters.JSONGridRenderAdapter
-
An HTML friendly name for the tuple column
- getTupleFields() - Method in class com.neurosys.template.wicket.itemadapters.JSONGridRenderAdapter
-
These are the fields that define the group of the primary fields, that belong to the secondary field.
The
ISection.getName()
define the keys in a JSON / Map and the
ISection.getDisplayName()
the display tuple name
For example in a class, for every student.
- getTupleIndex(TUPLE) - Method in class com.neurosys.etl.common.transformers.AbstractTupleToEntityTransformer
-
- getTupleIndex(Object[]) - Method in class com.neurosys.etl.common.transformers.ObjectArrayToEntityTransformer
-
- getTupleIndex(Row) - Method in class com.neurosys.etl.excel.transformers.AbstractExcelRowToEntityTransformer
-
- getTupleIndexFromCol(CELL) - Method in class com.neurosys.etl.common.transformers.AbstractTupleToEntityTransformer
-
- getTupleIndexFromCol(ObjectArrayToEntityTransformer.Cell) - Method in class com.neurosys.etl.common.transformers.ObjectArrayToEntityTransformer
-
- getTupleIndexFromCol(Cell) - Method in class com.neurosys.etl.excel.transformers.AbstractExcelRowToEntityTransformer
-
- getTxManager() - Method in class com.neurosys.modules.etl.TransactionalTransformer
-
- getType() - Method in class com.neurosys.amorphous.domain.GenericObject
-
- getType() - Method in class com.neurosys.amorphous.domain.GenericReference
-
Categorization by type
- getType() - Method in class com.neurosys.amorphous.service.jaxrs.io.EntityJSONWriter
-
If provided, will check the Entity or Collection
for type.
- getType() - Method in class com.neurosys.amorphous.service.jaxrs.io.JSONConfigBasedReader
-
The type.
- getType() - Method in class com.neurosys.amorphous.service.jaxrs.io.TransformerReader
-
The type.
- getType() - Method in class com.neurosys.aws.sns.sms.domain.AmazonMessageSettings
-
The type of message to be sent
- getType(String) - Static method in class com.neurosys.cluzo.utils.Util
-
Deprecated.
- getType() - Method in class com.neurosys.content.domain.AbstractContentFacet
-
- getType() - Method in class com.neurosys.dao.jpa.QueryByObjectTransformer
-
If not null then, then will try to convert output row into Object type
- getType() - Method in class com.neurosys.ecom.etl.ExcelRowToAreaTransformer
-
- getType() - Method in class com.neurosys.ecom.logistics.domain.AbstractArea
-
- getType() - Method in class com.neurosys.ecom.logistics.domain.Area
-
Area Type PIN, Or some other type.
- getType() - Method in class com.neurosys.ecom.logistics.domain.Area.Key
-
- getType() - Method in interface com.neurosys.ecom.logistics.domain.AreaType
-
Type of Area/Region
- getType() - Method in class com.neurosys.ecom.orders.domain.Order
-
A type to specify the type of order.
- getType() - Method in class com.neurosys.ecom.orders.domain.Promotion
-
The type, like some CAMPAIGN, DISCOUNT, USER COUPON, REFUND etc.
- getType() - Method in class com.neurosys.ecom.orders.domain.Transaction
-
Transaction type details/code
- getType() - Method in class com.neurosys.ecom.users.domain.Address
-
- getType() - Method in class com.neurosys.etl.common.mapper.behaviors.OutputTypeAwareMapperBehavior
-
Type Class of expected Output from the mapping operation
- getType() - Method in class com.neurosys.etl.common.transformers.DefaultCreateEntityTransformer
-
if provided and input is null then return instance of type T
- getType() - Method in class com.neurosys.etl.common.transformers.MapToCollectionTransformer
-
Collection type
- getType() - Method in class com.neurosys.etl.common.transformers.ObjectArrayToEntityTransformer
-
Intended result entity type
- getType() - Method in class com.neurosys.etl.common.transformers.StringToEnumTransformer
-
Enum Class type
- getType() - Method in class com.neurosys.events.domain.AbstractEvent
-
A sub-type
- getType() - Method in class com.neurosys.feeds.rss2.domain.RSS2Item.Enclosure
-
- getType() - Method in class com.neurosys.messenger.domain.contenttypes.ContentType
-
The Type
- getType() - Method in class com.neurosys.messenger.domain.MessagePart
-
- getType() - Method in class com.neurosys.modules.etl.ExcelRowToProductTransformer
-
- getType() - Method in class com.neurosys.modules.etl.StringToSizeTransformer
-
The Type to return, incase we want to define a Custom extension of one of the types.
The custom type must support a default constructor if its
SizeDimensions
type or a Constructor that accepts a String if its unlreated to any
existing
Size
type.
- getType() - Method in class com.neurosys.odb.object.RegisterClass
-
- getType() - Method in class com.neurosys.products.domain.ProductReference
-
Type of Product
- getType() - Method in interface com.neurosys.q.service.TokenContainerService
-
- getType() - Method in class com.neurosys.refs.transformers.StringToReferenceTransformer
-
- getType() - Method in class com.neurosys.security.auth.domain.Authorization
-
READ, ADD, EDIT, DELETE etc.
- getType() - Method in class com.neurosys.site.wicket.components.WicketExtendInput
-
- getType() - Method in class com.neurosys.template.model.FacetMeta
-
- getType() - Method in class com.neurosys.template.model.MetaItem
-
Convenience method to Extract type from facetMeta or field
- getType() - Method in class com.neurosys.user.etl.excel.ExcelRowToUserTransformer
-
The type of
User
being created.
- getType(Collection) - Static method in class com.neurosys.utils.DomainUtils
-
Utility to get type for collection that is assumed homogenous
- getTypes() - Method in class com.neurosys.etl.common.filters.EntityTypeFilter
-
- getTypesRequireDeepCopy() - Method in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
While copying from new Entity to existing one, if it matches any of the types here
it will scan the object recursively to dig out properties and sent back in the original persisted object if that already
exists.
- getUnauthorizedRedirectUrl() - Method in class com.neurosys.amorphous.security.filter.KeyBasedSecurityFilter
-
- getUnit() - Method in class com.neurosys.crm.pricing.domain.Feature
-
If not null and price is not null then it means price/unit
- getUnit() - Method in class com.neurosys.products.domain.SizeDimensions
-
- getUnits() - Method in class com.neurosys.ecom.strategy.service.LockStrategy.Lock
-
- getUnitsInStock(P, U, String) - Method in class com.neurosys.ecom.strategy.service.DefaultSaleStrategy
-
- getUnitsInStock(P, U, String) - Method in interface com.neurosys.ecom.strategy.service.SaleStrategy
-
Get the number of units in Stock available for
purchase.
- getUnmappedNameTransformer() - Method in class com.neurosys.etl.common.transformers.IterableToMapTransformer
-
Any index not in sequence; the index will be passed to this and the output will be the variable name.
If this is null; then the index itself will become the key as Integer.
- getUnsubscribeAction() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
Allow the user to un subscribe from the email; usually used with Bulk mails
and considered good practice to provide the user the ability to un-subscribe.
- getUpdatableContext() - Method in class com.neurosys.modules.etl.EnsureEntityManagerSetTransformer
-
- getUpdated() - Method in class com.neurosys.content.domain.AbstractContent
-
Last Date when this was updated
- getUpdated() - Method in class com.neurosys.crm.billing.domain.OrgFeature
-
- getUpdated() - Method in class com.neurosys.ecom.orders.domain.BaseOrderItem
-
- getUpdated() - Method in class com.neurosys.ecom.products.domain.Product
-
- getUpdated() - Method in class com.neurosys.ratings.domain.Rating
-
- getUpdated() - Method in class com.neurosys.track.domain.TrackInfo
-
Date/Time when the original record tracking was updated @ source.
- getUpdated() - Method in class com.neurosys.user.domain.AbstractUserAttribute
-
- getUpdated() - Method in interface com.neurosys.workflow.domain.FlowState
-
Date the state was changed (any change to the entity representing the {@link FlowState)
- getURI() - Method in class com.neurosys.configs.ConfigurationSourceBackedSpringResource
-
- getURL() - Method in class com.neurosys.configs.ConfigurationSourceBackedSpringResource
-
- getURL(ContentDescriber) - Method in class com.neurosys.content.service.ContentServiceImpl
-
Deprecated.
- getURL(C) - Method in interface com.neurosys.content.service.GenericContentService
-
For the content get the URL
- getURL(C) - Method in class com.neurosys.content.service.GenericContentServiceImpl
-
- getURL(String, Locale) - Method in class com.neurosys.content.service.jaxrs.ContentQueryService
-
- getUrl() - Method in exception com.neurosys.ecom.orders.exception.WebURLPageTransactionRequest
-
- getUrl() - Method in class com.neurosys.feeds.domain.FeedItem
-
- getUrl() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel.Image
-
- getUrl() - Method in class com.neurosys.feeds.rss2.domain.RSS2Item.Enclosure
-
- getUrl(MenuItem) - Method in interface com.neurosys.menu.adapters.IClientMenuAdapter
-
Get the URL String or null (Convert MenuItem to URL)
- getUrl(MenuItem) - Method in interface com.neurosys.menu.adapters.IClientScriptMenuAdapter
-
Get the URL String or null (Convert MenuItem to URL)
- getUrl(MenuItem) - Method in class com.neurosys.menu.adapters.wicket.TigraDHTMLMenu
-
Get the URL String or null (Convert MenuItem to URL)
- getUrlFormat() - Method in class com.neurosys.modules.etl.WicketURLGeneratorTransformer
-
- getUrlGenerator() - Method in class com.neurosys.ecom.orders.wicket.OrderProcessHelper
-
- getURLs(Collection<String>, Locale) - Method in class com.neurosys.content.service.jaxrs.ContentQueryService
-
- getUrlSafeName(String) - Static method in class com.neurosys.content.service.MountPathReLoader
-
- getUseCount() - Method in class com.neurosys.ecom.orders.domain.PromotionForUser
-
Number of times the
Promotion
was used by this user
- getUser(HttpServletRequest) - Method in class com.neurosys.amorphous.service.jaxrs.AuthorizableSecurableService
-
Get
User
for the current
HttpServletRequest
- getUser(S) - Method in class com.neurosys.amorphous.service.ServletUserSessionAdapter
-
- getUser(S) - Method in interface com.neurosys.amorphous.service.UserSessionAdapter
-
Get User for Session
- getUser() - Method in class com.neurosys.comments.domain.Comment
-
- getUser(HttpServletRequest) - Method in class com.neurosys.common.service.jaxrs.SiteAuthorizableSecurableService
-
- getUser(HttpServletRequest) - Method in class com.neurosys.content.service.jaxrs.ContentQueryService
-
- getUser() - Method in class com.neurosys.domain.UserShell
-
- getUser(S) - Method in class com.neurosys.ecom.cart.service.AbstractCartService
-
Get the User associated with the Session
- getUser(S) - Method in class com.neurosys.ecom.cart.service.wicket.ServletCartService
-
- getUser(S) - Method in class com.neurosys.ecom.cart.service.wicket.WicketCartService
-
- getUser() - Method in class com.neurosys.ecom.orders.domain.Order
-
- getUser() - Method in class com.neurosys.ecom.users.domain.Address
-
- getUser(HttpServletRequest) - Method in class com.neurosys.lookup.service.jaxrs.UserLookupService
-
- getUser() - Method in class com.neurosys.ratings.domain.Rating
-
- getUser() - Method in interface com.neurosys.site.model.IBasicSession
-
- getUser() - Method in class com.neurosys.site.wicket.components.session.BasicSession
-
- getUser(S) - Method in class com.neurosys.site.wicket.service.WicketBasicSessionAdapter
-
- getUser(String, Object) - Method in interface com.neurosys.user.dao.UserDao
-
Quick lookup on the system to check if any user exists with the value for a given Field Name on the
User
object
- getUser(String, Object, String) - Method in interface com.neurosys.user.dao.UserDao
-
- getUser(String, Object) - Method in class com.neurosys.user.dao.UserDaoImpl
-
- getUser(String, Object, String) - Method in class com.neurosys.user.dao.UserDaoImpl
-
- getUser(HttpServletRequest) - Static method in class com.neurosys.utils.WicketUtils
-
- getUser(HttpSession) - Static method in class com.neurosys.utils.WicketUtils
-
- getUserActivityMap(S) - Method in class com.neurosys.user.service.jaxrs.AbstractAnyUserUpdateService
-
- getUserActivityMap(Session) - Method in class com.neurosys.user.service.jaxrs.WicketAnyUserUpdateService
-
- getUserAgent() - Method in class com.neurosys.ecom.users.domain.GuestUser
-
- getUserAttribute(String, String) - Method in interface com.neurosys.user.dao.UserAttributesDao
-
- getUserAttribute(String, String, Class<U>) - Method in interface com.neurosys.user.dao.UserAttributesDao
-
- getUserAttribute(String, String) - Method in class com.neurosys.user.dao.UserAttributesDaoImpl
-
- getUserAttribute(String, String, Class<U>) - Method in class com.neurosys.user.dao.UserAttributesDaoImpl
-
- getUserAttributeDao() - Method in class com.neurosys.ecom.cart.service.AbstractCartService
-
- getUserAttributeDao() - Method in class com.neurosys.user.service.PasswordChangeListener
-
- getUserAttributesDao() - Method in class com.neurosys.system.admin.wicket.components.UserDetailsPanelHelpers
-
- getUserAttributesDao() - Method in class com.neurosys.user.etl.UserFormTransformer
-
- getUserAuths(User) - Method in class com.neurosys.common.service.jaxrs.SiteAuthorizableSecurableService
-
- getUserContactDetails() - Method in class com.neurosys.ecom.orders.domain.Order
-
In addition to the default User Address and contact details;
an order may define/override default
Address
with its own.
- getUserDao() - Method in class com.neurosys.ecom.orders.wicket.OrderProcessHelper
-
- getUserDao() - Method in class com.neurosys.user.etl.UserFormTransformer
-
- getUserDao() - Method in interface com.neurosys.user.service.UserService
-
- getUserDao() - Method in class com.neurosys.user.service.UserServiceImpl
-
- getUserDetailsToLoadInSession(String) - Method in class com.neurosys.ecom.user.wicket.components.AbstractUserLoginForm
-
- getUserDetailsToLoadInSession(String) - Method in class com.neurosys.login.wicket.AbstractLoginForm
-
On successful login, load the User details into the Session
- getUserDetailsToLoadInSession(String) - Method in class com.neurosys.user.admin.wicket.components.AdminLoginForm
-
- getUserDetailsToLoadInSession(String) - Method in class com.neurosys.user.service.AbstractSessionAuthService
-
- getUserEmailOrId(CONTEXT) - Method in class com.neurosys.ecom.strategy.service.DefaultPromotionStrategy
-
By default uses context[0][0]
- getUserEntityName() - Method in class com.neurosys.user.dao.UserDaoImpl
-
- getUserEntityType() - Method in interface com.neurosys.user.dao.UserDao
-
- getUserEntityType() - Method in class com.neurosys.user.dao.UserDaoImpl
-
- getUserForLocalUse(String, WebRequest, Class<? extends GenericEcomUser>) - Static method in class com.neurosys.ecom.utils.Utils
-
Guarantees a
IGenericEcomUser
for the session; and clones the User object if its a
RegisteredUser
to ensure
the session user variable is not affected.
- getUserFromSession(Request, Class<U>) - Static method in class com.neurosys.utils.WicketUtils
-
When user is switching between multiple context, the session type or user type
may not match expected/intended type.
- getUserFromSession(BasicSession, Class<U>) - Static method in class com.neurosys.utils.WicketUtils
-
When user is switching between multiple context, the session type or user type
may not match expected/intended type.
- getUserId(S) - Method in class com.neurosys.amorphous.service.ServletUserSessionAdapter
-
- getUserId(S) - Method in interface com.neurosys.amorphous.service.UserSessionAdapter
-
Get the userid for the given Session
- getUserId() - Method in class com.neurosys.comments.domain.Comment
-
- getUserId() - Method in class com.neurosys.ecom.cart.domain.Cart
-
- getUserId(S) - Method in class com.neurosys.ecom.cart.service.AbstractCartService
-
Get the User Id associated with the Session
- getUserId(S) - Method in class com.neurosys.ecom.cart.service.wicket.ServletCartService
-
- getUserId(S) - Method in class com.neurosys.ecom.cart.service.wicket.WicketCartService
-
- getUserId() - Method in class com.neurosys.ecom.orders.domain.PromotionForUser
-
Identify the user who got the promotion
- getUserId() - Method in class com.neurosys.ecom.strategy.service.LockStrategy.Lock
-
- getUserId() - Method in class com.neurosys.ecom.users.domain.GenericEcomUser
-
- getUserId() - Method in class com.neurosys.ecom.users.domain.GuestUser
-
- getUserId() - Method in interface com.neurosys.ecom.users.domain.IGenericEcomUser
-
To maintain session information
Its transient by nature and only valid for the session;
could be SessionId or a reliable Id for a Registered user.
- getUserId() - Method in class com.neurosys.ecom.users.domain.RegisteredUser
-
- getUserId() - Method in class com.neurosys.ratings.domain.Rating
-
- getUserId() - Method in interface com.neurosys.security.auth.domain.AuthenticationToken
-
User Id
- getUserId() - Method in class com.neurosys.security.auth.domain.basic.BasicAuthenticationToken
-
- getUserId() - Method in class com.neurosys.security.auth.domain.basic.BasicAuthPrincipal
-
- getUserId() - Method in interface com.neurosys.security.auth.domain.Principal
-
- getUserId() - Method in interface com.neurosys.site.model.IBasicSession
-
Get the userId for the Session.
- getUserId() - Method in class com.neurosys.site.wicket.components.session.BasicSession
-
Get the userId for the Session.
- getUserId(S) - Method in class com.neurosys.site.wicket.service.WicketBasicSessionAdapter
-
- getUserId() - Method in class com.neurosys.smsgatewaycenter.voice.domain.SMSGatewayCenterVoiceMessageSetting
-
- getUserId() - Method in class com.neurosys.user.domain.AbstractUserAttribute
-
A unique user name or Id
- getUserId(Request) - Static method in class com.neurosys.utils.WicketUtils
-
Get
User.getId()
if available from Session else get the
Session.getId()
.
- getUserId(HttpServletRequest) - Static method in class com.neurosys.utils.WicketUtils
-
Get a String use id that is either a SessionID or
User
's id associated with the session (represented by the request).
- getUserId(HttpSession) - Static method in class com.neurosys.utils.WicketUtils
-
Get a String use id that is either a SessionID or
User
's id associated with the session.
- getUserId(BasicSession) - Static method in class com.neurosys.utils.WicketUtils
-
- getUserIdFromAttribute(String, String) - Method in interface com.neurosys.user.dao.UserDao
-
Sometimes we have to identify the userId from some attributes like email, phone number etc.
- getUserIdFromAttribute(String, String) - Method in class com.neurosys.user.dao.UserDaoImpl
-
Sometimes we have to identify the userId from some attributes like email, phone number etc.
- getUserIdParamName() - Method in class com.neurosys.ecom.etl.OrderURLGeneratorTransformer
-
- getUsername() - Method in class com.neurosys.messenger.processors.readers.IMAPMailBoxReader
-
- getUserPrincipal() - Method in class com.neurosys.amorphous.security.filter.PrincipalRequestWrapper
-
- getUserService() - Method in class com.neurosys.ecom.user.wicket.components.AbstractForgotPasswordForm
-
- getUserService() - Method in class com.neurosys.ecom.user.wicket.components.AbstractUserLoginForm
-
- getUserService() - Method in class com.neurosys.system.admin.wicket.components.UserDetailsPanelHelpers
-
- getUserService() - Method in class com.neurosys.user.service.AbstractSessionAuthService
-
- getUserService() - Method in class com.neurosys.user.service.jaxrs.UserUpdateService
-
- getUserService() - Method in class com.neurosys.user.service.WicketBasicSessionAuthService
-
- getUserSessionAdapter() - Method in class com.neurosys.user.service.jaxrs.AbstractAnyUserUpdateService
-
- getUserSessionAdapter() - Method in class com.neurosys.user.service.jaxrs.ServletAnyUserUpdateService
-
- getUserSessionAdapter() - Method in class com.neurosys.user.service.jaxrs.WicketAnyUserUpdateService
-
- getUserShell() - Method in class com.neurosys.content.service.ContentContext
-
- getUserToCookie() - Method in class com.neurosys.user.service.jaxrs.WicketBasicSessionAuthService
-
Session based Auth-Token (Cookie)
- getUserTransformer() - Method in class com.neurosys.user.service.jaxrs.UserUpdateService
-
- getUserType() - Method in class com.neurosys.user.service.AbstractSessionAuthService
-
- getVal(ConfigurationSource, User, String, String) - Method in class com.neurosys.lookup.service.jaxrs.UserLookupService
-
- getValidationRedirectUrl() - Method in class com.neurosys.amorphous.security.filter.KeyBasedSecurityFilter
-
- getValidationTransformer() - Method in class com.neurosys.amorphous.service.jaxrs.GenericFormService
-
Takes a
List
of entities defined in sequence by
#entities
and validates them.
- getValidityEnd() - Method in class com.neurosys.ecom.orders.domain.Promotion
-
The validity start Date range and end date range
- getValidityStart() - Method in class com.neurosys.ecom.orders.domain.Promotion
-
The validity start Date range and end date range
- getValue() - Method in class com.neurosys.amorphous.domain.GenericObject
-
Its own Content
- getValue() - Method in class com.neurosys.amorphous.domain.ResultRow
-
String to represent the Response String/Reason
- getValue() - Method in enum com.neurosys.comments.domain.Comment.BIT_MASKS
-
- getValue() - Method in class com.neurosys.configs.AbstractConfiguration
-
- getValue() - Method in class com.neurosys.configs.StaticConfiguration
-
- getValue() - Method in enum com.neurosys.content.domain.AbstractContent.BIT_MASKS
-
- getValue() - Method in class com.neurosys.content.domain.AbstractContentFacet
-
- getValue() - Method in interface com.neurosys.domain.AbstractAttribute
-
- getValue() - Method in interface com.neurosys.domain.Attribute
-
- getValue() - Method in interface com.neurosys.domain.BIT_MASKS
-
- getValue() - Method in class com.neurosys.domain.EntityAttribute
-
- getValue() - Method in class com.neurosys.domain.Entry
-
- getValue() - Method in class com.neurosys.etl.common.filters.EntityChainAccessCheckFilter
-
- getValue() - Method in class com.neurosys.etl.common.mapper.behaviors.SkipValueMapperBehavior
-
The value that if matches the result from the process using
Mapper.getProcessor()
will be skipped and not applied
to the final entity.
- getValue(Object, NODE, Mapper) - Method in class com.neurosys.etl.common.transformers.AbstractEntityTransformer
-
Extract the value from the Entity.
If an
EntityChainAccessTransformer
is defined then that is used or else default
PropertyUtils.getProperty(Object, String)
is used.
- getValue(Object, ENTITY, Mapper) - Method in class com.neurosys.etl.common.transformers.AbstractReverseTupleToEntityTransformer
-
- getValue(CELL, Mapper) - Method in class com.neurosys.etl.common.transformers.AbstractTupleToEntityTransformer
-
- getValue() - Method in class com.neurosys.etl.common.transformers.EqualsTransformer
-
Value to compare the input with
- getValue(Map, String) - Method in class com.neurosys.etl.common.transformers.MapToEntitiesTransformer
-
- getValue(ObjectArrayToEntityTransformer.Cell, Mapper) - Method in class com.neurosys.etl.common.transformers.ObjectArrayToEntityTransformer
-
Ignores Mapper
- getValue(T, String) - Method in class com.neurosys.etl.common.transformers.ParamsRequestToEntitiesTransformer
-
- getValue(Cell, Mapper) - Method in class com.neurosys.etl.excel.transformers.AbstractExcelRowToEntityTransformer
-
- getValue(R, String) - Method in class com.neurosys.etl.web.transformers.ServletRequestToEntitiesTransformer
-
- getValue() - Method in class com.neurosys.events.domain.AbstractEvent
-
- getValue() - Method in enum com.neurosys.products.domain.Product.BIT_MASKS
-
- getValue() - Method in class com.neurosys.products.domain.SizeString
-
- getValue() - Method in enum com.neurosys.ratings.domain.Rating.BIT_MASKS
-
- getValue() - Method in enum com.neurosys.security.auth.domain.User.BIT_MASKS
-
- getValue() - Method in enum com.neurosys.template.model.FacetMeta.TemplateAttributes
-
Deprecated.
- getValue() - Method in class com.neurosys.track.domain.TrackInfo
-
The actual current tracked value
- getValue(String, String) - Method in interface com.neurosys.user.dao.UserAttributesDao
-
For a given user and attribute name load the
UserAttribute
Note:
UserAttribute
s have to have a unique attribute name and userId combination.
- getValue(String, String) - Method in class com.neurosys.user.dao.UserAttributesDaoImpl
-
- getValue() - Method in class com.neurosys.user.domain.AbstractUserAttribute
-
- getValueMap() - Method in class com.neurosys.site.wicket.behaviors.FieldAjaxEventBehavior
-
- getValues(String) - Method in interface com.neurosys.user.dao.UserAttributesDao
-
- getValues(String) - Method in class com.neurosys.user.dao.UserAttributesDaoImpl
-
- getValueTransformer() - Method in class com.neurosys.etl.common.transformers.CollectionToMapSplitterTransformer
-
(Optional) Apply over the object to obtain the value in the map
- getVariant() - Method in class com.neurosys.content.domain.AbstractContent
-
- getVariant() - Method in class com.neurosys.domain.Locale
-
- getVenue(Object) - Method in interface com.neurosys.multiorg.dao.MultiOrgDao
-
- getVenue(Object) - Method in interface com.neurosys.multiorg.service.MultiOrgService
-
- getVenue() - Method in interface com.neurosys.q.domain.BatchInfo
-
- getVenue() - Method in interface com.neurosys.q.domain.Shift
-
- getVenue() - Method in interface com.neurosys.q.domain.TokenRequest
-
- getVenues(Organization) - Method in interface com.neurosys.multiorg.dao.MultiOrgDao
-
- getVenues(GeoLocation) - Method in interface com.neurosys.multiorg.dao.MultiOrgDao
-
- getVenues(GeoLocation) - Method in interface com.neurosys.multiorg.service.LocationService
-
- getVenues(O) - Method in interface com.neurosys.multiorg.service.MultiOrgService
-
- getVenues(GeoLocation) - Method in interface com.neurosys.multiorg.service.MultiOrgService
-
- getVersion() - Method in class com.neurosys.ecom.orders.wicket.OrderProcessHelper
-
Strategies change; it may be important/required in most applications to know a result based on which version of a particular strategy.
- getVersion() - Method in class com.neurosys.ecom.strategy.service.AbstractChargeStrategy
-
Strategies change; it may be important/required in most applications to know a result based on which version of a particular strategy.
- getVersion() - Method in class com.neurosys.ecom.strategy.service.DefaultPaymentOptionsStrategy
-
Strategies change; it may be important/required in most applications to know a result based on which version of a particular strategy.
- getVersion() - Method in interface com.neurosys.ecom.strategy.service.Strategy
-
Strategies change; it may be important/required in most applications to know a result based on which version of a particular strategy.
- getVersion() - Method in class com.neurosys.messenger.domain.contenttypes.ContentType
-
A ContentType version, if there are multiple messages of different types
- getVersion() - Method in interface com.neurosys.strategy.service.Strategy
-
Strategies change; it may be important/required in most applications to know a result based on which version of a particular strategy.
- getVersionIds(File) - Method in class com.neurosys.template.service.FileTemplateStoreService
-
- getVersionIds(T) - Method in interface com.neurosys.template.service.TemplateStoreService
-
Get the version ids for all the templates.
- getVersions(File) - Method in class com.neurosys.template.service.FileTemplateStoreService
-
- getVersions(T) - Method in interface com.neurosys.template.service.TemplateStoreService
-
Get the versions for all the templates
- getViolations() - Method in exception com.neurosys.cluzo.domain.SecurityException
-
- getViolations() - Method in exception com.neurosys.content.service.security.FilterException
-
- getVisit() - Method in class com.neurosys.ecom.users.domain.RegisteredUser
-
- getVmConnectInfosSupplier() - Method in class com.neurosys.hazelcast.service.SetupHazelCastListeners
-
- getVmId() - Method in class com.neurosys.multiorg.domain.VMConnectInfo
-
Fully qualified Id/name for the entity
that defines the connection by a common name on both sides
- getVMInfo() - Method in class com.neurosys.hazelcast.etl.SetupHazelCastInstance
-
- getVmInstance() - Method in class com.neurosys.hazelcast.etl.ListenItemOnHazelCast
-
Context
Supplier
of
HazelcastInstance
.
This allows us to pass a instance via context in a more dynamic multi instance environment or one configured directly
into this instance.
- getVmInstance() - Method in class com.neurosys.hazelcast.etl.SendOnHazelCast
-
Context
Supplier
of
HazelcastInstance
.
This allows us to pass a instance via context in a more dynamic multi instance environment or one configured directly
into this instance.
- getVmTemplatePath() - Method in class com.neurosys.content.service.publishers.SingleContentPerFacetPublishAdapter
-
- getWarnings() - Method in exception com.neurosys.exception.PartialTransactionException
-
- getWarningThresholdPct() - Method in class com.neurosys.tracking.strategy.service.DefaultRestrictionStrategy
-
- getWebAppRelativePathToStaticPages() - Method in class com.neurosys.site.wicket.components.app.StaticPageMountPointLoader
-
- getWebComponent() - Method in class com.neurosys.menu.adapters.wicket.TigraDHTMLMenu
-
- getWebMaster() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel
-
- getWebRelativePath(String) - Method in class com.neurosys.site.wicket.components.wrappers.FileUploadWrapper
-
Get path to display to user which they can use.
- getWebSpecificAbsolutePath() - Method in class com.neurosys.modules.etl.FileToPathTransformer
-
An absolute path that is relative to SiteApplication#CONTEXT_BASE_ABSOLUTE_PATH
will remove any reference to the SiteApplication#CONTEXT_BASE_ABSOLUTE_PATH
part and keep the path relative to the Web Context
specified by this path.
- getWebUserShell(HttpServletRequest) - Static method in class com.neurosys.utils.WicketUtils
-
- getWebUserShell(HttpSession) - Static method in class com.neurosys.utils.WicketUtils
-
- getWeight() - Method in class com.neurosys.ecom.products.domain.Product
-
Weight of a Product in a unit understood/assumed/set @ a project level.
- getWeight() - Method in class com.neurosys.ratings.domain.Rating
-
Weight of the score in relation to others
- getWeight() - Method in enum com.neurosys.security.auth.domain.AuthorizationType
-
Follows the ordnial of this enum.
- getWeight() - Method in interface com.neurosys.security.auth.domain.IAuthorizationType
-
- getWhereExtension() - Method in class com.neurosys.domain.Query
-
Special Strings; if Not null is Appended after WHERE or last Query statement.
Example(s): "OR ent.fieldName = :fieldValue"
"ent.fieldName = :fieldValue"
Note: if no conjunction is provided, AND is assumed by default and if there is no Conditions already then its prepended by WHERE in the final SQL
- getWhiteRegExPattern() - Method in class com.neurosys.cluzo.adapters.WhiteBlackExpressionSecurityAdapter
-
- getWicketSession(HttpServletRequest, Class<S>) - Static method in class com.neurosys.utils.WicketUtils
-
From a Standard HttpServletRequest
derive the existing Wicket Session.
- getWicketSession(HttpSession, Class<S>) - Static method in class com.neurosys.utils.WicketUtils
-
From a Standard HttpSession
derive the existing Wicket Session.
- getWidth() - Method in class com.neurosys.feeds.rss2.domain.RSS2Channel.Image
-
- getWidth() - Method in class com.neurosys.products.domain.SizeDimensions
-
- getWidth() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper.CKEditorConfigs
-
pixels , for % specify %
- getWordDelimeter() - Method in class com.neurosys.etl.common.transformers.BitsToStringTransformer
-
- getWordMap() - Method in class com.neurosys.etl.common.transformers.BitsToStringTransformer
-
Optional word map to map key (characters extracted) to a meaningful Word.
- getWorksheet() - Method in class com.neurosys.etl.excel.filters.MergedColumnAndHeaderFilter
-
check if a Sheet
has been set
- getWorksheet() - Method in class com.neurosys.etl.excel.filters.WorksheetFilterChain
-
- getWorksheet() - Method in interface com.neurosys.etl.excel.filters.WorksheetPredicate
-
- getWorksheet() - Method in class com.neurosys.etl.excel.readers.ExcelRowByRowReader
-
- getWorksheetIndex() - Method in class com.neurosys.etl.excel.readers.ExcelRowByRowReader
-
One reader can be assigned to one worksheet.
- getWrappedComponent() - Method in class com.neurosys.site.wicket.components.EditableComponentWrapper
-
- getWrappedSubmitTransformer() - Method in class com.neurosys.template.model.TransactionalFacetMeta
-
- getWriteBufferSize() - Method in class com.neurosys.etl.connectors.SimpleBufferedConnector
-
- getWwwStrict() - Method in class com.neurosys.modules.etl.WicketURLGeneratorTransformer
-
If specified true, will ensure it uses "www" convention is used for the link
- GOOGLE_AJAX_CRAWL_FRAGMENT - Static variable in class com.neurosys.seo.ajax.wicket.filters.SEOAjaxGenPagesWicketFilter
-
As per Google
specs
the crawler will convert all != (Ajax Pages) to URL's with param _escaped_fragment_ and expect the server to render back the pure HTML version.
- gotoPage(String) - Method in class com.neurosys.ecom.cart.wicket.components.AbstractCartForm
-
- Grid<T> - Class in com.neurosys.site.wicket.components
-
A RepeatingView
with the following sample structure:
- Grid(String, String, ListModel<T>, Integer) - Constructor for class com.neurosys.site.wicket.components.Grid
-
- Grid(String, String, List<T>, Integer) - Constructor for class com.neurosys.site.wicket.components.Grid
-
- GroovyAdapterService - Class in com.neurosys.scribble.groovy
-
Execute Scripting plugins
- GroovyAdapterService(MultipleGroovyScriptFactory) - Constructor for class com.neurosys.scribble.groovy.GroovyAdapterService
-
- GuestUser - Class in com.neurosys.ecom.users.domain
-
Guest Users Only
- GuestUser() - Constructor for class com.neurosys.ecom.users.domain.GuestUser
-
- GuestUser(String) - Constructor for class com.neurosys.ecom.users.domain.GuestUser
-
- GuestUser(String, String) - Constructor for class com.neurosys.ecom.users.domain.GuestUser
-
- GuestUser(String, String, String, String) - Constructor for class com.neurosys.ecom.users.domain.GuestUser
-
- GUID - Interface in com.neurosys.guid
-
A Globally Unique Identifier is a String that uniquely identified any concept
in the system.
- IAdminPanel - Interface in com.neurosys.system.admin.wicket.components
-
Some Admin classes may not able to directly extend
AdminPanel
so priving a Identity Marker Interface for them
- IAmount<T extends IAmount> - Interface in com.neurosys.ecom.orders.domain
-
An amount type
- IAuthorizationService - Interface in com.neurosys.security.auth.service
-
Perform basic Role based Authorization
- IAuthorizationService.AuthState - Enum in com.neurosys.security.auth.service
-
- IAuthorizationType<A extends IAuthorizationType> - Interface in com.neurosys.security.auth.domain
-
Authorization Type marker
- IBasicSession<U extends User,S extends Shell> - Interface in com.neurosys.site.model
-
Definition of a Basic User Session
- IChild<T> - Interface in com.neurosys.domain
-
Identity Interface to mark the object as a Child of something that knows its parent
- IClientMenuAdapter - Interface in com.neurosys.menu.adapters
-
Defines an adapter that will do conversions Between
Menu
data structure and the JavaScript
data structure.
- IClientScriptMenuAdapter - Interface in com.neurosys.menu.adapters
-
Defines an adapter that will do conversions Between
Menu
data structure and the JavaScript
data structure.
- IClientScriptWicketMenuAdapter - Interface in com.neurosys.menu.adapters.wicket
-
Allow Wicket based components to provide infrastructure support to Adapters.
- IClientWicketMenuAdapter - Interface in com.neurosys.menu.adapters.wicket
-
Allow Wicket based components to provide infrastructure support to Adapters.
- IConfiguration<K,V> - Interface in com.neurosys.configs
-
- id - Variable in class com.neurosys.content.domain.AbstractContent
-
- id - Variable in class com.neurosys.content.domain.AbstractContentFacet
-
- id - Variable in class com.neurosys.domain.EntityAttribute
-
- id - Variable in class com.neurosys.ecom.orders.domain.Order
-
- id - Variable in class com.neurosys.messenger.email.EmailMultiPartBuilder.FilePart
-
Special content Id String.
- id - Variable in class com.neurosys.multiorg.domain.Organization
-
- id - Variable in class com.neurosys.multiorg.domain.Venue
-
- id - Variable in class com.neurosys.ratings.domain.Rating
-
- id - Variable in class com.neurosys.track.domain.Track
-
- idempotent - Variable in class com.neurosys.etl.common.transformers.AbstractEntityTransformer
-
By default if run changes will propogate
- IdempotentAware - Interface in com.neurosys.etl.common
-
A Reader, Transformer or Mapper is aware that the process is only to verify the process than make any permanent changes.
If #isIdemponent()
is true, all operations are idempotent.
- Identifiable<T> - Interface in com.neurosys.etl.common
-
Any process thats identifiable
- IdentifiableEntityIndexSearch<I extends Identifiable> - Class in com.neurosys.spider.indexer.service
-
- IdentifiableEntityIndexSearch() - Constructor for class com.neurosys.spider.indexer.service.IdentifiableEntityIndexSearch
-
- IdentifiableIdComparator - Class in com.neurosys.etl.comparators
-
- IdentifiableIdComparator() - Constructor for class com.neurosys.etl.comparators.IdentifiableIdComparator
-
- IdentifiableTransformer<T> - Class in com.neurosys.etl.common.transformers
-
During processing it maybe required to identify the Transformer associated with a process.
- IdentifiableTransformer() - Constructor for class com.neurosys.etl.common.transformers.IdentifiableTransformer
-
- IdentifiableTransformer(T, Transformer) - Constructor for class com.neurosys.etl.common.transformers.IdentifiableTransformer
-
- identifyEntity(T) - Method in class com.neurosys.template.model.renderadapters.DefaultWicketTemplateRenderAdapter
-
Identify an entity; for log purposes etc
- identifyNode(Object) - Method in class com.neurosys.etl.common.transformers.AbstractEntityToTupleTransformer
-
- identifyNode(NODE_IDENTIFIER) - Method in class com.neurosys.etl.common.transformers.AbstractEntityTransformer
-
Identify a node/cell that is being processed.
- identifyNode(String) - Method in class com.neurosys.etl.common.transformers.AbstractObjectToEntityTransformer
-
Allow identification of Node, so that the name can be passed in Exceptions etc.
- identifyNode(CELL) - Method in class com.neurosys.etl.common.transformers.AbstractTupleToEntityTransformer
-
- identifyTenant(T) - Method in class com.neurosys.saas.user.service.LogonChangeListener
-
- identityDetails() - Method in class com.neurosys.idm.admin.wicket.pages.panels.AdminUserDetailsPanel
-
- identityDetails() - Method in class com.neurosys.idm.admin.wicket.pages.panels.AdminUserEntityDetailsPanel
-
- identityDetails() - Method in class com.neurosys.user.wicket.pages.panels.UserDetailsPanel
-
- idFieldName - Variable in class com.neurosys.modules.etl.ProductURLGeneratorTransformer
-
- idParamName - Variable in class com.neurosys.modules.etl.ProductURLGeneratorTransformer
-
- IEventsQueryService<E extends AbstractEvent> - Interface in com.neurosys.events.service.jaxrs
-
Query the events via Web Service
- IGenericEcomUser - Interface in com.neurosys.ecom.users.domain
-
- IGenericObjectQueryService - Interface in com.neurosys.amorphous.service.jaxrs
-
Query the amorphous database
- ignore(C) - Method in class com.neurosys.q.notification.service.AbstractNotificationHelper
-
To ignore the Consumer or contact.
- ignoreConnectionExceptions() - Method in class com.neurosys.tracking.strategy.service.DefaultRestrictionStrategy
-
- ignoreConnectionExceptions() - Method in interface com.neurosys.tracking.strategy.service.RestrictionStrategy
-
- ignoreNavigableNodeChildren - Variable in class com.neurosys.site.wicket.panels.RecursiveListBasedMenuPanel
-
If true, will optimize by removing children of nodes that are navigable.
- ignoreNullsForPrimitiveTypes - Variable in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
If true and a field is a primitive type, it will prevent updating the resultant object from un-wanted null values from a partial input object.
- IHierarchialReference<I> - Interface in com.neurosys.domain
-
An instance that can act as a reference to some Hierarchial item.
- Image() - Constructor for class com.neurosys.feeds.rss2.domain.RSS2Channel.Image
-
- ImageCompressor - Class in com.neurosys.site.components
-
Performs image compression
TODO: Thought about shifting class to "domain" JAR instead of keeping in "site".
- ImageCompressor(File) - Constructor for class com.neurosys.site.components.ImageCompressor
-
Read original file and replace original file
- ImageCompressor(File, String) - Constructor for class com.neurosys.site.components.ImageCompressor
-
Read original file and output as per outPath param
- ImagePart() - Constructor for class com.neurosys.messenger.email.EmailMultiPartBuilder.ImagePart
-
- imageType - Variable in class com.neurosys.messenger.email.EmailMultiPartBuilder.ImagePart
-
jpeg, gif etc
- IMailerService - Interface in com.neurosys.messenger.email.service
-
- IMAPMailBoxReader - Class in com.neurosys.messenger.processors.readers
-
Reads a Mail Box using IMAP protocol
- IMAPMailBoxReader() - Constructor for class com.neurosys.messenger.processors.readers.IMAPMailBoxReader
-
- IMenuAuthLogic - Interface in com.neurosys.menu.service
-
- IMenuAutoNav - Interface in com.neurosys.module.service
-
- IMenuGenerator - Interface in com.neurosys.module.service
-
Services that Automatically generate
MenuItem
- IMenuPathMapper - Interface in com.neurosys.module.service
-
Services that provide mapping for generated
MenuItem
(pageMenuMap)
- IMenuStateLogic - Interface in com.neurosys.menu.service
-
- IMG - Static variable in class com.neurosys.content.domain.ContentType
-
Any image + Upload of image
- IMG_REF - Static variable in class com.neurosys.content.domain.ContentType
-
Any image (referece).
- immutableFieldNames - Variable in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
The field name(s) [map of exact Type to identity fields for entity or related entity exact type], used to uniquely identify the looked up entity;
note these fields will also not be overridden during any merge process in default implementation.
- ImmutableValueHashMap<K,V> - Class in com.neurosys.domain
-
Once a value is written it cannot be replaced.
- ImmutableValueHashMap(boolean) - Constructor for class com.neurosys.domain.ImmutableValueHashMap
-
- IModuleAware - Interface in com.neurosys.module.model
-
Instance is aware of the name of the
Module
it represents
In the event it is part of Module hierarchy, it represents the name of "current" element.
- IModuleFeature<T extends IModuleFeature> - Interface in com.neurosys.module.model
-
This marker interface implies that the class implementing it is a Feature of Some
Module
.
To keep design simple, any API/feature/artifact can only belong to one
Module
- IModuleService<UNIT> - Interface in com.neurosys.module.service
-
- importAsString() - Method in class com.neurosys.site.wicket.components.FilterInput
-
Imports the contents of the url of the model object.
- importAsString() - Method in class com.neurosys.site.wicket.components.RawMarkupInclude
-
- INACTIVE - Static variable in class com.neurosys.configs.AbstractConfiguration
-
- includeProductPriceForDiscount(P, PromotionForUser, String, Amount) - Method in class com.neurosys.ecom.strategy.service.DefaultPromotionStrategy
-
If this returns a double then in cases where the Discount is variable on the Cart amount; this will contribute.
- incrementPersistence(int) - Method in class com.neurosys.site.components.SiteVisitedCountWidget
-
Override and implement based on persistence mechanism used to save the update count by the given count
- index - Variable in class com.neurosys.content.domain.AbstractContentFacet
-
If this
ContentFacet
is part of an Array (list), then this will not be null
and have the index number (starts from 0)
- index() - Method in class com.neurosys.content.service.ContentServiceImpl
-
Deprecated.
- index() - Method in interface com.neurosys.content.service.GenericContentService
-
Re-Index all the Content using Spider
- index() - Method in class com.neurosys.content.service.GenericContentServiceImpl
-
- index() - Method in class com.neurosys.content.service.jaxrs.ContentQueryService
-
- index - Variable in class com.neurosys.etl.readers.BaseIterativeProcessor
-
- index() - Method in class com.neurosys.products.service.jaxrs.ProductQueryService
-
- index() - Method in class com.neurosys.products.service.ProductIndexSearch
- index() - Method in interface com.neurosys.products.service.ProductService
-
Re-Index all the Products using Spider
- index() - Method in class com.neurosys.products.service.ProductServiceImpl
-
- indexOf(Object) - Method in class com.neurosys.domain.CaseInsensitiveList
-
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- IndicatingAjaxLinkTree - Class in com.neurosys.site.wicket.components
-
An equivalent of IndicatingAjaxLink
; but this is for LinkTree
Component
- IndicatingAjaxLinkTree(String) - Constructor for class com.neurosys.site.wicket.components.IndicatingAjaxLinkTree
-
- IndicatingAjaxLinkTree(String, TreeModel) - Constructor for class com.neurosys.site.wicket.components.IndicatingAjaxLinkTree
-
- informAdmin(String, String) - Method in class com.neurosys.site.wicket.app.SiteApplication
-
- init() - Method in class com.neurosys.aws.cloudwatch.domain.RetrieveCloudWatchLogs
-
- init() - Method in class com.neurosys.aws.sns.push.transformer.PushNotification
-
Initialize the Amazon SNS Client using
AWSCredentials
Regions
- init() - Method in class com.neurosys.aws.sns.sms.transformer.AmazonSNSDispatcher
-
- init() - Method in class com.neurosys.bi.reporting.writers.CSVTabularDataWriter
-
- init() - Method in class com.neurosys.bi.reporting.writers.DefaultStyledExcelTabularDataWriter
-
- init() - Method in class com.neurosys.bi.reporting.writers.ExcelTabularDataWriter
-
- init() - Method in interface com.neurosys.bi.reporting.writers.ReportWriter
-
Initialize the Export Writer
- init(FilterConfig) - Method in class com.neurosys.cluzo.filters.DefaultSecurityFilter
-
- init() - Method in class com.neurosys.comments.dao.jpa.CommentDaoImpl
-
- init() - Method in class com.neurosys.configs.DefaultConfigurationService
-
- init() - Method in class com.neurosys.configs.service.jaxrs.DynamicConfigService
-
- init() - Method in class com.neurosys.configs.SpringStaticConfigurtationSource
-
- init() - Method in class com.neurosys.content.dao.jpa.ContentDaoImpl
-
- init() - Method in class com.neurosys.content.service.ContentServiceImpl
-
Deprecated.
- init() - Method in class com.neurosys.content.service.MountPathReLoader
-
- init() - Method in class com.neurosys.content.service.security.CleanEditorContent
-
- init() - Method in class com.neurosys.content.service.security.ContentAntiSammySecurityFilter
-
- init() - Method in interface com.neurosys.content.service.security.Filter
-
Any policy init or re-init
- init(Row, Map<String, Object>) - Method in class com.neurosys.ecom.etl.ExcelRowToAreaTransformer
-
Create the core Entity and also initialize intermediateObjects with core entities
- init(Row, Map<String, Object>) - Method in class com.neurosys.ecom.etl.ExcelRowToEcomProductTransformer
-
Create the core Entity and also initialize intermediateObjects with core entities
- init() - Method in class com.neurosys.ecom.orders.service.AbstractOnlineTransactionRequestHandler
-
- init() - Method in class com.neurosys.ecom.user.service.jaxrs.StrategiesService
-
- init(ENTITY, Map<String, Object>) - Method in class com.neurosys.etl.common.transformers.AbstractEntityToTupleTransformer
-
Create the core Entity and also initialize intermediateObjects (nested objects) with core entities
- init() - Method in class com.neurosys.etl.common.transformers.AbstractEntityTransformer
-
- init(NODE, Map<String, Object>) - Method in class com.neurosys.etl.common.transformers.AbstractEntityTransformer
-
Create the core Entity and also initialize intermediateObjects (nested objects) with core entities
- init() - Method in class com.neurosys.etl.common.transformers.AbstractReverseTupleToEntityTransformer
-
- init(E, Map<String, Object>) - Method in class com.neurosys.etl.common.transformers.EntitySelfTransformer
-
- init(ENTITY, Map<String, Object>) - Method in class com.neurosys.etl.common.transformers.EntityToListTransformer
-
- init(ENTITY, Map<String, Object>) - Method in class com.neurosys.etl.common.transformers.EntityToObjectArrayTransformer
-
- init() - Method in class com.neurosys.etl.common.transformers.LogTransformer
-
- init(Object[], Map<String, Object>) - Method in class com.neurosys.etl.common.transformers.ObjectArrayToEntityTransformer
-
- init() - Method in class com.neurosys.etl.excel.readers.ExcelContextualReader
-
- init() - Method in class com.neurosys.etl.excel.readers.ExcelRowByRowReader
-
- init(Row, Map<String, Object>) - Method in class com.neurosys.etl.excel.transformers.ExcelRowToAbstractEntityTransformer
-
Create the core Entity and also initialize intermediateObjects with core entities
- init() - Method in class com.neurosys.etl.readers.BaseIterativeProcessor
-
- init() - Method in class com.neurosys.etl.readers.ChainIterativeReader
-
- init() - Method in class com.neurosys.etl.readers.ExecuteJobReader
-
- init() - Method in class com.neurosys.etl.readers.FileReader
-
- init() - Method in interface com.neurosys.etl.readers.RealTimeLineReader
-
Allow lazy initialization of Reader in cases where the resource may not be known @
PostConstruct
time
- init(AbstractReader<IN, T, Serializable>, ETLMeta) - Method in class com.neurosys.etl.service.ETLRunner
-
All Thread/Reading init based activities
- init() - Method in class com.neurosys.feeds.rss2.etl.RSS2ChannelFeed
-
- init(FilterConfig) - Method in class com.neurosys.filters.SiteWicketFilter
-
- init() - Method in class com.neurosys.hazelcast.etl.ListenItemOnHazelCast
-
- init() - Method in class com.neurosys.hazelcast.etl.ListenMapEntryOnHazelCast
-
- init() - Method in class com.neurosys.hazelcast.etl.SetupHazelCastInstance
-
Create instance
- init() - Method in class com.neurosys.hazelcast.service.SetupHazelCastListeners
-
- init() - Method in class com.neurosys.lookups.DefaultHierarchyLookupService
-
- init() - Method in class com.neurosys.messenger.processors.readers.IMAPMailBoxReader
-
- init() - Method in class com.neurosys.modules.etl.admin.wicket.pages.panels.ReaderProcess
-
All Thread/Reading init based activities
- init() - Method in class com.neurosys.modules.etl.AttributesMapper
-
- init() - Method in class com.neurosys.modules.etl.EntityPersistTransformer
-
- init(Row, Map<String, Object>) - Method in class com.neurosys.modules.etl.ExcelRowToProductTransformer
-
Create the core Entity and also initialize intermediateObjects with core entities
- init() - Method in class com.neurosys.modules.etl.FileToPathTransformer
-
- init(T, Map<String, Object>) - Method in class com.neurosys.modules.etl.ObjectToRowReverseTransformer
-
- init() - Method in class com.neurosys.modules.etl.ProductNameTransformer
-
- init() - Method in class com.neurosys.posts.dao.jpa.PostDaoImpl
-
- init() - Method in class com.neurosys.posts.service.PostServiceImpl
-
- init() - Method in class com.neurosys.products.dao.jpa.ProductDaoImpl
-
- init() - Method in class com.neurosys.products.service.ProductContextUtils
-
- init() - Method in class com.neurosys.products.service.ProductServiceImpl
-
- init() - Method in class com.neurosys.q.notification.service.AbstractNotificationHelper
-
- init() - Method in interface com.neurosys.q.service.TokenContainerService
-
Load/Refresh any state for the token management service
- init() - Method in interface com.neurosys.scribble.domain.Adapter
-
Certain resources may need to live in the context of the script and not just the local
execution cycle.
- init() - Method in class com.neurosys.scribble.transformers.ScriptTransformer
-
- init(ServletConfig) - Method in class com.neurosys.site.components.DownloadServlet
-
- init() - Method in class com.neurosys.site.wicket.app.AppSettings
-
- init() - Method in class com.neurosys.site.wicket.app.SiteApplication
-
- init() - Method in class com.neurosys.site.wicket.components.WebFileListView
-
- init() - Method in class com.neurosys.spider.indexer.service.IdentifiableEntityIndexSearch
-
- init() - Method in class com.neurosys.template.model.TransactionalFacetMeta
-
- init() - Method in class com.neurosys.template.wicket.components.TemplatePageMounter
-
- init() - Method in class com.neurosys.template.wicket.itemadapters.JSONRenderAdapter
-
- init() - Method in class com.neurosys.utils.ContextUtils
-
- init() - Method in class com.neurosys.utils.JSONMarshaller
-
- initAllRequestCycleUsers(RequestCycle) - Method in class com.neurosys.site.wicket.app.SiteApplication
-
- initCatalog() - Method in class com.neurosys.products.wicket.panels.CatalogPanel
-
- initContext() - Method in class com.neurosys.etl.common.transformers.ContextMapperTransformer
-
- initDataProviderInstance(IModel<Query<User>>) - Method in class com.neurosys.idm.admin.wicket.pages.panels.UserListPanel
-
The Data provider may select list on the panel based on a criteria.
- initDataProviderInstance(IModel<PM>) - Method in class com.neurosys.site.wicket.components.AbstractListPanel
-
The Data provider may select list on the panel based on a criteria.
- initDI() - Method in class com.neurosys.site.wicket.app.SiteApplication
-
Dependency Injection init of Application wide stuff
- initEnd(ApplicationContext, ServletContext) - Method in class com.neurosys.modules.etl.RelWebPathToAbsoluteTransformer
-
- initEnd(ApplicationContext, ServletContext) - Method in interface com.neurosys.site.model.IOnApplicationStartup
-
Initialize immediately prior to the default initialization activities in the
SiteApplication
The method is provided with any context information it may need like Spring Context of the Application & the Servlet Context.
- initEnd(Application) - Method in class com.neurosys.site.wicket.app.SiteApplication
-
Override to insert anything at End of init process.
Any override should call super.initEnd() (unless you explicitly want to disable all
IOnApplicationStartup
services)
Any override should NEVER call
this#init()
- infinite recursion
- initEvent(String, String, P) - Method in interface com.neurosys.events.service.EventBasedService
-
A process that will initiate the process Asynchronously/Offline and return a String as UID
to identify the result of the process.
- initFilterBean() - Method in class com.neurosys.amorphous.security.filter.KeyBasedSecurityFilter
-
- initFilterBean() - Method in class com.neurosys.filters.AjaxSiteSessionSecurityFilter
-
- initFilterBean() - Method in class com.neurosys.filters.UserShellToThreadLocalFilter
-
- initFilterBean() - Method in class com.neurosys.filters.WebTransformerFilter
-
- Initializable - Interface in com.neurosys.site.model
-
- initialize(Request, MarkupContainer) - Method in class com.neurosys.reporting.wicket.ReportingAdmin
-
- initPage() - Method in class com.neurosys.user.admin.wicket.pages.templates.commonAdminTemplate
-
- initStart(ApplicationContext, ServletContext) - Method in class com.neurosys.modules.etl.RelWebPathToAbsoluteTransformer
-
- initStart(ApplicationContext, ServletContext) - Method in interface com.neurosys.site.model.IOnApplicationStartup
-
Initialize immediately prior to the default initialization activities in the
SiteApplication
The method is provided with any context information it may need like Spring Context of the Application & the Servlet Context.
- initStart(Application) - Method in class com.neurosys.site.wicket.app.SiteApplication
-
Override to insert anything at Start of init process
Any override should call super.initStart() (unless you explicitly want to disable all
IOnApplicationStartup
services)
Any override should NEVER call
this#init()
- infinite recursion
Mount Resolution Strategy : If there is an XML entry defined for mounting that also has an annotated entry for path.
- initStaticVariables() - Method in class com.neurosys.site.wicket.components.wrappers.FileUploadWrapper
-
- initSubOrder(O, O) - Method in class com.neurosys.ecom.strategy.service.DefaultSubOrderStrategy
-
Convenience method that Initializes an instance
with calculations like remainder payable, sequencing
SubOrder
for a given root if not already sequenced.
Persists the created order also.
- initUserWithAddressTypes(IGenericEcomUser, List<String>) - Static method in class com.neurosys.ecom.utils.Utils
-
For a user preinitialize any Address fields to ensure the
Address
types are not null
- initWithRequestCycle(RequestCycle) - Method in class com.neurosys.modules.etl.WicketURLGeneratorTransformer
-
- initWithRequestCycle(RequestCycle) - Method in interface com.neurosys.site.wicket.components.app.UsesRequestCycle
-
Some Services or components may need to refer to the RequestCycle
while it may not be available in context or need it on boot/load.
- injectContext(AbstractReader<IN, T, Serializable>) - Method in class com.neurosys.etl.service.ETLRunner
-
- injectContext(Transformer) - Method in class com.neurosys.modules.etl.admin.wicket.pages.panels.ReaderProcess
-
- INPUT - Static variable in class com.neurosys.content.domain.ContentType
-
- INPUT_AUTO_SUGGEST - Static variable in class com.neurosys.content.domain.ContentType
-
An input box with Auto Suggest ability
- INPUT_KEY - Static variable in class com.neurosys.etl.common.transformers.ParamsRequestToEntitiesTransformer
-
Access the raw input to this Transformer
- INPUT_PREDECTIVE - Static variable in class com.neurosys.content.domain.ContentType
-
Input with Predective Text
- InputStreamDataSource - Class in com.neurosys.messenger.email
-
- InputStreamDataSource(String, String, InputStream) - Constructor for class com.neurosys.messenger.email.InputStreamDataSource
-
- InputStringToSizeTransformer - Class in com.neurosys.modules.etl
-
Convert a raw String input to
Size
object.
- InputStringToSizeTransformer() - Constructor for class com.neurosys.modules.etl.InputStringToSizeTransformer
-
- insertCart(HttpServletRequest, String, String, String, String, String, String, String) - Method in class com.neurosys.ecom.user.service.jaxrs.WicketEcomUserContextUpdateService
-
Insert cart to server; will replace existing cart items in Session with params supplied
- instance - Static variable in class com.neurosys.ecom.etl.UserToJson
-
- instance - Static variable in class com.neurosys.modules.etl.UserToJson
-
- INSTANCE - Static variable in class com.neurosys.site.wicket.components.SimpleNumberConverter
-
- instance - Static variable in class com.neurosys.site.wicket.service.ContainerFactory
-
- instanceType - Variable in class com.neurosys.spider.indexer.HierarchyMultiParentBuilder
-
Instance type of the Hierarchy Node.
- instantiate(String, Object) - Method in class com.neurosys.modules.etl.SizeTypeInitMapperTransformer
-
- instantiate(String, Object) - Method in class com.neurosys.modules.etl.SubTypeInitMapperTransformer
-
Default implementation will return the fieldValue.
This is because in many cases like JPA, the sub-type maybe instantiated already if it has a value.
- IntermediateResultMapperBehavior - Class in com.neurosys.etl.common.mapper.behaviors
-
- IntermediateResultMapperBehavior() - Constructor for class com.neurosys.etl.common.mapper.behaviors.IntermediateResultMapperBehavior
-
- IntermediateResultMapperBehavior(String) - Constructor for class com.neurosys.etl.common.mapper.behaviors.IntermediateResultMapperBehavior
-
- intermediateResults - Variable in class com.neurosys.etl.common.transformers.UsesIntermediateObjectImpl
-
- intersection(DateRange, DateRange) - Method in class com.neurosys.events.service.DefaultEventsService
-
Get the intersection (as an Event) between 2 Events.
- intersection(DateRange, DateRange) - Method in interface com.neurosys.events.service.EventsService
-
Get the intersection (as DateRange) between 2 DateRanges.
- intersection(DateRange, DateRange) - Static method in class com.neurosys.utils.DateRangeUtils
-
Get the overlap of event e1 in e2, including bound conditions
Example: If there are 2 Date ranges
- intersects(DateRange, DateRange) - Static method in class com.neurosys.utils.DateRangeUtils
-
Check if 2 Date Ranges Overlap; including bounds
- InvalidationASynchTransformer - Class in com.neurosys.aws
-
<<<<<<< HEAD
Invalidate Amazon Cloud CDN files Asynchronously; returns the ID for the Invalidation Request generated by this.
The synchronous response is a alphanumeric handle to the Asynch request sent.
- InvalidationASynchTransformer(AmazonCloudFrontAsyncClient, String) - Constructor for class com.neurosys.aws.InvalidationASynchTransformer
-
- InvalidationSynchTransformer - Class in com.neurosys.aws
-
Invalidate Amazon Cloud CDN files Synchronously; returns the ID for the Invalidation Request generated by this.
Exception handling Notes
Will result in either a CreateInvalidationResult
or
In the case of a connection problem, the nested cause would be AmazonClientException
and if there is a fault in the connection configuration the cause would be
a AmazonServiceException
.
- InvalidationSynchTransformer(AmazonCloudFrontClient, String) - Constructor for class com.neurosys.aws.InvalidationSynchTransformer
-
- inventoryAdmin - Class in com.neurosys.ecom.catalog.admin.wicket.pages
-
Main/Default Admin Page
- inventoryAdmin(PageParameters) - Constructor for class com.neurosys.ecom.catalog.admin.wicket.pages.inventoryAdmin
-
- InventoryReportResult<T extends Serializable> - Class in com.neurosys.ecom.catalog.admin.wicket.pages.components
-
- InventoryReportResult(String, IModel<ReporterMeta>, Object[]) - Constructor for class com.neurosys.ecom.catalog.admin.wicket.pages.components.InventoryReportResult
-
- inverseMode - Variable in class com.neurosys.etl.common.transformers.EntityFieldsCopyTransformer
-
- InvertFilter - Class in com.neurosys.etl.common.filters
-
Boolean inversion of the result of another wrapped Predicate
- InvertFilter() - Constructor for class com.neurosys.etl.common.filters.InvertFilter
-
- InvoiceChangeListener<O extends Order,INVOICE> - Class in com.neurosys.ecom.orders.events
-
Listen to events related to Invoice generation.
- InvoiceChangeListener() - Constructor for class com.neurosys.ecom.orders.events.InvoiceChangeListener
-
- InvoiceService<O extends Order<I>,I extends OrderItem,INVOICE> - Interface in com.neurosys.ecom.orders.service
-
Generate Invoices from
Order
s
- invoke(MethodInvocation) - Method in class com.neurosys.scribble.proxy.ScriptableInterceptor
-
- invoke(FilterInvocation) - Method in class com.neurosys.security.spring.SpringInterceptorSecurityFilter
-
- invokeMapper(Mode) - Method in class com.neurosys.etl.common.mapper.behaviors.ModeAwareMapperBehavior
-
- invokeMapper(Mode) - Method in class com.neurosys.etl.common.mapper.behaviors.SkipValueMapperBehavior
-
- invokeMapper(Mode) - Method in interface com.neurosys.etl.common.mapper.ModeAwareMapperInvoker
-
For a given mode if the
Mapper
should be invoked or not
- IOnApplicationStartup - Interface in com.neurosys.site.model
-
Allows modules to define startup services/objects that need initialization.
There may be a need to call a service on Startup of the Application (Servlet API Based Application) rather than Dependency Injection (
PostConstruct
.
- IPageLocator - Interface in com.neurosys.site.wicket.components.app
-
Helps Wicket load certain types of Pages.
- IPageParams - Interface in com.neurosys.module.model
-
Support some common page parameter conventions
- IPathLoader - Interface in com.neurosys.site.wicket.components.app
-
Allow mounting of resources and mapping them to the application.
- IProductReference - Interface in com.neurosys.ecom.products.domain
-
- IProductReference - Interface in com.neurosys.products.domain
-
- IPublisherAdapter<ENTITY> - Interface in com.neurosys.content.service.publishers
-
Wraps the service activities of consolidating content/entity, preparing data-maps, calling a
Publisher
and refreshing the Cache for
ContentExtractor
for items that are being refreshed/replaced in the publish activity.
- IQueryService<T> - Interface in com.neurosys.amorphous.service
-
Generic Query API
- IS_NEW_SESSION - Static variable in class com.neurosys.etl.web.transformers.WebAnalyticsTransformer
-
In the result stats array the index of boolean value; if the session is new
- IS_NEW_USER_AGENT - Static variable in class com.neurosys.etl.web.transformers.WebAnalyticsTransformer
-
In the result stats array the index of boolean value; if the user-agent is new
- IS_WEB_REQUEST - Static variable in class com.neurosys.etl.web.transformers.WebAnalyticsTransformer
-
In the result stats array the index of boolean value; if the request is a web one.
- isAbsolute() - Method in class com.neurosys.etl.common.transformers.FileToNameTransformer
-
If true will return the absolute path of the file
- isAbsolute() - Method in class com.neurosys.modules.etl.WicketURLGeneratorTransformer
-
- isAcceptable(String) - Method in class com.neurosys.amorphous.service.jaxrs.io.AbstractReader
-
Deprecated.
- isAcceptNulls() - Method in class com.neurosys.etl.common.transformers.RegexExtractorTransformer
-
- isAcceptRawNonMatchingStrings() - Method in class com.neurosys.modules.etl.InputStringToSizeTransformer
-
- isAcceptRawNonMatchingStrings() - Method in class com.neurosys.modules.etl.StringToSizeTransformer
-
- isActionAuthorized(Component, Action) - Method in class com.neurosys.site.wicket.components.session.AbstractAuthorizationStrategy
-
- isActive() - Method in class com.neurosys.crm.billing.domain.Cycle
-
If cycle is currently active or not
- isActive() - Method in class com.neurosys.ecom.logistics.domain.AbstractArea
-
- isActive() - Method in class com.neurosys.ecom.logistics.domain.Area
-
Way to switch on or off area without having to update other data to turn it off
- isActive() - Method in class com.neurosys.ecom.orders.domain.Promotion
-
Is the promotion currently marked active
Useful if we want to disable the promotion temp.
- isActive(S) - Method in interface com.neurosys.q.service.ShiftService
-
Check if a
Shift
is active or not
- isAdmin() - Method in class com.neurosys.common.service.jaxrs.SiteAuthorizableSecurableService
-
- isAjaxRequest(HttpServletRequest) - Method in class com.neurosys.amorphous.security.filter.AjaxSecurityFilter
-
- isAllowAttachments() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
Allow or filter any Attachments
- isAllowDelete() - Method in class com.neurosys.site.wicket.components.EditableComponentWrapper
-
- isAllowEdit() - Method in class com.neurosys.site.wicket.components.EditableComponentWrapper
-
- isAllowHtml() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
Keep or remove any HTML content
- isAllowMultipleParents() - Method in class com.neurosys.modules.etl.ProductPersistTransformer
-
While inserting a record, if the record already exists and has a legitimate parent,
then create a
ProductAlias
for it
- isAllowNulls() - Method in class com.neurosys.etl.common.transformers.ObjectFieldValueTransformer
-
- isAllRows() - Method in class com.neurosys.site.wicket.components.AssymetricGridView
-
The Grid will represent all rows from the Data Provider
- isAnyError() - Method in exception com.neurosys.exception.PartialTransactionException
-
- isApplicable(Object) - Method in interface com.neurosys.etl.common.EntityFieldSetter
-
A check if the EntityFieldSetter is applicable on the entity.
- isApplicable(Object) - Method in class com.neurosys.user.etl.UserFormTransformer.UserIdSetter
-
- isApplyFilter() - Method in class com.neurosys.utils.JSONMarshaller
-
Filter un accepted fields out
TODO: May make the field redundant or deprecated
- isAscending() - Method in class com.neurosys.etl.common.comparators.EntityComparator
-
- isAscending() - Method in class com.neurosys.etl.common.comparators.StringComparator
-
- isAttachImagesAsFiles() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
All image parts will be added as attachments.
- isAuthenticated() - Method in interface com.neurosys.security.auth.domain.AuthenticationToken
-
true/false.
- isAuthenticated() - Method in class com.neurosys.security.auth.domain.basic.BasicAuthenticationToken
-
- isAuthorized(FacetMeta, Map<String, Field>, ContentType...) - Method in class com.neurosys.content.wicket.pages.panel.ListViewTemplatePanel
-
- isAuthorized(FacetMeta, Map<String, Field>, ContentType...) - Method in class com.neurosys.content.wicket.pages.panel.TemplatePanel
-
- isAuthorized(Collection<Authorization>, Collection<Authorization>) - Method in class com.neurosys.security.auth.service.AuthorizationService
-
Check if userAuthsForFeature satisfies any one of the featureRequiredAuths
- isAuthorized(Authorization, Collection<Authorization>) - Method in class com.neurosys.security.auth.service.AuthorizationService
-
featureRequiredAuth is the Minimum required Authorization from the Collection of user auths
- isAuthorized(Collection<Authorization>, Collection<Authorization>) - Method in interface com.neurosys.security.auth.service.IAuthorizationService
-
Authorize the
User
s
Authorization
s against the
Authorization
s required by the feature.
This is completely left to implementation as a general rule the user must satisfy one
of the roles demanded by the feature (but some implementation may choose to upset this rule if required)
- isAuthorized(Authorization, Collection<Authorization>) - Method in interface com.neurosys.security.auth.service.IAuthorizationService
-
- isAuthorizedAccessToAllOrgs(U) - Method in class com.neurosys.saas.etl.TenantContextJPAQueryTransformer
-
- isAuthorizedCreate(Collection<Authorization>) - Method in class com.neurosys.ecom.customers.admin.wicket.pages.orderAdmin
-
- isAuthorizedCreate(Collection<Authorization>) - Method in class com.neurosys.ecom.customers.admin.wicket.pages.panels.OrderDetailsPanel
-
- isAutoConvertNonRefType() - Method in class com.neurosys.refs.transformers.ReferenceToStringTransformer
-
If true will entertain non
Reference
type as String using
Object.toString()
This is useful when using common code for processing datasource data for Pure Reference type and non-ref alike.
- isBindModelToRawData() - Method in class com.neurosys.template.wicket.itemadapters.ListRenderAdapter
-
The model to the component is what is provided as an Object to the whole component.
- isBitOn(int) - Method in class com.neurosys.content.domain.AbstractContent
-
Convenience method
- isBitOn(int) - Method in interface com.neurosys.content.domain.Content
-
Convenience method
- isBitOn(Integer, int) - Static method in class com.neurosys.utils.BitMaskUtil
-
Checks if a particular bit is on or not
- isBlank() - Method in class com.neurosys.etl.common.filters.NullFilter
-
- isBlockOrders() - Method in class com.neurosys.ecom.strategy.service.DefaultOrderStrategy
-
A quick set flag if we wish to block taking orders due to any reason like maintenance etc.
- isBulk() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
If set to true, The message will be a Bulk blast / optimize accordingly and set appropriate RFC headers
Example see https://support.google.com/mail/bin/answer.py?hl=en&answer=81126#format
- isCacheExpression() - Method in class com.neurosys.etl.common.transformers.SpELTransformer
-
- isCanReply() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
- isCaseSensitive() - Method in class com.neurosys.etl.common.comparators.StringComparator
-
- isCategory(P) - Method in class com.neurosys.products.service.CategoryProductPagePathTransformer
-
If it returns true, it will assume it to be a category (menu-item has children and hence cannot be a link itself by default def.)
- isChainOutput() - Method in class com.neurosys.etl.common.TransformerChain
-
If true, the output from previous transformation becomes input for the next.
- isClear() - Method in class com.neurosys.dao.jpa.JPAFlushTransformer
-
If true will clear the EntityManager
- isCloneCollection() - Method in class com.neurosys.etl.common.transformers.CloneCollection
-
If true will return a new Collection of the same type
- isCloneElementInCollection() - Method in class com.neurosys.etl.common.transformers.CloneCollection
-
If true will clone every element within the collection
- isCollectExceptions() - Method in class com.neurosys.etl.common.TransformerChain
-
- isCollectExceptions() - Method in class com.neurosys.etl.common.TransformerParallel
-
- isCollectExceptions() - Method in class com.neurosys.etl.common.transformers.MapTransformer
-
- isCollectionType() - Method in class com.neurosys.template.model.FacetMeta
-
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.
- isCollectionType() - Method in class com.neurosys.template.model.MetaItem
-
Is the type of this meta a collection of inner Content type.
- isCommitPossible(File) - Method in class com.neurosys.template.service.FileTemplateStoreService
-
- isCommitPossible(T) - Method in interface com.neurosys.template.service.TemplateStoreService
-
Any commit specific implementation available
- isConfirmDelete() - Method in class com.neurosys.site.wicket.components.EditableComponentWrapper
-
- isConsiderStringBlankCellsAsEmpty() - Method in class com.neurosys.etl.excel.filters.MergedColumnAndHeaderFilter
-
When filtering if row is found to have Cells String but BLANK then also consider them to be empty.
Note: A Blank is none or more SPACE characters
- isControllable() - Method in class com.neurosys.module.model.Module
-
- isConvertBlankCellToNullValue() - Method in class com.neurosys.etl.common.mapper.behaviors.OutputTypeAwareMapperBehavior
-
When dealing with Numbers, if this is false then 0 is returned as per Cell#getNumericCellValue()
.
- isConvertBlankCellToNullValue() - Method in class com.neurosys.etl.excel.transformers.AbstractExcelRowToEntityTransformer
-
When dealing with Numbers in the tuple, if this is false then 0 is returned as per
Cell.getNumericCellValue()
.
To avoid conversion to 0, one can set this to true.
To override @ a columns level see
OutputTypeAwareMapperBehavior
- isCopy() - Method in class com.neurosys.etl.common.transformers.CollectionTransformer
-
If true will make a copy of the original
Collection
and modify that.
- isCreateRefIfNotExist() - Method in class com.neurosys.refs.transformers.ReferencePersistTransformer
-
- isDataSecure(TrackCycle, String) - Method in class com.neurosys.tracking.strategy.service.DefaultRestrictionStrategy
-
- isDataSecure(TrackCycle, String) - Method in interface com.neurosys.tracking.strategy.service.RestrictionStrategy
-
Check that encrypted for of the value matches the hash value and throw
SecurityException
accordingly
- isDetails() - Method in class com.neurosys.amorphous.service.jaxrs.io.ExceptionHandler
-
If true will bind the Full exception object to the Response
- isDisabled() - Method in class com.neurosys.site.model.State
-
true: The menu is not usable although it maybe shown
This can be due to authorization reasons
- isDone() - Method in class com.neurosys.site.model.Progression
-
- isDontPropagateExceptions() - Method in class com.neurosys.dao.jpa.JPAPersistTransformer
-
Sometimes persist is a fail safe and we dont care about subsequent failures.
- isDropRowsWithOnlyFirstColumn() - Method in class com.neurosys.etl.excel.filters.MergedColumnAndHeaderFilter
-
Usually some rows maybe delimited by a Delimiter Row that can only have one value in its 0th col,
drop them
- ISection - Interface in com.neurosys.module.model
-
Defines a Functional Objective.
- isEmbedImages() - Method in class com.neurosys.messenger.domain.email.EmailMessage
-
All image parts will be embedded in the email
- isEmpty() - Method in class com.neurosys.etl.common.filters.NullFilter
-
- isEmpty() - Method in class com.neurosys.etl.common.transformers.ContextExtractorTransformer
-
- isEnabled() - Method in class com.neurosys.menu.model.AuthorizableMenuItem
-
- isEnabled() - Method in class com.neurosys.menu.model.AuthorizedRollOverMenuItem
-
Deprecated.
- isEnabled() - Method in interface com.neurosys.module.model.IModuleFeature
-
Check if the Feature instance is enabled or disabled.
- isEnabled() - Method in class com.neurosys.module.model.Module
-
Check if the Feature instance is enabled or disabled.
- isEnabled() - Method in class com.neurosys.module.model.ModuleUI
-
- isEncode() - Method in class com.neurosys.etl.common.transformers.EncodeDecodeTransformer
-
- isEqual(Authorization, Authorization) - Method in class com.neurosys.security.auth.service.AuthorizationService
-
- isEquals() - Method in class com.neurosys.etl.common.filters.ConstantEqualsCheckFilter
-
If false will convert this Equals to Not-Equals (inverse condition)
- isEquals() - Method in class com.neurosys.etl.common.filters.EqualsCheckFilter
-
If false will convert this Equals to Not-Equals (inverse condition)
- isErrorPage() - Method in class com.neurosys.user.admin.wicket.pages.adminError
-
- isExecute() - Method in class com.neurosys.dao.jpa.JPACallableStatementTransformer
-
If the Procedure is not expected to return anything and uses DML then set to true.
- isExecuteUnderTransaction() - Method in class com.neurosys.modules.etl.EntityPersistTransformer
-
- isExemptFromProcessing(MetaItem, Object) - Method in class com.neurosys.template.model.renderadapters.DefaultWicketTemplateRenderAdapter
-
Some elements maybe processed exceptionally outside the automated process, determine which to leave out
- isExistingRecord(Map<String, String[]>) - Method in class com.neurosys.content.admin.wicket.pages.panels.ContentFacetAjaxSaveBehavior
-
- isExistingRecord(Map<String, String[]>) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductMetaItemAjaxSaveBehavior
-
- isExistingRecord(Map<String, String[]>) - Method in class com.neurosys.site.wicket.behaviors.EditorAjaxSaveBehavior
-
The Ajax save works on updating Content using Ids that identify the content record.
- isExists(Long) - Method in interface com.neurosys.ecom.orders.dao.jpa.OrderDao
-
- isExists(Long) - Method in class com.neurosys.ecom.orders.dao.jpa.OrderDaoImpl
-
Check to see if an Order exists or not
- isExists(Long) - Method in class com.neurosys.ecom.orders.service.DefaultOrderService
-
- isExists(Long) - Method in interface com.neurosys.ecom.orders.service.OrderService
-
Check to see if an Order exists or not
- isExistsAsParent(T) - Method in class com.neurosys.common.hierarchy.AbstractHierarchyDaoImpl
-
A quick check to see if the current node is a parent
- isExistsAsParent(C) - Method in interface com.neurosys.content.dao.HierarchyContentSource
-
- isExistsAsParent(C) - Method in class com.neurosys.content.dao.jpa.AbstractContentHierarchyDaoImpl
-
- isExistsAsParent(T) - Method in class com.neurosys.products.dao.jpa.ProductDaoImpl
-
- isExistsAsParent(T) - Method in interface com.neurosys.products.dao.ProductDao
-
- isExistsAsParent(T) - Method in class com.neurosys.products.service.ProductServiceImpl
-
- isExpandedState() - Method in class com.neurosys.site.wicket.components.CategoryPanel
-
- isExpectSingleResult() - Method in class com.neurosys.dao.jpa.JPAQueryTransformer
-
If true it will attempt to return only 1 Object or null if no match to query
- isExpectSingleResult() - Method in interface com.neurosys.dao.QueryTransformer
-
If
true
, query will return only one result, which will be returned without being wrapped in a
List
else return results in a
List
- isExpectSingleResult() - Method in class com.neurosys.odb.etl.ODBQueryTransformer
-
If true it will attempt to return only 1 Object or null if no match to query
One should use the LIMIT keyword in query when setting this to true.
- isFailFast() - Method in class com.neurosys.aws.sns.sms.transformer.AmazonSNSDispatcher
-
Decides whether to continue with execution of code when a error occurs or simply throw the error
- isFailFast() - Method in class com.neurosys.cluzo.service.DefaultSecurityContext
-
In failFast (true) mode, any failure will immediately break the chain and not look to carry on with the process.
- isFailFast() - Method in interface com.neurosys.etl.common.FailFastAware
-
If true will exit on first exception else will collect exceptions
- isFailFast() - Method in class com.neurosys.etl.readers.BaseIterativeProcessor
-
If true will exit on first exception else will collect exceptions
- isFailFast() - Method in class com.neurosys.etl.service.ETLRunnerOptions
-
- isFailFast() - Method in class com.neurosys.modules.etl.EntityPersistTransformer
-
- isFieldType() - Method in class com.neurosys.template.model.FacetMeta
-
Can be a field or an other (like Attribute type)
- isFileRef(String) - Static method in class com.neurosys.cluzo.utils.Util
-
- isFilterNulls() - Method in class com.neurosys.utils.JSONMarshaller
-
If false will NOT filter out nulls
- isFilterOnlyIfExcluded() - Method in class com.neurosys.utils.JSONMarshaller
-
- isFlush() - Method in class com.neurosys.dao.jpa.JPAFlushTransformer
-
If true will flush the EntityManager
- isFocussed() - Method in class com.neurosys.site.model.State
-
true : User focus is on particular/specific Item (now)
- isFullPage() - Method in class com.neurosys.site.wicket.components.CkEditorWrapper.CKEditorConfigs
-
- isGenerateArray() - Method in class com.neurosys.etl.common.transformers.GenerateListTransformer
-
If true will generate an Array as an output instead of a List
- isHaltOnJSError() - Method in class com.neurosys.seo.ajax.AjaxUrlToHTMLTransformer
-
If false will ignore JavaScript errors
- isHash() - Method in class com.neurosys.domain.transformers.SecurityTransformer
-
- isHidden() - Method in class com.neurosys.site.model.State
-
true: The Item exists in concept but is not show to the user.
- isHypothetical() - Method in class com.neurosys.template.model.FacetMeta
-
Hypothetical facets are derived (read only) facets that cannot participate in the submission process.
They are NOT properties of the template entity.
- isIdempotent() - Method in interface com.neurosys.etl.common.IdempotentAware
-
- isIdempotent() - Method in class com.neurosys.etl.common.transformers.AbstractEntityTransformer
-
By default if run changes will propogate
- isIgnoreConnectionExceptions() - Method in class com.neurosys.tracking.strategy.service.DefaultRestrictionStrategy
-
- isIgnoreEntityFieldsInWhere() - Method in class com.neurosys.domain.Query
-
If true will Not add the Query entity fields to the WHERE clause
- isIgnoreInput() - Method in class com.neurosys.etl.common.transformers.SpELTransformer
-
- isIgnoreNavigableNodeChildren() - Method in class com.neurosys.site.wicket.panels.RecursiveListBasedMenuPanel
-
If true, will optimize by removing children of nodes that are navigable.
- isIgnoreNulls() - Method in class com.neurosys.etl.common.transformers.CollectionTransformer
-
If true, will ignore any null values in the collection type input.
- isIgnoreNullsForPrimitiveTypes() - Method in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
If true and a field is a primitive type, it will prevent updating the resultant object from un-wanted null values from a partial input object.
- isIgnoreUnMappedFields() - Method in class com.neurosys.etl.common.transformers.ParamsRequestToEntitiesTransformer
-
If true; the binding process will ignore any fields that are specified in the input form post and not mapped on server
- isInclUnits() - Method in class com.neurosys.modules.etl.SizeToStringTransformer
-
If true, for
SizeDimensions
will include units at the end else it wont.
- isInitialized() - Method in class com.neurosys.etl.excel.readers.ExcelRowByRowReader
-
- isInitialized() - Method in class com.neurosys.etl.readers.ChainIterativeReader
-
- isInitialized() - Method in class com.neurosys.etl.readers.ExecuteJobReader
-
- isInitialized() - Method in class com.neurosys.etl.readers.FileReader
-
- isInitialized() - Method in interface com.neurosys.etl.readers.RealTimeLineReader
-
- isInitialized() - Method in interface com.neurosys.etl.writers.RealTimeWriter
-
Check if Writer is already Initialized
- isInitialized() - Method in class com.neurosys.messenger.processors.readers.IMAPMailBoxReader
-
- isInitialized() - Method in class com.neurosys.modules.etl.EntityPersistTransformer
-
- isInputAsTargetObject() - Method in class com.neurosys.etl.common.transformers.MethodInvokingTransformer
-
- isInputEqualsOperand() - Method in class com.neurosys.etl.common.filters.EqualsCheckFilter
-
- isInsert() - Method in class com.neurosys.dao.jpa.JPAPersistTransformer
-
If true, will insert
- isInstantiationAuthorized(Class<T>) - Method in class com.neurosys.site.wicket.components.session.AbstractAuthorizationStrategy
-
- isInverse() - Method in class com.neurosys.etl.common.TransformerToPredicate
-
- isInverseMode() - Method in class com.neurosys.etl.common.transformers.EntityFieldsCopyTransformer
-
- isJSON(String) - Static method in class com.neurosys.utils.JSONMarshaller
-
- isJSONArray(String) - Static method in class com.neurosys.utils.JSONMarshaller
-
- isJSONObject(String) - Static method in class com.neurosys.utils.JSONMarshaller
-
- isKeyFor(String, T, FlowStatus) - Method in class com.neurosys.q.notification.track.service.DefaultTokenNotificationTrackerService
-
- isKeyFor(String, T) - Method in class com.neurosys.q.notification.track.service.DefaultTokenNotificationTrackerService
-
- isKeyFor(String, Shift<T>) - Method in class com.neurosys.q.notification.track.service.DefaultTokenNotificationTrackerService
-
- isKeyFor(String, U, TC) - Method in class com.neurosys.q.user.service.UserInTokenContainerTrackerDefaultService
-
- isKeyFor(String, TC) - Method in class com.neurosys.q.user.service.UserInTokenContainerTrackerDefaultService
-
- isKeyFor(String, U) - Method in class com.neurosys.q.user.service.UserInTokenContainerTrackerDefaultService
-
- isLinkEncode() - Method in class com.neurosys.feeds.etl.PageIdentifiersToLinks
-
Encode URL
- isLoadLeaves() - Method in class com.neurosys.site.wicket.components.CategoryPanel
-
- isLockValid(LockStrategy.Lock) - Method in class com.neurosys.ecom.strategy.service.DefaultLockStrategy
-
- isLockValid(LockStrategy.Lock) - Method in interface com.neurosys.ecom.strategy.service.LockStrategy
-
While processing locks, check if a
LockStrategy.Lock
is valid or not @ the given instance of time
By default a
LockStrategy.Lock
more than
#minutesForLockExpire
minutes is invalid.
- isLogOnServer() - Method in class com.neurosys.amorphous.service.jaxrs.io.ExceptionHandler
-
If true will log the error on server
- isMaintainContext() - Method in class com.neurosys.etl.common.TransformerChain
-
If true, will create a Context as a List of outputs generated by each transformer per mutually exclusive chain, including the original input as the first (0th index), element.
So for
TransformerChain.chainOutput
true, the context list will contain the first input and then every subsequent output produced in the chain.
- isMenuItemsEqual(MenuItem, MenuItem) - Method in class com.neurosys.menu.service.StaticMenuLogic
-
For logic that needs to identify if a menu Item should be focussed on or not.
- isMerge() - Method in class com.neurosys.template.wicket.itemadapters.JSONRenderAdapter
-
If true it will Scan the entity object for existing changes in data model and merge the current field JSON with that.
JSON tends to be fluid with multiple attributes being re-used across or littered across form.
- isMergeFieldMode() - Method in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
If true, will merge the fields from the Excel (override in case of conflict) with the existing field values
else all the values for the entity will be afresh.
- isMergeWithCurrentSessionUser() - Method in class com.neurosys.user.etl.UserFormTransformer
-
If true The form input are assumed to represent the user with the Current Web Session.
- isModifyExistingCollection() - Method in class com.neurosys.etl.common.transformers.DeDupeFilterTransformer
-
If true will update / rearrange the input
Collection
- isModifyInstance() - Method in class com.neurosys.etl.common.transformers.SmartSingleValuesTransformer
-
If true, attempt modification of the input Object
- isModifyOriginal() - Method in class com.neurosys.etl.common.transformers.ListTrimTransformer
-
If true, then the trim operation will be performed on the original List passed, else a copy will be returned.
- isMultiCastConfigEnabled() - Method in class com.neurosys.hazelcast.etl.SetupHazelCastInstance
-
- isMultiCastConfigEnabled() - Method in class com.neurosys.hazelcast.etl.SetupHazelCastInstances
-
Deprecated.
- isMultipleValues() - Method in class com.neurosys.etl.common.transformers.CollectionToMapSplitterTransformer
-
If true will indicate that the values to the Map are a
Collection
and not a singular Object
If false the last value matching the id will be the value
- isMutable(X, X, String) - Method in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
To modify or not modify the field in storedEntity.
- isMutablePrimitive(X, String, Object) - Method in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
To modify or not modify a primitive field in storedEntity.
- isMuteNullValuesInDims() - Method in class com.neurosys.modules.etl.SizeToStringTransformer
-
If true will simply not show the part of a dimension that is null.
If false will show a 0.
- isNameCharSetSafe(T) - Method in class com.neurosys.modules.etl.ProductNameTransformer
-
If true it will not attempt to make the name safe, if not then it will make the name safe.
This checks if the characters used are in safe character set (default defined by
ProductNameTransformer.cleanup_regex_str
- isNameDirty() - Method in class com.neurosys.configs.SpringStaticConfiguration
-
- isNative - Variable in class com.neurosys.modules.etl.DeleteRelatedEntitiesJPATransformer
-
- isNavigable() - Method in class com.neurosys.menu.model.MenuItem
-
true indicates that if refId is available then one can navigate using this item.
- isNavigatable() - Method in class com.neurosys.module.model.ModuleUI
-
If the UI can be/will be available on a navigation.
Note a false value will still reverse-map it.
- isNoArguments() - Method in class com.neurosys.etl.common.transformers.MethodInvokingTransformer
-
If the method name conflicts with another and we wish to invoke a No argument method then
make this flag true
- isNodeNavigable(C) - Method in class com.neurosys.content.service.ContentAutoNav
-
- isNodeNavigable(T) - Method in class com.neurosys.module.service.CustomAutoNav
-
- isNodeNavigable(T) - Method in class com.neurosys.module.service.HierarchyTypeAutoNav
-
- isNodeNavigable(ProductReference) - Method in class com.neurosys.products.service.CatalogAutoNav
-
- isNotificationEnabled() - Method in class com.neurosys.q.notification.service.AbstractNotificationHelper
-
true if notifications enabled else false for global shut
- isNotify() - Method in class com.neurosys.q.notification.events.CurrentActionNotifyBehavior
-
- isNotifyOn(Object) - Method in class com.neurosys.q.notification.service.AbstractNotificationHelper
-
Generic service method for notification on any action.
- isNotifyOthers() - Method in class com.neurosys.q.notification.service.AbstractNotificationHelper
-
Smart notifications > Ripple effect : If true means other people who are impacted by a status update of someone else will also be notified.
- isNullToAmount() - Method in class com.neurosys.ecom.etl.AmountTransformer
-
Convert a null input to an
Amount
object if true
- isOpen() - Method in class com.neurosys.configs.ConfigurationSourceBackedSpringResource
-
- isOperandEqualsOperand2() - Method in class com.neurosys.etl.common.filters.ConstantEqualsCheckFilter
-
- isOrder() - Method in class com.neurosys.modules.etl.FileToProductsTransformer
-
If true then order the file names in case an array is used
- isOutputToString() - Method in class com.neurosys.messenger.etl.EntityMailSenderTransformer
-
Convenience method to produce a String output that mentioned the recipients the mail was sent to.
- isPackAsArray() - Method in class com.neurosys.etl.common.transformers.RelatedEntityJSONTransformer
-
- isParamAsSingleInput() - Method in class com.neurosys.dao.jpa.JPAQueryTransformer
-
If the input is a List of Collection and we wish to process it as a single parameter
make this true OR wrap it in an Object Array.
- isParamAsSingleInput() - Method in interface com.neurosys.dao.QueryTransformer
-
If true, will take whole input to transformer as a single parameter and pass it in query.
- isParamAsSingleInput() - Method in class com.neurosys.odb.etl.ODBQueryTransformer
-
- isParamsAdded() - Method in class com.neurosys.etl.common.transformers.URLGeneratorTransformer
-
- isPartialMatch() - Method in class com.neurosys.etl.common.filters.RegExCheckFilter
-
- isPaused() - Method in interface com.neurosys.etl.process.ControllableProcess
-
- isPaused() - Method in class com.neurosys.etl.readers.BaseIterativeProcessor
-
- isPaused() - Method in class com.neurosys.etl.readers.ChainIterativeReader
-
- isPaused() - Method in class com.neurosys.modules.etl.admin.wicket.pages.panels.ReaderProcess
-
- isPersist() - Method in class com.neurosys.modules.etl.EntityBabyPersistTransformer
-
If true will EntityManager.persist(Object)
else will use EntityManager.merge(Object)
- isPersist() - Method in class com.neurosys.refs.transformers.StringToReferenceTransformer
-
If true will persist the reference graph
- isPersistSessionCarts() - Method in class com.neurosys.ecom.cart.service.AbstractCartService
-
If true, will persist session carts until they are cleared (On Action where cart is null or blank).
- isPortIncrement() - Method in class com.neurosys.hazelcast.etl.SetupHazelCastInstance
-
- isPortIncrement() - Method in class com.neurosys.hazelcast.etl.SetupHazelCastInstances
-
Deprecated.
- isPost() - Method in class com.neurosys.site.wicket.behaviors.FieldAjaxEventBehavior
-
- isPostponseLookup() - Method in class com.neurosys.etl.common.ExistingEntityLookup
-
- isPrefixRequired() - Method in class com.neurosys.etl.web.transformers.WebURLGeneratorTransformer
-
- isPreviewImages() - Method in class com.neurosys.site.wicket.components.ResourceListView.ViewContext
-
If true will enable preview of images in the listing
- isProcessFields() - Method in class com.neurosys.template.model.Template
-
If true will Consider the core entity field definitions while preparing the
MetaItem
list for the Entity.
- isProductAvailableToBeSold(P, U, String, CONTEXT) - Method in class com.neurosys.ecom.strategy.service.DefaultSaleStrategy
-
- isProductAvailableToBeSold(P, U, String, CONTEXT) - Method in interface com.neurosys.ecom.strategy.service.SaleStrategy
-
Is Product available to be sold
- isProoceedToOriginalInFailure() - Method in class com.neurosys.scribble.proxy.ScriptableInterceptor
-
- isQueryIsNative() - Method in class com.neurosys.dao.jpa.JPAExecuteTransformer
-
If the Query is to be fired in JPA or native DB SQL language
- isQueryIsNative() - Method in class com.neurosys.dao.jpa.JPAQueryTransformer
-
If the Query is to be fired in JPA or native DB SQL language
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.neurosys.amorphous.service.jaxrs.io.AbstractReader
-
Deprecated.
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.neurosys.amorphous.service.jaxrs.io.JSONConfigBasedReader
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.neurosys.amorphous.service.jaxrs.io.TransformerReader
-
- isReadable() - Method in class com.neurosys.configs.ConfigurationSourceBackedSpringResource
-
- isRecognizeFullPathKeys() - Method in class com.neurosys.configs.ConfigurationSourceBackedSpringResource
-
If true, it will also recognize property references that use <namespace>.<key> references.
- isRecurse() - Method in class com.neurosys.etl.readers.FileReader
-
If true, will recurse through sub-folders and drill down
- isRecurse() - Method in class com.neurosys.site.wicket.components.ResourceListView.ViewContext
-
- isRecursive() - Method in class com.neurosys.odb.object.RegisterClass
-
- isRelatedFieldAsList() - Method in class com.neurosys.modules.etl.EntityUpdateResUploadActionTransformer
-
If true will convert paths into one comma separated String or else it will be a List.
- isRemoveNoSelectionOption() - Method in class com.neurosys.template.wicket.itemadapters.SelectRenderAdapter
-
If true will remove default AbstractSingleSelectChoice
.NO_SELECTION_VALUE option.
- isRequestForAuthKeyValid(HttpServletRequest) - Method in class com.neurosys.filters.AjaxSiteSessionSecurityFilter
-
- isRequestForSessionValid(HttpServletRequest) - Method in class com.neurosys.filters.AjaxSiteSessionSecurityFilter
-
Check if the request targeted to the Service, is bound to a valid session.
- isRequestValid(HttpServletRequest) - Method in class com.neurosys.amorphous.security.filter.AjaxSecurityFilter
-
Check if the request is valid based on the user logged in, or authentication/authorized to use this service.
- isRequestValid(HttpServletRequest) - Method in class com.neurosys.filters.AjaxSiteSessionSecurityFilter
-
- isResourceImageType(T) - Method in class com.neurosys.site.wicket.components.ResourceListView
-
- isResourceImageType(File) - Method in class com.neurosys.site.wicket.components.WebFileListView
-
- isResourceRelativeToWebContext() - Method in class com.neurosys.modules.etl.FileToPathTransformer
-
- isResourceRelativeToWebContext() - Method in class com.neurosys.site.wicket.components.wrappers.FileUploadWrapper
-
- isRetainOriginalInputParams() - Method in class com.neurosys.etl.common.transformers.ParamsRequestToEntitiesTransformer
-
If true will also add the original raw input params in the transformed output
Map
- isReturnAsList() - Method in class com.neurosys.configs.transformers.ConfigLookupTransformer
-
By default will return a Map of namespace-key to value mapping
- isReturnInput() - Method in class com.neurosys.etl.common.transformers.MethodInvokingTransformer
-
If true, the output of this instance will return the input (for chaining purposes)
- isReturnMultiple() - Method in class com.neurosys.notification.service.UserNotificationGenerator
-
If true and the input is a Collection then each element in the input Collection is a candidate for a separate
UserNotification
- isReturnNullOnException() - Method in class com.neurosys.etl.common.transformers.EntityChainAccessModifierTransformer
-
If true return null as output for this transformer on an Exception rather than throw an Exception
- isReturnNullOnException() - Method in class com.neurosys.etl.common.transformers.EntityChainAccessTransformer
-
If a property or value is not found should exceptions be allowed to propagate or mute and return null
- isReturnNullOnException() - Method in class com.neurosys.etl.common.transformers.JSONTransformer
-
- isReverseNext() - Method in class com.neurosys.domain.OrderByRefList
-
If true will observe all {next & current as -->
current & previous}
- isRevertPossible(File) - Method in class com.neurosys.template.service.FileTemplateStoreService
-
- isRevertPossible(T) - Method in interface com.neurosys.template.service.TemplateStoreService
-
Is there a revert point to go back to for the given template
- isRollOverOnSelect() - Method in class com.neurosys.site.wicket.components.MenuItemComponent
-
Deprecated.
If true, will Show rollover even on selection (not just focus)
- isRollOverOnSelect() - Method in class com.neurosys.site.wicket.components.RollOverMenuItemComponent
-
If true, will Show rollover even on selection (not just focus)
- isRunAsynch() - Method in class com.neurosys.messenger.etl.MailSenderTransformer
-
If true will send Asynchronously
- isScanHierarchy() - Method in class com.neurosys.ecom.strategy.service.AbstractStrategy
-
- isSecureURLUsingSalt() - Method in class com.neurosys.modules.etl.WicketURLGeneratorTransformer
-
Appends a parameter called salt.
- isSelected() - Method in class com.neurosys.site.model.State
-
true : Item is part of the selected hierarchy
- isSetValueInSameModel(FacetMeta, Object) - Method in class com.neurosys.products.admin.wicket.pages.panels.ProductDetailsTemplatePanel
-
While saving if the value should be set back in the same model passed by the Entity (like
CompoundPropertyModel
or assigned a new Model
Also a
FacetMeta
an explicitly opt-out of being part of
CompoundPropertyModel
by setting
FacetMeta.setAssignIndependentModel(Boolean)
to false.
- isSetValueInSameModel(FacetMeta, Object) - Method in class com.neurosys.template.wicket.components.EntityDetailsTemplatePanel
-
While saving if the value should be set back in the same model passed by the Entity (like
CompoundPropertyModel
or assigned a new Model
Also a
FacetMeta
an explicitly opt-out of being part of
CompoundPropertyModel
by setting
FacetMeta.setAssignIndependentModel(Boolean)
to false.
- isShowProgressPercent() - Method in class com.neurosys.site.model.Progression
-
If false, will not show the number and only the message
- isSingleThread() - Method in class com.neurosys.etl.common.transformers.AsynchronousTransformer
-
If true it will execute it as part of the original thread sequentially, but the process is still forked from original
- isSingleton() - Method in class com.neurosys.odb.core.db.ODatabasePartitionPoolFactory
-
- isSingleton() - Method in class com.neurosys.odb.core.db.ODatabasePoolFactory
-
- isSpecifyDims() - Method in class com.neurosys.modules.etl.InputStringToSizeTransformer
-
If true, will need the dimensions to be specified within the input
- isSpecifyDims() - Method in class com.neurosys.modules.etl.StringToSizeTransformer
-
If true, will need the dimensions to be specified within the input
- isSslSupportMandatory() - Method in class com.neurosys.site.wicket.app.SiteRequestCycleProcessor
-
- isStatic(Field) - Static method in class com.neurosys.utils.BeanUtils
-
Check if a
Field
is static or not
- isStatus() - Method in class com.neurosys.amorphous.domain.Response
-
true means success; false means failure.
- isStrict() - Method in class com.neurosys.etl.common.filters.EntityTypeFilter
-
If strict then it will ensure the input matches the type and only that type and not any generalization (child) of it.
- isStrict() - Method in class com.neurosys.etl.common.transformers.EqualsTransformer
-
Strict true means ==, else .equals() is applied on the input
- isStrictTypeChecking() - Method in class com.neurosys.amorphous.service.jaxrs.io.JSONConfigBasedReader
-
- isStrictTypeChecking() - Method in class com.neurosys.amorphous.service.jaxrs.io.TransformerReader
-
- isStrictTypeChecking() - Method in class com.neurosys.etl.common.mapper.behaviors.OutputTypeAwareMapperBehavior
-
Strict implies if an
OutputTypeAwareMapperBehavior
is defined; and the actual type does not match expected
then the native error will not be handled..
- isSupplement() - Method in class com.neurosys.template.model.FacetMeta
-
The FacetMeta supplements some other form/carrier and hence should be merged if there is a situation
where multiple meta information are applicable.
- isSupported(String, U, CONTEXT) - Method in interface com.neurosys.ecom.strategy.service.CurrencyStrategy
-
Check if the currency specified is supported by the application for the given CONTEXT (or null).
- isSupportInsecureSSL() - Method in class com.neurosys.seo.ajax.AjaxUrlToHTMLTransformer
-
Connect to servers that have any SSL certificate
- isSupportsVerifyOnly() - Method in class com.neurosys.etl.common.ETLMeta
-
Some processes may run as verification without committing or making changes.
- isTagBody() - Method in class com.neurosys.site.wicket.components.DynamicFormField
-
If the Component is an open tag like TextArea that has a body; the {FormComponent.getValue()
will automatically be set in the body then
- isTestExpression() - Method in class com.neurosys.etl.common.transformers.SpELTransformer
-
If true will self test expression on startup.
- isThreadSafe() - Method in class com.neurosys.etl.common.transformers.ContextMapperTransformer
-
If true, ten for each thread a new context is provided
- isThrowContinueOnStateChange() - Method in class com.neurosys.etl.common.transformers.LastStateLatchTransformer
-
- isThrowException() - Method in class com.neurosys.etl.common.filters.NullFilter
-
- isThrowExceptionOnNull() - Method in class com.neurosys.lookups.AbstractCategoryLookup
-
If no result is found it will throw an exception instead of returning a null
- isTodayWithInCurrentCycle(Cycle) - Method in class com.neurosys.crm.billing.etl.FindTrackCycleTransformer
-
- isToLower() - Method in class com.neurosys.modules.etl.ContentNameConsumer
-
If true will ensure all names are in lower case for consistency
- isToLower() - Method in class com.neurosys.modules.etl.ProductNameTransformer
-
If true will ensure all names are in lower case for consistency
- isTrackMultipleIndeces() - Method in class com.neurosys.etl.common.transformers.IterableElementIndexTransformer
-
If true, will return a Map with List of indeces for each element
- isTransformInput() - Method in class com.neurosys.etl.common.transformers.EntityChainAccessModifierTransformer
-
if true will apply the #transformer
over the input rather than the property itself
- isTransformInput() - Method in class com.neurosys.etl.common.transformers.EntityPropertyTransformer
-
- isTransientLost() - Method in interface com.neurosys.domain.TransientAwareModel
-
If returns true means all transient values were lost.
- isTransientLost() - Method in class com.neurosys.template.model.FacetMeta
-
- isTrustEntityTimestamp() - Method in class com.neurosys.track.transformers.TrackTransformer
-
If the entity has an update timestamp/date then should we trust that or assign
the time of tracking when this code is called.
- isUnique() - Method in class com.neurosys.modules.etl.FileToProductsTransformer
-
If true then file names are unique in case an array is used
- isUpdateMode() - Method in class com.neurosys.collection.transformers.CollectionURLGeneratorTransformer
-
If true will not modify and persist the collection, will rather read from the collection.
- isUsePathAsParams() - Method in class com.neurosys.etl.common.transformers.URLGeneratorTransformer
-
If true will assume to join /../../ in Path Style
- isUser() - Method in class com.neurosys.common.service.jaxrs.SiteAuthorizableSecurableService
-
- isValidOrPrimitiveFieldType(Class<?>) - Static method in class com.neurosys.etl.common.ExistingEntityMergeTransformer
-
- isValidOrPrimitiveFieldType(Class<?>) - Static method in class com.neurosys.utils.BeanUtils
-
If primitive, String, Date or Calendar type, will return true
- isValueAsList() - Method in class com.neurosys.domain.ImmutableValueHashMap
-
- isVerifyOnly() - Method in class com.neurosys.etl.service.ETLRunnerOptions
-
- isVersioned() - Method in class com.neurosys.user.admin.wicket.pages.adminError
-
- isWaitForProcessEnd() - Method in class com.neurosys.shell.ShellTransformer
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.neurosys.amorphous.service.jaxrs.io.AbstractWriter
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.neurosys.amorphous.service.jaxrs.io.EntityJSONCollectionWriter
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.neurosys.amorphous.service.jaxrs.io.EntityJSONWriter
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.neurosys.amorphous.service.jaxrs.io.TransformerWriter
-
- item - Variable in class com.neurosys.site.model.State
-
- itemAdded(ItemEvent<T>) - Method in class com.neurosys.hazelcast.etl.ListenItemOnHazelCast
-
- itemAdded(ItemEvent<EntryEvent<String, T>>) - Method in class com.neurosys.hazelcast.etl.ListenMapEntryOnHazelCast
-
- itemRemoved(ItemEvent<T>) - Method in class com.neurosys.hazelcast.etl.ListenItemOnHazelCast
-
- itemRemoved(ItemEvent<EntryEvent<String, T>>) - Method in class com.neurosys.hazelcast.etl.ListenMapEntryOnHazelCast
-
- itemsSuppliers - Variable in class com.neurosys.feeds.etl.AbstractFeed
-
Collection of
Supplier
s that provide
The items to be supplied for this channel
- IterableElementCountTransformer - Class in com.neurosys.etl.common.transformers
-
For a
Iterable
[B,A,C,A,A,B] return a Map of Count for each element as {B:2, A:3, C:1}
- IterableElementCountTransformer() - Constructor for class com.neurosys.etl.common.transformers.IterableElementCountTransformer
-
- IterableElementIndexTransformer - Class in com.neurosys.etl.common.transformers
-
For a
Iterable
[B,A,C,B] return a Map of Position of the elements in the index {B:0, A:1, C:2}
If an Element is repeated and
IterableElementIndexTransformer.trackMultipleIndeces
is false; the
last encountered index will be the one that is counted.
If
IterableElementIndexTransformer.trackMultipleIndeces
is true then [B,A,C,B] --> {B:[0,3], A:[1], C:[2]} will be returned
This works for any
Iterable
input however the order relies on assumption that the input has a consistent order.
- IterableElementIndexTransformer() - Constructor for class com.neurosys.etl.common.transformers.IterableElementIndexTransformer
-
- IterableToMapTransformer - Class in com.neurosys.etl.common.transformers
-
Based on a expected order of elements in
IterableToMapTransformer.sequence
; where each element can be mapped to a name in a map due to predictability of its order index.
- IterableToMapTransformer() - Constructor for class com.neurosys.etl.common.transformers.IterableToMapTransformer
-
- IterableToMapTransformer(String[]) - Constructor for class com.neurosys.etl.common.transformers.IterableToMapTransformer
-
- iterateAndAddContentFacetsToPage(MarkupContainer, ContentDescriber, Collection<? extends FacetMeta>) - Method in class com.neurosys.content.wicket.pages.CategoryTemplatePage
-
Deprecated.
Iterates over the collection of ? extends
FacetMeta
s and adds them using {@link #getComponentForFacet(ContentFacet)} to the {@link TemplatePage}.
- iterateAndAddContentFacetsToPage(MarkupContainer, C, Collection<? extends FacetMeta>) - Method in class com.neurosys.content.wicket.pages.TemplatePage
-
Iterates over the collection of ? extends ContentFacetMeta
s and adds them using {@link #getComponentForFacet(ContentFacet)} to the {@link TemplatePage}.
- iterateAndAddFacetsToPage(MarkupContainer, M, Collection<? extends FacetMeta>) - Method in class com.neurosys.content.wicket.pages.panel.TemplatePanel
-
- iterator(int, int) - Method in class com.neurosys.content.wicket.model.ContentSortableDataProvider
-
- iterator(int, int) - Method in class com.neurosys.idm.admin.wicket.models.UserListDataProvider
-
- iterator(int, int) - Method in class com.neurosys.products.wicket.model.ProductSortableDataProvider
-
Fetch records
Note if first or count < 0 then it will not consider pagination and hence get all records
- iterator(int, int) - Method in class com.neurosys.site.wicket.model.BufferedSortableDataProvider
-
- IUpdateService<T> - Interface in com.neurosys.amorphous.service
-
Generic Query API