Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abandon() - Method in class com.storedobject.core.InventoryTransaction
Abandon the current set of entries.
abort() - Method in class com.storedobject.common.InputOutputStream
Abort the streams.
abort() - Method in class com.storedobject.ui.LoginForm
 
abort() - Method in class com.storedobject.ui.TextView
 
abort() - Method in class com.storedobject.ui.VerifyOTP
 
abort() - Method in class com.storedobject.vaadin.Dashboard
Closes the view by aborting if that exists
abort() - Method in interface com.storedobject.vaadin.ExecutableView
Abort this.
abort() - Method in class com.storedobject.vaadin.TimerComponent
Abort the timer.
abort() - Method in class com.storedobject.vaadin.View
Abort this view.
abort() - Method in class com.storedobject.vaadin.WrappedView
 
abort(Throwable) - Method in interface com.storedobject.core.ContentProducer
This method may be called when the content generation is aborted due to some error.
abort(Throwable) - Method in class com.storedobject.core.StreamContentProducer
 
abort(Throwable) - Method in class com.storedobject.office.AbstractSpreadSheet
 
abort(Throwable) - Method in class com.storedobject.ui.util.AbstractContentGenerator
 
abort(Throwable) - Method in class com.storedobject.ui.util.ContentGenerator
 
aborted() - Method in interface com.storedobject.vaadin.MediaCapture.DataReceiver
This method is invoked if streaming is aborted due to any errors.
aborted() - Method in class com.storedobject.vaadin.View
See if this view was aborted.
aboutToAddExternalContent(int, PDFImage) - Method in class com.storedobject.pdf.PDF
 
aboutToSave(Transaction) - Method in class com.storedobject.ui.ObjectListEditor
This method is invoked from ObjectListEditor.save(Transaction) when changes are about to be saved to the database.
absolute() - Method in class com.storedobject.core.Angle
Absolute value of this quantity.
absolute() - Method in class com.storedobject.core.Area
Absolute value of this quantity.
absolute() - Method in class com.storedobject.core.Count
Absolute value of this quantity.
absolute() - Method in class com.storedobject.core.Distance
Absolute value of this quantity.
absolute() - Method in class com.storedobject.core.FractionalCount
Absolute value of this quantity.
absolute() - Method in class com.storedobject.core.Money
Return the monetary value containing the absolute value.
absolute() - Method in class com.storedobject.core.Percentage
Absolute value of this quantity.
absolute() - Method in class com.storedobject.core.Pressure
Absolute value of this quantity.
absolute() - Method in class com.storedobject.core.Quantity
Absolute value of this quantity.
absolute() - Method in class com.storedobject.core.Speed
Absolute value of this quantity.
absolute() - Method in class com.storedobject.core.Temperature
Absolute value of this quantity.
absolute() - Method in class com.storedobject.core.TimeDuration
Absolute value of this quantity.
absolute() - Method in class com.storedobject.core.Volume
Absolute value of this quantity.
absolute() - Method in class com.storedobject.core.VolumeRate
Absolute value of this quantity.
absolute() - Method in class com.storedobject.core.Weight
Absolute value of this quantity.
absolute() - Method in class com.storedobject.core.WeightOrVolume
Absolute value of this quantity.
absolute() - Method in class com.storedobject.core.WeightRate
Absolute value of this quantity.
AbstractAssembly<T,C> - Class in com.storedobject.ui.inventory
 
AbstractCardAccount - Class in com.storedobject.accounts
 
AbstractCardAccount() - Constructor for class com.storedobject.accounts.AbstractCardAccount
 
AbstractChart - Class in com.storedobject.chart
Abstract base class for creating specific subtypes of charts that requires more axes.
AbstractChart(ChartType, boolean, AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.AbstractChart
Create a chart of a given type and data.
AbstractChart(ChartType, AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.AbstractChart
Create a chart of a given type and data.
AbstractCheckList - Class in com.storedobject.core
 
AbstractCheckList() - Constructor for class com.storedobject.core.AbstractCheckList
 
AbstractCheckListForestBrowser<T> - Class in com.storedobject.ui.common
 
AbstractCheckListForestBrowser(Class<T>) - Constructor for class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
AbstractCheckListForestBrowser(Class<T>, int) - Constructor for class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
AbstractCheckListForestBrowser(Class<T>, int, String) - Constructor for class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
AbstractCheckListForestBrowser(Class<T>, String) - Constructor for class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
AbstractCheckListForestBrowser(String) - Constructor for class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
AbstractCheckListItem - Class in com.storedobject.core
 
AbstractCheckListItem() - Constructor for class com.storedobject.core.AbstractCheckListItem
 
AbstractColor - Class in com.storedobject.chart
Base class for the representation of color.
AbstractColor() - Constructor for class com.storedobject.chart.AbstractColor
 
AbstractComputedInteger - Class in com.storedobject.core
 
AbstractComputedInteger() - Constructor for class com.storedobject.core.AbstractComputedInteger
 
AbstractComputedInteger(int) - Constructor for class com.storedobject.core.AbstractComputedInteger
 
AbstractComputedInteger(int, boolean) - Constructor for class com.storedobject.core.AbstractComputedInteger
 
AbstractComputedInteger(AbstractComputedInteger) - Constructor for class com.storedobject.core.AbstractComputedInteger
 
AbstractComputedValue<T> - Class in com.storedobject.core
 
AbstractComputedValue() - Constructor for class com.storedobject.core.AbstractComputedValue
 
AbstractConsumptionSelector - Class in com.storedobject.ui.iot
 
AbstractConsumptionSelector(String, Resource, Block) - Constructor for class com.storedobject.ui.iot.AbstractConsumptionSelector
 
AbstractContentGenerator - Class in com.storedobject.ui.util
 
AbstractContentGenerator(Application, ContentProducer, Consumer<AbstractContentGenerator>, Consumer<Long>, Runnable) - Constructor for class com.storedobject.ui.util.AbstractContentGenerator
 
AbstractData<T> - Class in com.storedobject.chart
Representation of data as a List.
AbstractData() - Constructor for class com.storedobject.iot.DataSet.AbstractData
 
AbstractData(DataType, T...) - Constructor for class com.storedobject.chart.AbstractData
Constructor.
AbstractData(Class<T>, T...) - Constructor for class com.storedobject.chart.AbstractData
Constructor.
AbstractDataEditor<T> - Class in com.storedobject.vaadin
A view that is used for creating "data entry forms" for a particular type of object.
AbstractDataEditor(Class<T>) - Constructor for class com.storedobject.vaadin.AbstractDataEditor
Constructor
AbstractDataEditor(Class<T>, String) - Constructor for class com.storedobject.vaadin.AbstractDataEditor
Constructor
AbstractDataEditor.DForm - Class in com.storedobject.vaadin
Form to be used internally.
AbstractDataForm<D> - Class in com.storedobject.vaadin
A view that is used for creating "data entry forms".
AbstractDataForm() - Constructor for class com.storedobject.vaadin.AbstractDataForm
 
AbstractDataForm.FieldError - Exception Class in com.storedobject.vaadin
For internal use only.
AbstractDataProvider<T> - Interface in com.storedobject.chart
Abstract data provider interface.
AbstractDataProvider.NumberComparator - Class in com.storedobject.chart
A crude Number comparator that can be used for data that is of Number type.
AbstractDataStream<T> - Class in com.storedobject.chart
A data provider implementation to provide data from a Stream.
AbstractDataStream(DataType, Stream<T>) - Constructor for class com.storedobject.chart.AbstractDataStream
Constructor.
AbstractDataZoom - Class in com.storedobject.chart
Represents abstract "data zoom" component.
AbstractEditableGrid<T> - Class in com.storedobject.ui
An editable grid.
AbstractEditableGrid(Class<T>, Filtered<T>) - Constructor for class com.storedobject.ui.AbstractEditableGrid
Constructor that will generate columns from the Bean's properties.
AbstractEditableGrid(Class<T>, Filtered<T>, Iterable<String>) - Constructor for class com.storedobject.ui.AbstractEditableGrid
Constructor that will generate columns from the column names passed.
AbstractForm<D> - Class in com.storedobject.vaadin
Class to represent a "data entry form".
AbstractForm(Class<D>) - Constructor for class com.storedobject.vaadin.AbstractForm
Construct a form.
AbstractForm(Class<D>, HasComponents) - Constructor for class com.storedobject.vaadin.AbstractForm
Construct a form with a specified field container.
AbstractForm(Class<D>, HasComponents, Object) - Constructor for class com.storedobject.vaadin.AbstractForm
For internal use only.
AbstractForm.ValueHandler - Class in com.storedobject.vaadin
Basic value-handler implementation.
AbstractGanttChart - Class in com.storedobject.chart
Abstract Gantt chart is the base class for GanttChart and ActivityChart.
AbstractGanttChart(AbstractProject) - Constructor for class com.storedobject.chart.AbstractGanttChart
Constructor.
AbstractInvoiceBrowser<I> - Class in com.storedobject.ui.accounts
 
AbstractInvoiceBrowser(Class<I>) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(Class<I>, int) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(Class<I>, int, SearchBuilder<I>) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(Class<I>, int, String) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(Class<I>, Iterable<String>) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(Class<I>, Iterable<String>, int) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(Class<I>, Iterable<String>, int, SearchBuilder<I>) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(Class<I>, Iterable<String>, int, SearchBuilder<I>, String) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(Class<I>, Iterable<String>, int, SearchBuilder<I>, String, String) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(Class<I>, Iterable<String>, int, Iterable<String>) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(Class<I>, Iterable<String>, int, Iterable<String>, String) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(Class<I>, Iterable<String>, int, Iterable<String>, String, String) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(Class<I>, Iterable<String>, int, String) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(Class<I>, Iterable<String>, SearchBuilder<I>) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(Class<I>, Iterable<String>, Iterable<String>) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(Class<I>, String) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceBrowser(String) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
AbstractInvoiceEditor<I> - Class in com.storedobject.ui.accounts
 
AbstractInvoiceEditor(Class<I>) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceEditor
 
AbstractInvoiceEditor(Class<I>, int) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceEditor
 
AbstractInvoiceEditor(Class<I>, int, String) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceEditor
 
AbstractInvoiceEditor(Class<I>, int, String, String) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceEditor
 
AbstractInvoiceEditor(String) - Constructor for class com.storedobject.ui.accounts.AbstractInvoiceEditor
 
AbstractJSONService<T> - Class in com.storedobject.tools
 
AbstractJSONService(String, String) - Constructor for class com.storedobject.tools.AbstractJSONService
 
AbstractLabel - Class in com.storedobject.chart
Represents abstract base for the label used by other parts such as Axis, Chart etc.
AbstractLabel() - Constructor for class com.storedobject.chart.AbstractLabel
 
AbstractLinkGrid<T> - Class in com.storedobject.ui
 
AbstractLinkGrid(ObjectLinkField<T>, Filtered<T>, Iterable<String>) - Constructor for class com.storedobject.ui.AbstractLinkGrid
 
AbstractLinkGrid(ObjectLinkField<T>, Iterable<String>, boolean) - Constructor for class com.storedobject.ui.AbstractLinkGrid
 
AbstractListProvider<T> - Class in com.storedobject.ui
 
AbstractListProvider(Class<T>, DataList<T>) - Constructor for class com.storedobject.ui.AbstractListProvider
 
AbstractListProvider.LoadCallBack - Interface in com.storedobject.ui
 
AbstractObjectField<T> - Class in com.storedobject.ui
The base field for accepting a StoredObject instance.
AbstractObjectField(Class<T>, boolean) - Constructor for class com.storedobject.ui.AbstractObjectField
Constructor.
AbstractObjectForest<T> - Class in com.storedobject.ui
 
AbstractObjectForest(boolean, boolean, Class<T>, Iterable<String>, boolean) - Constructor for class com.storedobject.ui.AbstractObjectForest
 
AbstractObjectInput<T> - Interface in com.storedobject.ui.util
Methods used by fields for inputting StoredObjects or Ids.
AbstractPart - Class in com.storedobject.chart
Represents an abstract ComponentPart with some common base properties.
AbstractPart() - Constructor for class com.storedobject.chart.AbstractPart
 
AbstractPeriod<T> - Class in com.storedobject.core
 
AbstractPeriod(T, T) - Constructor for class com.storedobject.core.AbstractPeriod
 
AbstractProject - Class in com.storedobject.chart
An abstract base class that implements some useful attributes and methods for defining a project.
AbstractProject(ChronoUnit) - Constructor for class com.storedobject.chart.AbstractProject
Constructor.
AbstractProperty - Class in com.storedobject.chart
Abstract base implementation of ComponentProperty.
AbstractProperty() - Constructor for class com.storedobject.chart.AbstractProperty
 
AbstractQuantityField<T> - Class in com.storedobject.ui.util
 
AbstractQuantityField(String, int, int, Class<T>, MeasurementUnit) - Constructor for class com.storedobject.ui.util.AbstractQuantityField
 
AbstractReceiveMaterialReturned - Class in com.storedobject.ui.inventory
 
AbstractReceiveMaterialReturned(InventoryLocation) - Constructor for class com.storedobject.ui.inventory.AbstractReceiveMaterialReturned
 
AbstractReceiveMaterialReturned(InventoryLocation, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.AbstractReceiveMaterialReturned
 
AbstractReceiveMaterialReturned(String) - Constructor for class com.storedobject.ui.inventory.AbstractReceiveMaterialReturned
 
AbstractReceiveMaterialTransferred - Class in com.storedobject.ui.inventory
 
AbstractReceiveMaterialTransferred() - Constructor for class com.storedobject.ui.inventory.AbstractReceiveMaterialTransferred
 
AbstractReceiveMaterialTransferred(InventoryLocation) - Constructor for class com.storedobject.ui.inventory.AbstractReceiveMaterialTransferred
 
AbstractReceiveMaterialTransferred(String) - Constructor for class com.storedobject.ui.inventory.AbstractReceiveMaterialTransferred
 
AbstractRequestMaterial<MR,MRI> - Class in com.storedobject.ui.inventory
 
AbstractResourcedComponent - Class in com.storedobject.vaadin
Abstract "resourced component" that knows how to register/unregister the resource during attach/detach events.
AbstractResourcedComponent() - Constructor for class com.storedobject.vaadin.AbstractResourcedComponent
Default constructor.
AbstractResourcedComponent(AbstractStreamResource) - Constructor for class com.storedobject.vaadin.AbstractResourcedComponent
Constructor with a stream resource to view.
AbstractResourcedComponent(String) - Constructor for class com.storedobject.vaadin.AbstractResourcedComponent
Constructor with file to view.
AbstractReturnMaterial<M,L> - Class in com.storedobject.ui.inventory
 
AbstractReturnMaterial(Class<M>, Class<L>, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.AbstractReturnMaterial
 
AbstractReturnMaterial(Class<M>, Class<L>, InventoryLocation, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.AbstractReturnMaterial
 
AbstractReturnMaterial(Class<M>, Class<L>, String) - Constructor for class com.storedobject.ui.inventory.AbstractReturnMaterial
 
AbstractSale<S,SI> - Class in com.storedobject.ui.inventory
 
AbstractSale(Class<S>, Class<SI>, InventoryLocation, String) - Constructor for class com.storedobject.ui.inventory.AbstractSale
 
AbstractSale(Class<S>, Class<SI>, String) - Constructor for class com.storedobject.ui.inventory.AbstractSale
 
AbstractSale(Class<S>, Class<SI>, String, String) - Constructor for class com.storedobject.ui.inventory.AbstractSale
 
AbstractSendAndReceiveMaterial<T,L> - Class in com.storedobject.ui.inventory
 
AbstractSendAndReceiveMaterial(Class<T>, Class<L>, boolean) - Constructor for class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
AbstractSendAndReceiveMaterial(Class<T>, Class<L>, boolean, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
AbstractSendAndReceiveMaterial(Class<T>, Class<L>, InventoryLocation, boolean) - Constructor for class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
AbstractSendAndReceiveMaterial(Class<T>, Class<L>, InventoryLocation, boolean, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
AbstractSendAndReceiveMaterial(Class<T>, Class<L>, InventoryLocation, boolean, String) - Constructor for class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
AbstractSendAndReceiveMaterial(Class<T>, Class<L>, String, boolean) - Constructor for class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
AbstractSendAndReceiveMaterial(Class<T>, Class<L>, String, boolean, String) - Constructor for class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
AbstractServiceItemType - Class in com.storedobject.core
 
AbstractServiceItemType() - Constructor for class com.storedobject.core.AbstractServiceItemType
 
AbstractSpreadSheet - Class in com.storedobject.office
 
AbstractSpreadSheet(InputStream, OutputStream) - Constructor for class com.storedobject.office.AbstractSpreadSheet
Constructor.
AbstractStyle - Class in com.storedobject.chart
A class that defines basic style details.
AbstractStyle() - Constructor for class com.storedobject.chart.AbstractStyle
 
AbstractTask - Class in com.storedobject.chart
Abstract base class for the representation of tasks/activities used within Project instances and ActivityList instances.
AbstractTask() - Constructor for class com.storedobject.chart.AbstractTask
 
AbstractTextContentEditor<T> - Class in com.storedobject.ui.common
 
AbstractTextContentEditor(Class<T>) - Constructor for class com.storedobject.ui.common.AbstractTextContentEditor
 
AbstractTextContentEditor(Class<T>, int) - Constructor for class com.storedobject.ui.common.AbstractTextContentEditor
 
AbstractTextContentEditor(Class<T>, int, String) - Constructor for class com.storedobject.ui.common.AbstractTextContentEditor
 
AbstractTextContentEditor(String) - Constructor for class com.storedobject.ui.common.AbstractTextContentEditor
 
AbstractTicks() - Constructor for class com.storedobject.chart.Axis.AbstractTicks
 
AbstractTradeType - Class in com.storedobject.core
 
AbstractTradeType() - Constructor for class com.storedobject.core.AbstractTradeType
 
AbstractTransaction - Class in com.storedobject.core
 
AbstractTreeProvider<T,O> - Class in com.storedobject.ui
 
AbstractTreeProvider(Class<O>) - Constructor for class com.storedobject.ui.AbstractTreeProvider
 
AbstractTreeProvider.LoadCallBack - Interface in com.storedobject.ui
 
AbstractUnit - Class in com.storedobject.iot
Represents an abstract unit within a system.
AbstractUnit() - Constructor for class com.storedobject.iot.AbstractUnit
Default constructor for the AbstractUnit class.
AbstractUserForm - Class in com.storedobject.ui.tools
 
AbstractUserForm(String, String) - Constructor for class com.storedobject.ui.tools.AbstractUserForm
 
accept(Block) - Method in class com.storedobject.ui.iot.AbstractConsumptionSelector
 
accept(Block) - Method in class com.storedobject.ui.iot.BlockSelector
 
accept(Block) - Method in class com.storedobject.ui.iot.ComputeConsumption
 
accept(Block) - Method in class com.storedobject.ui.iot.MQTTDataView
 
accept(Block) - Method in class com.storedobject.ui.iot.RecomputeStatistics
 
accept(Block) - Method in class com.storedobject.ui.iot.SelectData
 
accept(Resource, Block) - Method in class com.storedobject.ui.iot.AbstractConsumptionSelector
 
accept(Resource, Block) - Method in class com.storedobject.ui.iot.RecomputeConsumption
 
accept(Resource, Block) - Method in class com.storedobject.ui.iot.RemoveConsumption
 
accept(Resource, Block) - Method in class com.storedobject.ui.iot.ViewConsumption
 
accept(String) - Method in class com.storedobject.common.HTTP2.Builder
Sets the "Accept" header to specify the media types that the client can process.
accept(T) - Method in class com.storedobject.common.Accumulator
Accepts values for calculation
accept(T) - Method in interface com.storedobject.common.EConsumer
 
accept(T) - Method in class com.storedobject.common.ParallelAccumulator
 
accept(T) - Method in interface com.storedobject.core.ObjectSetter
Default implementation of the Consumer interface - it invokes ObjectSetter.setObject(StoredObject).
accept(T1, T2) - Method in interface com.storedobject.common.EBiConsumer
 
accept(T1, T2, T3) - Method in interface com.storedobject.common.ETriConsumer
 
accept(T1, T2, T3) - Method in interface com.storedobject.common.TriConsumer
A method that accepts 3 values for performing an operation on them without returing any result after the operation.
accept(T1, T2, T3) - Method in interface com.storedobject.common.TriFunction
Accepts 3 arguments of the specified types T1, T2, T3 and returns a value of specified type R
AcceptAbandonButtons - Class in com.storedobject.ui.util
 
AcceptAbandonButtons(Runnable, Runnable) - Constructor for class com.storedobject.ui.util.AcceptAbandonButtons
 
acceptAny() - Method in class com.storedobject.common.HTTP2.Builder
Configures the builder to accept any media type by setting the "Accept" header to "
acceptColumn(Grid.Column<T>, String) - Method in class com.storedobject.vaadin.HasColumns.SOGrid
This will be invoked when each column is constructed.
acceptData(JSONData) - Method in class com.storedobject.ui.JSONGrid
 
acceptData(ArrayList<JSONData>) - Method in class com.storedobject.ui.JSONGrid
 
acceptJSON() - Method in class com.storedobject.common.HTTP2.Builder
Sets the "Accept" header of the HTTP request to "application/json".
acceptNodeData(XMLNodeData) - Method in class com.storedobject.ui.XMLGrid
 
acceptNodeData(ArrayList<XMLNodeData>) - Method in class com.storedobject.ui.XMLGrid
 
acceptNodes(ArrayList<Node>) - Method in class com.storedobject.ui.XMLGrid
 
acceptValueChange(ObjectLinkField<L>, L, int) - Method in class com.storedobject.ui.ObjectEditor
Accept a change in the link field value.
acceptXML() - Method in class com.storedobject.common.HTTP2.Builder
Configures the builder to accept responses with a MIME type of "application/xml".
access(Command) - Method in class com.storedobject.vaadin.Application
Lock the UI and execute a command.
AccessControl - Class in com.storedobject.core
 
AccessControl() - Constructor for class com.storedobject.core.AccessControl
 
accessed(TransactionManager) - Method in class com.storedobject.core.JavaClass
 
Account - Class in com.storedobject.core
This class represents an Account.
Account() - Constructor for class com.storedobject.core.Account
Constructs a local currency Account.
Account(Id) - Constructor for class com.storedobject.core.Account
Constructs an Account in local currency.
Account(Id, Id) - Constructor for class com.storedobject.core.Account
Constructs an Account in local currency.
Account(Id, String) - Constructor for class com.storedobject.core.Account
Constructs an Account.
Account(Id, String, Id) - Constructor for class com.storedobject.core.Account
Constructs an Account.
ACCOUNT_ALREADY_EXISTS - Static variable in class com.storedobject.common.Fault
 
Account_Not_Found - Exception Class in com.storedobject.core
 
Account_Not_Found(String) - Constructor for exception class com.storedobject.core.Account_Not_Found
 
ACCOUNT_NOT_FOUND - Static variable in class com.storedobject.common.Fault
 
ACCOUNT_NOT_SPECIFIED - Static variable in class com.storedobject.common.Fault
 
AccountChart - Class in com.storedobject.core
 
AccountChart() - Constructor for class com.storedobject.core.AccountChart
 
AccountChartMap - Class in com.storedobject.core
 
AccountChartMap() - Constructor for class com.storedobject.core.AccountChartMap
 
AccountConfiguration - Class in com.storedobject.accounts
This class is used to configure accounts for posting transactions such as purchase and sales invoices.
AccountConfiguration() - Constructor for class com.storedobject.accounts.AccountConfiguration
This class represents an Account Configuration.
AccountDocument - Class in com.storedobject.core
 
AccountDocument() - Constructor for class com.storedobject.core.AccountDocument
 
AccountEntity<T> - Class in com.storedobject.accounts
Entity class used by the accounting system.
AccountEntity() - Constructor for class com.storedobject.accounts.AccountEntity
Represents an account entity.
AccountField<T> - Class in com.storedobject.ui.accounts
 
AccountField() - Constructor for class com.storedobject.ui.accounts.AccountField
Constructor.
AccountField(Class<T>) - Constructor for class com.storedobject.ui.accounts.AccountField
Constructor.
AccountField(Class<T>, boolean) - Constructor for class com.storedobject.ui.accounts.AccountField
Constructor.
AccountField(Class<T>, boolean, ObjectField.Type) - Constructor for class com.storedobject.ui.accounts.AccountField
Constructor.
AccountField(Class<T>, ObjectField.Type) - Constructor for class com.storedobject.ui.accounts.AccountField
Constructor.
AccountField(String) - Constructor for class com.storedobject.ui.accounts.AccountField
Constructor.
AccountField(String, Class<T>) - Constructor for class com.storedobject.ui.accounts.AccountField
Constructor.
AccountField(String, Class<T>, boolean) - Constructor for class com.storedobject.ui.accounts.AccountField
Constructor.
AccountField(String, Class<T>, boolean, ObjectField.Type) - Constructor for class com.storedobject.ui.accounts.AccountField
Constructor.
AccountField(String, Class<T>, ObjectField.Type) - Constructor for class com.storedobject.ui.accounts.AccountField
Constructor.
accounting() - Static method in class com.storedobject.core.TransactionManager
Check whether accounting system is enabled or not.
AccountLimit - Class in com.storedobject.core
 
AccountLimit() - Constructor for class com.storedobject.core.AccountLimit
 
AccountStatement - Class in com.storedobject.report
Account Statement.
AccountStatement(Device) - Constructor for class com.storedobject.report.AccountStatement
 
AccountStatement(Device, Account, DatePeriod) - Constructor for class com.storedobject.report.AccountStatement
 
AccountTitle - Class in com.storedobject.core
A virtual account to support multiple titles for a real account.
AccountTitle() - Constructor for class com.storedobject.core.AccountTitle
 
Accumulator<T> - Class in com.storedobject.common
Accumulator function that is used to accumulate values (for example, a sum or a product) of a series of values.
Accumulator(BiFunction<T, T, T>) - Constructor for class com.storedobject.common.Accumulator
Create an Accumulator instance by passing a ByFunction.
act() - Method in interface com.storedobject.common.Action
 
act() - Method in interface com.storedobject.common.Executable
The default implementation of of this method invokes Executable.execute().
action() - Method in class com.storedobject.ui.tools.AbstractUserForm
 
action() - Method in class com.storedobject.ui.tools.LockUser
 
action() - Method in class com.storedobject.ui.tools.ResetPassword
 
action() - Method in class com.storedobject.ui.tools.UnlockUser
 
Action - Interface in com.storedobject.common
 
ACTION_NOT_SPECIFIED - Static variable in class com.storedobject.common.Fault
 
actionAllowed(String) - Method in class com.storedobject.core.TransactionManager
 
actionAllowed(String) - Method in class com.storedobject.ui.DataGrid
Check whether a specific action is allowed or not.
actionAllowed(String) - Method in class com.storedobject.ui.ObjectBrowser
 
actionAllowed(String) - Method in class com.storedobject.ui.ObjectEditor
Check whether a specific action is allowed or not.
actionAllowed(String) - Method in class com.storedobject.ui.ObjectTree
Check whether a specific action is allowed or not.
ActionForm - Class in com.storedobject.vaadin
Action form is used to execute some action if the user confirms it by pressing a "Yes" button.
ActionForm(Component, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionForm(Component, Runnable, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionForm(Component, Runnable, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionForm(Component, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionForm(String) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor without any action (can be set later).
ActionForm(String, Component, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionForm(String, Component, Runnable, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionForm(String, Component, Runnable, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionForm(String, Component, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionForm(String, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionForm(String, Runnable, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionForm(String, Runnable, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionForm(String, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionForm(String, String, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionForm(String, String, Runnable, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionForm(String, String, Runnable, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionForm(String, String, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
Constructor.
ActionGrid<T> - Class in com.storedobject.ui
A grid to be shown in a window with "Yes/No" buttons and an action is carried out if the "Yes" button is pressed.
ActionGrid(Class<T>, List<T>) - Constructor for class com.storedobject.ui.ActionGrid
Constructor.
ActionGrid(Class<T>, List<T>, Component) - Constructor for class com.storedobject.ui.ActionGrid
Constructor.
ActionGrid(Class<T>, List<T>, Component, Runnable) - Constructor for class com.storedobject.ui.ActionGrid
Constructor.
ActionGrid(Class<T>, List<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ActionGrid
Constructor.
ActionGrid(Class<T>, List<T>, Iterable<String>, Component) - Constructor for class com.storedobject.ui.ActionGrid
Constructor.
ActionGrid(Class<T>, List<T>, Iterable<String>, Component, Runnable) - Constructor for class com.storedobject.ui.ActionGrid
Constructor.
ActionGrid(Class<T>, List<T>, Iterable<String>, String) - Constructor for class com.storedobject.ui.ActionGrid
Constructor.
ActionGrid(Class<T>, List<T>, Iterable<String>, String, Runnable) - Constructor for class com.storedobject.ui.ActionGrid
Constructor.
ActionGrid(Class<T>, List<T>, String) - Constructor for class com.storedobject.ui.ActionGrid
Constructor.
ActionGrid(Class<T>, List<T>, String, Runnable) - Constructor for class com.storedobject.ui.ActionGrid
Constructor.
actionPrefixForUI() - Static method in class com.storedobject.accounts.CustomerInvoice
 
actionPrefixForUI() - Static method in class com.storedobject.accounts.SupplierInvoice
 
actionPrefixForUI() - Method in class com.storedobject.core.Account
 
actionPrefixForUI() - Static method in class com.storedobject.core.InventoryPO
 
actionPrefixForUI() - Static method in class com.storedobject.core.InventoryRO
 
ActionTextField - Class in com.storedobject.vaadin
A TextField that triggers a Consumer action (when value changed or "Enter" key is pressed).
ActionTextField(String, String, String, Consumer<String>) - Constructor for class com.storedobject.vaadin.ActionTextField
Constructor.
ActionTextField(String, String, Consumer<String>) - Constructor for class com.storedobject.vaadin.ActionTextField
Constructor.
ActionTextField(String, Consumer<String>) - Constructor for class com.storedobject.vaadin.ActionTextField
Constructor.
ActionTextField(Consumer<String>) - Constructor for class com.storedobject.vaadin.ActionTextField
Constructor.
actionWarning(SystemUser) - Method in class com.storedobject.ui.tools.AbstractUserForm
 
actionWarning(SystemUser) - Method in class com.storedobject.ui.tools.LockUser
 
ActivityChart - Class in com.storedobject.chart
Activity chart is like a GanttChart but instead of a Project instance as its data, it uses an ActivityList instance as its data.
ActivityChart(ActivityList) - Constructor for class com.storedobject.chart.ActivityChart
Constructor.
ActivityList - Class in com.storedobject.chart
Class to represent a list of activities (instances of ActivityList.Activity).
ActivityList() - Constructor for class com.storedobject.chart.ActivityList
Constructor for a date-based event list.
ActivityList(ChronoUnit) - Constructor for class com.storedobject.chart.ActivityList
Constructor.
ActivityList.Activity - Class in com.storedobject.chart
Represents an activity in a ActivityList.
ActivityList.ActivityGroup - Class in com.storedobject.chart
Represents a group of ActivityList.Activitys.
add - Variable in class com.storedobject.ui.inventory.DefineAssembly
 
add - Variable in class com.storedobject.ui.ListEditor
"Add" button.
add - Variable in class com.storedobject.ui.ObjectBrowser
 
add - Variable in class com.storedobject.ui.ObjectEditor
Button - Add.
add - Variable in class com.storedobject.ui.ObjectForestBrowser
 
add - Variable in class com.storedobject.ui.ObjectListEditor
"Add" button.
add - Variable in class com.storedobject.ui.ObjectTreeBrowser
 
add() - Method in class com.storedobject.ui.DetailLinkGrid
 
add() - Method in interface com.storedobject.ui.LinkGrid
 
add() - Method in class com.storedobject.ui.ListEditor
Add a new instance.
add() - Method in class com.storedobject.ui.ObjectLinkField
 
add() - Method in class com.storedobject.ui.ObjectListEditor
Add a new instance via the UI.
add() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
add() - Method in class com.storedobject.ui.util.ObjectAdder
Create and add a new instance via the associated editor.
add(double) - Method in class com.storedobject.iot.Statistics
Adds a value to the statistics and updates the minimum, maximum, mean, standard deviation, and the count of values accordingly.
add(int) - Method in class com.storedobject.core.Minutes
 
add(int, Shape.Point...) - Method in class com.storedobject.chart.Polyline
Add points.
add(int, E) - Method in class com.storedobject.common.ArrayListSet
 
add(int, E) - Method in class com.storedobject.common.SortedList
 
add(int, String) - Method in class com.storedobject.common.StringList
 
add(int, Collection<Shape.Point>) - Method in class com.storedobject.chart.Polyline
Add points.
add(int, T) - Method in class com.storedobject.common.Array
 
add(int, T) - Method in interface com.storedobject.core.EditableList
Aad a new item to the list.
add(int, T) - Method in class com.storedobject.core.MemoryCache
 
add(int, T) - Method in class com.storedobject.core.ObjectCacheList
 
add(int, T) - Method in class com.storedobject.core.ObjectMemoryList
 
add(int, T) - Method in class com.storedobject.vaadin.DataList
 
add(int, T) - Method in class com.storedobject.vaadin.ListGrid
 
add(long) - Method in interface com.storedobject.chart.DateDataProvider
Add a date value as time in milliseconds.
add(long) - Method in interface com.storedobject.chart.TimeDataProvider
Add a time value as time in milliseconds.
add(Chart...) - Method in class com.storedobject.chart.CoordinateSystem
Add charts to plot on this coordinate system.
add(Component...) - Method in class com.storedobject.chart.SOChart
Add components to the chart.
add(ComponentGroup...) - Method in class com.storedobject.chart.SOChart
Add component groups.
add(MarkArea.Block...) - Method in class com.storedobject.chart.MarkArea
Add blocks to this mark area.
add(Shape...) - Method in class com.storedobject.chart.ShapeGroup
Add more shapes to this.
add(Shape.Point...) - Method in class com.storedobject.chart.Polyline
Add points.
add(TreeData...) - Method in class com.storedobject.chart.TreeData
Add children.
add(Contact) - Method in class com.storedobject.ui.util.ContactData
 
add(FileData) - Method in class com.storedobject.ui.util.StreamAttachmentData
 
add(Id) - Method in class com.storedobject.core.ObjectCacheList
 
add(Id) - Method in interface com.storedobject.core.ObjectList
 
add(Id) - Method in class com.storedobject.core.ObjectMemoryList
 
add(InventoryItemType, Quantity) - Method in class com.storedobject.report.StockAvailability
 
add(Logic) - Method in interface com.storedobject.core.ApplicationMenu
 
add(Logic) - Method in class com.storedobject.ui.GridMenu
 
add(LogicGroup) - Method in interface com.storedobject.core.ApplicationMenu
 
add(Money) - Method in class com.storedobject.core.Money
Add amount
add(Money) - Method in class com.storedobject.core.Money.List
Add a monetary value to this list.
add(Money.List) - Method in class com.storedobject.core.Money.List
Add a monetary values from another list.
add(ObjectIterator<O>) - Method in class com.storedobject.core.ObjectIterator
Concatenate another instance.
add(ObjectIterator<T>) - Method in class com.storedobject.ui.ObjectLinkField
 
add(ObjectLoadFilter<T>) - Method in class com.storedobject.core.ObjectLoadFilter
Add a child filter to this filter.
add(Quantity) - Method in class com.storedobject.core.Angle
Add quantity
add(Quantity) - Method in class com.storedobject.core.Area
Add quantity
add(Quantity) - Method in class com.storedobject.core.Count
Add quantity
add(Quantity) - Method in class com.storedobject.core.Distance
Add quantity
add(Quantity) - Method in class com.storedobject.core.FractionalCount
Add quantity
add(Quantity) - Method in class com.storedobject.core.Percentage
Add quantity
add(Quantity) - Method in class com.storedobject.core.Pressure
Add quantity
add(Quantity) - Method in class com.storedobject.core.Quantity
Add quantity
add(Quantity) - Method in class com.storedobject.core.Speed
Add quantity
add(Quantity) - Method in class com.storedobject.core.Temperature
Add quantity
add(Quantity) - Method in class com.storedobject.core.TimeDuration
Add quantity
add(Quantity) - Method in class com.storedobject.core.Volume
Add quantity
add(Quantity) - Method in class com.storedobject.core.VolumeRate
Add quantity
add(Quantity) - Method in class com.storedobject.core.Weight
Add quantity
add(Quantity) - Method in class com.storedobject.core.WeightOrVolume
Add quantity
add(Quantity) - Method in class com.storedobject.core.WeightRate
Add quantity
add(QuantityWithCost) - Method in record class com.storedobject.core.QuantityWithCost
Add another instance to this instance and return the resulted instance.
add(ReportDefinition) - Method in class com.storedobject.ui.GridMenu
 
add(StoredObjectUtility.MethodList) - Method in class com.storedobject.core.StoredObjectUtility.MethodList
 
add(Statistics) - Method in class com.storedobject.iot.Statistics
Adds the statistical data from another `Statistics` object to this one.
add(PDFElement) - Method in class com.storedobject.pdf.PDFParagraph
 
add(ApplicationMenuItem) - Method in interface com.storedobject.vaadin.ApplicationMenu
Add a menu item to the menu.
add(ApplicationMenuItem) - Method in interface com.storedobject.vaadin.ApplicationMenuItemGroup
Add a sub-menu item to this menu item,
add(View...) - Method in class com.storedobject.vaadin.Dashboard
Add sub-views to the dashboard.
add(Component) - Method in class com.storedobject.vaadin.ApplicationView
 
add(Component...) - Method in class com.storedobject.ui.CRAMField
 
add(Component...) - Method in class com.storedobject.ui.ELabels
 
add(Component...) - Method in class com.storedobject.ui.ObjectEditor
 
add(Component...) - Method in class com.storedobject.ui.ObjectSearchForm
 
add(Component...) - Method in class com.storedobject.ui.TextView
 
add(Component...) - Method in class com.storedobject.vaadin.AbstractDataForm
Add components to the form's field container.
add(Component...) - Method in class com.storedobject.vaadin.AbstractForm
Add components to the form's field container.
add(Component...) - Method in class com.storedobject.vaadin.ButtonLayout
Add components.
add(Component...) - Method in class com.storedobject.vaadin.CompoundField
Add components.
add(Component...) - Method in class com.storedobject.vaadin.Dashboard
Add sub-views to the dashboard.
add(Component...) - Method in class com.storedobject.vaadin.PopupButton
Add components to the pop up.
add(Component, int) - Method in class com.storedobject.vaadin.ButtonLayout
Add a component.
add(Component, int, int) - Method in class com.storedobject.ui.ImageViewer
Add a component at the given location (relative to the parent component if exists, otherwise relative the origin - origin (0, 0) in the upper left corner).
add(Component, int, int, boolean) - Method in class com.storedobject.ui.ImageViewer
Add a component at the given location.
add(Component, int, int, Object) - Method in class com.storedobject.ui.ImageViewer
Add a component at the given location (relative to the parent component if exists, otherwise relative the origin - origin (0, 0) in the upper left corner).
add(Component, String) - Method in interface com.storedobject.vaadin.ComponentSlot
Add a component at a given slot.
add(HasElement, ThemeStyle...) - Static method in enum class com.storedobject.vaadin.ThemeStyle
Add theme styles.
add(HasSize...) - Method in class com.storedobject.ui.FoldingLayout
Add components.
add(Tab, Component...) - Method in class com.storedobject.vaadin.Tabs
Add a tab with its components.
add(Element, int, int) - Method in class com.storedobject.ui.ImageViewer
Add an element at the given location (relative to the parent component if exists, otherwise relative the origin - origin (0, 0) in the upper left corner).
add(Element, int, int, boolean) - Method in class com.storedobject.ui.ImageViewer
Add an element at the given location.
add(Element, ThemeStyle...) - Static method in enum class com.storedobject.vaadin.ThemeStyle
Add theme styles.
add(E) - Method in class com.storedobject.common.ArrayListSet
 
add(E) - Method in class com.storedobject.common.SortedList
 
add(Iterable<Id>) - Method in class com.storedobject.core.IdIterable
 
add(Iterable<T>) - Method in class com.storedobject.ui.ObjectLinkField
 
add(Object) - Method in class com.storedobject.pdf.PDF
Adds an object to the document.
add(Object, boolean) - Method in class com.storedobject.pdf.PDF
Add an object to the document.
add(Object, int) - Method in class com.storedobject.pdf.PDF
Add an object to the document.
add(Object, int, int) - Method in class com.storedobject.pdf.PDF
Add an object to the document.
add(Method) - Method in class com.storedobject.core.StoredObjectUtility.MethodList
 
add(String) - Method in interface com.storedobject.common.DataSet
Add an attribute key.
add(String) - Method in class com.storedobject.common.HashDataSet
 
add(String) - Method in class com.storedobject.common.StringList
 
add(String) - Method in class com.storedobject.core.Angle
Add quantity value
add(String) - Method in class com.storedobject.core.Area
Add quantity value
add(String) - Method in class com.storedobject.core.ColumnNames
 
add(String) - Method in class com.storedobject.core.Count
Add quantity value
add(String) - Method in class com.storedobject.core.Distance
Add quantity value
add(String) - Method in class com.storedobject.core.FractionalCount
Add quantity value
add(String) - Method in class com.storedobject.core.IndexDefinitions
 
add(String) - Method in interface com.storedobject.core.Indices
 
add(String) - Method in class com.storedobject.core.Money
Add amount value
add(String) - Method in class com.storedobject.core.ObjectData
 
add(String) - Method in class com.storedobject.core.Percentage
Add quantity value
add(String) - Method in class com.storedobject.core.Pressure
Add quantity value
add(String) - Method in class com.storedobject.core.Quantity
Add quantity value
add(String) - Method in class com.storedobject.core.Speed
Add quantity value
add(String) - Method in class com.storedobject.core.Temperature
Add quantity value
add(String) - Method in class com.storedobject.core.TimeDuration
Add quantity value
add(String) - Method in class com.storedobject.core.Volume
Add quantity value
add(String) - Method in class com.storedobject.core.VolumeRate
Add quantity value
add(String) - Method in class com.storedobject.core.Weight
Add quantity value
add(String) - Method in class com.storedobject.core.WeightOrVolume
Add quantity value
add(String) - Method in class com.storedobject.core.WeightRate
Add quantity value
add(String) - Method in class com.storedobject.pdf.PDFPhrase
Add text.
add(String) - Method in class com.storedobject.vaadin.Breadcrumbs
Create a new Breadcrumbs.Breadcrumb and add it to this.
add(String, boolean) - Method in class com.storedobject.core.IndexDefinitions
 
add(String, boolean) - Method in interface com.storedobject.core.Indices
 
add(String, TextStyle) - Method in class com.storedobject.chart.RichTextStyle
Add a part.
add(String, StreamData) - Method in class com.storedobject.ui.FileViewerGrid
 
add(String, Component) - Method in class com.storedobject.vaadin.BreadcrumbsTree
Add a root node to this tree.
add(String, Component) - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
Add a new node under this node.
add(String, Number) - Method in class com.storedobject.chart.TreeData
Create and add a child.
add(String, Runnable) - Method in class com.storedobject.ui.GridMenu
 
add(String, String) - Method in class com.storedobject.core.ColumnDefinitions
 
add(String, String) - Method in interface com.storedobject.core.Columns
 
add(String, String) - Method in class com.storedobject.core.IndexDefinitions
 
add(String, String) - Method in interface com.storedobject.core.Indices
 
add(String, String, boolean) - Method in class com.storedobject.core.IndexDefinitions
 
add(String, String, boolean) - Method in interface com.storedobject.core.Indices
 
add(String, Function<T, ?>) - Method in class com.storedobject.core.ObjectData
 
add(String, Function<T, ?>, BiConsumer<T, Object>) - Method in class com.storedobject.core.ObjectData
 
add(BigDecimal) - Method in class com.storedobject.core.Angle
Add quantity
add(BigDecimal) - Method in class com.storedobject.core.Area
Add quantity
add(BigDecimal) - Method in class com.storedobject.core.Count
Add quantity
add(BigDecimal) - Method in class com.storedobject.core.Distance
Add quantity
add(BigDecimal) - Method in class com.storedobject.core.FractionalCount
Add quantity
add(BigDecimal) - Method in class com.storedobject.core.Money
Add amount
add(BigDecimal) - Method in class com.storedobject.core.Percentage
Add quantity
add(BigDecimal) - Method in class com.storedobject.core.Pressure
Add quantity
add(BigDecimal) - Method in class com.storedobject.core.Quantity
Add quantity
add(BigDecimal) - Method in class com.storedobject.core.Speed
Add quantity
add(BigDecimal) - Method in class com.storedobject.core.Temperature
Add quantity
add(BigDecimal) - Method in class com.storedobject.core.TimeDuration
Add quantity
add(BigDecimal) - Method in class com.storedobject.core.Volume
Add quantity
add(BigDecimal) - Method in class com.storedobject.core.VolumeRate
Add quantity
add(BigDecimal) - Method in class com.storedobject.core.Weight
Add quantity
add(BigDecimal) - Method in class com.storedobject.core.WeightOrVolume
Add quantity
add(BigDecimal) - Method in class com.storedobject.core.WeightRate
Add quantity
add(LocalDate) - Method in interface com.storedobject.chart.DateDataProvider
Add a date value.
add(LocalDate) - Method in interface com.storedobject.chart.TimeDataProvider
Add a date value.
add(LocalDateTime) - Method in interface com.storedobject.chart.TimeDataProvider
Add a time value.
add(Collection<Shape.Point>) - Method in class com.storedobject.chart.Polyline
Add points.
add(Date) - Method in interface com.storedobject.chart.DateDataProvider
Add a date value.
add(Date) - Method in interface com.storedobject.chart.TimeDataProvider
Add a date value.
add(EventListener) - Method in class com.storedobject.vaadin.util.Listeners
 
add(Iterator<T>) - Method in class com.storedobject.ui.ObjectLinkField
 
add(Stream<T>) - Method in class com.storedobject.ui.ObjectLinkField
 
add(O) - Method in class com.storedobject.core.ObjectIterator
Add one object to the tail of this instance.
add(O) - Method in class com.storedobject.core.StoredObjectLink.Copy
 
add(T) - Method in class com.storedobject.common.Array
 
add(T) - Method in interface com.storedobject.core.EditableList
Aad a new item to the list.
add(T) - Method in class com.storedobject.core.MemoryCache
 
add(T) - Method in class com.storedobject.core.ObjectCacheList
 
add(T) - Method in class com.storedobject.core.ObjectMemoryList
 
add(T) - Method in class com.storedobject.ui.AbstractEditableGrid
 
add(T) - Method in class com.storedobject.ui.DetailLinkGrid
 
add(T) - Method in class com.storedobject.ui.EditableObjectGrid
 
add(T) - Method in interface com.storedobject.ui.LinkValue
 
add(T) - Method in class com.storedobject.ui.ObjectLinkField
 
add(T) - Method in class com.storedobject.ui.ReferenceLinkGrid
 
add(T) - Method in class com.storedobject.ui.util.ExtraInfoValue
 
add(T) - Method in class com.storedobject.vaadin.DataList
 
add(T) - Method in class com.storedobject.vaadin.ListGrid
 
add(T, boolean) - Method in class com.storedobject.ui.EditableListProvider
 
add(T, boolean) - Method in class com.storedobject.ui.EditableObjectListProvider
 
add(T, boolean) - Method in interface com.storedobject.ui.EditableProvider
 
add(T, boolean) - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
ADD - Static variable in class com.storedobject.core.EditorAction
 
addAddress(Person) - Method in class com.storedobject.ui.MailForm
 
addAddress(PersonRole) - Method in class com.storedobject.ui.MailForm
 
addAddress(Class<T>) - Method in class com.storedobject.ui.MailForm
 
addAddress(Iterable<T>) - Method in class com.storedobject.ui.MailForm
 
addAddress(String) - Method in class com.storedobject.ui.MailForm
 
addAll(int, Iterable<? extends E>) - Method in class com.storedobject.common.ArrayListSet
add elements to a list
addAll(int, Collection<? extends E>) - Method in class com.storedobject.common.ArrayListSet
 
addAll(int, Collection<? extends E>) - Method in class com.storedobject.common.SortedList
 
addAll(int, Collection<? extends String>) - Method in class com.storedobject.common.StringList
 
addAll(int, Collection<? extends T>) - Method in class com.storedobject.common.Array
 
addAll(int, Collection<? extends T>) - Method in class com.storedobject.core.MemoryCache
 
addAll(int, Collection<? extends T>) - Method in class com.storedobject.core.ObjectCacheList
 
addAll(int, Collection<? extends T>) - Method in class com.storedobject.core.ObjectMemoryList
 
addAll(int, Collection<? extends T>) - Method in class com.storedobject.ui.EditableObjectGrid
 
addAll(int, Collection<? extends T>) - Method in class com.storedobject.vaadin.DataList
 
addAll(int, Collection<? extends T>) - Method in class com.storedobject.vaadin.ListGrid
 
addAll(Iterable<? extends E>) - Method in class com.storedobject.common.ArrayListSet
add elements to a list
addAll(Collection<? extends E>) - Method in class com.storedobject.common.ArrayListSet
 
addAll(Collection<? extends E>) - Method in class com.storedobject.common.SortedList
 
addAll(Collection<? extends String>) - Method in class com.storedobject.common.StringList
 
addAll(Collection<? extends T>) - Method in class com.storedobject.common.Array
 
addAll(Collection<? extends T>) - Method in class com.storedobject.core.MemoryCache
 
addAll(Collection<? extends T>) - Method in class com.storedobject.core.ObjectCacheList
 
addAll(Collection<? extends T>) - Method in class com.storedobject.core.ObjectMemoryList
 
addAll(Collection<? extends T>) - Method in class com.storedobject.ui.EditableObjectGrid
 
addAll(Collection<? extends T>) - Method in class com.storedobject.vaadin.DataList
 
addAll(Collection<? extends T>) - Method in class com.storedobject.vaadin.ListGrid
 
addAllowedAddress(String) - Method in class com.storedobject.ui.MailForm
 
addAllowedAddresses(Class<T>) - Method in class com.storedobject.ui.MailForm
 
addAllowedAddresses(Iterable<T>) - Method in class com.storedobject.ui.MailForm
 
addAllowedCC(String) - Method in class com.storedobject.ui.MailForm
 
addAllowedCCs(Class<T>) - Method in class com.storedobject.ui.MailForm
 
addAllowedCCs(Iterable<T>) - Method in class com.storedobject.ui.MailForm
 
addArea(int, int, int, int) - Method in class com.storedobject.ui.ImageMap
Adds a clickable rectangle area to this image map.
addAttachment(AttachmentDefinition) - Method in class com.storedobject.ui.util.StreamAttachmentData
 
addAxis(Axis...) - Method in class com.storedobject.chart.AbstractDataZoom
Add list of axes.
addAxis(Axis...) - Method in class com.storedobject.chart.CoordinateSystem
Add axes.
addAxis(Axis...) - Method in class com.storedobject.chart.RadarCoordinate
 
addBlankCell() - Method in class com.storedobject.pdf.PDFTable
Add a blank cell.
addBlankCell(int) - Method in class com.storedobject.pdf.PDFTable
Add a number of blank cells.
addBlankCell(int, Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDFTable
Add a number of blank cells.
addBlankCell(Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDFTable
Add a blank cell.
addBlankRow() - Method in class com.storedobject.pdf.PDFTable
Add a blank row.
addBlankRow(int) - Method in class com.storedobject.pdf.PDFTable
Add a blank row.
addBlankRow(int, int) - Method in class com.storedobject.pdf.PDFTable
Add a blank row.
addBlankRow(int, int, Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDFTable
Add a blank row.
addBlankRow(int, Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDFTable
Add a blank row.
addBlankRow(PDFTable) - Method in class com.storedobject.pdf.PDF
Adds a blank row to the table.
addBlankRow(PDFTable, int) - Method in class com.storedobject.pdf.PDF
Adds a blank row to the table.
addBlankRow(PDFTable, int, int) - Method in class com.storedobject.pdf.PDF
Adds a blank row to the table.
addBlankRow(Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDFTable
Add a blank row.
addBrowserResizedListener(ResizedListener) - Method in class com.storedobject.vaadin.Application
Add a browser resized listener to this application so that the listener will be alerted whenever the browser is resized.
addButton(ToolboxButton...) - Method in class com.storedobject.chart.Toolbox
Add too buttons.
addCategory(Node.Type) - Method in class com.storedobject.chart.GraphChart
 
addCC(Person) - Method in class com.storedobject.ui.MailForm
 
addCC(PersonRole) - Method in class com.storedobject.ui.MailForm
 
addCC(Class<T>) - Method in class com.storedobject.ui.MailForm
 
addCC(Iterable<T>) - Method in class com.storedobject.ui.MailForm
 
addCC(String) - Method in class com.storedobject.ui.MailForm
 
addCell(PDFCell) - Method in class com.storedobject.pdf.PDFTable
Add a cell to the table.
addCell(PDFCell, Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDFTable
Add a cell to the table.
addCell(PDFImage) - Method in class com.storedobject.pdf.PDFTable
 
addCell(PDFPhrase) - Method in class com.storedobject.pdf.PDFTable
 
addCell(PDFTable) - Method in class com.storedobject.pdf.PDFTable
 
addCells(int, Object...) - Method in class com.storedobject.pdf.TableHeader
Add cells to the table that was created earlier.
addCentered(Object) - Method in class com.storedobject.pdf.PDF
Add an object to the document.
addClickHandler(ClickHandler) - Method in class com.storedobject.ui.ImageMap
Add click handler.
addClickHandler(ClickHandler) - Method in class com.storedobject.vaadin.AnchorButton
Add a click handler.
addClickHandler(ClickHandler) - Method in class com.storedobject.vaadin.Button
Add a click handler.
addClickHandler(ClickHandler) - Method in class com.storedobject.vaadin.Clickable
Add a click handler.
addClickHandler(ClickHandler) - Method in class com.storedobject.vaadin.ConfirmButton
 
addClickHandler(ClickHandler) - Method in class com.storedobject.vaadin.Icon
Add click handler.
addClickListener(ComponentEventListener<ImageMap.AreaClickEvent>) - Method in class com.storedobject.ui.ImageMap.Area
Adds a click listener that is invoked whenever this area is clicked.
addClickListener(ComponentEventListener<ClickEvent<Icon>>) - Method in class com.storedobject.vaadin.Icon
 
addClickListener(ComponentEventListener<ClickEvent<Component>>) - Method in class com.storedobject.vaadin.Alert
 
addClickListener(ComponentEventListener<ClickEvent<Component>>) - Method in class com.storedobject.vaadin.Clickable
 
addClickListener(ComponentEventListener<ClickEvent<Component>>) - Method in class com.storedobject.vaadin.util.ElementClick
 
addClosedListener(ViewClosedListener) - Method in class com.storedobject.vaadin.View
Add a "view closed listener".
addComma(StringBuilder) - Static method in interface com.storedobject.chart.ComponentPart
Helper method: Add a comma if required.
addCommand(String) - Method in class com.storedobject.common.SystemProcess
Appends the specified command to the existing command list.
addCommitListener(Transaction.CommitListener) - Method in class com.storedobject.core.AbstractTransaction
 
addCommitListener(Transaction.CommitListener) - Method in interface com.storedobject.core.Transaction
Add a commit listener for this transaction.
addCondition(String) - Method in class com.storedobject.core.ObjectLoadFilter
Add a new condition to the existing one if any.
addConstructedListener(ConstructedListener) - Method in class com.storedobject.vaadin.AbstractDataForm
Add a ConstructedListener so that we will be informed about when the UI part is constructed.
addConstructedListener(ConstructedListener) - Method in class com.storedobject.vaadin.DataGrid
 
addConstructedListener(ConstructedListener) - Method in class com.storedobject.vaadin.DataTreeGrid
 
addConstructedListener(ConstructedListener) - Method in interface com.storedobject.vaadin.HasColumns
Add a ConstructedListener so that we will be informed about when the columns are constructed.
addContent(long, AbstractContentGenerator) - Method in class com.storedobject.ui.Application
 
addContent(ContentProducer) - Method in class com.storedobject.pdf.CombinedPDFReport
Add content from a "content producer".
addContent(ContentProducer, float) - Method in class com.storedobject.pdf.PDF
Add content from another PDF content producer.
addContent(ContentProducer, float, int, int, int...) - Method in class com.storedobject.pdf.PDF
Add content from another PDF content producer.
addContent(ContentProducer, int, int, int...) - Method in class com.storedobject.pdf.CombinedPDFReport
Add content from a "content producer".
addContent(FileData) - Method in class com.storedobject.pdf.CombinedPDFReport
Add content from "file data".
addContent(FileData, float) - Method in class com.storedobject.pdf.PDF
Add content from a PDF file.
addContent(FileData, float, int, int, int...) - Method in class com.storedobject.pdf.PDF
Add content from a PDF file.
addContent(FileData, int, int, int...) - Method in class com.storedobject.pdf.CombinedPDFReport
Add content from "file data".
addContent(StreamData) - Method in class com.storedobject.pdf.CombinedPDFReport
Add content from "stream data".
addContent(StreamData, float) - Method in class com.storedobject.pdf.PDF
Add content from a PDF stream.
addContent(StreamData, float, int, int, int...) - Method in class com.storedobject.pdf.PDF
Add content from a PDF stream.
addContent(StreamData, int, int, int...) - Method in class com.storedobject.pdf.CombinedPDFReport
Add content from "stream data".
addContent(PDFImage) - Method in class com.storedobject.pdf.PDF
Add an image to the next page as the content.
addContent(PDFImage, float) - Method in class com.storedobject.pdf.PDF
Add an image to the next page as the content.
addContent(Component...) - Method in class com.storedobject.vaadin.DetailComponent
Add components to the content section.
addContent(InputStream) - Method in class com.storedobject.pdf.CombinedPDFReport
Add content from an "input stream".
addContent(InputStream, float) - Method in class com.storedobject.pdf.PDF
Add content from a PDF stream.
addContent(InputStream, float, int, int, int...) - Method in class com.storedobject.pdf.PDF
Add content from a PDF stream.
addContent(InputStream, int, int, int...) - Method in class com.storedobject.pdf.CombinedPDFReport
Add content from an "input stream".
addContentResizedListener(ResizedListener) - Method in class com.storedobject.vaadin.Application
Add a content resized listener so that the listener will be alerted whenever the "content area" of the application is resized.
addContentType(String...) - Method in class com.storedobject.ui.FileField
 
addCustomEncoding(ComponentPart, StringBuilder) - Method in class com.storedobject.chart.SOChart
This method is invoked after rendering each ComponentPart.
addCustomEncoding(Class<? extends ComponentPart>, StringBuilder) - Method in class com.storedobject.chart.SOChart
This method is invoked after rendering each ComponentPart type so that you can add more such components.
addData(int, int, Number) - Method in class com.storedobject.chart.BubbleChart
Add bubble data point.
addData(int, int, Number) - Method in class com.storedobject.chart.HeatmapChart
Add heatmap data point.
addData(int, String, Number) - Method in class com.storedobject.chart.BubbleChart
Add bubble data point.
addData(int, String, Number) - Method in class com.storedobject.chart.HeatmapChart
Add heatmap data point.
addData(AbstractDataProvider<?>) - Method in class com.storedobject.chart.SOChart
Add data to the chart.
addData(DataProvider...) - Method in class com.storedobject.chart.RadarChart
Add data to the chart.
addData(TreeDataProvider...) - Method in class com.storedobject.chart.SunburstChart
Add data to the chart.
addData(TreeDataProvider...) - Method in class com.storedobject.chart.TreemapChart
Add data to the chart.
addData(String, int, Number) - Method in class com.storedobject.chart.BubbleChart
Add bubble data point.
addData(String, int, Number) - Method in class com.storedobject.chart.HeatmapChart
Add heatmap data point.
addData(String, String) - Method in class com.storedobject.ui.FormSubmit
Add form data.
addData(String, String, Number) - Method in class com.storedobject.chart.BubbleChart
Add bubble data point.
addData(String, String, Number) - Method in class com.storedobject.chart.HeatmapChart
Add heatmap data point.
addData(X, X, Y, Color) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addData(X, X, Y, Color, double) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addData(X, X, Y, Color, double, String) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addData(X, X, Y, Color, String) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addData(X, X, Y, String, Color) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addData(X, X, Y, String, Color, double) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addData(X, X, Y, String, Color, double, String) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addData(X, X, Y, String, Color, String) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addDataLoadedListener(DataLoadedListener) - Method in class com.storedobject.ui.AbstractListProvider
Whenever data is loaded from the DB, this listener will be informed.
addDataLoadedListener(DataLoadedListener) - Method in class com.storedobject.ui.AbstractTreeProvider
Whenever data is loaded from the DB, this listener will be informed.
addDataLoadedListener(DataLoadedListener) - Method in interface com.storedobject.ui.ObjectLoader
 
addDay(D, int) - Static method in class com.storedobject.common.DateUtility
Adds a particular number of days to a specified date
addDialZone(int, AbstractColor) - Method in class com.storedobject.chart.GaugeChart
Add a zone to the dial that should show in a different color.
added(T) - Method in class com.storedobject.ui.ObjectLinkField
 
addEdge(SankeyChart.Edge) - Method in class com.storedobject.chart.SankeyData
Add an Edge.
addElement(PDFElement) - Method in class com.storedobject.pdf.PDFCell
Add an PDFElement to this cell.
addEntryDetails(Map<String, Object>, LedgerEntry) - Method in class com.storedobject.core.JSONLedger
 
addEvent(SOEvent, Runnable) - Method in class com.storedobject.chart.Chart
 
addEventListener(String, Runnable) - Method in class com.storedobject.chart.Node
 
addExtraButton(StreamData) - Method in class com.storedobject.ui.FileField
 
addExtraButton(Button) - Method in class com.storedobject.ui.SteppedView
Add extra button to the footer.
addExtraButton(Button) - Method in class com.storedobject.ui.util.Stepper
 
addExtraButtons() - Method in class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
addExtraButtons() - Method in class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
addExtraButtons() - Method in class com.storedobject.ui.accounts.BaseSupplierInvoiceEditor
 
addExtraButtons() - Method in class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
addExtraButtons() - Method in class com.storedobject.ui.common.ApplicationModuleEditor
 
addExtraButtons() - Method in class com.storedobject.ui.common.EntityEditor
 
addExtraButtons() - Method in class com.storedobject.ui.common.FlowDiagramEditor
 
addExtraButtons() - Method in class com.storedobject.ui.common.ManageMailSenders
 
addExtraButtons() - Method in class com.storedobject.ui.common.ManageMailSenders.ManageGMailSenders
 
addExtraButtons() - Method in class com.storedobject.ui.common.ProcessingLanguageEditor
 
addExtraButtons() - Method in class com.storedobject.ui.common.SystemUserGroupBrowser
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.AbstractReceiveMaterialReturned
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.AbstractReceiveMaterialTransferred
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.AbstractRequestMaterial
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.AbstractReturnMaterial
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.AbstractSale
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.BaseProcessMaterialRequest
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.BaseReceiveMaterialRequested
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.BaseRequestMaterial
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.GRN
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.PackingUnitBrowser
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.PackingUnitEditor
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.POBrowser
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.ReceiveMaterialReturned
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.SendItemsForRepair
 
addExtraButtons() - Method in class com.storedobject.ui.inventory.TransferMaterial
 
addExtraButtons() - Method in class com.storedobject.ui.iot.MQTTEditor
 
addExtraButtons() - Method in class com.storedobject.ui.iot.UnitDefinitionBrowser
 
addExtraButtons() - Method in class com.storedobject.ui.ObjectBrowser
 
addExtraButtons() - Method in class com.storedobject.ui.ObjectEditor
This method is invoked whenever an instance of the object is set.
addExtraButtons() - Method in class com.storedobject.ui.ObjectForestBrowser
 
addExtraButtons() - Method in class com.storedobject.ui.ObjectTreeBrowser
 
addExtraButtons() - Method in class com.storedobject.ui.tools.ApproveTransaction
 
addExtraButtons() - Method in class com.storedobject.ui.tools.CrossServerManager
 
addExtraButtons() - Method in class com.storedobject.ui.tools.JavaClassEditor
 
addExtraButtons() - Method in class com.storedobject.ui.tools.ManageBiometric
 
addExtraButtons() - Method in class com.storedobject.ui.tools.ManageExternalUsers
 
addExtraButtons() - Method in class com.storedobject.ui.tools.ObjectBlockEditor
 
addExtraButtons() - Method in class com.storedobject.ui.tools.SerialPatternEditor
 
addExtraButtons() - Method in class com.storedobject.ui.tools.TableDefinitionEditor
 
addExtraButtons() - Method in class com.storedobject.vaadin.SelectGrid
Add extra buttons if required.
addExtraButtons() - Method in class com.storedobject.vaadin.ViewGrid
Add extra buttons if required.
addExtraButtons(ButtonLayout) - Method in class com.storedobject.ui.accounts.StatementView
 
addExtraEditingButtons() - Method in class com.storedobject.ui.common.FlowDiagramEditor
 
addExtraEditingButtons() - Method in class com.storedobject.ui.ObjectEditor
This method is invoked whenever an instance of the object is added/edited.
addExtraEditingButtons() - Method in class com.storedobject.ui.tools.ReportEditor
 
addFallback(Font.Family) - Method in class com.storedobject.chart.Font.Family
Add a fallback for this family.
addField(ObjectLinkField<?>) - Method in class com.storedobject.ui.ObjectLinkField.Tabs
 
addField(HasComponents, HasValue<?, ?>...) - Method in class com.storedobject.vaadin.CustomField
Add fields to the container (that may have already added to it earlier) of the custom field.
addField(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
Add a field to the form.
addField(HasValue<?, ?>) - Method in class com.storedobject.vaadin.util.Data
Add a field with auto-generated filed name.
addField(HasValue<?, ?>...) - Method in class com.storedobject.ui.TemplateDataForm
 
addField(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
Add fields to the form.
addField(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.CustomField
Add fields to the custom field.
addField(HasValue<?, V>, Function<D, V>) - Method in class com.storedobject.vaadin.ObjectForm
Add an extra field
addField(HasValue<?, V>, Function<D, V>, BiConsumer<D, V>) - Method in class com.storedobject.vaadin.ObjectForm
Add an extra field.
addField(HasValue<?, V>, Function<T, V>) - Method in class com.storedobject.vaadin.AbstractDataEditor
Add an extra field
addField(HasValue<?, V>, Function<T, V>, BiConsumer<T, V>) - Method in class com.storedobject.vaadin.AbstractDataEditor
Add an extra field
addField(Iterable<String>) - Method in class com.storedobject.vaadin.AbstractDataEditor
Add extra fields.
addField(Iterable<String>) - Method in class com.storedobject.vaadin.ObjectForm
Add extra fields.
addField(String...) - Method in class com.storedobject.vaadin.AbstractDataEditor
Add extra fields.
addField(String...) - Method in class com.storedobject.vaadin.ObjectForm
Add extra fields.
addField(String, HasValue<?, ?>) - Method in class com.storedobject.ui.TemplateDataForm
 
addField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
Add a field to the form.
addField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
Add a field to the form.
addField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.util.Data
Add a field.
addField(String, Method) - Method in class com.storedobject.vaadin.AbstractDataEditor
Add an extra field
addField(String, Method) - Method in class com.storedobject.vaadin.ObjectForm
Add an extra field
addField(String, Method, Method) - Method in class com.storedobject.vaadin.AbstractDataEditor
Add an extra field
addField(String, Method, Method) - Method in class com.storedobject.vaadin.ObjectForm
Add an extra field
addField(String, Function<D, ?>) - Method in class com.storedobject.vaadin.ObjectForm
Add an extra field
addField(String, Function<D, ?>, BiConsumer<D, ?>) - Method in class com.storedobject.vaadin.ObjectForm
Add an extra field
addField(String, Function<T, ?>) - Method in class com.storedobject.vaadin.AbstractDataEditor
Add an extra field
addField(String, Function<T, ?>, BiConsumer<T, ?>) - Method in class com.storedobject.vaadin.AbstractDataEditor
Add an extra field
addFields(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractForm
Add multiple fields to the form.
addFiller() - Method in class com.storedobject.vaadin.ButtonLayout
Create and add a filler component.
addFilterProvider(FilterProvider) - Method in class com.storedobject.core.ObjectLoadFilter
Add a "filter provider".
addGap(int) - Method in class com.storedobject.pdf.PDF
Add some vertical gap (Typically used to add space before adding a table).
addHierarchyColumn(ValueProvider<T, ?>) - Method in class com.storedobject.vaadin.DataTreeGrid
This method always return null.
addHTML(String) - Method in class com.storedobject.pdf.PDF
Add HTML content to the rest of the page
addHTML(String, int, int) - Method in class com.storedobject.pdf.PDF
Add HTML content at the current position with the given width and height
addHTML(String, int, int, int, int) - Method in class com.storedobject.pdf.PDF
Add HTML content at the given position with the given width and height
addHTML(String, StringFiller) - Method in class com.storedobject.pdf.PDF
Add HTML content to the rest of the page
addHTML(String, StringFiller, int, int) - Method in class com.storedobject.pdf.PDF
Add HTML content at the current position with the given width and height
addHTML(String, StringFiller, int, int, int, int) - Method in class com.storedobject.pdf.PDF
Add HTML content at the given position with the given width and height
addImage(PDFImage) - Method in class com.storedobject.pdf.PDF
Add an image at position (0, 0) in the current page.
addImage(PDFImage, float, float) - Method in class com.storedobject.pdf.PDF
Add an image at some absolute position in the current page.
addImage(PDFImage, float, float, float, float) - Method in class com.storedobject.pdf.PDF
Add an image at some absolute position in the current page.
addIncludeFieldChecker(IncludeField) - Method in class com.storedobject.vaadin.AbstractDataForm
Add an "include field checker" to the existing chain.
addIncludeFieldChecker(IncludeField) - Method in class com.storedobject.vaadin.AbstractForm
Add an "include field checker" to the existing chain.
addingExternalContent(int, PDFImage) - Method in class com.storedobject.pdf.PDF
 
addingRow(T) - Method in class com.storedobject.ui.ObjectTable
This method is invoked just before adding an object-row.
addItems(Collection<T>) - Method in class com.storedobject.vaadin.ComboField
Add items.
addItems(Collection<T>) - Method in class com.storedobject.vaadin.ListField
Add items.
addItems(Collection<T>) - Method in class com.storedobject.vaadin.TokensField
Add more items to the selection list.
addItems(Stream<T>) - Method in class com.storedobject.vaadin.ComboField
Add items.
addItems(Stream<T>) - Method in class com.storedobject.vaadin.ListField
Add items.
addItems(Stream<T>) - Method in class com.storedobject.vaadin.TokensField
Add more items to the selection list.
addItems(T...) - Method in class com.storedobject.vaadin.ComboField
Add items.
addItems(T...) - Method in class com.storedobject.vaadin.ListField
Add items.
addItems(T...) - Method in class com.storedobject.vaadin.TokensField
Add more items to the selection list.
addItemSelectedListener(ItemSelectedListener<T>) - Method in interface com.storedobject.vaadin.HasColumns
Add an "item selected listener" to the grid.
addItemsSelectedListener(ItemsSelectedListener<T>) - Method in interface com.storedobject.vaadin.HasColumns
Add an "items selected listener" to the grid.
addLink(Id) - Method in class com.storedobject.core.StoredObject
Add a given Id as a link to this instance.
addLink(Id, int) - Method in class com.storedobject.core.StoredObject
Add a given Id as a link to this instance.
addLink(StoredObject) - Method in class com.storedobject.core.StoredObject
Add a given object as a link to this instance.
addLink(StoredObject, int) - Method in class com.storedobject.core.StoredObject
Add a given object as a link to this instance.
addLink(StoredObject, Id) - Method in class com.storedobject.core.TransactionControl
 
addLink(StoredObject, Id, int) - Method in class com.storedobject.core.TransactionControl
 
addLink(StoredObject, StoredObject) - Method in class com.storedobject.core.TransactionControl
 
addLink(StoredObject, StoredObject, int) - Method in class com.storedobject.core.TransactionControl
 
addLink(Transaction, Id) - Method in class com.storedobject.core.StoredObject
Add a given Id as a link to this instance.
addLink(Transaction, Id, int) - Method in class com.storedobject.core.StoredObject
Add a given Id as a link to this instance.
addLink(Transaction, StoredObject) - Method in class com.storedobject.core.StoredObject
Add a given object as a link to this instance.
addLink(Transaction, StoredObject, int) - Method in class com.storedobject.core.StoredObject
Add a given object as a link to this instance.
addListener(TransactionControl.CommitListener) - Method in class com.storedobject.core.TransactionControl
 
addListener(MQTT.Listener) - Method in class com.storedobject.iot.MQTT
 
addListener(TimerComponent.Listener) - Method in class com.storedobject.vaadin.TimerComponent
Add a listener to this timer.
addLocation(InventoryLocation) - Method in class com.storedobject.core.Stock
 
addLocation(InventoryLocation) - Method in class com.storedobject.report.StockReport
 
addLocation(InventoryLocation) - Method in class com.storedobject.report.StockReportExcel
 
addMenuItem(Component) - Method in class com.storedobject.vaadin.MenuBar
 
addMenuItem(Component) - Method in class com.storedobject.vaadin.MenuBarItem
Add a menu so that a sub-menu can be created under that.
addMenuItem(Component, ClickHandler) - Method in class com.storedobject.vaadin.MenuBar
 
addMenuItem(Component, ClickHandler) - Method in class com.storedobject.vaadin.MenuBarItem
Add a menu with its click-handler.
addMenuItem(String) - Method in class com.storedobject.vaadin.MenuBar
 
addMenuItem(String) - Method in class com.storedobject.vaadin.MenuBarItem
Add a menu so that a sub-menu can be created under that.
addMenuItem(String, ClickHandler) - Method in class com.storedobject.vaadin.MenuBar
 
addMenuItem(String, ClickHandler) - Method in class com.storedobject.vaadin.MenuBarItem
Add a menu with its click-handler.
addMergedRegion(CellRangeAddress) - Method in class com.storedobject.office.od.ods.Sheet
 
addMergedRegionUnsafe(CellRangeAddress) - Method in class com.storedobject.office.od.ods.Sheet
 
addMonth(D, int) - Static method in class com.storedobject.common.DateUtility
Adds a particular number of months to a specified date
addMultiContent(long, AbstractContentGenerator) - Method in class com.storedobject.ui.Application
 
addNode(Node) - Method in class com.storedobject.chart.GraphChart
 
addNodeVisibilityListener(BreadcrumbsTree.NodeVisibilityListener) - Method in class com.storedobject.vaadin.BreadcrumbsTree
addObject() - Method in class com.storedobject.ui.ObjectEditor
Add a new object.
addObject(View) - Method in class com.storedobject.ui.ObjectEditor
Add a new object.
addObject(View, boolean) - Method in class com.storedobject.ui.ObjectEditor
Add a new object.
addObject(T) - Method in class com.storedobject.pdf.PDF.ObjectFormTable
Add an object instance to the table.
addObject(T) - Method in class com.storedobject.pdf.PDF.ObjectTable
Add an object instance to the table.
addObjectChangedListener(ObjectChangedListener<T>) - Method in class com.storedobject.ui.EditableObjectGrid
 
addObjectChangedListener(ObjectChangedListener<T>) - Method in class com.storedobject.ui.ObjectEditor
Add an "object changed" listener to track object changes in the editor.
addObjectChangedListener(ObjectChangedListener<T>) - Method in class com.storedobject.ui.ObjectListGrid
 
addObjectChangedListener(Class<O>, ObjectChangedListener<O>) - Method in class com.storedobject.ui.BaseObjectForest
 
addObjectDataLoadedListener(DataLoadedListener) - Method in class com.storedobject.ui.ObjectTree
 
addObjectEditorListener(ObjectEditorListener) - Method in class com.storedobject.ui.ObjectEditor
Add an "object editor" listener to track editing changes.
addObjects(Iterable<T>) - Method in class com.storedobject.core.IdIterable
 
addOlePackage(byte[], String, String, String) - Method in class com.storedobject.office.od.ods.Workbook
 
addOpenedListener(ViewOpenedListener) - Method in class com.storedobject.vaadin.View
Add a "view opened listener".
addOtherAttachments(Mail) - Method in class com.storedobject.ui.MailForm
 
addPageRange(int, int) - Method in class com.storedobject.office.PDFProperties
 
addParts(SOChart) - Method in class com.storedobject.chart.AbstractGanttChart
 
addParts(SOChart) - Method in class com.storedobject.chart.BubbleChart
 
addParts(SOChart) - Method in class com.storedobject.chart.Chart
 
addParts(SOChart) - Method in interface com.storedobject.chart.Component
Add parts of this component to the chart.
addParts(SOChart) - Method in interface com.storedobject.chart.ComponentGroup
Add parts of this group to SOChart.
addParts(SOChart) - Method in class com.storedobject.chart.CoordinateSystem
 
addParts(SOChart) - Method in class com.storedobject.chart.HeatmapChart
 
addParts(SOChart) - Method in class com.storedobject.chart.Tooltip
 
addParts(SOChart) - Method in class com.storedobject.chart.XRangeChart
 
addPayment(Money, Transaction) - Method in class com.storedobject.accounts.Invoice
 
addPayment(Money, TransactionManager) - Method in class com.storedobject.accounts.Invoice
 
addPicture(byte[], int) - Method in class com.storedobject.office.od.ods.Workbook
 
addProcessButton(String, Predicate<T>, Consumer<T>) - Method in class com.storedobject.ui.inventory.POBrowser
Add a process button that will be added to the process context menu.
addProvider(String, String, String, String, String, String, String) - Method in class com.storedobject.oauth.OAuth
 
addRefreshListener(DataList.RefreshListener<T>) - Method in class com.storedobject.vaadin.DataList
Add a refresh listener for this list.
addRemovalListener(Breadcrumbs.BreadcrumbRemovalListener) - Method in class com.storedobject.vaadin.Breadcrumbs.Breadcrumb
Add a listener to this so that it will be notified when this "breadcrumb" is removed.
Address - Class in com.storedobject.common
Class to check and manipulate mailing address information.
AddressField - Class in com.storedobject.ui
 
AddressField() - Constructor for class com.storedobject.ui.AddressField
 
AddressField(String) - Constructor for class com.storedobject.ui.AddressField
 
AddressForm - Class in com.storedobject.ui.util
 
AddressForm() - Constructor for class com.storedobject.ui.util.AddressForm
 
addRow(double[]) - Method in class com.storedobject.chart.DataMatrix
Add a row of data.
addRow(Data...) - Method in class com.storedobject.chart.DataMatrix
Add rows of data.
addRow(Number...) - Method in class com.storedobject.chart.DataMatrix
Add a row of data.
addRow(Object...) - Method in class com.storedobject.pdf.TableHeader
Add cells to the table that was created earlier.
addRowCell(PDFCell) - Method in class com.storedobject.pdf.PDFTable
Add a cell spanning the entire row.
addRowCell(PDFCell, Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDFTable
Add a cell spanning the entire row.
addSalutation(TransactionManager, String, boolean, boolean, boolean) - Static method in class com.storedobject.core.Person
 
addScreen(Class<? extends Runnable>, int) - Method in class com.storedobject.ui.PresentationRunner
Add a new UI logic to the presentation.
addScreen(Runnable, int) - Method in class com.storedobject.ui.PresentationRunner
Add a new UI logic to the presentation.
addScreen(String, int) - Method in class com.storedobject.ui.PresentationRunner
Add a new UI logic to the presentation.
addScript(String) - Method in class com.storedobject.common.Script
Append more to the existing script.
addSearchField(String) - Method in interface com.storedobject.core.ObjectSearchBuilder
 
addSelectedChangeListener(ComponentEventListener<Tabs.SelectedChangeEvent>) - Method in class com.storedobject.vaadin.Tabs
Add a tab selection listener.
addSolvedListener(Consumer<RubikCube>) - Method in class com.storedobject.vaadin.RubikCube
Add a "solved listener" that will be informed about if the cube is solved.
addSource(StreamResource...) - Method in class com.storedobject.vaadin.Media
Add sources.
addSource(StreamResource...) - Method in interface com.storedobject.vaadin.MediaCapture
Add sources.
addSource(String, String) - Method in class com.storedobject.vaadin.Media
Add a URI source.
addSQL(String) - Method in class com.storedobject.core.RawSQL
 
addStatusChangeListener(MediaCapture.StatusChangeListener) - Method in class com.storedobject.vaadin.AudioCapture
Add "status change" listener so that we can monitor recording status.
addStatusChangeListener(MediaCapture.StatusChangeListener) - Method in interface com.storedobject.vaadin.MediaCapture
Add "status change" listener so that we can monitor recording/previewing status.
addStatusChangeListener(MediaCapture.StatusChangeListener) - Method in class com.storedobject.vaadin.VideoCapture
Add "status change" listener so that we can monitor recording/previewing status.
addStep(Stepper.Step) - Method in class com.storedobject.ui.util.Stepper
Adds the given step to the stepper.
addStore(InventoryStore) - Method in class com.storedobject.core.Stock
 
addStore(InventoryStore) - Method in class com.storedobject.report.StockReport
 
addStore(InventoryStore) - Method in class com.storedobject.report.StockReportExcel
 
addSuffix(TransactionManager, String) - Static method in class com.storedobject.core.Person
 
addTask(Runnable, int) - Static method in class com.storedobject.job.TaskExecutor
Adds a task that will be executed at the specified time of day every day.
addTask(Runnable, int, int) - Static method in class com.storedobject.job.TaskExecutor
Adds a task to be executed at a specific time of the day on specified days of the week.
addTheme(ThemeStyle...) - Method in interface com.storedobject.vaadin.HasThemeStyle
Add theme styles.
addTitles(PDFTable, int, StringList) - Method in class com.storedobject.pdf.PDF
Add title texts to table.
addTitles(PDFTable, int, String...) - Method in class com.storedobject.pdf.PDF
Add title texts to table.
addTitles(PDFTable, int, Stream<String>) - Method in class com.storedobject.pdf.PDF
Add title texts to table.
addTitles(PDFTable, StringList) - Method in class com.storedobject.pdf.PDF
Add title texts to table.
addTitles(PDFTable, String...) - Method in class com.storedobject.pdf.PDF
Add title texts to table.
addTitles(PDFTable, Stream<String>) - Method in class com.storedobject.pdf.PDF
 
addTo(HasComponents) - Method in class com.storedobject.ui.util.LoadFilterButtons
 
addToDrawer(Component...) - Method in class com.storedobject.vaadin.ApplicationFrame
 
addToggleListener(DetailComponent.ToggleListener) - Method in class com.storedobject.vaadin.DetailComponent
Add content toggle listener.
addToHead(ObjectIterator<O>) - Method in class com.storedobject.core.ObjectIterator
Concatenate another instance by adding to the head of it.
addToHead(O) - Method in class com.storedobject.core.ObjectIterator
Add one object to the head of this instance so that it will be next entry returned.
addToolPack(UDFFinder) - Method in class com.storedobject.office.od.ods.Workbook
 
addToOpeningBalance(TransactionManager, Money) - Method in class com.storedobject.core.Account
 
addToOpeningBalance(TransactionManager, Money, Money) - Method in class com.storedobject.core.Account
 
addToTable(PDFTable, Object) - Method in class com.storedobject.pdf.PDF
Adds an object to the given PDFTable as a PDFCell.
addToTable(PDFTable, Object, boolean) - Method in class com.storedobject.pdf.PDF
Adds an object to the given PDFTable as a PDFCell.
addToTable(PDFTable, Object, boolean, Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDF
Adds an object to the given PDFTable as a PDFCell.
addToTable(PDFTable, Object, int) - Method in class com.storedobject.pdf.PDF
Adds an object to the given PDFTable as a PDFCell.
addToTable(PDFTable, Object, int, int) - Method in class com.storedobject.pdf.PDF
Adds an object to the given PDFTable as a PDFCell.
addToTable(PDFTable, Object, int, int, Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDF
Adds an object to the given PDFTable as a PDFCell.
addToTable(PDFTable, Object, int, Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDF
Adds an object to the given PDFTable as a PDFCell.
addToTable(PDFTable, Object, Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDF
Adds an object to the given PDFTable as a PDFCell.
addToTableCentered(PDFTable, Object) - Method in class com.storedobject.pdf.PDF
Adds an object to the given PDFTable as a PDFCell.
addToTableCentered(PDFTable, Object, Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDF
Adds an object to the given PDFTable as a PDFCell.
addValidationData(DataValidation) - Method in class com.storedobject.office.od.ods.Sheet
 
addValidator(HasValue<?, F>, Function<F, Boolean>) - Method in class com.storedobject.vaadin.AbstractForm
Add a validator for the field.
addValidator(HasValue<?, F>, Function<F, Boolean>, String) - Method in class com.storedobject.vaadin.AbstractForm
Add a validator for the field.
addValidator(HasValue<?, F>, Function<F, Boolean>, String) - Method in class com.storedobject.vaadin.util.Data
Add a validator for the given field.
addValidator(HasValue<?, T>, Function<T, Boolean>) - Method in class com.storedobject.vaadin.AbstractDataForm
Add a validator for the field.
addValidator(HasValue<?, T>, Function<T, Boolean>, String) - Method in class com.storedobject.vaadin.AbstractDataForm
Add a validator for the field.
addValidator(Predicate<T>) - Method in class com.storedobject.ui.ObjectEditor
Add a validator that will be checked for validating the object instance.
addValue(Set<T>) - Method in class com.storedobject.vaadin.TokensField
Add tokens to the existing set.
addValueChangeListener(HasValue.ValueChangeListener<? super HasValue.ValueChangeEvent<StoredObjectLink<T>>>) - Method in class com.storedobject.ui.ObjectLinkField
 
addValueChangeListener(HasValue.ValueChangeListener<? super HasValue.ValueChangeEvent<String>>) - Method in class com.storedobject.ui.util.AcceptAbandonButtons
 
addValueChangeTracker(BiConsumer<AbstractListProvider<T>, Boolean>) - Method in class com.storedobject.ui.EditableGrid
 
addValueChangeTracker(BiConsumer<AbstractListProvider<T>, Boolean>) - Method in class com.storedobject.ui.EditableListProvider
 
addValueChangeTracker(BiConsumer<AbstractListProvider<T>, Boolean>) - Method in class com.storedobject.ui.EditableObjectGrid
 
addValueChangeTracker(BiConsumer<AbstractListProvider<T>, Boolean>) - Method in class com.storedobject.ui.EditableObjectListProvider
 
addValueChangeTracker(BiConsumer<AbstractListProvider<T>, Boolean>) - Method in interface com.storedobject.ui.EditableProvider
 
addValueChangeTracker(BiConsumer<AbstractListProvider<T>, Boolean>) - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
addViewFilter(Predicate<T>) - Method in class com.storedobject.vaadin.ListGrid
Add a filter.
addYear(D, int) - Static method in class com.storedobject.common.DateUtility
Adds a particular number of year to a specified date
AEAddress - Class in com.storedobject.common
AE Address
line[0]: Code for the emirate (0: Abu Dhabi, 1: Dubai, 2: Sharjah, 3: Ajman, 4: Um Al Quwain, 5: Ras Al Khaimah, 6: Fujairah)
AEAddressForm - Class in com.storedobject.ui.util
 
AEAddressForm() - Constructor for class com.storedobject.ui.util.AEAddressForm
 
AES - Static variable in class com.storedobject.core.Secret
 
after(Minutes) - Method in class com.storedobject.core.Minutes
 
alarm() - Method in class com.storedobject.iot.DataSet.AlarmStatus
Determines the alarm status based on the current value and the defined alarm condition.
alarm() - Method in class com.storedobject.iot.DataSet.DataStatus
Get the alarm level associated with the current data status.
alarm() - Method in class com.storedobject.iot.DataSet.LimitStatus
Evaluates the current value against predefined limits and returns an alarm status based on the value range.
AlarmSwitch - Class in com.storedobject.iot
 
AlarmSwitch() - Constructor for class com.storedobject.iot.AlarmSwitch
 
alert() - Method in class com.storedobject.iot.DataSet.DataStatus
Determines whether the current data status condition should trigger an alert.
alert(LoginMessage) - Method in interface com.storedobject.core.Device
 
alert(LoginMessage) - Method in class com.storedobject.ui.Application
 
alert(Transaction, String, StoredObject) - Static method in class com.storedobject.core.LoginMessage
 
alert(Transaction, String, StoredObject) - Static method in class com.storedobject.mail.Mail
Sends an alert for the given transaction with a specified message and person information.
alert(Transaction, String, StoredObject, int) - Static method in class com.storedobject.core.LoginMessage
 
alert(Transaction, String, StoredObject, StoredObject) - Static method in class com.storedobject.core.LoginMessage
 
alert(Transaction, String, StoredObject, StoredObject, int) - Static method in class com.storedobject.core.LoginMessage
 
alert(Transaction, String, StoredObject, Class<?>) - Static method in class com.storedobject.core.LoginMessage
 
alert(Transaction, String, StoredObject, Class<?>, int) - Static method in class com.storedobject.core.LoginMessage
 
alert(Transaction, String, StoredObject, Class<?>, StoredObject) - Static method in class com.storedobject.core.LoginMessage
 
alert(Transaction, String, StoredObject, Class<?>, StoredObject, int) - Static method in class com.storedobject.core.LoginMessage
 
alert(Transaction, String, StoredObject, String) - Static method in class com.storedobject.mail.Mail
Sends an alert with the specified details.
alert(Transaction, String, Iterable<? extends StoredObject>) - Static method in class com.storedobject.core.LoginMessage
 
alert(Transaction, String, Iterable<? extends StoredObject>) - Static method in class com.storedobject.mail.Mail
Sends an alert with a specified message to a group of persons in the context of a given transaction.
alert(Transaction, String, Iterable<? extends StoredObject>, int) - Static method in class com.storedobject.core.LoginMessage
 
alert(Transaction, String, Iterable<? extends StoredObject>, StoredObject, int) - Static method in class com.storedobject.core.LoginMessage
 
alert(Transaction, String, Iterable<? extends StoredObject>, Class<?>) - Static method in class com.storedobject.core.LoginMessage
 
alert(Transaction, String, Iterable<? extends StoredObject>, Class<?>, int) - Static method in class com.storedobject.core.LoginMessage
 
alert(Transaction, String, Iterable<? extends StoredObject>, Class<?>, StoredObject) - Static method in class com.storedobject.core.LoginMessage
 
alert(Transaction, String, Iterable<? extends StoredObject>, Class<?>, StoredObject, int) - Static method in class com.storedobject.core.LoginMessage
 
alert(Transaction, String, Iterable<? extends StoredObject>, String) - Static method in class com.storedobject.mail.Mail
Sends an alert email to the specified recipients with the provided message and subject.
alert(Object...) - Method in class com.storedobject.job.Job
Send an alert to the configured persons.
alert(String) - Method in interface com.storedobject.core.Device
 
alert(String) - Method in interface com.storedobject.core.MessageViewer
 
alert(String) - Method in class com.storedobject.tools.SystemMessageViewer
 
alert(String) - Method in class com.storedobject.ui.Application
 
alert(String, String) - Method in interface com.storedobject.core.Device
 
alert(String, String) - Method in class com.storedobject.ui.Application
 
alert(String, String, String) - Method in class com.storedobject.ui.Application
 
Alert - Class in com.storedobject.iot
 
Alert - Class in com.storedobject.ui
 
Alert - Class in com.storedobject.vaadin
Slightly enhanced version of Vaadin's Notification.
Alert(Schedule) - Constructor for class com.storedobject.iot.Alert
 
Alert(StyledText, Consumer<Alert>) - Constructor for class com.storedobject.vaadin.Alert
Constructor.
Alert(StyledText, Consumer<Alert>, NotificationVariant) - Constructor for class com.storedobject.vaadin.Alert
Constructor.
Alert(String) - Constructor for class com.storedobject.ui.Alert
 
Alert(String) - Constructor for class com.storedobject.vaadin.Alert
Constructor.
Alert(String, NotificationVariant) - Constructor for class com.storedobject.vaadin.Alert
Constructor.
Alert(String, String) - Constructor for class com.storedobject.vaadin.Alert
Constructor.
Alert(String, String, NotificationVariant) - Constructor for class com.storedobject.vaadin.Alert
Constructor.
Alert(String, String, Consumer<Alert>) - Constructor for class com.storedobject.vaadin.Alert
Constructor.
Alert(String, String, Consumer<Alert>, NotificationVariant) - Constructor for class com.storedobject.vaadin.Alert
Constructor.
Alert(String, Consumer<Alert>) - Constructor for class com.storedobject.ui.Alert
 
Alert(String, Consumer<Alert>) - Constructor for class com.storedobject.vaadin.Alert
Constructor.
Alert(String, Consumer<Alert>, NotificationVariant) - Constructor for class com.storedobject.vaadin.Alert
Constructor.
AlertButton - Class in com.storedobject.ui.util
 
AlertButton(ClickHandler) - Constructor for class com.storedobject.ui.util.AlertButton
 
alertCountChanged(Object) - Method in class com.storedobject.ui.Application
 
alertCountChanged(Object) - Method in class com.storedobject.vaadin.Application
This method is invoked whenever alter count changes for a particular owner.
AlertGenerator - Class in com.storedobject.iot
Alert Generator.
AlertHandler - Interface in com.storedobject.ui
Alert handler.
align(View, CSSGrid.Position) - Method in class com.storedobject.vaadin.Dashboard
Align (vertically) a view within its grid cell.
align(Component, CSSGrid.Position) - Static method in class com.storedobject.ui.SteppedView
Align (vertically) a component within the view's content area.
align(Component, CSSGrid.Position) - Method in class com.storedobject.vaadin.CSSGrid
Align (vertically) a component within its grid cell.
align(Component, CSSGrid.Position) - Method in class com.storedobject.vaadin.PopupButton
Align (vertically) a component within its grid cell.
ALIGN_BASELINE - Static variable in interface com.storedobject.pdf.PDFElement
Alignment - base-line.
ALIGN_BOTTOM - Static variable in interface com.storedobject.pdf.PDFElement
Alignment - bottom.
ALIGN_CENTER - Static variable in interface com.storedobject.pdf.PDFElement
Alignment - center.
ALIGN_JUSTIFIED - Static variable in interface com.storedobject.pdf.PDFElement
Alignment - justified.
ALIGN_JUSTIFIED_ALL - Static variable in interface com.storedobject.pdf.PDFElement
Alignment - justified all.
ALIGN_LEFT - Static variable in interface com.storedobject.pdf.PDFElement
Alignment - left.
ALIGN_MIDDLE - Static variable in interface com.storedobject.pdf.PDFElement
Alignment - middle.
ALIGN_RIGHT - Static variable in interface com.storedobject.pdf.PDFElement
Alignment - right.
ALIGN_TOP - Static variable in interface com.storedobject.pdf.PDFElement
Alignment - top.
ALIGN_UNDEFINED - Static variable in interface com.storedobject.pdf.PDFElement
Alignment - undefined.
alignBottom() - Method in class com.storedobject.chart.Alignment
Align bottom.
alignBottom() - Method in class com.storedobject.chart.Position
Align to the bottom side (vertical).
alignCenter() - Method in class com.storedobject.chart.Alignment
Align center/middle.
alignCenter() - Method in class com.storedobject.chart.Position
Align to the center (vertical).
Alignment - Class in com.storedobject.chart
Representation of Alignment property (both horizontal and vertical).
Alignment() - Constructor for class com.storedobject.chart.Alignment
Constructor.
alignRight() - Method in class com.storedobject.vaadin.CustomTextField
Align right.
alignSizing() - Method in class com.storedobject.vaadin.Box
Align the box in such way that total width/height of the box will be same as component's width/height.
alignTop() - Method in class com.storedobject.chart.Alignment
Align top.
alignTop() - Method in class com.storedobject.chart.Position
Align to the top side (vertical).
ALL - Static variable in class com.storedobject.core.EditorAction
 
ALL_OTHERS - Enum constant in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT
All except the focused item.
allMatch(Predicate<? super O>) - Method in class com.storedobject.core.ObjectIterator
Check whether all objects are matching the given filter or not.
allow(Transaction, boolean, boolean) - Method in class com.storedobject.core.Account
 
ALLOW_ANY - Static variable in class com.storedobject.core.EditorAction
 
ALLOW_TOP_LEVEL - Static variable in class com.storedobject.common.HTMLText
 
allowAny() - Method in class com.storedobject.core.AccountDocument
 
allowAny() - Method in class com.storedobject.core.Document
 
allowDownload() - Method in class com.storedobject.ui.FileField
 
allowedActions(String) - Static method in class com.storedobject.ui.ObjectEditor
Determine the allowed actions from the decorated class name passed.
allowExcess(Account, Money) - Method in class com.storedobject.core.JournalVoucher
Allow excess in an account participating in this transaction.
allowLinking() - Method in class com.storedobject.ui.FileField
 
allowMovement() - Method in class com.storedobject.ui.ImageViewer
Invoke this method (typically from your constructor) if you want to allow dynamic movement (drag and drop) of overlaid components.
allowNameChange() - Method in interface com.storedobject.core.IdentityCheck
Whether to allow username change while setting the password or not.
allowNegative - Variable in class com.storedobject.vaadin.util.NumericField
 
ALT - Enum constant in enum class com.storedobject.chart.Key
Alt key.
alterPassword(String, String, String) - Method in class com.storedobject.core.Database
Change password of the user on the SQL connection.
alterPassword(String, String, String) - Method in class com.storedobject.database.postgres.Database
 
alterTable(TransactionManager) - Method in class com.storedobject.tools.TableDefinition
 
amend(Transaction) - Method in class com.storedobject.core.InventoryTransfer
Amend this.
Amend(T, int) - Constructor for record class com.storedobject.core.HasReference.Amend
Creates an instance of a Amend record class.
amendment() - Method in record class com.storedobject.core.HasReference.Amend
Returns the value of the amendment record component.
amendOrder(Transaction) - Method in class com.storedobject.core.InventoryPO
Amend this PO.
AnchorButton - Class in com.storedobject.vaadin
Anchor that acts like a button.
AnchorButton(String) - Constructor for class com.storedobject.vaadin.AnchorButton
Constructor.
AnchorButton(String, ClickHandler) - Constructor for class com.storedobject.vaadin.AnchorButton
Constructor.
anchorFieldsCreated() - Method in class com.storedobject.ui.ObjectBrowser
This method is invoked when anchor fields are created for the first time.
anchorFieldsCreated() - Method in class com.storedobject.ui.ObjectEditor
This method is invoked when anchor fields are created for the first time.
anchors() - Element in annotation interface com.storedobject.core.annotation.Table
Anchor fields of this data class (comma-separated list of attributes).
anchorsCancelled() - Method in class com.storedobject.ui.inventory.GRN
 
anchorsCancelled() - Method in class com.storedobject.ui.inventory.POBrowser
 
anchorsCancelled() - Method in class com.storedobject.ui.ObjectBrowser
This method will be invoked if the "Cancel" button is pressed on the anchor form.
anchorsCancelled() - Method in class com.storedobject.ui.ObjectEditor
This method will be invoked if the "Cancel" button is pressed on the anchor form.
anchorsSet() - Method in class com.storedobject.ui.inventory.GRN
 
anchorsSet() - Method in class com.storedobject.ui.inventory.POBrowser
 
anchorsSet() - Method in class com.storedobject.ui.inventory.POEditor
 
anchorsSet() - Method in class com.storedobject.ui.ObjectBrowser
This method is invoked when anchor values are set via the anchor form and if any exception is thrown from this method, anchor values will be asked again.
anchorsSet() - Method in class com.storedobject.ui.ObjectEditor
This method is invoked when anchor values are set via the anchor form and if any exception is thrown from this method, anchor values will be asked again.
and(String, String) - Static method in class com.storedobject.core.ObjectLoadFilter
Join 2 conditions via AND.
AND - Enum constant in enum class com.storedobject.common.LogicalOperator
 
Angle - Class in com.storedobject.core
 
Angle() - Constructor for class com.storedobject.core.Angle
 
Angle(double, MeasurementUnit) - Constructor for class com.storedobject.core.Angle
 
Angle(double, String) - Constructor for class com.storedobject.core.Angle
 
Angle(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.Angle
 
Angle(BigDecimal, String) - Constructor for class com.storedobject.core.Angle
 
AngleAxis - Class in com.storedobject.chart
Representation of angle axis.
AngleAxis(AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.AngleAxis
Constructor.
AngleAxis(DataType) - Constructor for class com.storedobject.chart.AngleAxis
Constructor.
AngleField - Class in com.storedobject.ui
 
AngleField() - Constructor for class com.storedobject.ui.AngleField
 
AngleField(int) - Constructor for class com.storedobject.ui.AngleField
 
AngleField(int, int) - Constructor for class com.storedobject.ui.AngleField
 
AngleField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.AngleField
 
AngleField(int, int, String) - Constructor for class com.storedobject.ui.AngleField
 
AngleField(String) - Constructor for class com.storedobject.ui.AngleField
 
AngleField(String, int) - Constructor for class com.storedobject.ui.AngleField
 
AngleField(String, int, int) - Constructor for class com.storedobject.ui.AngleField
 
AngleField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.AngleField
 
AngleField(String, int, int, String) - Constructor for class com.storedobject.ui.AngleField
 
AngleField(String, int, String) - Constructor for class com.storedobject.ui.AngleField
 
AngleField(String, String) - Constructor for class com.storedobject.ui.AngleField
 
animate(HasStyle) - Method in enum class com.storedobject.ui.Animation
 
animate(HasStyle, Animation) - Static method in enum class com.storedobject.ui.Animation
 
Animation - Class in com.storedobject.chart
Class to support animation related properties.
Animation - Enum Class in com.storedobject.ui
 
Animation() - Constructor for class com.storedobject.chart.Animation
 
anticlockwise() - Method in class com.storedobject.chart.AngleAxis
Calling this method causes the axis to be drawn in the anticlockwise direction.
any() - Method in class com.storedobject.core.QueryBuilder
Enables the "any" condition so that all subclasses to be included in the output.
any(boolean) - Method in class com.storedobject.core.QueryBuilder
Sets the "any" condition for the query, a boolean value indicating whether to retrieve all subclasses or not.
any(Boolean) - Method in class com.storedobject.core.QueryBuilder
Sets the "any" condition for the query, a boolean value indicating whether to retrieve all subclasses or not.
anyMatch(Predicate<? super O>) - Method in class com.storedobject.core.ObjectIterator
Check whether any object is matching the given filter or not.
append(int) - Method in class com.storedobject.pdf.PDF.Text
Appends a font to this text.
append(int, int) - Method in class com.storedobject.pdf.PDF.Text
Appends a font to this text.
append(AbstractDataProvider<?>) - Method in class com.storedobject.chart.Tooltip
Add a data point to the tooltip.
append(Chart) - Method in class com.storedobject.chart.Tooltip
Add a data point of a specific chart to the tooltip.
append(Contact) - Method in class com.storedobject.ui.util.ContactData
 
append(FileData) - Method in class com.storedobject.ui.util.StreamAttachmentData
 
append(PDFChunk) - Method in class com.storedobject.pdf.PDF.Text
Appends another chunk to this text.
append(PDFColor) - Method in class com.storedobject.pdf.PDF.Text
Appends a color to this text.
append(PDFFont) - Method in class com.storedobject.pdf.PDF.Text
Appends a font to this text.
append(Color) - Method in class com.storedobject.pdf.PDF.Text
Appends a color to this text.
append(Iterable<T>) - Method in interface com.storedobject.core.EditableList
Append items to the list.
append(Object) - Method in class com.storedobject.common.HTMLText
 
append(Object) - Method in interface com.storedobject.common.StyledBuilder
Append an object.
append(Object) - Method in class com.storedobject.common.StyledString
 
append(Object) - Method in class com.storedobject.pdf.PDF.Text
Appends text from the object
append(Object) - Method in class com.storedobject.ui.ELabel
 
append(Object) - Method in class com.storedobject.ui.ELabels
 
append(Object) - Method in interface com.storedobject.ui.StyledBuilder
 
append(Object...) - Method in class com.storedobject.chart.DataChannel
Append data to the chart.
append(Object, int) - Method in class com.storedobject.pdf.PDF.Text
Appends a font to this text.
append(Object, int, int) - Method in class com.storedobject.pdf.PDF.Text
Appends a font to this text.
append(Object, StyledBuilder.Style...) - Method in class com.storedobject.common.HTMLText
 
append(Object, StyledBuilder.Style...) - Method in interface com.storedobject.common.StyledBuilder
Append an object with the given style.
append(Object, PDFColor) - Method in class com.storedobject.pdf.PDF.Text
Appends text from the object
append(Object, PDFFont) - Method in class com.storedobject.pdf.PDF.Text
Appends text from the object
append(Object, Color) - Method in class com.storedobject.pdf.PDF.Text
Appends text from the object
append(Object, String) - Method in class com.storedobject.common.HTMLText
 
append(Object, String) - Method in interface com.storedobject.common.StyledBuilder
Append an object with the given color.
append(Object, String) - Method in class com.storedobject.pdf.PDF.Text
Appends a color to this text.
append(Object, String) - Method in class com.storedobject.ui.ELabel
 
append(Object, String) - Method in class com.storedobject.ui.ELabels
 
append(Object, String) - Method in interface com.storedobject.ui.StyledBuilder
 
append(Object, String...) - Method in class com.storedobject.common.HTMLText
 
append(Object, String...) - Method in interface com.storedobject.common.StyledBuilder
Append an object with the given style.
append(Object, String...) - Method in class com.storedobject.ui.ELabel
 
append(Object, String...) - Method in class com.storedobject.ui.ELabels
 
append(Object, String...) - Method in interface com.storedobject.ui.StyledBuilder
 
append(String) - Method in class com.storedobject.chart.Tooltip
Add some text as part of the tooltip.
append(String) - Method in class com.storedobject.common.Fault
Appends a message to the existing fault message with a default separator.
append(String) - Method in class com.storedobject.pdf.PDFChunk
Append to the text content.
append(String[], String) - Static method in class com.storedobject.common.StringUtility
Append a new element to an array.
append(String, String) - Method in class com.storedobject.common.Fault
Appends the given message to the current message using the specified delimiter.
append(O) - Method in class com.storedobject.core.StoredObjectLink.Copy
 
append(T) - Method in interface com.storedobject.core.EditableList
Append an item to the list.
append(T) - Method in class com.storedobject.ui.DataGrid
Inform the grid that we have appended an item.
append(T) - Method in class com.storedobject.ui.EditableObjectGrid
 
append(T) - Method in class com.storedobject.ui.util.ExtraInfoValue
 
append(T, boolean) - Method in class com.storedobject.ui.EditableListProvider
 
append(T, boolean) - Method in class com.storedobject.ui.EditableObjectListProvider
 
append(T, boolean) - Method in interface com.storedobject.ui.EditableProvider
 
append(T, boolean) - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
APPEND - Static variable in class com.storedobject.core.EditorAction
 
appendEncoded(Object...) - Method in class com.storedobject.chart.DataChannel
Append data to the chart.
appendFooter() - Method in class com.storedobject.vaadin.DataGrid
 
appendFooter() - Method in class com.storedobject.vaadin.DataTreeGrid
 
appendFooter() - Method in interface com.storedobject.vaadin.HasColumns
Append a footer row.
appendHeader() - Method in interface com.storedobject.vaadin.HasColumns
Append a header row.
appendHTML(String) - Method in class com.storedobject.common.HTMLText
Append valid HTML text.
appendHTML(String) - Method in class com.storedobject.ui.ELabel
 
appendHTML(String) - Method in class com.storedobject.ui.ELabels
 
appendHTML(String) - Method in interface com.storedobject.ui.StyledBuilder
 
appendIcon(String) - Method in interface com.storedobject.ui.StyledBuilder
 
appendWithTag(String, String) - Method in interface com.storedobject.ui.StyledBuilder
 
appendWithTag(String, String, String) - Method in interface com.storedobject.ui.StyledBuilder
 
ApplicableDataLogic - Class in com.storedobject.core
 
ApplicableDataLogic() - Constructor for class com.storedobject.core.ApplicableDataLogic
 
application - Variable in class com.storedobject.ui.Executor
 
Application - Class in com.storedobject.platform
 
Application - Class in com.storedobject.ui
 
Application - Class in com.storedobject.vaadin
Application is the base class for creating a 'single page' web applications.
Application() - Constructor for class com.storedobject.platform.Application
 
Application() - Constructor for class com.storedobject.ui.Application
 
Application() - Constructor for class com.storedobject.vaadin.Application
 
Application(ApplicationLayout) - Constructor for class com.storedobject.ui.Application
 
Application(ApplicationLayout, boolean) - Constructor for class com.storedobject.ui.Application
 
Application(ApplicationLayout, boolean, boolean) - Constructor for class com.storedobject.ui.Application
 
Application.BusyIndicator - Class in com.storedobject.ui
 
ApplicationAlertHandler - Class in com.storedobject.core
You can insert an entry in this data class for handling application alerts.
ApplicationAlertHandler() - Constructor for class com.storedobject.core.ApplicationAlertHandler
Constructor for the ApplicationAlertHandler class.
ApplicationEnvironment - Interface in com.storedobject.vaadin
Application can set up an environment that controls certain behaviours of the application.
ApplicationFrame - Class in com.storedobject.ui.util
 
ApplicationFrame - Class in com.storedobject.vaadin
An implementation of ApplicationLayout using Vaadin's AppLayout.
ApplicationFrame() - Constructor for class com.storedobject.ui.util.ApplicationFrame
 
ApplicationFrame() - Constructor for class com.storedobject.vaadin.ApplicationFrame
Constructor.
ApplicationFrame.EntitySelector - Class in com.storedobject.ui.util
 
ApplicationLayout - Interface in com.storedobject.ui
 
ApplicationLayout - Interface in com.storedobject.vaadin
Application requires an instance of this class to determine the "layout" of its page.
ApplicationMenu - Interface in com.storedobject.core
 
ApplicationMenu - Interface in com.storedobject.vaadin
Interface that defines the "menu" area of the Application.
ApplicationMenuItem - Interface in com.storedobject.vaadin
Application menu item definition.
ApplicationMenuItemGroup - Interface in com.storedobject.vaadin
A special menu item that has sub-menus in it.
ApplicationModule - Class in com.storedobject.core
 
ApplicationModule() - Constructor for class com.storedobject.core.ApplicationModule
 
ApplicationModuleEditor - Class in com.storedobject.ui.common
 
ApplicationModuleEditor() - Constructor for class com.storedobject.ui.common.ApplicationModuleEditor
 
ApplicationModuleEditor(int) - Constructor for class com.storedobject.ui.common.ApplicationModuleEditor
 
ApplicationModuleEditor(int, String) - Constructor for class com.storedobject.ui.common.ApplicationModuleEditor
 
ApplicationModuleEditor(String) - Constructor for class com.storedobject.ui.common.ApplicationModuleEditor
 
ApplicationServer - Class in com.storedobject.core
 
ApplicationServer(Device, String) - Constructor for class com.storedobject.core.ApplicationServer
 
ApplicationView - Class in com.storedobject.ui
 
ApplicationView - Class in com.storedobject.vaadin
The class that defines the content view of the Application.
ApplicationView() - Constructor for class com.storedobject.ui.ApplicationView
 
ApplicationView() - Constructor for class com.storedobject.vaadin.ApplicationView
Default constructor.
apply(char[]) - Method in class com.storedobject.core.PasswordPolicy
 
apply(String, Consumer<StyledBuilder.Style>) - Static method in interface com.storedobject.common.StyledBuilder
Apply styles to a consumer.
apply(O) - Method in class com.storedobject.core.ObjectToString.O2S
 
apply(T) - Method in interface com.storedobject.common.EFunction
 
apply(T) - Method in class com.storedobject.core.TemplateString
 
apply(T1, T2) - Method in interface com.storedobject.common.EBiFunction
 
apply(T1, T2, T3) - Method in interface com.storedobject.common.ETriFunction
 
applyFilter() - Method in interface com.storedobject.core.FilterMethods
This method is called whenever a filter condition is changed.
applyFilter() - Method in interface com.storedobject.core.ObjectLoader
 
applyFilter() - Method in class com.storedobject.ui.AbstractLinkGrid
 
applyFilter() - Method in class com.storedobject.ui.AbstractObjectField
 
applyFilter() - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
applyFilter() - Method in class com.storedobject.ui.ObjectCodeField
 
applyFilter() - Method in class com.storedobject.ui.ObjectField
 
applyFilter() - Method in class com.storedobject.ui.ObjectFormField
 
applyFilter() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
applyFilterPredicate() - Method in interface com.storedobject.core.FilterMethods
This method is called whenever a filter predicate is changed.
applyFilterPredicate() - Method in class com.storedobject.core.ObjectCache
 
applyFilterPredicate() - Method in class com.storedobject.core.ObjectCacheList
 
applyFilterPredicate() - Method in class com.storedobject.core.ObjectForest
 
applyFilterPredicate() - Method in class com.storedobject.core.ObjectMemoryList
 
applyFilterPredicate() - Method in class com.storedobject.core.ObjectTree
 
applyFilterPredicate() - Method in class com.storedobject.ui.ObjectComboField
 
applyFilterPredicate() - Method in class com.storedobject.ui.ObjectForestProvider
 
applyFilterPredicate() - Method in class com.storedobject.ui.ObjectListField
 
applyFilterPredicate() - Method in class com.storedobject.ui.ObjectListProvider
 
applyFilterPredicate() - Method in interface com.storedobject.ui.ObjectLoader
 
applyFilterPredicate() - Method in class com.storedobject.ui.ObjectTable
 
applyFilterPredicate() - Method in class com.storedobject.ui.ObjectTreeProvider
 
applyFilterPredicate() - Method in interface com.storedobject.ui.util.AbstractObjectInput
 
approved() - Method in class com.storedobject.core.Memo
This method is invoked when the memo is finally approved.
approveMemo(Transaction, String) - Method in class com.storedobject.core.MemoComment
 
approveMemo(Transaction, String, SystemUser) - Method in class com.storedobject.core.MemoComment
 
ApproveTransaction - Class in com.storedobject.ui.tools
 
ApproveTransaction() - Constructor for class com.storedobject.ui.tools.ApproveTransaction
 
ApproveTransaction(int) - Constructor for class com.storedobject.ui.tools.ApproveTransaction
 
AQI - Class in com.storedobject.iot
The AQI class represents the Air Quality Index, a measure used to communicate how polluted the air currently is or how polluted it is forecast to become.
ARABIC - Enum constant in enum class com.storedobject.pdf.PDFFont.Language
 
Arc - Class in com.storedobject.chart
Defines an arc shape that can be added to SOChart.
Arc(Number, Number, Number) - Constructor for class com.storedobject.chart.Arc
Constructor.
Arc(Number, Number, Number, boolean) - Constructor for class com.storedobject.chart.Arc
Constructor.
ArcPart - Class in com.storedobject.chart
Shape that partially defines an arc.
ArcPart(Number, Number, Number, boolean) - Constructor for class com.storedobject.chart.ArcPart
Constructor.
Area - Class in com.storedobject.chart
Represents an area (mostly a rectangular block).
Area - Class in com.storedobject.core
 
Area() - Constructor for class com.storedobject.chart.Area
Constructor.
Area() - Constructor for class com.storedobject.core.Area
 
Area(double, MeasurementUnit) - Constructor for class com.storedobject.core.Area
 
Area(double, String) - Constructor for class com.storedobject.core.Area
 
Area(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.Area
 
Area(BigDecimal, String) - Constructor for class com.storedobject.core.Area
 
AreaClickEvent(ImageMap, ImageMap.Area, boolean) - Constructor for class com.storedobject.ui.ImageMap.AreaClickEvent
Creates a new area click event.
AreaField - Class in com.storedobject.ui
 
AreaField() - Constructor for class com.storedobject.ui.AreaField
 
AreaField(int) - Constructor for class com.storedobject.ui.AreaField
 
AreaField(int, int) - Constructor for class com.storedobject.ui.AreaField
 
AreaField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.AreaField
 
AreaField(int, int, String) - Constructor for class com.storedobject.ui.AreaField
 
AreaField(String) - Constructor for class com.storedobject.ui.AreaField
 
AreaField(String, int) - Constructor for class com.storedobject.ui.AreaField
 
AreaField(String, int, int) - Constructor for class com.storedobject.ui.AreaField
 
AreaField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.AreaField
 
AreaField(String, int, int, String) - Constructor for class com.storedobject.ui.AreaField
 
AreaField(String, int, String) - Constructor for class com.storedobject.ui.AreaField
 
AreaField(String, String) - Constructor for class com.storedobject.ui.AreaField
 
AreaStyle - Class in com.storedobject.chart
Area-style.
AreaStyle() - Constructor for class com.storedobject.chart.AreaStyle
Constructor.
arrangeLines(ArrayList<String>) - Method in class com.storedobject.common.Address
This method is invoked for arranging the address lines to be displayed.
arrangeLines(ArrayList<String>) - Method in class com.storedobject.common.INAddress
 
array() - Method in class com.storedobject.common.StringList
Get a copy of the elements as an array.
array(Iterable<T>) - Static method in class com.storedobject.common.ListUtility
 
array(String) - Static method in record class com.storedobject.common.StyledBuilder.Style
Create an array of Style instances from the given string that may contain multiple styles.
array(Collection<T>) - Static method in class com.storedobject.common.ListUtility
 
Array<T> - Class in com.storedobject.common
An array implementation with variable size.
Array(T[]) - Constructor for class com.storedobject.common.Array
Constructor
Array(T[], int) - Constructor for class com.storedobject.common.Array
Constructor
Array(T[], int, int) - Constructor for class com.storedobject.common.Array
Constructor
ARRAY - Enum constant in enum class com.storedobject.common.JSON.Type
 
ArrayList<E> - Class in com.storedobject.common
Enhanced array list.
ArrayList() - Constructor for class com.storedobject.common.ArrayList
Default constructor.
ArrayList(int) - Constructor for class com.storedobject.common.ArrayList
Creates an empty list for the initial capacity passed as parameter
ArrayList(Collection<? extends E>) - Constructor for class com.storedobject.common.ArrayList
Creates a list using specified collection elements
ArrayListSet<E> - Class in com.storedobject.common
An ArrayList that has the properties of a Set (Only one instance will appear even if duplicate elements are added).
ArrayListSet() - Constructor for class com.storedobject.common.ArrayListSet
Create an ArrayList that has the properties of a Set
ArrayListSet(int) - Constructor for class com.storedobject.common.ArrayListSet
Create an ArrayList that has the properties of a Set for a specified initial capacity
ArrayListSet(Iterable<? extends E>) - Constructor for class com.storedobject.common.ArrayListSet
Create an ArrayList that has the properties of a Set for specified iterable elements
ArrayListSet(Collection<? extends E>) - Constructor for class com.storedobject.common.ArrayListSet
Create an ArrayList that has the properties of a Set for specified elements of a collection
ARROW - Enum constant in enum class com.storedobject.chart.PointSymbolType
Arrow.
asList() - Method in class com.storedobject.chart.AbstractData
 
asList() - Method in interface com.storedobject.chart.AbstractDataProvider
Collect all data values into a list.
asPrimary() - Method in class com.storedobject.vaadin.Button
Mark this Button as Primary.
asPrimary() - Method in interface com.storedobject.vaadin.HasThemeStyle
Make it primary style.
Assembly<T,C> - Class in com.storedobject.ui.inventory
 
Assembly(InventoryLocation, Class<T>) - Constructor for class com.storedobject.ui.inventory.Assembly
 
Assembly(InventoryLocation, Class<T>, Class<C>) - Constructor for class com.storedobject.ui.inventory.Assembly
 
Assembly(InventoryStore, Class<T>) - Constructor for class com.storedobject.ui.inventory.Assembly
 
Assembly(InventoryStore, Class<T>, Class<C>) - Constructor for class com.storedobject.ui.inventory.Assembly
 
Assembly(Class<T>) - Constructor for class com.storedobject.ui.inventory.Assembly
 
Assembly(Class<T>, Class<C>) - Constructor for class com.storedobject.ui.inventory.Assembly
 
Assembly(String) - Constructor for class com.storedobject.ui.inventory.Assembly
 
Assembly(T) - Constructor for class com.storedobject.ui.inventory.Assembly
 
Assembly(T, Class<C>) - Constructor for class com.storedobject.ui.inventory.Assembly
 
AssemblyDataPickup<T,C> - Class in com.storedobject.ui.inventory
 
AssemblyDataPickup(InventoryLocation, Class<T>) - Constructor for class com.storedobject.ui.inventory.AssemblyDataPickup
 
AssemblyDataPickup(InventoryLocation, Class<T>, Class<C>) - Constructor for class com.storedobject.ui.inventory.AssemblyDataPickup
 
AssemblyDataPickup(InventoryStore, Class<T>) - Constructor for class com.storedobject.ui.inventory.AssemblyDataPickup
 
AssemblyDataPickup(InventoryStore, Class<T>, Class<C>) - Constructor for class com.storedobject.ui.inventory.AssemblyDataPickup
 
AssemblyDataPickup(Class<T>) - Constructor for class com.storedobject.ui.inventory.AssemblyDataPickup
 
AssemblyDataPickup(Class<T>, Class<C>) - Constructor for class com.storedobject.ui.inventory.AssemblyDataPickup
 
AssemblyDataPickup(String) - Constructor for class com.storedobject.ui.inventory.AssemblyDataPickup
 
AssemblyDataPickup(T) - Constructor for class com.storedobject.ui.inventory.AssemblyDataPickup
 
AssemblyDataPickup(T, Class<C>) - Constructor for class com.storedobject.ui.inventory.AssemblyDataPickup
 
AssemblyItemField<I> - Class in com.storedobject.ui.inventory
Field to accept an item that is fitted on an assembly.
AssemblyItemField(Class<I>) - Constructor for class com.storedobject.ui.inventory.AssemblyItemField
Constructor.
AssemblyItemField(Class<I>, boolean) - Constructor for class com.storedobject.ui.inventory.AssemblyItemField
Constructor.
AssemblyItemField(String, Class<I>) - Constructor for class com.storedobject.ui.inventory.AssemblyItemField
Constructor.
AssemblyItemField(String, Class<I>, boolean) - Constructor for class com.storedobject.ui.inventory.AssemblyItemField
Constructor.
AssemblyReceipt<T,C> - Class in com.storedobject.ui.inventory
 
AssemblyReceipt(InventoryGRNItem) - Constructor for class com.storedobject.ui.inventory.AssemblyReceipt
 
assignAssistant(Transaction, SystemUser) - Method in class com.storedobject.core.MemoComment
 
AssignStoresAndLocations - Class in com.storedobject.ui.inventory
 
AssignStoresAndLocations() - Constructor for class com.storedobject.ui.inventory.AssignStoresAndLocations
 
asSmall() - Method in class com.storedobject.vaadin.Button
Make the button Small.
asSmall() - Method in interface com.storedobject.vaadin.HasThemeStyle
Make it small.
asSmall() - Method in class com.storedobject.vaadin.ImageButton
Set size to small.
at(Size, Size) - Method in class com.storedobject.chart.Chart.LabelPosition
Set the (x, y) position.
attach() - Method in interface com.storedobject.core.StoredObjectLink
 
attach() - Method in class com.storedobject.ui.ObjectFormField
Attach this to the respective container.
attach(TransactionManager, ContentProducer...) - Method in class com.storedobject.mail.Mail
Attaches one or more content items to the mail using the provided transaction manager.
attach(TransactionManager, FileData...) - Method in class com.storedobject.mail.Mail
Attaches the provided files to the specified transaction manager.
attach(TransactionManager, Iterable<FileData>) - Method in class com.storedobject.mail.Mail
Attaches a collection of files to the current object using the provided TransactionManager.
attached() - Method in class com.storedobject.ui.Application
 
attached() - Method in class com.storedobject.vaadin.Application
Invoked whenever this application is attached to a UI.
attachField(String, HasValue<?, ?>) - Method in class com.storedobject.ui.ObjectEditor
 
attachField(String, HasValue<?, ?>) - Method in class com.storedobject.ui.ObjectFilter
 
attachField(String, HasValue<?, ?>) - Method in class com.storedobject.ui.TemplateDataForm
 
attachField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
Attach a field to the form.
attachField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
Attach a field to the form.
attachFrom(TransactionManager, Mail) - Method in class com.storedobject.mail.Mail
Attach attachments from another mail.
attachImage(Image) - Method in class com.storedobject.vaadin.VideoCapture
Attach an image to this video camera so that pictures shot can be viewed on that.
attachLinkField(ObjectLinkField<?>) - Method in class com.storedobject.ui.ObjectEditor
Attach the link field.
Attachment - Class in com.storedobject.mail
 
Attachment() - Constructor for class com.storedobject.mail.Attachment
 
AttachmentDefinition - Class in com.storedobject.core
 
AttachmentDefinition() - Constructor for class com.storedobject.core.AttachmentDefinition
 
AttachmentField - Class in com.storedobject.ui.util
 
AttachmentField(String, StreamAttachment) - Constructor for class com.storedobject.ui.util.AttachmentField
 
attachPO(Transaction, InventoryPO) - Method in class com.storedobject.core.InventoryItem
Attach the PO for this item.
attachRO(Transaction, InventoryRO) - Method in class com.storedobject.core.InventoryItem
Attach the RO for this item.
Attestation() - Constructor for class com.storedobject.core.WebBiometric.Attestation
 
AttestationStatement() - Constructor for class com.storedobject.core.WebBiometric.AttestationStatement
 
attributes() - Method in record class com.storedobject.ui.iot.Data4Unit
Returns the value of the attributes record component.
Audio - Class in com.storedobject.ui
 
Audio - Class in com.storedobject.vaadin
Component to play audio streams.
Audio() - Constructor for class com.storedobject.ui.Audio
Constructor.
Audio() - Constructor for class com.storedobject.vaadin.Audio
Constructor.
Audio(Id) - Constructor for class com.storedobject.ui.Audio
Constructor.
Audio(MediaFile) - Constructor for class com.storedobject.ui.Audio
Constructor.
Audio(StreamData) - Constructor for class com.storedobject.ui.Audio
Constructor.
Audio(StreamResource...) - Constructor for class com.storedobject.ui.Audio
Constructor.
Audio(StreamResource...) - Constructor for class com.storedobject.vaadin.Audio
Consructor.
Audio(String, String) - Constructor for class com.storedobject.ui.Audio
Constructor.
Audio(String, String) - Constructor for class com.storedobject.vaadin.Audio
Constructor.
AUDIO - Enum constant in enum class com.storedobject.ui.ObjectField.Type
Audio type.
AudioCapture - Class in com.storedobject.vaadin
A special Audio class that gets input from the client Computer's mic.
AudioCapture() - Constructor for class com.storedobject.vaadin.AudioCapture
Constructor.
audit - Variable in class com.storedobject.ui.ObjectBrowser
 
audit - Variable in class com.storedobject.ui.ObjectEditor
Button - Audit.
audit - Variable in class com.storedobject.ui.ObjectForestBrowser
 
audit - Variable in class com.storedobject.ui.ObjectTreeBrowser
 
AUDIT - Static variable in class com.storedobject.core.EditorAction
 
AuditTrail - Class in com.storedobject.core
Audit trail..
AuditTrail - Class in com.storedobject.ui.tools
 
AuditTrail() - Constructor for class com.storedobject.ui.tools.AuditTrail
 
AuditTrailConfiguration - Class in com.storedobject.core
 
AuditTrailConfiguration() - Constructor for class com.storedobject.core.AuditTrailConfiguration
 
AuditTrailLinkConfiguration - Class in com.storedobject.core
 
AuditTrailLinkConfiguration() - Constructor for class com.storedobject.core.AuditTrailLinkConfiguration
 
authenticate(HTTP, String, String) - Static method in class com.storedobject.core.Secret
 
authenticator(String, String) - Static method in class com.storedobject.core.Secret
 
authenticator(Authenticator) - Method in class com.storedobject.common.HTTP2.Builder
Configures the HTTP client with a custom authenticator.
Authenticator - Interface in com.storedobject.core
Interface for defining an external authenticator.
AuthenticatorRegistration - Class in com.storedobject.ui.tools
 
AuthenticatorRegistration() - Constructor for class com.storedobject.ui.tools.AuthenticatorRegistration
 
authorize(TransactionManager) - Method in class com.storedobject.core.PseudoTran
 
AUTO - Enum constant in enum class com.storedobject.ui.ObjectField.Type
Determine automatically.
AutoCloseableList - Class in com.storedobject.common
A list of AutoCloseable objects.
AutoCloseableList() - Constructor for class com.storedobject.common.AutoCloseableList
 
AutoLogin - Class in com.storedobject.core
 
AutoLogin() - Constructor for class com.storedobject.core.AutoLogin
 
autoSizeColumn(int) - Method in class com.storedobject.office.od.ods.Sheet
 
autoSizeColumn(int, boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
available() - Method in class com.storedobject.core.DatabaseInputStream
 
available() - Method in class com.storedobject.office.od.ODInputStream
 
average(Rate) - Method in class com.storedobject.core.Rate
 
average(BigDecimal) - Method in class com.storedobject.core.Rate
 
average(ToDoubleFunction<? super O>) - Method in class com.storedobject.core.ObjectIterator
Get the average.
Axis - Class in com.storedobject.chart
Abstract representation of an axis.
Axis - Enum constant in enum class com.storedobject.chart.Tooltip.Type
Tooltip for an axis.
Axis(AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.Axis
Constructor.
Axis(DataType) - Constructor for class com.storedobject.chart.Axis
Constructor.
Axis.AbstractTicks - Class in com.storedobject.chart
Represents ticks on an axis line.
Axis.GridAreas - Class in com.storedobject.chart
Represents the grid-areas drawn by the axis.
Axis.GridLines - Class in com.storedobject.chart
Represents the grid-lines drawn by the axis.
Axis.Label - Class in com.storedobject.chart
Represents the label used by Axis.
Axis.Line - Class in com.storedobject.chart
A base class for various type of lines used in axis and coordinate systems.
Axis.MinorGridLines - Class in com.storedobject.chart
Represents the minor grid-lines drawn by the axis.
Axis.MinorTicks - Class in com.storedobject.chart
Represents the minor tick on the axis line.
Axis.Pointer - Class in com.storedobject.chart
Represents the axis-pointer shown by the axis.
Axis.PointerHandle - Class in com.storedobject.chart
Represent the handle that can be used with axis-pointer.
Axis.PointerLabel - Class in com.storedobject.chart
Represents the label that is displayed by the axis-pointer.
Axis.PointerType - Enum Class in com.storedobject.chart
Definition of pointer types.
Axis.Ticks - Class in com.storedobject.chart
Represents the tick on the axis line.
AxisLine() - Constructor for class com.storedobject.chart.GaugeChart.AxisLine
 
AZTEC - Enum constant in enum class com.storedobject.common.Barcode.Format
Aztec 2D barcode format.

B

back(int) - Method in class com.storedobject.ui.SteppedView
This method is invoked when you go back to the previous step from this step.
Badge - Class in com.storedobject.vaadin
A component that is decorated like a badge.
Badge() - Constructor for class com.storedobject.vaadin.Badge
Constructor.
Badge(Icon, String, ThemeStyle...) - Constructor for class com.storedobject.vaadin.Badge
Constructor.
Badge(String, ThemeStyle...) - Constructor for class com.storedobject.vaadin.Badge
Constructor.
Badge(String, String, ThemeStyle...) - Constructor for class com.storedobject.vaadin.Badge
Constructor.
BADGE - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
Badge.
BadgeIcon - Class in com.storedobject.vaadin
Icons with badge style.
BadgeIcon(VaadinIcon) - Constructor for class com.storedobject.vaadin.BadgeIcon
Create from a Vaadin icon
BadgeIcon(String) - Constructor for class com.storedobject.vaadin.BadgeIcon
Create from an Iron icon.
Bar - Enum constant in enum class com.storedobject.chart.ChartType
Bar.
BarChart - Class in com.storedobject.chart
Bar chart.
BarChart() - Constructor for class com.storedobject.chart.BarChart
Constructor.
BarChart(AbstractDataProvider<?>, AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.BarChart
Constructor.
Barcode - Class in com.storedobject.common
Barcode (Based on the xzing package).
Barcode() - Constructor for class com.storedobject.common.Barcode
Constructor (Size will be 100x100).
Barcode(Barcode.Format, String) - Constructor for class com.storedobject.common.Barcode
Constructor (Size will be 100x100).
Barcode(Barcode.Format, String, int, int) - Constructor for class com.storedobject.common.Barcode
Constructor.
Barcode.Format - Enum Class in com.storedobject.common
 
BarcodeImage - Class in com.storedobject.ui
 
BarcodeImage() - Constructor for class com.storedobject.ui.BarcodeImage
 
BarcodeImage(Barcode.Format) - Constructor for class com.storedobject.ui.BarcodeImage
 
BarcodeImage(Barcode.Format, String) - Constructor for class com.storedobject.ui.BarcodeImage
 
BarcodeImage(String) - Constructor for class com.storedobject.ui.BarcodeImage
 
BarcodeScanner - Class in com.storedobject.ui
 
BarcodeScanner() - Constructor for class com.storedobject.ui.BarcodeScanner
 
BarcodeScanner(HasText) - Constructor for class com.storedobject.ui.BarcodeScanner
 
BarcodeScanner(Consumer<String>) - Constructor for class com.storedobject.ui.BarcodeScanner
 
base() - Element in annotation interface com.storedobject.core.annotation.Table
Check if this is a base class or not.
BaseCustomerInvoiceBrowser<I> - Class in com.storedobject.ui.accounts
 
BaseCustomerInvoiceBrowser(Class<I>) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(Class<I>, int) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(Class<I>, int, SearchBuilder<I>) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(Class<I>, int, String) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(Class<I>, Iterable<String>) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(Class<I>, Iterable<String>, int) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(Class<I>, Iterable<String>, int, SearchBuilder<I>) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(Class<I>, Iterable<String>, int, SearchBuilder<I>, String) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(Class<I>, Iterable<String>, int, SearchBuilder<I>, String, String) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(Class<I>, Iterable<String>, int, Iterable<String>) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(Class<I>, Iterable<String>, int, Iterable<String>, String) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(Class<I>, Iterable<String>, int, Iterable<String>, String, String) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(Class<I>, Iterable<String>, int, String) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(Class<I>, Iterable<String>, SearchBuilder<I>) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(Class<I>, Iterable<String>, Iterable<String>) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(Class<I>, String) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceBrowser(String) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceBrowser
 
BaseCustomerInvoiceEditor<I> - Class in com.storedobject.ui.accounts
 
BaseCustomerInvoiceEditor(Class<I>) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceEditor
 
BaseCustomerInvoiceEditor(Class<I>, int) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceEditor
 
BaseCustomerInvoiceEditor(Class<I>, int, String) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceEditor
 
BaseCustomerInvoiceEditor(Class<I>, int, String, String) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceEditor
 
BaseCustomerInvoiceEditor(String) - Constructor for class com.storedobject.ui.accounts.BaseCustomerInvoiceEditor
 
BaseObjectForest<T> - Class in com.storedobject.ui
 
BaseProcessMaterialRequest<MR,MRI> - Class in com.storedobject.ui.inventory
 
BaseProcessMaterialRequest(Class<MR>) - Constructor for class com.storedobject.ui.inventory.BaseProcessMaterialRequest
 
BaseProcessMaterialRequest(Class<MR>, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.BaseProcessMaterialRequest
 
BaseProcessMaterialRequest(Class<MR>, String) - Constructor for class com.storedobject.ui.inventory.BaseProcessMaterialRequest
 
BaseReceiveMaterialRequested<MR,MRI> - Class in com.storedobject.ui.inventory
 
BaseReceiveMaterialRequested(Class<MR>, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.BaseReceiveMaterialRequested
 
BaseReceiveMaterialRequested(Class<MR>, String) - Constructor for class com.storedobject.ui.inventory.BaseReceiveMaterialRequested
 
BaseRequestMaterial<MR,MRI> - Class in com.storedobject.ui.inventory
 
BaseRequestMaterial(Class<MR>) - Constructor for class com.storedobject.ui.inventory.BaseRequestMaterial
 
BaseRequestMaterial(Class<MR>, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.BaseRequestMaterial
 
BaseRequestMaterial(Class<MR>, InventoryLocation, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.BaseRequestMaterial
 
BaseRequestMaterial(Class<MR>, Class<? extends InventoryItemType>, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.BaseRequestMaterial
 
BaseRequestMaterial(Class<MR>, Class<? extends InventoryItemType>, InventoryLocation, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.BaseRequestMaterial
 
BaseRequestMaterial(Class<MR>, String) - Constructor for class com.storedobject.ui.inventory.BaseRequestMaterial
 
BaseSupplierInvoiceBrowser<I> - Class in com.storedobject.ui.accounts
 
BaseSupplierInvoiceBrowser(Class<I>) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(Class<I>, int) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(Class<I>, int, SearchBuilder<I>) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(Class<I>, int, String) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(Class<I>, Iterable<String>) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(Class<I>, Iterable<String>, int) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(Class<I>, Iterable<String>, int, SearchBuilder<I>) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(Class<I>, Iterable<String>, int, SearchBuilder<I>, String) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(Class<I>, Iterable<String>, int, SearchBuilder<I>, String, String) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(Class<I>, Iterable<String>, int, Iterable<String>) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(Class<I>, Iterable<String>, int, Iterable<String>, String) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(Class<I>, Iterable<String>, int, Iterable<String>, String, String) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(Class<I>, Iterable<String>, int, String) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(Class<I>, Iterable<String>, SearchBuilder<I>) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(Class<I>, Iterable<String>, Iterable<String>) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(Class<I>, String) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceBrowser(String) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceBrowser
 
BaseSupplierInvoiceEditor<I> - Class in com.storedobject.ui.accounts
 
BaseSupplierInvoiceEditor(Class<I>) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceEditor
 
BaseSupplierInvoiceEditor(Class<I>, int) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceEditor
 
BaseSupplierInvoiceEditor(Class<I>, int, String) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceEditor
 
BaseSupplierInvoiceEditor(Class<I>, int, String, String) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceEditor
 
BaseSupplierInvoiceEditor(String) - Constructor for class com.storedobject.ui.accounts.BaseSupplierInvoiceEditor
 
BasicComboBox<T> - Class in com.storedobject.vaadin.util
 
BasicComboBox() - Constructor for class com.storedobject.vaadin.util.BasicComboBox
 
BasicComboBox(String) - Constructor for class com.storedobject.vaadin.util.BasicComboBox
 
BasicComboBox(String, Collection<T>) - Constructor for class com.storedobject.vaadin.util.BasicComboBox
 
BasicComboBox(String, T...) - Constructor for class com.storedobject.vaadin.util.BasicComboBox
 
BasicComboBox(Collection<T>) - Constructor for class com.storedobject.vaadin.util.BasicComboBox
 
BasicComboList<T> - Class in com.storedobject.vaadin.util
 
BasicComboList(Collection<T>) - Constructor for class com.storedobject.vaadin.util.BasicComboList
 
BasicComboList(T...) - Constructor for class com.storedobject.vaadin.util.BasicComboList
 
BasicDataProvider<T> - Class in com.storedobject.chart
A basic data provider that can be extended to create customized data providers.
BasicDataProvider() - Constructor for class com.storedobject.chart.BasicDataProvider
 
BasicInternalDataProvider<T> - Class in com.storedobject.chart
A basic data provider that can be extended to create customized internal data providers.
BasicInternalDataProvider() - Constructor for class com.storedobject.chart.BasicInternalDataProvider
 
BD_CM - Static variable in class com.storedobject.core.Distance
 
BD_KM - Static variable in class com.storedobject.core.Distance
 
BD_LB - Static variable in class com.storedobject.core.Weight
 
BD_MM - Static variable in class com.storedobject.core.Distance
 
BD_MT - Static variable in class com.storedobject.core.Weight
 
BD_OZ - Static variable in class com.storedobject.core.Weight
 
bearerToken(String) - Method in class com.storedobject.common.HTTP2.Builder
Sets the Authorization header with a Bearer token.
before(Minutes) - Method in class com.storedobject.core.Minutes
 
beforeEnter(BeforeEnterEvent) - Method in class com.storedobject.vaadin.ApplicationView
 
begin() - Method in class com.storedobject.common.FileBuffer
This method must be called before writing anything.
BezierCurve - Class in com.storedobject.chart
Defines Bezier curve that can be added to SOChart.
BezierCurve(Shape.Point, Shape.Point, Shape.Point) - Constructor for class com.storedobject.chart.BezierCurve
Construct a quadratic Bezier curve.
BezierCurve(Shape.Point, Shape.Point, Shape.Point, Shape.Point) - Constructor for class com.storedobject.chart.BezierCurve
Construct a cubic Bezier curve.
BigDecimalField - Class in com.storedobject.vaadin
Field to edit BigDecimal values.
BigDecimalField() - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(int) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(int, int) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(int, int, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(String) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(String, int) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(String, int, int) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(String, int, int, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(String, int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(String, BigDecimal) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(String, BigDecimal, int) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(String, BigDecimal, int, int) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(String, BigDecimal, int, int, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(String, BigDecimal, int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(BigDecimal, int) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(BigDecimal, int, int) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(BigDecimal, int, int, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigDecimalField(BigDecimal, int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
Constructor.
BigValue - Interface in com.storedobject.common
An object that keeps a BigDecimal value.
BinaryContentGenerator - Interface in com.storedobject.common
Anything that generates some sort of binary "content".
BinField - Class in com.storedobject.ui.inventory
 
BinField() - Constructor for class com.storedobject.ui.inventory.BinField
 
BinField(InventoryStore) - Constructor for class com.storedobject.ui.inventory.BinField
 
BinField(ObjectProvider<? extends InventoryStore>) - Constructor for class com.storedobject.ui.inventory.BinField
 
BinField(String) - Constructor for class com.storedobject.ui.inventory.BinField
 
BinField(String, InventoryStore) - Constructor for class com.storedobject.ui.inventory.BinField
 
BinField(String, ObjectProvider<? extends InventoryStore>) - Constructor for class com.storedobject.ui.inventory.BinField
 
BiometricButton - Class in com.storedobject.ui.tools
 
BiometricButton(Consumer<BiometricButton>, Login) - Constructor for class com.storedobject.ui.tools.BiometricButton
 
BiometricRegistration - Class in com.storedobject.ui.tools
 
BiometricRegistration() - Constructor for class com.storedobject.ui.tools.BiometricRegistration
 
BiometricRegistration(SystemUser, Consumer<Boolean>) - Constructor for class com.storedobject.ui.tools.BiometricRegistration
 
bitsValue(int, StringList) - Static method in class com.storedobject.common.StringUtility
 
bitsValue(int, String[]) - Static method in class com.storedobject.common.StringUtility
 
BitsValueConverter - Class in com.storedobject.core.converter
 
BitsValueConverter(String[]) - Constructor for class com.storedobject.core.converter.BitsValueConverter
 
BLACK - Static variable in class com.storedobject.pdf.PDFColor
 
blackMessage(Object) - Method in interface com.storedobject.ui.StyledBuilder
 
BLANK_DATE - Static variable in class com.storedobject.core.Utility
Blank date: The local date Jan 1, 1800 is considered blank by the platform for internal purposes.
BLANK_TIME - Static variable in class com.storedobject.core.Utility
Blank time: The local time Jan 1, 1800 0:00 is considered blank by the platform for internal purposes.
Block - Class in com.storedobject.iot
Represents a Block (or a Building or something similar), which is a specific unit of functionality or data in the application framework, extending the capabilities of AbstractUnit.
Block() - Constructor for class com.storedobject.chart.MarkArea.Block
 
Block() - Constructor for class com.storedobject.iot.Block
Constructs a new instance of the Block class.
blockChanged(Block) - Method in class com.storedobject.ui.iot.BlockSelector
 
blockChanged(Block) - Method in class com.storedobject.ui.iot.RemoveConsumption
 
BlockComboField - Class in com.storedobject.ui.iot
 
BlockComboField() - Constructor for class com.storedobject.ui.iot.BlockComboField
 
BlockComboField(String) - Constructor for class com.storedobject.ui.iot.BlockComboField
 
BlockDisplayContent - Class in com.storedobject.iot
 
BlockDisplayContent() - Constructor for class com.storedobject.iot.BlockDisplayContent
 
BlockSelector - Class in com.storedobject.ui.iot
 
BlockSelector(String) - Constructor for class com.storedobject.ui.iot.BlockSelector
 
BlockSelector(String, Block) - Constructor for class com.storedobject.ui.iot.BlockSelector
 
BlockSelector(String, Block, Site) - Constructor for class com.storedobject.ui.iot.BlockSelector
 
BlockView - Class in com.storedobject.ui.iot
BlockView represents a view specifically designed to handle block entities and relevant updates in the IoT system.
BlockView() - Constructor for class com.storedobject.ui.iot.BlockView
Constructor for the BlockView class.
BLUE - Static variable in class com.storedobject.pdf.PDFColor
 
blueMessage(Object) - Method in interface com.storedobject.ui.StyledBuilder
 
body(String) - Method in class com.storedobject.common.HTTP2.Builder
Sets the body content for the request and returns the builder instance for chaining.
BOLD - Enum constant in enum class com.storedobject.pdf.PDFFont.FontStyle
 
BOLD - Static variable in class com.storedobject.chart.Font.Weight
Bold font-weight.
BOLD - Static variable in class com.storedobject.pdf.PDFFont
Constant used in font specification.
BOLD_ITALIC - Static variable in class com.storedobject.pdf.PDFFont
Constant used in font specification.
BOLDER - Static variable in class com.storedobject.chart.Font.Weight
Bolder font-weight.
bookShortage(InventoryItem, Quantity, String) - Method in class com.storedobject.core.InventoryTransaction
Book shortage.
BOOLEAN - Enum constant in enum class com.storedobject.common.JSON.Type
 
BooleanField - Class in com.storedobject.vaadin
Field to edit Boolean values.
BooleanField() - Constructor for class com.storedobject.vaadin.BooleanField
Constructor.
BooleanField(Boolean) - Constructor for class com.storedobject.vaadin.BooleanField
Constructor.
BooleanField(String) - Constructor for class com.storedobject.vaadin.BooleanField
Constructor.
BooleanField(String, Boolean) - Constructor for class com.storedobject.vaadin.BooleanField
Constructor.
BooleanRadioField - Class in com.storedobject.vaadin
Boolean field displayed like a radio field.
BooleanRadioField() - Constructor for class com.storedobject.vaadin.BooleanRadioField
Constructor.
BooleanRadioField(boolean) - Constructor for class com.storedobject.vaadin.BooleanRadioField
Constructor.
BooleanRadioField(String) - Constructor for class com.storedobject.vaadin.BooleanRadioField
Constructor.
BooleanRadioField(String, boolean) - Constructor for class com.storedobject.vaadin.BooleanRadioField
Constructor.
BooleanRadioField(String, Boolean) - Constructor for class com.storedobject.vaadin.BooleanRadioField
Constructor.
BoolValueConverter - Class in com.storedobject.core.converter
 
Border - Class in com.storedobject.chart
Represents a border.
Border() - Constructor for class com.storedobject.chart.Border
Constructor.
Bot - Class in com.storedobject.telegram
 
Bot() - Constructor for class com.storedobject.telegram.Bot
 
bottom() - Method in class com.storedobject.chart.Chart.LabelPosition
Set the label position to the bottom side.
BOTTOM - Enum constant in enum class com.storedobject.chart.Location
Bottom.
BOTTOM - Static variable in class com.storedobject.pdf.PDFRectangle
Represents bottom side.
bottomToTop() - Method in class com.storedobject.chart.Orientation
Bottom-to-top orientation.
BOUNCE - Enum constant in enum class com.storedobject.ui.Animation
 
BOUNCE_IN - Enum constant in enum class com.storedobject.ui.Animation
 
BOUNCE_IN_DOWN - Enum constant in enum class com.storedobject.ui.Animation
 
BOUNCE_IN_LEFT - Enum constant in enum class com.storedobject.ui.Animation
 
BOUNCE_IN_RIGHT - Enum constant in enum class com.storedobject.ui.Animation
 
BOUNCE_IN_UP - Enum constant in enum class com.storedobject.ui.Animation
 
BOUNCE_OUT - Enum constant in enum class com.storedobject.ui.Animation
 
BOUNCE_OUT_DOWN - Enum constant in enum class com.storedobject.ui.Animation
 
BOUNCE_OUT_LEFT - Enum constant in enum class com.storedobject.ui.Animation
 
BOUNCE_OUT_RIGHT - Enum constant in enum class com.storedobject.ui.Animation
 
BOUNCE_OUT_UP - Enum constant in enum class com.storedobject.ui.Animation
 
box(Distance, Distance, Distance) - Static method in class com.storedobject.core.Volume
Box.
Box - Class in com.storedobject.vaadin
Using this class one can draw a "box" around any Vaadin component.
Box(Component) - Constructor for class com.storedobject.vaadin.Box
Put a component inside a box.
BOX - Static variable in class com.storedobject.pdf.PDFRectangle
Represents all sides (as a box).
BranchAccount - Class in com.storedobject.core
 
BranchAccount() - Constructor for class com.storedobject.core.BranchAccount
 
Breadcrumbs - Class in com.storedobject.vaadin
Breadcrumbs component.
Breadcrumbs() - Constructor for class com.storedobject.vaadin.Breadcrumbs
Constructor.
Breadcrumbs(ClickHandler) - Constructor for class com.storedobject.vaadin.Breadcrumbs
Constructor with a "Click Handler".
Breadcrumbs.Breadcrumb - Class in com.storedobject.vaadin
Component that represents a "breadcrumb".
Breadcrumbs.BreadcrumbRemovalListener - Interface in com.storedobject.vaadin
Listener interface for "breadcrumb removal listener".
BreadcrumbsTree - Class in com.storedobject.vaadin
Breadcrumb Tree component.
BreadcrumbsTree() - Constructor for class com.storedobject.vaadin.BreadcrumbsTree
Constructor.
BreadcrumbsTree.Node - Class in com.storedobject.vaadin
The node of the breadcrumb tree.
BreadcrumbsTree.NodeVisibilityListener - Interface in com.storedobject.vaadin
Listener that can be added to the BreadcrumbsTree for monitoring the visibility changes of the nodes (and its associated components).
breakAssembly(HasInventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
breakAssembly(InventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
brighter() - Method in class com.storedobject.pdf.PDFColor
Create a bright color from this instance.
browseColumns() - Static method in class com.storedobject.accounts.AccountEntity
Returns the columns to be displayed in the browser for the AccountEntity class.
browseColumns() - Static method in class com.storedobject.accounts.CashAccount
 
browseColumns() - Static method in class com.storedobject.accounts.Invoice
 
browseColumns() - Static method in class com.storedobject.core.Account
 
browseColumns() - Static method in class com.storedobject.core.AccountChart
 
browseColumns() - Static method in class com.storedobject.core.AccountChartMap
 
browseColumns() - Static method in class com.storedobject.core.AuditTrailConfiguration
 
browseColumns() - Static method in class com.storedobject.core.AuditTrailLinkConfiguration
 
browseColumns() - Static method in class com.storedobject.core.Consignment
 
browseColumns() - Static method in class com.storedobject.core.ExternalSystemUser
 
browseColumns() - Static method in class com.storedobject.core.InventoryAPN
 
browseColumns() - Static method in class com.storedobject.core.InventoryBin
 
browseColumns() - Static method in class com.storedobject.core.InventoryFitmentPosition
 
browseColumns() - Static method in class com.storedobject.core.InventoryGRN
 
browseColumns() - Static method in class com.storedobject.core.InventoryGRNItem
 
browseColumns() - Static method in class com.storedobject.core.InventoryItem
 
browseColumns() - Static method in class com.storedobject.core.InventoryItemType
 
browseColumns() - Static method in class com.storedobject.core.InventoryPO
 
browseColumns() - Static method in class com.storedobject.core.InventoryPOItem
 
browseColumns() - Static method in class com.storedobject.core.InventoryROItem
 
browseColumns() - Static method in class com.storedobject.core.InventorySaleItem
 
browseColumns() - Static method in class com.storedobject.core.InventoryStoreBin
 
browseColumns() - Static method in class com.storedobject.core.InventoryTransferItem
 
browseColumns() - Static method in class com.storedobject.core.InventoryVirtualLocation
 
browseColumns() - Static method in class com.storedobject.core.JournalVoucher
 
browseColumns() - Static method in class com.storedobject.core.JournalVoucherStage
 
browseColumns() - Static method in class com.storedobject.core.Logic
 
browseColumns() - Static method in class com.storedobject.core.LogicGroup
 
browseColumns() - Static method in class com.storedobject.core.MaterialIssued
 
browseColumns() - Static method in class com.storedobject.core.MaterialIssuedItem
 
browseColumns() - Static method in class com.storedobject.core.MaterialRequest
 
browseColumns() - Static method in class com.storedobject.core.MaterialRequestItem
 
browseColumns() - Static method in class com.storedobject.core.MediaFile
 
browseColumns() - Static method in class com.storedobject.core.Memo
 
browseColumns() - Static method in class com.storedobject.core.MemoComment
 
browseColumns() - Static method in class com.storedobject.core.ModuleLogic
 
browseColumns() - Static method in class com.storedobject.core.PackingUnit
 
browseColumns() - Static method in class com.storedobject.core.Person
 
browseColumns() - Static method in class com.storedobject.core.PseudoTran
 
browseColumns() - Static method in class com.storedobject.core.Secret
 
browseColumns() - Static method in class com.storedobject.core.ServerInformation
 
browseColumns() - Static method in class com.storedobject.core.ServiceItemType
 
browseColumns() - Static method in class com.storedobject.core.SubscriptionItemType
 
browseColumns() - Static method in class com.storedobject.core.SystemEntity
 
browseColumns() - Static method in class com.storedobject.core.SystemUser
 
browseColumns() - Static method in class com.storedobject.core.TaxType
 
browseColumns() - Static method in class com.storedobject.core.TextContent
 
browseColumns() - Static method in class com.storedobject.iot.ControlSchedule
 
browseColumns() - Static method in class com.storedobject.mail.Sender
 
browseColumns(Class<? extends StoredObject>) - Static method in class com.storedobject.core.StoredObjectUtility
 
browseOrder() - Static method in class com.storedobject.core.Contact
 
browseOrder() - Static method in class com.storedobject.core.ContactType
 
browseOrder() - Static method in class com.storedobject.core.UIFieldMetadata
 
browseOrder() - Static method in class com.storedobject.tools.ColumnDefinition
 
browseOrder() - Static method in class com.storedobject.tools.LinkDefinition
 
browseOrder(Class<? extends StoredObject>) - Static method in class com.storedobject.core.StoredObjectUtility
 
BrowserDeviceLayout - Class in com.storedobject.core
 
BrowserDeviceLayout() - Constructor for class com.storedobject.core.BrowserDeviceLayout
 
BrowserDeviceLayoutEditor - Class in com.storedobject.ui.common
 
BrowserDeviceLayoutEditor() - Constructor for class com.storedobject.ui.common.BrowserDeviceLayoutEditor
 
BrowserDeviceLayoutEditor(int) - Constructor for class com.storedobject.ui.common.BrowserDeviceLayoutEditor
 
BrowserDeviceLayoutEditor(int, String) - Constructor for class com.storedobject.ui.common.BrowserDeviceLayoutEditor
 
BrowserDeviceLayoutEditor(String) - Constructor for class com.storedobject.ui.common.BrowserDeviceLayoutEditor
 
BrowserMessage - Class in com.storedobject.ui
An invisible component to grab messages sent to the browser window.
BrowserMessage(BiConsumer<String, JSON>) - Constructor for class com.storedobject.ui.BrowserMessage
Constructor.
BubbleChart - Class in com.storedobject.chart
Bubble chart.
BubbleChart(AbstractDataProvider<?>, AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.BubbleChart
Constructor.
BUFFER_SIZE - Static variable in class com.storedobject.core.DatabaseInputStream
 
build() - Element in annotation interface com.storedobject.common.annotation.Module
 
build() - Method in class com.storedobject.ui.util.HtmlTemplate
 
build(Object, StyledBuilder) - Method in class com.storedobject.common.StyledMethodInvoker
 
buildButtons() - Method in class com.storedobject.ui.BarcodeScanner
 
buildButtons() - Method in class com.storedobject.ui.common.CaptureSignature
 
buildButtons() - Method in class com.storedobject.ui.common.ChangeObjectPassword
 
buildButtons() - Method in class com.storedobject.ui.inventory.ComputeLandedCost
 
buildButtons() - Method in class com.storedobject.ui.inventory.EditCost
 
buildButtons() - Method in class com.storedobject.ui.inventory.ItemMovementReport
 
buildButtons() - Method in class com.storedobject.ui.iot.MQTTDataView
 
buildButtons() - Method in class com.storedobject.ui.MailForm
 
buildButtons() - Method in class com.storedobject.ui.tools.ChangePassword
 
buildButtons() - Method in class com.storedobject.ui.tools.CodeShell
 
buildButtons() - Method in class com.storedobject.ui.tools.DeployFlutterApplication
 
buildButtons() - Method in class com.storedobject.ui.tools.ManageJobScheduler
 
buildButtons() - Method in class com.storedobject.ui.tools.TelegramRegistration
 
buildButtons() - Method in class com.storedobject.ui.util.AddressForm
 
buildButtons() - Method in class com.storedobject.vaadin.DataEditor
Build the buttons.
buildButtons() - Method in class com.storedobject.vaadin.DataForm
Build the buttons.
buildButtons() - Method in class com.storedobject.vaadin.InformationMessage
 
builder() - Static method in class com.storedobject.common.HTTP2
Creates a new instance of the Builder class, which provides methods to configure and build an HTTP request.
builder(String) - Static method in class com.storedobject.common.HTTP2
Creates a new Builder instance initialized with the specified URL.
Builder() - Constructor for class com.storedobject.common.HTTP2.Builder
 
buildFields() - Method in class com.storedobject.ui.accounts.TrialBalance
 
buildFields() - Method in class com.storedobject.ui.BarcodeScanner
 
buildFields() - Method in class com.storedobject.ui.common.ChangeObjectPassword
 
buildFields() - Method in class com.storedobject.ui.common.ExcelDataUpload
If additional fields are required, create it in this method.
buildFields() - Method in class com.storedobject.ui.common.MailLog
 
buildFields() - Method in class com.storedobject.ui.common.ProcessCheckList
 
buildFields() - Method in class com.storedobject.ui.common.SetMailSenderPassword
 
buildFields() - Method in class com.storedobject.ui.common.SMSLog
 
buildFields() - Method in class com.storedobject.ui.common.TelegramLog
 
buildFields() - Method in class com.storedobject.ui.inventory.StockMovementReport
 
buildFields() - Method in class com.storedobject.ui.inventory.StockReport
 
buildFields() - Method in class com.storedobject.ui.MailForm
 
buildFields() - Method in class com.storedobject.ui.tools.AuditTrail
 
buildFields() - Method in class com.storedobject.ui.tools.ChangePassword
 
buildFields() - Method in class com.storedobject.ui.tools.DataTransfer
 
buildFields() - Method in class com.storedobject.ui.tools.ManageTomcatApplication
 
buildFields() - Method in class com.storedobject.ui.tools.SchedulerLogViewer
 
buildFields() - Method in class com.storedobject.ui.tools.TransactionLog
 
buildFields() - Method in class com.storedobject.ui.util.AddressForm
 
buildFields() - Method in class com.storedobject.ui.util.AEAddressForm
 
buildFields() - Method in class com.storedobject.ui.util.ApplicationFrame.EntitySelector
 
buildFields() - Method in class com.storedobject.ui.util.GBAddressForm
 
buildFields() - Method in class com.storedobject.ui.util.INAddressForm
 
buildFields() - Method in class com.storedobject.ui.util.MYAddressForm
 
buildFields() - Method in class com.storedobject.ui.util.PKAddressForm
 
buildFields() - Method in class com.storedobject.ui.util.USAddressForm
 
buildFields() - Method in class com.storedobject.ui.util.XXAddressForm
 
buildFields() - Method in class com.storedobject.vaadin.ActionForm
 
buildFields() - Method in class com.storedobject.vaadin.DataForm
This is where the fields are built.
buildView(TransactionManager) - Method in class com.storedobject.core.PseudoTran
 
BulkDataDelete - Class in com.storedobject.core
 
BulkDataDelete(Class<? extends StoredObject>, String) - Constructor for class com.storedobject.core.BulkDataDelete
 
BulkDataUpdate - Class in com.storedobject.core
 
BulkDataUpdate(Class<? extends StoredObject>, String) - Constructor for class com.storedobject.core.BulkDataUpdate
 
BusinessDocument - Class in com.storedobject.core
 
BusinessDocument() - Constructor for class com.storedobject.core.BusinessDocument
 
BusinessEntity - Class in com.storedobject.accounts
Business entity - Used by EntityAccount.
BusinessEntity() - Constructor for class com.storedobject.accounts.BusinessEntity
This class represents a business entity.
BusyIndicator(Application) - Constructor for class com.storedobject.ui.Application.BusyIndicator
 
Button - Class in com.storedobject.vaadin
Enhancements to Vaadin Button.
Button(Component, ClickHandler) - Constructor for class com.storedobject.vaadin.Button
Constructor.
Button(VaadinIcon, ClickHandler) - Constructor for class com.storedobject.vaadin.Button
Constructor.
Button(String, ClickHandler) - Constructor for class com.storedobject.vaadin.Button
Constructor.
Button(String, Component, ClickHandler) - Constructor for class com.storedobject.vaadin.Button
Constructor.
Button(String, VaadinIcon, ClickHandler) - Constructor for class com.storedobject.vaadin.Button
Constructor.
Button(String, String, ClickHandler) - Constructor for class com.storedobject.vaadin.Button
Constructor.
ButtonIcon - Class in com.storedobject.vaadin
Vaadin Flow wrapper around the Web Component: Paper Icon Button.
ButtonIcon(String) - Constructor for class com.storedobject.vaadin.ButtonIcon
Create with an Iron icon name
ButtonIcon(String, ClickHandler) - Constructor for class com.storedobject.vaadin.ButtonIcon
Constructor
buttonLayout - Variable in class com.storedobject.ui.inventory.ReceiveAndBin
 
buttonLayout - Variable in class com.storedobject.vaadin.SelectGrid
The button layout at the top.
buttonLayout - Variable in class com.storedobject.vaadin.ViewGrid
The button layout at the top.
ButtonLayout - Class in com.storedobject.vaadin
A responsive layout that can be used to display components (typically Buttons horizontally).
ButtonLayout() - Constructor for class com.storedobject.vaadin.ButtonLayout
Constructor.
ButtonLayout(Component...) - Constructor for class com.storedobject.vaadin.ButtonLayout
Constructor.
buttonPanel - Variable in class com.storedobject.ui.ListEditor
Button panel.
buttonPanel - Variable in class com.storedobject.ui.ObjectBrowser
 
buttonPanel - Variable in class com.storedobject.ui.ObjectEditor
The layout where buttons are displayed.
buttonPanel - Variable in class com.storedobject.ui.ObjectForestBrowser
 
buttonPanel - Variable in class com.storedobject.ui.ObjectListEditor
Button panel.
buttonPanel - Variable in class com.storedobject.ui.ObjectTreeBrowser
 
buttonPanel - Variable in class com.storedobject.ui.ProcessView
 
buttonPanel - Variable in class com.storedobject.ui.QueryGrid
 
buttonPanel - Variable in class com.storedobject.ui.tools.ObjectBlockEditor
 
buttonPanel - Variable in class com.storedobject.vaadin.DataEditor
The button panel where the buttons are painted.
buttonPanel - Variable in class com.storedobject.vaadin.DataForm
Button panel where buttons are added.
buy(Currency) - Method in class com.storedobject.core.Money
Convert this monetary value to another currency by applying the buying rate.
byteBuffer(InputStream) - Static method in class com.storedobject.common.IO
Create a read/write byte buffer from the content of the input stream.

C

ca - Variable in class com.storedobject.core.BulkDataDelete
 
cacheTextContent(TextContent) - Static method in class com.storedobject.ui.util.SOServlet
 
Calendar - Class in com.storedobject.calendar
 
Calendar() - Constructor for class com.storedobject.calendar.Calendar
 
CalendarViewer - Class in com.storedobject.ui
 
CalendarViewer() - Constructor for class com.storedobject.ui.CalendarViewer
 
callProc(String, String) - Method in class com.storedobject.core.Database
Get the SQL statement string to call the stored procedure.
callProc(String, String) - Method in class com.storedobject.database.postgres.Database
 
cameAsAssemblyPart() - Method in class com.storedobject.core.InventoryItem
Check if this item came as a part of a bigger assembly when it was purchased.
camelcase(String) - Static method in interface com.storedobject.vaadin.util.HasTextValue
Convert a string to camelcase.
canAccessSecredtFolders() - Method in class com.storedobject.core.FileFolderAccessRights
 
canAdd() - Method in class com.storedobject.ui.common.SMSMessageEditor
 
canAdd() - Method in class com.storedobject.ui.inventory.AbstractRequestMaterial
 
canAdd() - Method in class com.storedobject.ui.ObjectBrowser
 
canAdd() - Method in class com.storedobject.ui.ObjectEditor
Check whether add operation is allowed or not.
canAdd() - Method in class com.storedobject.ui.tools.CrossServerManager
 
canAdd() - Method in class com.storedobject.ui.tools.JavaClassEditor
 
canAdd(StoredObject) - Method in class com.storedobject.ui.FileManager
 
canAdd(StoredObject) - Method in class com.storedobject.ui.ObjectForestBrowser
 
canAdd(T) - Method in class com.storedobject.ui.ObjectTreeBrowser
 
canAddFile() - Method in class com.storedobject.core.FileFolderAccessRights
 
canAddFolder() - Method in class com.storedobject.core.FileFolderAccessRights
 
canAllowAction(String) - Method in class com.storedobject.ui.DataGrid
Same as DataGrid.actionAllowed(String) except that this shows a message to the user about it if the action is not allowed.
canAllowAction(String) - Method in class com.storedobject.ui.ObjectEditor
Same as ObjectEditor.actionAllowed(String) except that this shows a message to the user about it if the action is not allowed.
canAllowAction(String) - Method in class com.storedobject.ui.ObjectTree
Same as ObjectTree.actionAllowed(String) except that this shows a message to the user about it if the action is not allowed.
canAmend() - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
canAmend() - Method in class com.storedobject.ui.inventory.SendItemsForRepair
 
canApprove(SystemUser) - Method in class com.storedobject.core.MemoComment
 
canApprovePO(T) - Method in class com.storedobject.ui.inventory.POBrowser
Check whether this PO can be approved or not.
canAssignAssistant() - Method in class com.storedobject.ui.common.MemoSystem
 
canAssignAssistant() - Method in class com.storedobject.ui.support.SupportSystem
 
canAssist() - Method in class com.storedobject.ui.common.MemoSystem
 
canAssist() - Method in class com.storedobject.ui.support.SupportSystem
 
canBin(InventoryItem) - Method in class com.storedobject.core.InventoryLocation
Check whether a particular item can be stored at this location or not.
canBin(InventoryItemType) - Method in class com.storedobject.core.InventoryLocation
Check whether a particular type of item (part number) can be stored at this location or not.
canBin(InventoryLocation) - Method in class com.storedobject.core.InventoryItem
Can this item be stored at the given location?
canBin(InventoryLocation) - Method in class com.storedobject.core.InventoryItemType
Can this type of item be stored at the given location?
canCancel() - Method in class com.storedobject.core.SQLConnector
See if canceling of a connection is possible or not.
canCancelReservation() - Method in class com.storedobject.ui.inventory.BaseReceiveMaterialRequested
 
cancel - Variable in class com.storedobject.ui.ObjectBrowser
 
cancel - Variable in class com.storedobject.ui.ObjectEditor
Button - Cancel.
cancel - Variable in class com.storedobject.ui.TemplateDataForm
The Cancel button.
cancel - Variable in class com.storedobject.vaadin.DataEditor
The "cancel" button.
cancel - Variable in class com.storedobject.vaadin.DataForm
The Cancel button.
cancel - Variable in class com.storedobject.vaadin.SelectGrid
The "Cancel" button.
cancel() - Method in class com.storedobject.core.RawSQL
 
cancel() - Method in class com.storedobject.ui.ActionGrid
This will be invoked when the "No" button is pressed.
cancel() - Method in class com.storedobject.ui.inventory.ReceiveReturnedItems
 
cancel() - Method in class com.storedobject.ui.SteppedView
This method will be invoked when "Cancel" button is pressed.
cancel() - Method in class com.storedobject.ui.TemplateDataForm
This method is invoked if the "Cancel" button is pressed.
cancel() - Method in class com.storedobject.vaadin.ActionForm
Action defined for "No" button (if any) is invoked here.
cancel() - Method in class com.storedobject.vaadin.DataEditor
This method is invoked to carry out the "cancel".
cancel() - Method in class com.storedobject.vaadin.DataForm
This method is invoked if the "Cancel" button is pressed.
cancel() - Method in class com.storedobject.vaadin.SelectGrid
This will be invoked when the "Cancel" button is pressed.
cancelButton - Variable in class com.storedobject.ui.ProcessView
 
cancelConnection(SQLConnector.DBConnection) - Method in class com.storedobject.core.SQLConnector
Cancels a given SQL connection.
cancelEdit() - Method in class com.storedobject.ui.AbstractEditableGrid
Cancel the editing if it is active.
cancelEdit() - Method in class com.storedobject.ui.DetailLinkGrid
 
cancelEdit() - Method in class com.storedobject.ui.EditableGrid
 
cancelEdit() - Method in class com.storedobject.ui.EditableObjectGrid
 
cancelRowEdit() - Method in class com.storedobject.ui.ObjectBrowser
 
canChange(T, int) - Method in class com.storedobject.ui.DetailLinkGrid
 
canChange(T, int) - Method in class com.storedobject.ui.EditableObjectGrid
Invoked to check whether a change is allowed from the client side or not.
canChange(T, int) - Method in class com.storedobject.ui.ReferenceLinkGrid
 
canChangeLoginTo(String) - Method in class com.storedobject.core.SystemUser
 
canCirculateFile() - Method in class com.storedobject.core.FileFolderAccessRights
 
canCirculateFolder() - Method in class com.storedobject.core.FileFolderAccessRights
 
canClose() - Method in class com.storedobject.core.InventoryPO
 
canClose() - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
canClose() - Method in class com.storedobject.ui.inventory.SendItemsForRepair
 
canClose(SystemUser) - Method in class com.storedobject.core.MemoComment
 
canClosePO(T) - Method in class com.storedobject.ui.inventory.POBrowser
Check whether this PO can be closed now or not.
canComment(SystemUser) - Method in class com.storedobject.core.MemoComment
 
canContain(T) - Method in interface com.storedobject.core.ObjectLoader
Check whether the given object could be there in the objects loaded by this loader.
canConvert(MeasurementUnit) - Method in class com.storedobject.core.Quantity
 
canConvert(MeasurementUnit, String) - Method in class com.storedobject.core.Quantity
 
canConvert(Quantity) - Method in class com.storedobject.core.Quantity
 
canConvert(Quantity, String) - Method in class com.storedobject.core.Quantity
 
canCreate(Class<O>) - Static method in class com.storedobject.ui.FileField
 
canCreate(Class<O>) - Static method in class com.storedobject.ui.ObjectGetField
Check whether an instance of the ObjectGetField can be created for a given object class or not.
canCreateMenu(Logic) - Method in class com.storedobject.ui.Application
 
canCreateMenu(LogicGroup) - Method in class com.storedobject.ui.Application
 
canCreateNew() - Method in class com.storedobject.ui.common.MemoSystem
 
canCreateNew() - Method in class com.storedobject.ui.support.SupportSystem
 
canCreateNewFileVersion() - Method in class com.storedobject.core.FileFolderAccessRights
 
canDelete() - Method in class com.storedobject.ui.common.MessageEditor
 
canDelete() - Method in class com.storedobject.ui.common.SystemUserEditor
 
canDelete() - Method in class com.storedobject.ui.inventory.POEditor
 
canDelete() - Method in class com.storedobject.ui.ObjectEditor
Check whether delete operation is allowed for the current object instance.
canDelete() - Method in class com.storedobject.ui.tools.JavaClassEditor
 
canDelete() - Method in class com.storedobject.ui.tools.TableDefinitionEditor
 
canDelete(InventoryPO) - Method in class com.storedobject.ui.inventory.POEditor
 
canDelete(StoredObject) - Method in class com.storedobject.ui.FileManager
 
canDelete(StoredObject) - Method in class com.storedobject.ui.ObjectForestBrowser
 
canDelete(MR) - Method in class com.storedobject.ui.inventory.AbstractRequestMaterial
 
canDelete(T) - Method in class com.storedobject.ui.DetailLinkGrid
 
canDelete(T) - Method in interface com.storedobject.ui.EditableDataGrid
Check whether an item can be deleted or not.
canDelete(T) - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
canDelete(T) - Method in class com.storedobject.ui.inventory.POBrowser
 
canDelete(T) - Method in class com.storedobject.ui.ObjectTreeBrowser
 
canDeleteFileVersion() - Method in class com.storedobject.core.FileFolderAccessRights
 
canDeleteFolder() - Method in class com.storedobject.core.FileFolderAccessRights
 
canDisplay() - Method in class com.storedobject.ui.ObjectField
 
canDisplay() - Method in class com.storedobject.ui.ObjectFormField
 
canDisplay() - Method in class com.storedobject.ui.util.ExtraInfoField
 
canDisplay() - Method in interface com.storedobject.ui.util.NoDisplayField
Can this field display information like normal fields?
Candlestick - Enum constant in enum class com.storedobject.chart.ChartType
Candlestick.
Candlestick(Number, Number, Number, Number) - Constructor for record class com.storedobject.chart.CandlestickData.Candlestick
Creates an instance of a Candlestick record class.
CandlestickChart - Class in com.storedobject.chart
Candlestick chart.
CandlestickChart(AbstractDataProvider<?>, CandlestickData) - Constructor for class com.storedobject.chart.CandlestickChart
 
CandlestickData - Class in com.storedobject.chart
Data representation for CandlestickChart.
CandlestickData(CandlestickData.Candlestick...) - Constructor for class com.storedobject.chart.CandlestickData
Candlestick chart.
CandlestickData.Candlestick - Record Class in com.storedobject.chart
A structure to represent a data point in the candlestick chart.
canEdit() - Method in class com.storedobject.ui.accounts.AbstractInvoiceEditor
 
canEdit() - Method in class com.storedobject.ui.common.MessageEditor
 
canEdit() - Method in class com.storedobject.ui.common.SystemUserEditor
 
canEdit() - Method in class com.storedobject.ui.inventory.POEditor
 
canEdit() - Method in class com.storedobject.ui.ObjectEditor
Check whether edit operation is allowed for the current object instance.
canEdit() - Method in class com.storedobject.ui.tools.JavaClassEditor
 
canEdit(ServerInformation) - Method in class com.storedobject.ui.tools.CrossServerManager
 
canEdit(StoredObject) - Method in class com.storedobject.ui.FileManager
 
canEdit(StoredObject) - Method in class com.storedobject.ui.ObjectForestBrowser
 
canEdit(SystemUser) - Method in class com.storedobject.core.MemoComment
 
canEdit(MR) - Method in class com.storedobject.ui.inventory.AbstractRequestMaterial
 
canEdit(T) - Method in interface com.storedobject.ui.EditableDataGrid
Check whether an item can be edited or not.
canEdit(T) - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
canEdit(T) - Method in class com.storedobject.ui.inventory.POBrowser
 
canEdit(T) - Method in class com.storedobject.ui.inventory.POEditor
 
canEdit(T) - Method in class com.storedobject.ui.ObjectTreeBrowser
 
canEditEntity() - Method in class com.storedobject.ui.common.EntityRoleEditor
Can new entities can be created or existing entities can be edited?
canEditFileDetails() - Method in class com.storedobject.core.FileFolderAccessRights
 
canEditPerson() - Method in class com.storedobject.ui.common.PersonRoleEditor
Can new persons can be created or existing persons can be edited?
canEditSubject(SystemUser) - Method in class com.storedobject.core.MemoComment
 
canEscalate(SystemUser) - Method in class com.storedobject.core.Memo
 
canEscalate(SystemUser) - Method in class com.storedobject.core.MemoComment
 
canEscalate(SystemUser) - Method in class com.storedobjects.support.Issue
 
canExecute(Logic) - Method in class com.storedobject.core.ApplicationServer
 
canFinalize(InventoryGRN) - Method in class com.storedobject.ui.inventory.GRN
This method is invoked when the button is pressed to mark the GRN as inspected/received.
canFinalize(InventoryGRN) - Method in interface com.storedobject.ui.inventory.ProducesGRN
This method is invoked when the button is pressed to mark the GRN as inspected/received.
canFit(Id) - Method in class com.storedobject.core.InventoryAssembly
Is the given part number Id compatible for this assembly position?
canFit(Id) - Method in class com.storedobject.core.InventoryFitmentPosition
Is the given part number Id compatible for this position?
canFit(InventoryItem) - Method in class com.storedobject.core.InventoryFitmentPosition
Is the given item compatible for this position?
canFit(InventoryItemType) - Method in class com.storedobject.core.InventoryAssembly
Is the given part number compatible for this assembly position?
canFit(InventoryItemType) - Method in class com.storedobject.core.InventoryFitmentPosition
Is the given part number compatible for this position?
canForeclose() - Method in class com.storedobject.core.InventoryPO
 
canForeclosePO(T) - Method in class com.storedobject.ui.inventory.POBrowser
Check whether this PO can be foreclosed now or not.
canForward(SystemUser) - Method in class com.storedobject.core.MemoComment
 
canHandle(String) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
 
canHandle(String) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
 
canLogin(TransactionManager) - Method in interface com.storedobject.ui.PostLogin
Check whether the user can really use the current application that he/she has already logged in.
canLogin(String) - Method in class com.storedobject.core.ExternalSystemUser
 
canMoveBackward() - Method in class com.storedobject.core.LedgerWindow
Can we move backward?
canMoveForward() - Method in class com.storedobject.core.LedgerWindow
Can we move forward?
canPlaceOrder(T) - Method in class com.storedobject.ui.inventory.POBrowser
Check whether this PO can be placed now or not.
canPostLedger() - Method in class com.storedobject.ui.ObjectEditor
Check whether ledger can be posted or not.
canPostLedger(T) - Method in interface com.storedobject.ui.EditableDataGrid
Check whether financial entries can be created for the item or not.
canPrint(InventoryItem) - Method in class com.storedobject.ui.inventory.StockReport
 
canPrint(T) - Method in class com.storedobject.ui.ObjectGridReport
This will be invoked before printing each row.
canProcessGRN(T) - Method in class com.storedobject.ui.inventory.POBrowser
 
canRecall(SystemUser) - Method in class com.storedobject.core.MemoComment
 
canReceive() - Method in class com.storedobject.core.InventoryPOItem
Check whether this item can be received now or not.
canReceiveItems(T) - Method in class com.storedobject.ui.inventory.POBrowser
Check whether items can be received from this PO or not.
canReceiveMaterial() - Method in class com.storedobject.ui.inventory.BaseReceiveMaterialRequested
 
canReject() - Method in class com.storedobject.ui.common.MemoSystem
 
canReject() - Method in class com.storedobject.ui.support.SupportSystem
 
canRenameFile() - Method in class com.storedobject.core.FileFolderAccessRights
 
canRenameFolder() - Method in class com.storedobject.core.FileFolderAccessRights
 
canReopen(SystemUser) - Method in class com.storedobject.core.Memo
 
canReopen(SystemUser) - Method in class com.storedobject.core.MemoComment
 
canReopen(SystemUser) - Method in class com.storedobjects.support.Issue
 
canRequestToIssue() - Method in class com.storedobject.ui.inventory.BaseReceiveMaterialRequested
 
canResurrect() - Method in class com.storedobject.core.InventoryLocation
 
canRetry() - Method in class com.storedobject.core.Login
Whether any retry left or not.
canReturn(SystemUser) - Method in class com.storedobject.core.MemoComment
 
canReturnToInitiator(MemoComment) - Method in class com.storedobject.core.Memo
 
canReturnToInitiator(MemoComment) - Method in class com.storedobjects.support.Issue
 
canReturnToInitiator(SystemUser) - Method in class com.storedobject.core.MemoComment
 
canRowEdit(InventoryGRN) - Method in class com.storedobject.ui.inventory.GRN
 
canRowEdit(T) - Method in class com.storedobject.ui.ObjectBrowser
 
canSave() - Method in class com.storedobject.ui.tools.ObjectBlockEditor
 
canSearch() - Method in class com.storedobject.ui.inventory.AbstractRequestMaterial
 
canSearch() - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
canSearch() - Method in class com.storedobject.ui.inventory.GRN
 
canSearch() - Method in class com.storedobject.ui.inventory.POBrowser
 
canSearch() - Method in class com.storedobject.ui.ObjectEditor
Check whether search operation is allowed or not.
canSearch() - Method in interface com.storedobject.ui.ObjectGridData
 
canSend() - Method in class com.storedobject.mail.GMailSender
 
canSend() - Method in class com.storedobject.mail.Sender
 
canSend(T) - Method in class com.storedobject.job.MessageSender
Is it possible to send this message?
canSet(String) - Method in interface com.storedobject.common.DataSet
Check whether an attribute can be set or not.
canSet(String) - Method in class com.storedobject.common.HashDataSet
 
canSet(String) - Method in class com.storedobject.core.ObjectData
 
canSet(String) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
 
canSet(String) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
 
canSetFolderPassword() - Method in class com.storedobject.core.FileFolderAccessRights
 
canStore(InventoryItemType) - Method in class com.storedobject.core.InventoryLocation
 
canStore(InventoryLocation) - Method in class com.storedobject.core.InventoryItem
Can this item be stored at the given location?
canStore(InventoryLocation) - Method in class com.storedobject.core.InventoryItemType
Can this type of item be stored at the given location?
canSwitch() - Static method in class com.storedobject.ui.tools.SwitchApplication
 
canViewCirculationStatus() - Method in class com.storedobject.core.FileFolderAccessRights
 
canViewFileDetails() - Method in class com.storedobject.core.FileFolderAccessRights
 
canViewFileVersionHistory() - Method in class com.storedobject.core.FileFolderAccessRights
 
canViewLedger() - Method in class com.storedobject.ui.ObjectEditor
Check whether ledger can be viewed or not.
canViewLedger(T) - Method in interface com.storedobject.ui.EditableDataGrid
Check whether financial entries of this item can be viewed or not.
capitalize() - Method in interface com.storedobject.vaadin.util.HasTextValue
Capitalize (camelcase) words while inputting.
caption() - Element in annotation interface com.storedobject.core.annotation.Column
Caption of this field.
caption() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the caption associated with the current data status.
CaptureSignature - Class in com.storedobject.ui.common
 
CaptureSignature() - Constructor for class com.storedobject.ui.common.CaptureSignature
 
CaptureSignature(Person) - Constructor for class com.storedobject.ui.common.CaptureSignature
 
Card - Class in com.storedobject.vaadin
Make a component to appear like an "elevated card" on the screen.
Card(Component) - Constructor for class com.storedobject.vaadin.Card
Constructor.
Card(Component, int) - Constructor for class com.storedobject.vaadin.Card
Constructor.
Card(Component, String) - Constructor for class com.storedobject.vaadin.Card
Constructor.
CashAccount - Class in com.storedobject.accounts
 
CashAccount() - Constructor for class com.storedobject.accounts.CashAccount
 
CATEGORY - Enum constant in enum class com.storedobject.chart.DataType
Category values.
CategoryData - Class in com.storedobject.chart
A list-based data provider for category data.
CategoryData(String...) - Constructor for class com.storedobject.chart.CategoryData
Constructor.
CategoryDataProvider - Interface in com.storedobject.chart
Category data is typically non-numeric kind of (string) data that can be used in many charts like in the X-axis of a BarChart.
Cell - Class in com.storedobject.office.od.ods
 
cellIterator() - Method in class com.storedobject.office.od.ods.Row
 
center() - Method in class com.storedobject.chart.Alignment
Align and justify at the center.
center() - Method in class com.storedobject.chart.Chart.LabelPosition
Set the label position to the center.
center() - Method in class com.storedobject.chart.Position
Center it.
center() - Method in class com.storedobject.ui.TemplateDataForm
Center this View on the screen.
center() - Method in class com.storedobject.ui.TemplateLayout
Center this View on the screen.
center(View) - Method in class com.storedobject.vaadin.Dashboard
Center (horizontally and vertically) a view within its grid cell.
center(Component) - Static method in class com.storedobject.ui.SteppedView
Center (horizontally and vertically) a component within the view's content area.
center(Component) - Method in class com.storedobject.vaadin.CSSGrid
Center (horizontally and vertically) a component within its grid cell.
center(Component) - Method in class com.storedobject.vaadin.PopupButton
Center (horizontally and vertically) a component within its grid cell.
CENTER - Enum constant in enum class com.storedobject.chart.Location
Center.
CENTER - Enum constant in enum class com.storedobject.vaadin.CSSGrid.Position
Center.
CenteredLayout - Class in com.storedobject.vaadin
A simple layout that can be used as a component of the View.
CenteredLayout() - Constructor for class com.storedobject.vaadin.CenteredLayout
Constructor.
CenteredLayout(Component) - Constructor for class com.storedobject.vaadin.CenteredLayout
Constructor.
CHAddress - Class in com.storedobject.common
CH Address
chainTo(PDF) - Method in class com.storedobject.pdf.PDF
Chain to another PDF.
change() - Method in class com.storedobject.ui.common.ChangeObjectPassword
 
changeCode(DataChanged.CHANGE) - Method in interface com.storedobject.core.TriggerChangeEvent
Get the current change code.
changeConsumer - Variable in class com.storedobject.ui.ObjectSearchForm
 
changed() - Method in class com.storedobject.ui.util.LinkGridButtons
 
changed(DataChanged) - Method in interface com.storedobject.core.DataChangeNotifier
This method is invoked to notify changes.
changed(T, int) - Method in class com.storedobject.ui.AbstractEditableGrid
This method is invoked whenever any change happens so that other UI elements can be updated.
changed(T, T, StyledBuilder) - Static method in class com.storedobject.core.StoredObjectUtility
 
ChangedValue<V> - Class in com.storedobject.vaadin
A thin wrapper class that warps the details of value changed in a field (HasValue.
ChangedValue(HasValue.ValueChangeEvent<V>) - Constructor for class com.storedobject.vaadin.ChangedValue
Constructor.
ChangedValues - Class in com.storedobject.vaadin
A thin wrapper class that warps the details of value changed in a field (HasValue.
ChangedValues(HasValue.ValueChangeEvent<?>) - Constructor for class com.storedobject.vaadin.ChangedValues
Constructor.
ChangeFileFolderPassword - Class in com.storedobject.ui.common
 
ChangeFileFolderPassword() - Constructor for class com.storedobject.ui.common.ChangeFileFolderPassword
 
ChangeItemOwnership - Class in com.storedobject.ui.inventory
 
ChangeItemOwnership() - Constructor for class com.storedobject.ui.inventory.ChangeItemOwnership
 
ChangeObjectPassword<T> - Class in com.storedobject.ui.common
 
ChangeObjectPassword(ObjectField<T>) - Constructor for class com.storedobject.ui.common.ChangeObjectPassword
 
ChangeObjectPassword(Class<T>) - Constructor for class com.storedobject.ui.common.ChangeObjectPassword
 
ChangeObjectPassword(String, ObjectField<T>) - Constructor for class com.storedobject.ui.common.ChangeObjectPassword
 
ChangeObjectPassword(String, Class<T>) - Constructor for class com.storedobject.ui.common.ChangeObjectPassword
 
ChangeObjectPassword(String, T) - Constructor for class com.storedobject.ui.common.ChangeObjectPassword
 
ChangeObjectPassword(T) - Constructor for class com.storedobject.ui.common.ChangeObjectPassword
 
changePartNumber(Transaction, InventoryItemType) - Method in class com.storedobject.core.InventoryItem
 
ChangePartNumber - Class in com.storedobject.ui.inventory
 
ChangePartNumber() - Constructor for class com.storedobject.ui.inventory.ChangePartNumber
 
ChangePartNumber(InventoryItem) - Constructor for class com.storedobject.ui.inventory.ChangePartNumber
 
changePassword(char[], char[], String) - Method in class com.storedobject.core.SystemUser
Change the password.
changePassword(StoredObject, char[], char[]) - Method in interface com.storedobject.core.Authenticator
Change the current password to a new one.
changePassword(StoredObject, char[], char[]) - Method in interface com.storedobject.core.FallbackAuthenticator
 
changePassword(String, String) - Method in class com.storedobject.client.Client
Change password.
changePassword(String, String) - Method in class com.storedobject.common.LDAP.User
 
changePassword(String, String) - Static method in class com.storedobject.core.SQLConnector
A call to this method needs to be made whenever the password is changed.
changePassword(String, String, String) - Method in class com.storedobject.core.Database
Change password of the user on the SQL connection.
ChangePassword - Class in com.storedobject.ui.tools
 
ChangePassword() - Constructor for class com.storedobject.ui.tools.ChangePassword
 
ChangePassword(boolean, boolean) - Constructor for class com.storedobject.ui.tools.ChangePassword
 
ChangePassword(SystemUser) - Constructor for class com.storedobject.ui.tools.ChangePassword
 
ChangePassword(SystemUser, String) - Constructor for class com.storedobject.ui.tools.ChangePassword
 
changePIN(char[], char[]) - Method in class com.storedobject.core.PIN
Change the pin.
changeTo(Date, Id, Date, Money, int, TransactionManager) - Static method in class com.storedobject.core.TransactionValueDate
 
changeTo(Date, Id, Date, Money, Id, int, TransactionManager) - Static method in class com.storedobject.core.TransactionValueDate
 
changeTo(Date, Id, Date, Money, Id, TransactionManager) - Static method in class com.storedobject.core.TransactionValueDate
 
changeTo(Date, Id, Date, Money, TransactionManager) - Static method in class com.storedobject.core.TransactionValueDate
 
changeUnitOfMeasurement(TransactionManager, Quantity, Quantity) - Method in class com.storedobject.core.InventoryItemType
 
ChangeUOM - Class in com.storedobject.ui.inventory
 
ChangeUOM() - Constructor for class com.storedobject.ui.inventory.ChangeUOM
 
CHAR_ENTITIES - Static variable in interface com.storedobject.vaadin.HTMLGenerator
HTML character entities
Chart - Class in com.storedobject.chart
Chart.
Chart() - Constructor for class com.storedobject.chart.Chart
Create a ChartType.Line chart.
Chart(AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.Chart
Create a ChartType.Line chart with the given data.
Chart(ChartType, AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.Chart
Create a chart of a given type and data.
CHART - Enum constant in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT_SCOPE
On the current chart only.
Chart.Emphasis - Class in com.storedobject.chart
Class to represent the Emphasis effect.
Chart.Emphasis.FADE_OUT - Enum Class in com.storedobject.chart
Definition of the "fading out" of other elements when emphasising.
Chart.Emphasis.FADE_OUT_SCOPE - Enum Class in com.storedobject.chart
Definition of how the "fade out" is spread across other elements.
Chart.Label - Class in com.storedobject.chart
Value-label that can be customized for a chart.
Chart.LabelPosition - Class in com.storedobject.chart
Position indicator for labels used in charts.
ChartException - Exception Class in com.storedobject.chart
Exception that may be raised by the chart package.
ChartException(String) - Constructor for exception class com.storedobject.chart.ChartException
Constructor.
ChartImage - Class in com.storedobject.ui
Use this class instead of Image because it supports images from MediaFile and other resources.
ChartImage(SVG) - Constructor for class com.storedobject.ui.ChartImage
 
ChartImage(Id) - Constructor for class com.storedobject.ui.ChartImage
 
ChartImage(MediaFile) - Constructor for class com.storedobject.ui.ChartImage
 
ChartImage(Signature) - Constructor for class com.storedobject.ui.ChartImage
 
ChartImage(StreamData) - Constructor for class com.storedobject.ui.ChartImage
 
ChartImage(AbstractStreamResource) - Constructor for class com.storedobject.ui.ChartImage
 
ChartImage(String) - Constructor for class com.storedobject.ui.ChartImage
 
ChartType - Enum Class in com.storedobject.chart
Chart type.
check() - Method in class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
check(TransactionManager, Id) - Method in interface com.storedobject.core.OfEntity
 
check(String) - Static method in class com.storedobject.common.Address
Check correctness of the format of the given address.
check(String) - Static method in class com.storedobject.common.Country
Check a given country code for its validity.
check(String) - Static method in class com.storedobject.common.Email
Check email format for the given email.
check(String) - Static method in class com.storedobject.common.PhoneNumber
Check correctness of the format of the given phone number.
check(String) - Method in class com.storedobject.common.XML
Extract the boolean value of a path.
check(String, boolean) - Static method in class com.storedobject.common.Address
Check correctness of the format of the given address.
check(String, boolean) - Static method in class com.storedobject.common.Country
Check a given country code for its validity.
check(String, boolean) - Static method in class com.storedobject.common.Email
Check email format for the given email.
check(String, boolean) - Static method in class com.storedobject.common.PhoneNumber
Check correctness of the format of the given phone number.
check(Node, String) - Method in class com.storedobject.common.SOAP
Extract the boolean value of a path within the SOAP Body.
check(Node, String) - Method in class com.storedobject.common.XML
Extract the boolean value of a path.
checkCompleteness() - Method in class com.storedobject.core.AbstractCheckList
 
checkCreateFrom(Class<SI>, InventoryGRN) - Static method in class com.storedobject.accounts.SupplierInvoice
 
checkCurrency(String) - Static method in class com.storedobject.core.StoredObject
Validate the currency code passed.
checkCurrency(String, boolean) - Static method in class com.storedobject.core.StoredObject
Validate the currency code passed.
checkDayEnd() - Method in class com.storedobject.ui.Application
 
checkDelivery(SMSMessage) - Method in class com.storedobject.sms.CheckDelivery
 
CheckDelivery - Class in com.storedobject.sms
 
CheckDelivery(Schedule) - Constructor for class com.storedobject.sms.CheckDelivery
 
checkDeviceSize(Logic) - Method in class com.storedobject.core.ApplicationServer
 
checkForDuplicate() - Method in class com.storedobject.core.StoredObject
Checks if a duplicate entry exists in the database or not.
checkForDuplicate() - Method in interface com.storedobject.core.StoredObjectLink
 
checkForDuplicate(String...) - Method in class com.storedobject.core.StoredObject
Checks if a duplicate entry exists in the database or not.
checkForDuplicates(int) - Method in class com.storedobject.ui.common.ExcelDataUpload
Check whether a specific data column contains duplicate values or not.
checkForDuplicates(int[]) - Method in class com.storedobject.ui.common.ExcelDataUpload
Check whether a specific set of data columns contains duplicate values or not.
checkForDuplicates(int[], boolean) - Method in class com.storedobject.ui.common.ExcelDataUpload
Check whether a specific set of data columns contains duplicate values or not.
checkForDuplicates(int, boolean) - Method in class com.storedobject.ui.common.ExcelDataUpload
Check whether a specific data column contains duplicate values or not.
checkForDuplicates(int, boolean, boolean) - Method in class com.storedobject.ui.common.ExcelDataUpload
Check whether a specific data column contains duplicate values or not.
checkForNullObjects(int) - Method in class com.storedobject.ui.common.ExcelDataUpload
Check whether a specific data column contains null StoredObject or not.
checkForNullObjects(int, boolean) - Method in class com.storedobject.ui.common.ExcelDataUpload
Check whether a specific data column contains null StoredObject or not.
checkLimit(String, int) - Method in class com.storedobject.core.DecimalNumber
 
checkLimit(String, int) - Method in class com.storedobject.core.Rate
 
CheckList - Class in com.storedobject.core
 
CheckList() - Constructor for class com.storedobject.core.CheckList
 
CheckListForestBrowser - Class in com.storedobject.ui.common
 
CheckListForestBrowser() - Constructor for class com.storedobject.ui.common.CheckListForestBrowser
 
CheckListForestBrowser(int) - Constructor for class com.storedobject.ui.common.CheckListForestBrowser
 
CheckListForestBrowser(int, String) - Constructor for class com.storedobject.ui.common.CheckListForestBrowser
 
CheckListForestBrowser(String) - Constructor for class com.storedobject.ui.common.CheckListForestBrowser
 
CheckListItem - Class in com.storedobject.core
 
CheckListItem() - Constructor for class com.storedobject.core.CheckListItem
 
CheckListTemplate - Class in com.storedobject.core
 
CheckListTemplate() - Constructor for class com.storedobject.core.CheckListTemplate
 
CheckListTemplateItem - Class in com.storedobject.core
 
CheckListTemplateItem() - Constructor for class com.storedobject.core.CheckListTemplateItem
 
checkMemoType(MemoType) - Method in class com.storedobject.ui.common.MemoSystem
 
checkMemoType(MemoType) - Method in class com.storedobject.ui.support.SupportSystem
 
checkName(String) - Static method in class com.storedobject.core.JavaClass
 
checkName(String) - Static method in class com.storedobject.core.JavaInnerClass
 
checkOverride(ObjectEditor<T>) - Static method in class com.storedobject.ui.util.LogicParser
 
checkServerName(String) - Static method in class com.storedobject.core.ServerInformation
 
checkState() - Static method in class com.storedobject.tools.JavaTool
 
checkStock(InventoryLocation, Quantity) - Method in class com.storedobject.core.InventoryItemType
Check the availability of stock for this part number at a given location.
checkStock(InventoryLocation, Quantity, String) - Method in class com.storedobject.core.InventoryItemType
Check the availability of stock for this part number at a given location.
checkStock(InventoryStore, Quantity) - Method in class com.storedobject.core.InventoryItemType
Check the availability of stock for this part number in a given store.
checkStock(InventoryStore, Quantity, String) - Method in class com.storedobject.core.InventoryItemType
Check the availability of stock for this part number in a given store.
checkTimeZone(String) - Static method in class com.storedobject.core.StoredObject
Validate the time zone passed.
checkTransaction() - Method in class com.storedobject.core.StoredObject
Check whether this instance is in a valid transaction.
checkTransit(boolean) - Method in class com.storedobject.core.InventoryTransaction
 
checkType(StoredObject, Id, Class<? extends StoredObject>) - Method in class com.storedobject.core.TransactionManager
 
checkType(StoredObject, Id, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.TransactionManager
 
checkTypeAny(StoredObject, Id, Class<? extends StoredObject>) - Method in class com.storedobject.core.TransactionManager
 
checkTypeAny(StoredObject, Id, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.TransactionManager
 
checkUnit(Quantity) - Method in class com.storedobject.core.InventoryItem
Check whether the measurement unit of the given quantity compatible for this item or not.
checkUnit(Quantity) - Method in class com.storedobject.core.InventoryItemType
Check whether the measurement unit of the given quantity compatible for this item or not.
checkUnit(Quantity, String) - Method in class com.storedobject.core.InventoryItem
Check whether the measurement unit of the given quantity compatible for this item or not.
checkUnit(Quantity, String) - Method in class com.storedobject.core.InventoryItemType
Check whether the measurement unit of the given quantity compatible for this item or not.
CheckWithPrevious<T> - Class in com.storedobject.common
A class used to check/ compare the current value with the previous value in a series of values and returns a boolean result.
CheckWithPrevious(BiPredicate<? super T, ? super T>) - Constructor for class com.storedobject.common.CheckWithPrevious
Constructor
CheckWithPrevious(T, BiPredicate<? super T, ? super T>) - Constructor for class com.storedobject.common.CheckWithPrevious
Constructor
child() - Method in class com.storedobject.common.SVG
Create a child SVG.
children() - Method in class com.storedobject.iot.DataSet.AbstractData
 
children() - Method in class com.storedobject.iot.DataSet.SiteData
 
children() - Method in class com.storedobject.iot.DataSet.UnitData
 
children() - Method in class com.storedobject.iot.DataSet.UnitHeaderData
 
ChildVisitor<P,T> - Interface in com.storedobject.ui.util
 
CHOICE - Enum constant in enum class com.storedobject.ui.ObjectField.Type
Choice type.
ChoiceField - Class in com.storedobject.vaadin
A ComboBox style field with an Integer value type.
ChoiceField(Iterable<?>) - Constructor for class com.storedobject.vaadin.ChoiceField
Constructor.
ChoiceField(String) - Constructor for class com.storedobject.vaadin.ChoiceField
Constructor.
ChoiceField(String[]) - Constructor for class com.storedobject.vaadin.ChoiceField
Constructor.
ChoiceField(String, Iterable<?>) - Constructor for class com.storedobject.vaadin.ChoiceField
Constructor.
ChoiceField(String, String) - Constructor for class com.storedobject.vaadin.ChoiceField
Constructor.
ChoiceField(String, String[]) - Constructor for class com.storedobject.vaadin.ChoiceField
Constructor.
ChoiceField(String, Collection<String>) - Constructor for class com.storedobject.vaadin.ChoiceField
Constructor.
ChoicesField - Class in com.storedobject.vaadin
A field that allows you to select multiple values from a fixed list of Strings.
ChoicesField(Iterable<?>) - Constructor for class com.storedobject.vaadin.ChoicesField
Constructor.
ChoicesField(String) - Constructor for class com.storedobject.vaadin.ChoicesField
Constructor.
ChoicesField(String[]) - Constructor for class com.storedobject.vaadin.ChoicesField
Constructor.
ChoicesField(String, Iterable<?>) - Constructor for class com.storedobject.vaadin.ChoicesField
Constructor.
ChoicesField(String, String) - Constructor for class com.storedobject.vaadin.ChoicesField
Constructor.
ChoicesField(String, String[]) - Constructor for class com.storedobject.vaadin.ChoicesField
Constructor.
ChoicesField(String, Collection<String>) - Constructor for class com.storedobject.vaadin.ChoicesField
Constructor.
ChoiceValueConverter - Class in com.storedobject.core.converter
 
ChoiceValueConverter(String[]) - Constructor for class com.storedobject.core.converter.ChoiceValueConverter
 
choose(String[]) - Static method in class com.storedobject.core.ConsoleMenu
 
choose(String[], String) - Static method in class com.storedobject.core.ConsoleMenu
 
choose(String, String[]) - Static method in class com.storedobject.core.ConsoleMenu
 
choose(String, String[], String) - Static method in class com.storedobject.core.ConsoleMenu
 
circle() - Method in class com.storedobject.core.Distance
Create a circle by taking this as the radius of the circle.
circle(Distance) - Static method in class com.storedobject.core.Area
 
Circle - Class in com.storedobject.chart
Circle shape class that can be added to SOChart.
Circle(Number) - Constructor for class com.storedobject.chart.Circle
Constructor.
CIRCLE - Enum constant in enum class com.storedobject.chart.PointSymbolType
Circle.
CirclePart - Class in com.storedobject.chart
Shape that partially defines a circle.
CirclePart(Number) - Constructor for class com.storedobject.chart.CirclePart
Constructor.
CIRCULAR - Enum constant in enum class com.storedobject.chart.GraphLayout
 
Circular_Link - Exception Class in com.storedobject.core
 
Circular_Link(String) - Constructor for exception class com.storedobject.core.Circular_Link
 
circulate(Transaction) - Method in class com.storedobject.core.FileData
 
circulate(Transaction, boolean) - Method in class com.storedobject.core.FileFolder
 
classAttribute(int) - Static method in class com.storedobject.core.StoredObjectUtility
 
classAttribute(Class<T>) - Static method in class com.storedobject.core.StoredObjectUtility
 
classAttribute(T) - Static method in class com.storedobject.core.StoredObjectUtility
 
ClassAttribute<T> - Class in com.storedobject.core
Class attribute of a StoredObject class contains metadata information about the class that is not applicable to normal Java classes.
classChanged() - Method in class com.storedobject.tools.TableDefinition
 
classChanged(JavaClass) - Method in class com.storedobject.tools.TableDefinition
 
classChanged(CharSequence) - Method in class com.storedobject.core.JavaClass
 
className() - Method in interface com.storedobject.chart.ComponentPart
Helper method to return the class name of the component/part in a more human-friendly way.
className(Class<?>) - Static method in interface com.storedobject.chart.ComponentPart
Helper method to return the class name of a given class in a more human-friendly way.
ClassNameField - Class in com.storedobject.ui.tools
 
ClassNameField() - Constructor for class com.storedobject.ui.tools.ClassNameField
 
ClassNameField(String) - Constructor for class com.storedobject.ui.tools.ClassNameField
 
ClassNameField(String, String) - Constructor for class com.storedobject.ui.tools.ClassNameField
 
clean() - Method in class com.storedobject.iot.Alert
 
clean() - Method in class com.storedobject.job.Job
This method is invoked when the Job is completed.
clean() - Method in class com.storedobject.ui.BarcodeScanner
 
clean() - Method in class com.storedobject.ui.common.ManageMailSenders
 
clean() - Method in class com.storedobject.ui.common.MemoSystem
 
clean() - Method in class com.storedobject.ui.inventory.LocateItem
 
clean() - Method in class com.storedobject.ui.iot.BlockView
Cleans up resources and releases references related to the BlockView instance.
clean() - Method in class com.storedobject.ui.iot.ConsumptionDashboard
 
clean() - Method in class com.storedobject.ui.iot.Dashboard
 
clean() - Method in class com.storedobject.ui.iot.SiteView
 
clean() - Method in class com.storedobject.ui.iot.StatusGrid
 
clean() - Method in class com.storedobject.ui.iot.ValueChart
 
clean() - Method in class com.storedobject.ui.ObjectEditor
 
clean() - Method in class com.storedobject.ui.TextView
 
clean() - Method in class com.storedobject.ui.tools.TableDefinitionEditor
 
clean() - Method in class com.storedobject.ui.VerifyOTP
 
clean() - Method in class com.storedobject.vaadin.AbstractDataForm
 
clean() - Method in class com.storedobject.vaadin.Dashboard
This will be invoked whenever the dashboard is closed or aborted so that any resource clean-up can be run.
clean() - Method in interface com.storedobject.vaadin.ExecutableView
Clean this up by closing resources if any.
clean() - Method in class com.storedobject.vaadin.View
Close resources if any that are left opened.
clean() - Method in class com.storedobject.vaadin.WrappedView
 
clear() - Method in class com.storedobject.chart.MarkArea
Clear all blocks.
clear() - Method in class com.storedobject.chart.SOChart
Clear the chart.
clear() - Method in class com.storedobject.common.Array
 
clear() - Method in class com.storedobject.common.ErrorText
 
clear() - Method in class com.storedobject.common.HTMLText
Clear the content.
clear() - Method in class com.storedobject.common.Script
Clear the current script and variables.
clear() - Method in class com.storedobject.common.StringList
 
clear() - Method in class com.storedobject.core.JSONMap
 
clear() - Method in class com.storedobject.core.MemoryCache
 
clear() - Method in class com.storedobject.core.ObjectCacheList
 
clear() - Method in interface com.storedobject.core.ObjectList
 
clear() - Method in interface com.storedobject.core.ObjectLoader
Clear - remove all entries.
clear() - Static method in class com.storedobject.core.ReferencePattern
 
clear() - Method in class com.storedobject.core.TransactionControl
 
clear() - Method in class com.storedobject.ui.AbstractEditableGrid
This method doesn't clear the items.
clear() - Method in class com.storedobject.ui.AbstractListProvider
 
clear() - Method in class com.storedobject.ui.AbstractTreeProvider
 
clear() - Method in class com.storedobject.ui.DetailLinkGrid
 
clear() - Method in class com.storedobject.ui.EditableListProvider
 
clear() - Method in class com.storedobject.ui.EditableObjectGrid
 
clear() - Method in class com.storedobject.ui.EditableObjectListProvider
 
clear() - Method in interface com.storedobject.ui.EditableProvider
 
clear() - Method in class com.storedobject.ui.ELabel
 
clear() - Method in class com.storedobject.ui.ELabelField
 
clear() - Method in class com.storedobject.ui.ELabels
 
clear() - Method in class com.storedobject.ui.FlowDiagram
 
clear() - Method in class com.storedobject.ui.inventory.ItemField
 
clear() - Method in class com.storedobject.ui.inventory.LocateItem
 
clear() - Method in interface com.storedobject.ui.LinkGrid
 
clear() - Method in interface com.storedobject.ui.LinkValue
 
clear() - Method in class com.storedobject.ui.ListEditor
 
clear() - Method in class com.storedobject.ui.ObjectComboField
 
clear() - Method in class com.storedobject.ui.ObjectForestProvider
 
clear() - Method in class com.storedobject.ui.ObjectLinkField
 
clear() - Method in class com.storedobject.ui.ObjectListEditor
 
clear() - Method in class com.storedobject.ui.ObjectListField
 
clear() - Method in class com.storedobject.ui.ObjectListProvider
 
clear() - Method in class com.storedobject.ui.ObjectTable
 
clear() - Method in class com.storedobject.ui.ObjectTree
 
clear() - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
clear() - Method in interface com.storedobject.ui.StyledBuilder
 
clear() - Method in class com.storedobject.vaadin.AbstractResourcedComponent
Clear the current content.
clear() - Method in class com.storedobject.vaadin.BreadcrumbsTree
Clear this tree by removing all nodes and its associated data.
clear() - Method in class com.storedobject.vaadin.DataList
 
clear() - Method in class com.storedobject.vaadin.Image
Clear the content.
clear() - Method in class com.storedobject.vaadin.ListGrid
 
clear() - Method in class com.storedobject.vaadin.Media
Clear the current sources.
clear() - Method in interface com.storedobject.vaadin.MediaCapture
Clear the stream sources attached to this.
clear() - Method in class com.storedobject.vaadin.ResourceSupport
Clear the resource (will be unregistered if required).
clear(boolean) - Method in interface com.storedobject.ui.ObjectLoader
Deprecated.
Just use {ObjectLoader.clear()} only, "refresh" flag is not more required.
clear(HasElement) - Static method in enum class com.storedobject.vaadin.ThemeStyle
Remove all theme styles.
clear(Element) - Static method in enum class com.storedobject.vaadin.ThemeStyle
Remove all theme styles.
clearAlert(Alert) - Static method in class com.storedobject.vaadin.Application
Clear an alert.
clearAlerts() - Method in class com.storedobject.ui.inventory.AbstractReturnMaterial
 
clearAlerts() - Method in class com.storedobject.vaadin.AbstractDataForm
 
clearAlerts() - Static method in class com.storedobject.vaadin.Application
Clear all alerts.
clearAlerts() - Method in interface com.storedobject.vaadin.ExecutableView
Clear all alters owned by this view.
clearAlerts() - Method in interface com.storedobject.vaadin.HasColumns
 
clearAlerts() - Method in class com.storedobject.vaadin.WrappedView
 
clearAlerts(Object) - Static method in class com.storedobject.vaadin.Application
Clear all alerts of the specified owner.
clearCache() - Static method in class com.storedobject.ui.util.HtmlTemplate
 
clearCommands() - Method in class com.storedobject.ui.FlowDiagram
 
clearConstructedListeners() - Method in class com.storedobject.vaadin.DataGrid
 
clearConstructedListeners() - Method in class com.storedobject.vaadin.DataTreeGrid
 
clearConstructedListeners() - Method in interface com.storedobject.vaadin.HasColumns
clearContent() - Method in class com.storedobject.common.HTMLText
 
clearContent() - Method in interface com.storedobject.common.StyledBuilder
Clear the content.
clearContent() - Method in class com.storedobject.common.StyledString
 
clearContent() - Method in class com.storedobject.pdf.PDF.Text
Clear content
clearContent() - Method in class com.storedobject.ui.ELabel
 
clearContent() - Method in class com.storedobject.ui.ELabelField
 
clearContent() - Method in class com.storedobject.ui.ELabels
 
clearContent() - Method in interface com.storedobject.ui.StyledBuilder
 
clearContent() - Method in class com.storedobject.ui.TextView
 
clearContent() - Method in class com.storedobject.vaadin.DetailComponent
Clear the content section.
clearData() - Method in class com.storedobject.chart.XRangeChart
Clear all data values.
clearError(HasValue<?, ?>) - Static method in class com.storedobject.vaadin.AbstractDataForm
Clear the error status associated with a field.
clearError(HasValue<?, ?>) - Static method in class com.storedobject.vaadin.AbstractForm
Clear the error status associated with a field.
clearErrors() - Method in class com.storedobject.vaadin.AbstractDataForm
Clear error status of all the fields.
clearErrors() - Method in class com.storedobject.vaadin.AbstractForm
Clear error status of all the fields.
clearErrors() - Method in class com.storedobject.vaadin.util.Data
Clear all errors.
clearFields() - Method in class com.storedobject.vaadin.AbstractDataForm
Clear values of all the fields.
clearFields() - Method in class com.storedobject.vaadin.AbstractForm
Clear values of all the fields.
clearFields() - Method in class com.storedobject.vaadin.util.Data
Clear all field values.
clearNoFoundCache() - Static method in class com.storedobject.core.JavaClassLoader
Clears the cache for classes that were not found.
clearObjectLinks() - Method in class com.storedobject.core.StoredObject
Clear all object links associated with this instance.
clearPageRange() - Method in class com.storedobject.office.PDFProperties
 
clearPatterns() - Static method in class com.storedobject.core.ReferencePattern
 
clearThemes() - Method in interface com.storedobject.vaadin.HasBadgeStyle
Clear all theme styles.
clearThemes() - Method in interface com.storedobject.vaadin.HasThemeStyle
Clear all theme styles.
clearViewFilters() - Method in class com.storedobject.vaadin.ListGrid
Clear all filters.
click() - Method in class com.storedobject.vaadin.AnchorButton
To invoke the click programmatically.
Clickable<T> - Class in com.storedobject.vaadin
A wrapped class to make any Vaadin component "clickable".
Clickable(T) - Constructor for class com.storedobject.vaadin.Clickable
Constructor.
Clickable(T, ClickHandler) - Constructor for class com.storedobject.vaadin.Clickable
Constructor.
clicked() - Method in class com.storedobject.vaadin.Alert
This method is invoked when clicked on the alert.
clicked(DataSet.AlarmStatus) - Method in class com.storedobject.ui.iot.BlockView
This method is invoked when a SiteView is active and someone clicked on an item that is an alarm switch.
clicked(DataSet.AlarmStatus) - Method in class com.storedobject.ui.Test
 
clicked(DataSet.LimitStatus) - Method in class com.storedobject.ui.iot.BlockView
This method is invoked when a SiteView is active and someone clicked on an item that is a limit value.
clicked(DataSet.LimitStatus) - Method in class com.storedobject.ui.Test
 
clicked(ClickEvent<? extends Component>) - Method in interface com.storedobject.vaadin.ClickHandler
This method is invoked from ClickHandler.onComponentEvent(ClickEvent) when a component is clicked.
clicked(Component) - Method in class com.storedobject.ui.accounts.StatementView
 
clicked(Component) - Method in class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
clicked(Component) - Method in class com.storedobject.ui.common.ChangeObjectPassword
 
clicked(Component) - Method in class com.storedobject.ui.common.ManageMailSenders
 
clicked(Component) - Method in class com.storedobject.ui.common.ManageMailSenders.ManageGMailSenders
 
clicked(Component) - Method in class com.storedobject.ui.inventory.AbstractAssembly
 
clicked(Component) - Method in class com.storedobject.ui.inventory.DefineAssembly
 
clicked(Component) - Method in class com.storedobject.ui.inventory.PackingUnitBrowser
 
clicked(Component) - Method in class com.storedobject.ui.inventory.PackingUnitEditor
 
clicked(Component) - Method in class com.storedobject.ui.ModuleMenu
 
clicked(Component) - Method in class com.storedobject.ui.ObjectBrowser
 
clicked(Component) - Method in class com.storedobject.ui.ObjectEditor
 
clicked(Component) - Method in class com.storedobject.ui.ObjectForestBrowser
 
clicked(Component) - Method in class com.storedobject.ui.ObjectTreeBrowser
 
clicked(Component) - Method in class com.storedobject.ui.ProcessView
 
clicked(Component) - Method in class com.storedobject.ui.TemplateDataForm
 
clicked(Component) - Method in class com.storedobject.ui.tools.JavaClassEditor
 
clicked(Component) - Method in class com.storedobject.ui.tools.ObjectBlockEditor
 
clicked(Component) - Method in class com.storedobject.ui.tools.SystemLogViewer
 
clicked(Component) - Method in class com.storedobject.ui.tools.SystemTableDeployer
 
clicked(Component) - Method in class com.storedobject.ui.tools.SystemUtility
 
clicked(Component) - Method in class com.storedobject.ui.tools.TableDefinitionEditor
 
clicked(Component) - Method in interface com.storedobject.vaadin.ClickHandler
This method is invoked from ClickHandler.clicked(ClickEvent) when a component is clicked.
clicked(Component) - Method in class com.storedobject.vaadin.Dashboard
 
clicked(Component) - Method in class com.storedobject.vaadin.DataEditor
 
clicked(Component) - Method in class com.storedobject.vaadin.DataForm
 
clicked(Component) - Method in interface com.storedobject.vaadin.ExecutableView
Default implementation, does nothing.
ClickHandler - Interface in com.storedobject.vaadin
Interface that handles mouse clicks (typically on Button).
ClickHandler.ModifiedClickEvent<C> - Class in com.storedobject.vaadin
Create a click event from another event.
ClickListeners - Class in com.storedobject.vaadin.util
 
ClickListeners() - Constructor for class com.storedobject.vaadin.util.ClickListeners
 
ClickNotifier - Interface in com.storedobject.vaadin.util
Slightly enhanced version of Vaadin's ClickNotifier.
Client - Class in com.storedobject.client
Client for the SO Platform Connector.
Client(String, String) - Constructor for class com.storedobject.client.Client
Constructor that defines a secured connection.
Client(String, String, boolean) - Constructor for class com.storedobject.client.Client
Constructor that defines a secured connection.
Client(String, String, int, int) - Constructor for class com.storedobject.client.Client
Constructor that defines a secured connection.
Client(String, String, int, int, boolean) - Constructor for class com.storedobject.client.Client
Constructor.
Client.Data - Record Class in com.storedobject.client
Structure to wrap an InputStream and its content-type.
clip(Image, int) - Static method in class com.storedobject.common.ImageUtility
Clip an image.
Clock - Class in com.storedobject.vaadin
A simple clock.
Clock() - Constructor for class com.storedobject.vaadin.Clock
Constructor.
clone() - Method in interface com.storedobject.common.ComputedValue
 
clone() - Method in class com.storedobject.core.AbstractComputedValue
 
clone() - Method in class com.storedobject.core.ComputedDate
 
clone() - Method in class com.storedobject.core.ComputedDouble
 
clone() - Method in class com.storedobject.core.ComputedInteger
 
clone() - Method in class com.storedobject.core.ComputedLong
 
clone() - Method in class com.storedobject.core.ComputedMinute
 
clone(D) - Static method in class com.storedobject.common.DateUtility
Duplicates the date object passed
clone(Integer) - Method in class com.storedobject.common.IntegerRange
 
clone(Long) - Method in class com.storedobject.common.LongRange
 
clone(Date) - Method in class com.storedobject.core.DatePeriod
 
clone(Time) - Method in class com.storedobject.core.TimePeriod
 
clone(Timestamp) - Method in class com.storedobject.core.TimestampPeriod
 
clone(T) - Method in class com.storedobject.common.Range
 
cloneSheet(int) - Method in class com.storedobject.office.od.ods.Workbook
 
close() - Method in class com.storedobject.client.Client
Close this instance.
close() - Method in class com.storedobject.common.AutoCloseableList
Close all elements in this list.
close() - Method in class com.storedobject.common.FileBuffer
Close this buffer.
close() - Method in class com.storedobject.common.HTTP
Close the connection and associated resources.
close() - Method in class com.storedobject.common.InvertedInputStream
 
close() - Method in class com.storedobject.common.InvertedOutputStream
 
close() - Method in class com.storedobject.common.InvertedReader
 
close() - Method in class com.storedobject.common.LDAP
 
close() - Method in class com.storedobject.common.SOAP
Close the resources associated with this instance.
close() - Method in class com.storedobject.common.TeeOutputStream
 
close() - Method in class com.storedobject.core.ApplicationServer
 
close() - Method in class com.storedobject.core.DatabaseInputStream
 
close() - Method in class com.storedobject.core.DatabaseOutputStream
 
close() - Method in interface com.storedobject.core.Device
 
close() - Method in class com.storedobject.core.IdBuffer
 
close() - Method in class com.storedobject.core.JavaSourceWriter
 
close() - Method in class com.storedobject.core.Login
Close this so that no more actions possible.
close() - Method in class com.storedobject.core.MemoryCache
 
close() - Method in class com.storedobject.core.ObjectCache
 
close() - Method in class com.storedobject.core.ObjectCacheList
 
close() - Method in class com.storedobject.core.ObjectForest
 
close() - Method in class com.storedobject.core.ObjectIterator
Close this instance and release all associated resources.
close() - Method in interface com.storedobject.core.ObjectList
 
close() - Method in class com.storedobject.core.ObjectTree
 
close() - Method in class com.storedobject.core.Query
Closes the resources associated with this query.
close() - Method in class com.storedobject.core.RawSQL
 
close() - Method in class com.storedobject.core.StreamContentProducer
 
close() - Method in class com.storedobject.job.Scheduler
 
close() - Method in class com.storedobject.mail.Sender
 
close() - Method in class com.storedobject.office.AbstractSpreadSheet
 
close() - Method in class com.storedobject.office.od.ods.Workbook
 
close() - Static method in class com.storedobject.office.od.Office
 
close() - Method in class com.storedobject.office.ODT
 
close() - Method in class com.storedobject.pdf.PDF
Closes the PDF for content generation process.
close() - Method in class com.storedobject.pdf.PDF.PDFContent
Closes this 'Content'.
close() - Method in class com.storedobject.tools.AbstractJSONService
 
close() - Method in class com.storedobject.tools.DeveloperService
 
close() - Static method in class com.storedobject.tools.JavaTool
 
close() - Method in class com.storedobject.tools.JSONService
 
close() - Method in class com.storedobject.tools.JSONServiceWS
 
close() - Method in class com.storedobject.tools.TestDevice
 
close() - Method in class com.storedobject.ui.AbstractListProvider
 
close() - Method in class com.storedobject.ui.AbstractTreeProvider
 
close() - Method in class com.storedobject.ui.Application.BusyIndicator
 
close() - Method in class com.storedobject.ui.Application
 
close() - Method in class com.storedobject.ui.LoginForm
 
close() - Method in class com.storedobject.ui.ObjectBrowser
 
close() - Method in class com.storedobject.ui.ObjectListProvider
 
close() - Method in class com.storedobject.ui.ObjectViewer
 
close() - Method in class com.storedobject.ui.TextView
 
close() - Method in class com.storedobject.ui.util.SOColumnCreator
 
close() - Method in class com.storedobject.ui.util.SOFieldCreator
 
close() - Method in class com.storedobject.ui.VerifyOTP
 
close() - Method in class com.storedobject.vaadin.Application
Close the application by closing all registered "resources".
close() - Method in class com.storedobject.vaadin.Dashboard
Closes the view if that exists
close() - Method in interface com.storedobject.vaadin.ExecutableView
Close this.
close() - Method in interface com.storedobject.vaadin.ObjectColumnCreator
This will be invoked when the process of "column creation" is over.
close() - Method in interface com.storedobject.vaadin.ObjectFieldCreator
Close the field creator once the "field creation" process is over.
close() - Method in class com.storedobject.vaadin.Popup
Close the popup.
close() - Method in class com.storedobject.vaadin.View
Close this view.
close() - Method in class com.storedobject.vaadin.WrappedView
 
close(int) - Method in class com.storedobject.ui.Application
 
close(Transaction) - Method in class com.storedobject.core.Account
 
close(Transaction) - Method in class com.storedobject.core.InventoryGRN
 
close(Transaction) - Method in class com.storedobject.core.InventoryRO
Close the RO (only if all the items are returned via some means).
close(Transaction) - Method in class com.storedobject.core.MaterialIssued
 
close(TransactionManager) - Method in class com.storedobject.core.InventoryRO
Close the RO (only if all the items are returned via some means).
close(TransactionManager, boolean) - Method in class com.storedobject.core.InventoryRO
Close the RO (only if all the items are returned via some means).
close(Transaction, boolean) - Method in class com.storedobject.core.InventoryRO
Close the RO (only if all the items are returned via some means).
close(XComponent) - Static method in class com.storedobject.office.od.Office
 
close(AutoCloseable...) - Static method in class com.storedobject.common.IO
Close some Closeable instances without throwing any Exception.
close(String) - Method in class com.storedobject.core.ApplicationServer
 
close(String) - Method in interface com.storedobject.core.Device
 
close(String) - Method in class com.storedobject.ui.Application
 
close(String, int) - Method in class com.storedobject.ui.Application
 
CloseableView - Interface in com.storedobject.vaadin
In order to display a "closeable vew", View creates a special "menu item" with a "Close" icon and the View can be closed by clicking on that icon.
closeAllViews(boolean) - Method in class com.storedobject.ui.Application
Close all current views by invoking View.abort() on each of them.
closeConnection(SQLConnector.DBConnection) - Method in class com.storedobject.core.SQLConnector
Closes a given SQL connection.
CLOSED - Static variable in class com.storedobject.core.RawSQL
 
Closed_Account_Has_Balance - Exception Class in com.storedobject.core
 
Closed_Account_Has_Balance(String) - Constructor for exception class com.storedobject.core.Closed_Account_Has_Balance
 
closeInput() - Method in class com.storedobject.office.od.ODInputStream
 
closeMemo(Transaction) - Method in class com.storedobject.core.MemoComment
 
closeMenu() - Method in class com.storedobject.ui.Application
 
closeMenu() - Method in class com.storedobject.vaadin.ApplicationFrame
Close the side menu ("drawer" part of the AppLayout) programmatically.
closeMenu() - Method in interface com.storedobject.vaadin.ApplicationLayout
This method is for closing the menu display (default implementation does nothing).
closeOrder(Transaction) - Method in class com.storedobject.core.InventoryPO
 
closeOutput() - Method in class com.storedobject.office.od.ODOutputStream
 
closeWaitMessage() - Method in class com.storedobject.ui.Application
 
closing() - Method in record class com.storedobject.chart.CandlestickData.Candlestick
Returns the value of the closing record component.
CODABAR - Enum constant in enum class com.storedobject.common.Barcode.Format
CODABAR 1D format.
CODE_128 - Enum constant in enum class com.storedobject.common.Barcode.Format
Code 128 1D format.
CODE_39 - Enum constant in enum class com.storedobject.common.Barcode.Format
Code 39 1D format.
CODE_93 - Enum constant in enum class com.storedobject.common.Barcode.Format
Code 93 1D format.
codeData(int) - Method in class com.storedobject.ui.common.ExcelDataUpload
Convert data to code by invoking StoredObject.toCode(String).
CodeShell - Class in com.storedobject.ui.tools
 
CodeShell() - Constructor for class com.storedobject.ui.tools.CodeShell
 
collapse() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
Collapse this node.
collapse() - Method in class com.storedobject.vaadin.DetailComponent
Collapse the content section.
collect(TransactionManager) - Method in class com.storedobject.iot.MQTT
 
collect(Consumer<List<Data>>) - Method in class com.storedobject.iot.MQTT
 
collect(T, StringList) - Static method in class com.storedobject.common.StringUtility
 
collect(T, String[]) - Static method in class com.storedobject.common.StringUtility
 
collectAll() - Method in class com.storedobject.core.ObjectIterator
Deprecated.
collectAll(Collection<O>) - Method in class com.storedobject.core.ObjectIterator
Collect all entries to a given collection.
collectAll(Collection<T>, Function<O, T>) - Method in class com.storedobject.core.ObjectIterator
Collect all entries to a given collection after converting it to another type.
collectAll(Function<O, T>) - Method in class com.storedobject.core.ObjectIterator
Collect all entries to a collection after converting it to another type.
collectExtraInformation() - Method in class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
Color - Class in com.storedobject.chart
Representation of color.
Color(int, int, int) - Constructor for class com.storedobject.chart.Color
Constructor.
Color(int, int, int, int) - Constructor for class com.storedobject.chart.Color
Constructor.
Color(String) - Constructor for class com.storedobject.chart.Color
Construct from an hex value.
COLOR_ERROR - Static variable in class com.storedobject.ui.Application
 
COLOR_INFO - Static variable in class com.storedobject.ui.Application
 
COLOR_NORMAL - Static variable in class com.storedobject.ui.Application
 
COLOR_SUCCESS - Static variable in class com.storedobject.ui.Application
 
ColorGradient - Class in com.storedobject.chart
Representation of color gradient.
ColorGradient(Color...) - Constructor for class com.storedobject.chart.ColorGradient
Constructor.
Column - Annotation Interface in com.storedobject.core.annotation
Annotation used to specify the features of a field (attribute of a Data Class).
ColumnDefinition - Class in com.storedobject.tools
 
ColumnDefinition() - Constructor for class com.storedobject.tools.ColumnDefinition
 
ColumnDefinitions - Class in com.storedobject.core
For internal use only.
ColumnDefinitions() - Constructor for class com.storedobject.core.ColumnDefinitions
 
columnDetails(String) - Method in class com.storedobject.core.Database
 
ColumnNames - Class in com.storedobject.core
For internal use only.
ColumnNames() - Constructor for class com.storedobject.core.ColumnNames
 
columns(Columns) - Static method in class com.storedobject.accounts.AbstractCardAccount
 
columns(Columns) - Static method in class com.storedobject.accounts.AccountConfiguration
Adds columns to the given Columns object.
columns(Columns) - Static method in class com.storedobject.accounts.AccountEntity
Adds columns to the provided Columns interface for an entity.
columns(Columns) - Static method in class com.storedobject.accounts.BusinessEntity
Adds columns to the given Columns object.
columns(Columns) - Static method in class com.storedobject.accounts.CashAccount
 
columns(Columns) - Static method in class com.storedobject.accounts.CustomerInvoice
 
columns(Columns) - Static method in class com.storedobject.accounts.DigitalPaymentAccount
 
columns(Columns) - Static method in class com.storedobject.accounts.EntityAccount
Adds a new column with the specified name and type to the provided Columns object.
columns(Columns) - Static method in class com.storedobject.accounts.FixedTax
 
columns(Columns) - Static method in class com.storedobject.accounts.InstantaneousAccount
 
columns(Columns) - Static method in class com.storedobject.accounts.Invoice
 
columns(Columns) - Static method in class com.storedobject.accounts.NoTax
 
columns(Columns) - Static method in class com.storedobject.accounts.PersonalEntity
Adds the name and type of the column to the provided Columns object.
columns(Columns) - Static method in class com.storedobject.accounts.SupplierInvoice
 
columns(Columns) - Static method in class com.storedobject.accounts.TaxAccountConfiguration
Adds columns to the given Columns object.
columns(Columns) - Static method in class com.storedobject.calendar.Calendar
 
columns(Columns) - Static method in class com.storedobject.calendar.Entry
 
columns(Columns) - Static method in class com.storedobject.core.AbstractCheckList
 
columns(Columns) - Static method in class com.storedobject.core.AbstractCheckListItem
 
columns(Columns) - Static method in class com.storedobject.core.AbstractServiceItemType
 
columns(Columns) - Static method in class com.storedobject.core.AbstractTradeType
 
columns(Columns) - Static method in class com.storedobject.core.AccessControl
 
columns(Columns) - Static method in class com.storedobject.core.Account
 
columns(Columns) - Static method in class com.storedobject.core.AccountChart
 
columns(Columns) - Static method in class com.storedobject.core.AccountChartMap
 
columns(Columns) - Static method in class com.storedobject.core.AccountDocument
 
columns(Columns) - Static method in class com.storedobject.core.AccountLimit
 
columns(Columns) - Static method in class com.storedobject.core.AccountTitle
 
columns(Columns) - Static method in class com.storedobject.core.ApplicableDataLogic
 
columns(Columns) - Static method in class com.storedobject.core.ApplicationAlertHandler
Takes in a Columns object and performs some operation.
columns(Columns) - Static method in class com.storedobject.core.ApplicationModule
 
columns(Columns) - Static method in class com.storedobject.core.AttachmentDefinition
 
columns(Columns) - Static method in class com.storedobject.core.AuditTrailConfiguration
 
columns(Columns) - Static method in class com.storedobject.core.AuditTrailLinkConfiguration
 
columns(Columns) - Static method in class com.storedobject.core.AutoLogin
 
columns(Columns) - Static method in class com.storedobject.core.BranchAccount
 
columns(Columns) - Static method in class com.storedobject.core.BrowserDeviceLayout
 
columns(Columns) - Static method in class com.storedobject.core.BusinessDocument
 
columns(Columns) - Static method in class com.storedobject.core.CheckList
 
columns(Columns) - Static method in class com.storedobject.core.CheckListItem
 
columns(Columns) - Static method in class com.storedobject.core.CheckListTemplate
 
columns(Columns) - Static method in class com.storedobject.core.CheckListTemplateItem
 
columns(Columns) - Static method in class com.storedobject.core.ConnectorLogic
 
columns(Columns) - Static method in class com.storedobject.core.Consignment
 
columns(Columns) - Static method in class com.storedobject.core.ConsignmentItem
 
columns(Columns) - Static method in class com.storedobject.core.ConsignmentPacket
 
columns(Columns) - Static method in class com.storedobject.core.Contact
 
columns(Columns) - Static method in class com.storedobject.core.ContactGroupingCode
 
columns(Columns) - Static method in class com.storedobject.core.ContactType
 
columns(Columns) - Static method in class com.storedobject.core.CurrencyRate
 
columns(Columns) - Static method in class com.storedobject.core.DashboardDefinition
 
columns(Columns) - Static method in class com.storedobject.core.DataChangeNotifierLogic
Method for column-related operations.
columns(Columns) - Static method in class com.storedobject.core.DataLogic
Adds columns "DataClassName" and "LogicClassName" to the provided columns object.
columns(Columns) - Static method in class com.storedobject.core.DeveloperLog
 
columns(Columns) - Static method in class com.storedobject.core.DeviceLayout
 
columns(Columns) - Static method in class com.storedobject.core.Document
 
columns(Columns) - Static method in class com.storedobject.core.DocumentConfiguration
 
columns(Columns) - Static method in class com.storedobject.core.DocumentType
 
columns(Columns) - Static method in class com.storedobject.core.Entity
 
columns(Columns) - Static method in class com.storedobject.core.EntityRole
 
columns(Columns) - Static method in class com.storedobject.core.ExchangeRate
 
columns(Columns) - Static method in class com.storedobject.core.ExternalSystemUser
 
columns(Columns) - Static method in class com.storedobject.core.ExtraInfoDefinition
 
columns(Columns) - Static method in class com.storedobject.core.FileCirculation
 
columns(Columns) - Static method in class com.storedobject.core.FileData
 
columns(Columns) - Static method in class com.storedobject.core.FileFolder
 
columns(Columns) - Static method in class com.storedobject.core.FileFolderAccessRights
 
columns(Columns) - Static method in class com.storedobject.core.ForeignFinancialSystem
 
columns(Columns) - Static method in class com.storedobject.core.GlobalProperty
 
columns(Columns) - Static method in class com.storedobject.core.InventoryAPN
 
columns(Columns) - Static method in class com.storedobject.core.InventoryAssembly
 
columns(Columns) - Static method in class com.storedobject.core.InventoryBin
 
columns(Columns) - Static method in class com.storedobject.core.InventoryCustodyLocation
 
columns(Columns) - Static method in class com.storedobject.core.InventoryFitmentPosition
 
columns(Columns) - Static method in class com.storedobject.core.InventoryGRN
 
columns(Columns) - Static method in class com.storedobject.core.InventoryGRNItem
 
columns(Columns) - Static method in class com.storedobject.core.InventoryItem
 
columns(Columns) - Static method in class com.storedobject.core.InventoryItemType
 
columns(Columns) - Static method in class com.storedobject.core.InventoryLedger
 
columns(Columns) - Static method in class com.storedobject.core.InventoryLocation
 
columns(Columns) - Static method in class com.storedobject.core.InventoryPO
 
columns(Columns) - Static method in class com.storedobject.core.InventoryPOItem
 
columns(Columns) - Static method in class com.storedobject.core.InventoryReservedBin
 
columns(Columns) - Static method in class com.storedobject.core.InventoryRO
 
columns(Columns) - Static method in class com.storedobject.core.InventoryROItem
 
columns(Columns) - Static method in class com.storedobject.core.InventorySale
 
columns(Columns) - Static method in class com.storedobject.core.InventorySaleItem
 
columns(Columns) - Static method in class com.storedobject.core.InventoryStore
 
columns(Columns) - Static method in class com.storedobject.core.InventoryStoreBin
 
columns(Columns) - Static method in class com.storedobject.core.InventoryTransfer
 
columns(Columns) - Static method in class com.storedobject.core.InventoryTransferItem
 
columns(Columns) - Static method in class com.storedobject.core.InventoryUnitCorrection
 
columns(Columns) - Static method in class com.storedobject.core.InventoryVirtualLocation
 
columns(Columns) - Static method in class com.storedobject.core.JavaClass
 
columns(Columns) - Static method in class com.storedobject.core.JavaInnerClass
 
columns(Columns) - Static method in class com.storedobject.core.JournalVoucher
Column definitions.
columns(Columns) - Static method in class com.storedobject.core.JournalVoucherStage
 
columns(Columns) - Static method in class com.storedobject.core.LandedCost
 
columns(Columns) - Static method in class com.storedobject.core.LandedCostType
 
columns(Columns) - Static method in class com.storedobject.core.Logic
 
columns(Columns) - Static method in class com.storedobject.core.LogicGroup
 
columns(Columns) - Static method in class com.storedobject.core.LoginMessage
 
columns(Columns) - Static method in class com.storedobject.core.MaterialIssued
 
columns(Columns) - Static method in class com.storedobject.core.MaterialIssuedItem
 
columns(Columns) - Static method in class com.storedobject.core.MaterialRequest
 
columns(Columns) - Static method in class com.storedobject.core.MaterialRequestItem
 
columns(Columns) - Static method in class com.storedobject.core.MaterialRequestPriority
 
columns(Columns) - Static method in class com.storedobject.core.MaterialReturned
 
columns(Columns) - Static method in class com.storedobject.core.MaterialReturnedItem
 
columns(Columns) - Static method in class com.storedobject.core.MaterialTransferred
 
columns(Columns) - Static method in class com.storedobject.core.MaterialTransferredItem
 
columns(Columns) - Static method in class com.storedobject.core.MediaFile
 
columns(Columns) - Static method in class com.storedobject.core.Memo
 
columns(Columns) - Static method in class com.storedobject.core.MemoAttachment
 
columns(Columns) - Static method in class com.storedobject.core.MemoComment
 
columns(Columns) - Static method in class com.storedobject.core.MemoType
 
columns(Columns) - Static method in class com.storedobject.core.Message
 
columns(Columns) - Static method in class com.storedobject.core.MessageTemplate
 
columns(Columns) - Static method in class com.storedobject.core.ModuleLogic
 
columns(Columns) - Static method in class com.storedobject.core.Name
 
columns(Columns) - Static method in class com.storedobject.core.ObjectPermission
 
columns(Columns) - Static method in class com.storedobject.core.ObjectPermissionGroup
 
columns(Columns) - Static method in class com.storedobject.core.ObjectPermissionUser
 
columns(Columns) - Static method in class com.storedobject.core.OffsetAccount
 
columns(Columns) - Static method in class com.storedobject.core.PackingUnit
 
columns(Columns) - Static method in class com.storedobject.core.ParameterLogic
 
columns(Columns) - Static method in class com.storedobject.core.PasswordPolicy
 
columns(Columns) - Static method in class com.storedobject.core.Person
 
columns(Columns) - Static method in class com.storedobject.core.PersonalDocument
 
columns(Columns) - Static method in class com.storedobject.core.PersonRole
 
columns(Columns) - Static method in class com.storedobject.core.PIN
 
columns(Columns) - Static method in class com.storedobject.core.PrintLogicDefinition
 
columns(Columns) - Static method in class com.storedobject.core.ProcessingLanguage
 
columns(Columns) - Static method in class com.storedobject.core.PseudoTran
 
columns(Columns) - Static method in class com.storedobject.core.PseudoTranApproval
 
columns(Columns) - Static method in class com.storedobject.core.PseudoTranDetail
 
columns(Columns) - Static method in class com.storedobject.core.PurchaseType
 
columns(Columns) - Static method in class com.storedobject.core.ReportColumnDefinition
 
columns(Columns) - Static method in class com.storedobject.core.ReportDefinition
 
columns(Columns) - Static method in class com.storedobject.core.ReportFormat
Attribute list of the "data class".
columns(Columns) - Static method in class com.storedobject.core.SaleType
 
columns(Columns) - Static method in class com.storedobject.core.Secret
 
columns(Columns) - Static method in class com.storedobject.core.SerialConfigurator
 
columns(Columns) - Static method in class com.storedobject.core.SerialGenerator
 
columns(Columns) - Static method in class com.storedobject.core.SerialPattern
 
columns(Columns) - Static method in class com.storedobject.core.ServerInformation
 
columns(Columns) - Static method in class com.storedobject.core.ServerLink
 
columns(Columns) - Static method in class com.storedobject.core.ServiceItem
 
columns(Columns) - Static method in class com.storedobject.core.ServiceItemType
 
columns(Columns) - Static method in class com.storedobject.core.ShortName
 
columns(Columns) - Static method in class com.storedobject.core.Signature
 
columns(Columns) - Static method in class com.storedobject.core.SOClass
 
columns(Columns) - Static method in class com.storedobject.core.StreamData
 
columns(Columns) - Static method in class com.storedobject.core.SubscriptionItem
 
columns(Columns) - Static method in class com.storedobject.core.SubscriptionItemType
 
columns(Columns) - Static method in class com.storedobject.core.SystemEntity
 
columns(Columns) - Static method in class com.storedobject.core.SystemUser
 
columns(Columns) - Static method in class com.storedobject.core.SystemUserGroup
 
columns(Columns) - Static method in class com.storedobject.core.Tax
 
columns(Columns) - Static method in class com.storedobject.core.TaxDefinition
 
columns(Columns) - Static method in class com.storedobject.core.TaxMethod
 
columns(Columns) - Static method in class com.storedobject.core.TaxRate
 
columns(Columns) - Static method in class com.storedobject.core.TaxRegion
 
columns(Columns) - Static method in class com.storedobject.core.TaxType
 
columns(Columns) - Static method in class com.storedobject.core.TextContent
 
columns(Columns) - Static method in class com.storedobject.core.TransactionDate
 
columns(Columns) - Static method in class com.storedobject.core.TransactionType
 
columns(Columns) - Static method in class com.storedobject.core.TransactionValueDate
 
columns(Columns) - Static method in class com.storedobject.core.UIAction
 
columns(Columns) - Static method in class com.storedobject.core.UIFieldMetadata
 
columns(Columns) - Static method in class com.storedobject.core.UIMetadata
 
columns(Columns) - Static method in class com.storedobject.core.UnpostedJournal
 
columns(Columns) - Static method in class com.storedobject.core.UnpostedJournalEntry
 
columns(Columns) - Static method in class com.storedobject.core.UserRegistrationConfiguration
 
columns(Columns) - Static method in class com.storedobject.core.VirtualFileData
 
columns(Columns) - Static method in class com.storedobject.core.WebBiometric
 
columns(Columns) - Static method in class com.storedobject.iot.AbstractUnit
Configures column definitions for the given `Columns` object by adding metadata about the "Active" column.
columns(Columns) - Static method in class com.storedobject.iot.AlarmSwitch
 
columns(Columns) - Static method in class com.storedobject.iot.Block
Configures and adds specific columns to the given Columns object.
columns(Columns) - Static method in class com.storedobject.iot.BlockDisplayContent
 
columns(Columns) - Static method in class com.storedobject.iot.Command
 
columns(Columns) - Static method in class com.storedobject.iot.Consumption
Configures the specified Columns instance by adding column definitions representing the fields of the Consumption class.
columns(Columns) - Static method in class com.storedobject.iot.ControlSchedule
 
columns(Columns) - Static method in class com.storedobject.iot.CustomMessageLogic
 
columns(Columns) - Static method in class com.storedobject.iot.DailyConsumption
Adds a column definition to the provided Columns object.
columns(Columns) - Static method in class com.storedobject.iot.DailyStatistics
Defines the column structure for daily statistics.
columns(Columns) - Static method in class com.storedobject.iot.Data
Attributes.
columns(Columns) - Static method in class com.storedobject.iot.FullConsumption
 
columns(Columns) - Static method in class com.storedobject.iot.HourlyConsumption
Configures the column definitions for the object.
columns(Columns) - Static method in class com.storedobject.iot.HourlyStatistics
Configures the columns by adding a column with the name "Hour" and type "int".
columns(Columns) - Static method in class com.storedobject.iot.LimitMessage
 
columns(Columns) - Static method in class com.storedobject.iot.MonthlyConsumption
Configures the columns for the data representation of the entity.
columns(Columns) - Static method in class com.storedobject.iot.MonthlyStatistics
Defines a table column with the name "Month" and the data type "int".
columns(Columns) - Static method in class com.storedobject.iot.MQTT
 
columns(Columns) - Static method in class com.storedobject.iot.Resource
 
columns(Columns) - Static method in class com.storedobject.iot.Site
Defines the columns for the Site entity by adding them to the specified `Columns` object.
columns(Columns) - Static method in class com.storedobject.iot.Statistics
Configures the column definitions for a given Columns object.
columns(Columns) - Static method in class com.storedobject.iot.Unit
 
columns(Columns) - Static method in class com.storedobject.iot.UnitDefinition
 
columns(Columns) - Static method in class com.storedobject.iot.UnitItem
 
columns(Columns) - Static method in class com.storedobject.iot.UnitItemType
 
columns(Columns) - Static method in class com.storedobject.iot.UnitType
 
columns(Columns) - Static method in class com.storedobject.iot.ValueDefinition
 
columns(Columns) - Static method in class com.storedobject.iot.ValueImagePosition
 
columns(Columns) - Static method in class com.storedobject.iot.ValueLimit
 
columns(Columns) - Static method in class com.storedobject.iot.ValueStyle
 
columns(Columns) - Static method in class com.storedobject.iot.WeeklyConsumption
Adds a column definition for the "Week" property to the specified Columns instance.
columns(Columns) - Static method in class com.storedobject.iot.WeeklyStatistics
Adds a column definition for the "Week" attribute of type "int" to the provided Columns object.
columns(Columns) - Static method in class com.storedobject.iot.YearlyConsumption
Configures the column definitions for the yearly consumption data.
columns(Columns) - Static method in class com.storedobject.iot.YearlyStatistics
Sets or processes the provided columns for a specific operation or configuration.
columns(Columns) - Static method in class com.storedobject.job.Log
 
columns(Columns) - Static method in class com.storedobject.job.MessageEscalation
 
columns(Columns) - Static method in class com.storedobject.job.MessageEscalationGroup
 
columns(Columns) - Static method in class com.storedobject.job.MessageGroup
 
columns(Columns) - Static method in class com.storedobject.job.Schedule
 
columns(Columns) - Static method in class com.storedobject.mail.Attachment
 
columns(Columns) - Static method in class com.storedobject.mail.Error
 
columns(Columns) - Static method in class com.storedobject.mail.GMailSender
 
columns(Columns) - Static method in class com.storedobject.mail.Mail
Adds the necessary columns for the Mail table.
columns(Columns) - Static method in class com.storedobject.mail.MailSender
 
columns(Columns) - Static method in class com.storedobject.mail.Sender
 
columns(Columns) - Static method in class com.storedobject.mail.SenderGroup
 
columns(Columns) - Static method in class com.storedobject.sms.Provider
 
columns(Columns) - Static method in class com.storedobject.sms.SMSMessage
 
columns(Columns) - Static method in class com.storedobject.telegram.Bot
 
columns(Columns) - Static method in class com.storedobject.telegram.Telegram
 
columns(Columns) - Static method in class com.storedobject.tools.ColumnDefinition
 
columns(Columns) - Static method in class com.storedobject.tools.IndexDefinition
 
columns(Columns) - Static method in class com.storedobject.tools.LinkDefinition
 
columns(Columns) - Static method in class com.storedobject.tools.Packager
 
columns(Columns) - Static method in class com.storedobject.tools.TableDefinition
 
columns(Columns) - Static method in class com.storedobjects.support.Issue
 
columns(Columns) - Static method in class com.storedobjects.support.Organization
 
columns(Columns) - Static method in class com.storedobjects.support.Product
 
columns(Columns) - Static method in class com.storedobjects.support.ProductSkill
 
columns(Columns) - Static method in class com.storedobjects.support.SupportPerson
 
columns(Columns) - Static method in class com.storedobjects.support.SupportUser
 
columns(String) - Method in class com.storedobject.core.QueryBuilder
Sets the column names to be retrieved or operated upon in the query being built.
Columns - Interface in com.storedobject.core
 
ColumnSpan - Interface in com.storedobject.vaadin
Components that support spanning of columns.
columnType(String, int, int) - Method in class com.storedobject.core.Database
 
columnType(String, int, int) - Method in class com.storedobject.database.postgres.Database
 
com.storedobject.accounts - package com.storedobject.accounts
 
com.storedobject.calendar - package com.storedobject.calendar
 
com.storedobject.chart - package com.storedobject.chart
 
com.storedobject.client - package com.storedobject.client
 
com.storedobject.common - package com.storedobject.common
 
com.storedobject.common.annotation - package com.storedobject.common.annotation
 
com.storedobject.core - package com.storedobject.core
 
com.storedobject.core.annotation - package com.storedobject.core.annotation
 
com.storedobject.core.converter - package com.storedobject.core.converter
 
com.storedobject.database.postgres - package com.storedobject.database.postgres
 
com.storedobject.helper - package com.storedobject.helper
 
com.storedobject.iot - package com.storedobject.iot
 
com.storedobject.job - package com.storedobject.job
 
com.storedobject.mail - package com.storedobject.mail
 
com.storedobject.neem - package com.storedobject.neem
 
com.storedobject.oauth - package com.storedobject.oauth
 
com.storedobject.office - package com.storedobject.office
 
com.storedobject.office.od - package com.storedobject.office.od
 
com.storedobject.office.od.ods - package com.storedobject.office.od.ods
 
com.storedobject.pdf - package com.storedobject.pdf
 
com.storedobject.platform - package com.storedobject.platform
 
com.storedobject.report - package com.storedobject.report
 
com.storedobject.sms - package com.storedobject.sms
 
com.storedobject.telegram - package com.storedobject.telegram
 
com.storedobject.tools - package com.storedobject.tools
 
com.storedobject.ui - package com.storedobject.ui
 
com.storedobject.ui.accounts - package com.storedobject.ui.accounts
 
com.storedobject.ui.common - package com.storedobject.ui.common
 
com.storedobject.ui.inventory - package com.storedobject.ui.inventory
 
com.storedobject.ui.iot - package com.storedobject.ui.iot
 
com.storedobject.ui.support - package com.storedobject.ui.support
 
com.storedobject.ui.tools - package com.storedobject.ui.tools
 
com.storedobject.ui.util - package com.storedobject.ui.util
 
com.storedobject.vaadin - package com.storedobject.vaadin
 
com.storedobject.vaadin.util - package com.storedobject.vaadin.util
 
com.storedobjects.support - package com.storedobjects.support
 
CombinedPDFReport - Class in com.storedobject.pdf
A class that allows you to combine multiple other reports into a single report.
CombinedPDFReport(Device) - Constructor for class com.storedobject.pdf.CombinedPDFReport
Constructor.
ComboField<T> - Class in com.storedobject.vaadin
A thin wrapper around Vaadin's ComboBox.
ComboField(String, Collection<T>) - Constructor for class com.storedobject.vaadin.ComboField
Constructor.
ComboField(String, T...) - Constructor for class com.storedobject.vaadin.ComboField
Constructor.
ComboField(Collection<T>) - Constructor for class com.storedobject.vaadin.ComboField
Constructor.
ComboField(T...) - Constructor for class com.storedobject.vaadin.ComboField
Constructor.
command(String) - Method in class com.storedobject.common.SVG
Add a valid SVG command directly.
command(String...) - Method in class com.storedobject.ui.FlowDiagram
 
command(String, Map<String, Object>) - Method in class com.storedobject.client.Client
Send a command and receive a response.
command(String, Map<String, Object>, boolean) - Method in class com.storedobject.client.Client
Send a command and receive a response.
Command - Class in com.storedobject.iot
 
Command() - Constructor for class com.storedobject.iot.Command
 
CommandSelector - Class in com.storedobject.ui.iot
 
CommandSelector() - Constructor for class com.storedobject.ui.iot.CommandSelector
 
CommandSelector(Block) - Constructor for class com.storedobject.ui.iot.CommandSelector
 
CommandSelector(Unit, ValueDefinition) - Constructor for class com.storedobject.ui.iot.CommandSelector
 
commentMemo(Transaction, String) - Method in class com.storedobject.core.MemoComment
 
commit() - Method in class com.storedobject.core.DBTransaction
Commit the transaction.
commit() - Method in class com.storedobject.core.PseudoTransaction
 
commit() - Method in class com.storedobject.core.RawSQL
 
commit() - Method in interface com.storedobject.core.Transaction
Commit the transaction.
commit() - Method in class com.storedobject.core.TransactionControl
 
commit() - Method in class com.storedobject.vaadin.AbstractDataForm
Save data from the fields to the internal data structure.
commit() - Method in class com.storedobject.vaadin.AbstractForm
Save data from the fields to the internal data structure.
commit(int) - Method in class com.storedobject.ui.SteppedDataForm
 
commit(int) - Method in class com.storedobject.ui.SteppedObjectForm
 
commit(int) - Method in class com.storedobject.ui.SteppedView
This method is invoked before invoking SteppedView.complete(int) and if it raises any error or returns false, forward movement will be stopped.
commit(Device, JournalVoucher, JSON, JSONMap) - Method in class com.storedobject.core.JSONTransact
 
commit(TransactionControl) - Method in interface com.storedobject.ui.Transactional
 
committed(Transaction) - Method in interface com.storedobject.core.Transaction.CommitListener
Will be invoked after the transaction is committed.
committed(TransactionControl) - Method in interface com.storedobject.core.TransactionControl.CommitListener
 
committing(Transaction) - Method in interface com.storedobject.core.Transaction.CommitListener
Will be invoked jus before committing the transaction.
committing(TransactionControl) - Method in interface com.storedobject.core.TransactionControl.CommitListener
 
compact() - Method in interface com.storedobject.vaadin.HasColumns
Set the "theme" to make the appearance of this grid compact.
compare(double, double) - Static method in class com.storedobject.common.MathUtility
 
compare(double, double, double) - Static method in class com.storedobject.common.MathUtility
 
compare(double, double, int) - Static method in class com.storedobject.common.MathUtility
 
compare(Number, Number) - Method in class com.storedobject.chart.AbstractDataProvider.NumberComparator
 
compareDefinitions(TransactionManager, InputStream, StyledBuilder) - Static method in class com.storedobject.tools.JavaTool
 
compareDefinitions(TransactionManager, InputStream, StyledBuilder) - Static method in class com.storedobject.tools.TableDefinition
 
compareTo(AbstractComputedInteger) - Method in class com.storedobject.core.AbstractComputedInteger
 
compareTo(ComputedDouble) - Method in class com.storedobject.core.ComputedDouble
 
compareTo(ComputedInteger) - Method in class com.storedobject.core.ComputedInteger
 
compareTo(ComputedLong) - Method in class com.storedobject.core.ComputedLong
 
compareTo(ComputedMinute) - Method in class com.storedobject.core.ComputedMinute
 
compareTo(DecimalNumber) - Method in class com.storedobject.core.DecimalNumber
 
compareTo(DisplayOrder) - Method in interface com.storedobject.core.DisplayOrder
 
compareTo(Money) - Method in class com.storedobject.core.Money
 
compareTo(Person) - Method in class com.storedobject.core.Person
 
compareTo(Quantity) - Method in class com.storedobject.core.Quantity
 
compareTo(D, D) - Static method in class com.storedobject.common.DateUtility
Compare two dates .
compile() - Method in class com.storedobject.core.JavaClass
 
compile() - Method in class com.storedobject.tools.TableDefinition
 
compile(File...) - Static method in class com.storedobject.tools.JavaTool
 
COMPILE - Static variable in class com.storedobject.core.RawSQL
 
complete() - Method in class com.storedobject.job.Log
 
complete() - Method in class com.storedobject.ui.SteppedView
This method is invoked when the all steps are successfully completed.
complete(int) - Method in class com.storedobject.ui.SteppedView
This method is invoked when you complete a step.
complete(String) - Method in class com.storedobject.job.Log
 
completed(TimerComponent) - Method in interface com.storedobject.vaadin.TimerComponent.Listener
 
Component - Interface in com.storedobject.chart
Chart component.
ComponentGroup - Interface in com.storedobject.chart
Representation of a group of Components put together.
ComponentPart - Interface in com.storedobject.chart
Represents a part used by chart Components.
ComponentProperty - Interface in com.storedobject.chart
Represents some combined attributes/properties owned by a Component or ComponentPart.
ComponentSlot - Interface in com.storedobject.vaadin
A component container that supports slotted components.
ComposedPart - Class in com.storedobject.chart
A part whose properties can be composed of a few configuration variables.
ComposedPart(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.storedobject.chart.ComposedPart
Constructor.
CompoundField - Class in com.storedobject.vaadin
A field that always returns its value as null.
CompoundField() - Constructor for class com.storedobject.vaadin.CompoundField
Constructor.
CompoundField(Component...) - Constructor for class com.storedobject.vaadin.CompoundField
Constructor.
CompoundField(String, Component...) - Constructor for class com.storedobject.vaadin.CompoundField
Constructor.
compute(int, Id, long, long) - Method in interface com.storedobject.iot.ConsumptionCalculator
 
computeConsumption(int, long, long) - Method in class com.storedobject.iot.AbstractUnit
Computes the resource consumption for a specific unit within a given time interval.
computeConsumption(int, long, long) - Method in class com.storedobject.iot.Block
Computes the consumption of a resource over a specified time interval.
computeConsumption(TransactionManager) - Method in class com.storedobject.iot.Block
Computes the consumption for all resources retrieved as a list of Resource objects and processes them using the specified TransactionManager.
computeConsumption(TransactionManager, Resource) - Method in class com.storedobject.iot.Block
Computes the consumption of a given resource by repeatedly invoking the consumption process until the operation no longer returns 1, which indicates further processing is required.
ComputeConsumption - Class in com.storedobject.iot
 
ComputeConsumption - Class in com.storedobject.ui.iot
 
ComputeConsumption() - Constructor for class com.storedobject.ui.iot.ComputeConsumption
 
ComputeConsumption(Schedule) - Constructor for class com.storedobject.iot.ComputeConsumption
 
computed - Variable in class com.storedobject.core.AbstractComputedValue
 
ComputedDate - Class in com.storedobject.core
 
ComputedDate() - Constructor for class com.storedobject.core.ComputedDate
 
ComputedDate(long) - Constructor for class com.storedobject.core.ComputedDate
 
ComputedDate(long, boolean) - Constructor for class com.storedobject.core.ComputedDate
 
ComputedDate(ComputedDate) - Constructor for class com.storedobject.core.ComputedDate
 
ComputedDate(Date) - Constructor for class com.storedobject.core.ComputedDate
 
ComputedDate(Date, boolean) - Constructor for class com.storedobject.core.ComputedDate
 
ComputedDateField - Class in com.storedobject.ui
 
ComputedDateField() - Constructor for class com.storedobject.ui.ComputedDateField
 
ComputedDateField(ComputedDate) - Constructor for class com.storedobject.ui.ComputedDateField
 
ComputedDateField(String) - Constructor for class com.storedobject.ui.ComputedDateField
 
ComputedDateField(String, ComputedDate) - Constructor for class com.storedobject.ui.ComputedDateField
 
ComputedDouble - Class in com.storedobject.core
 
ComputedDouble() - Constructor for class com.storedobject.core.ComputedDouble
 
ComputedDouble(double) - Constructor for class com.storedobject.core.ComputedDouble
 
ComputedDouble(double, boolean) - Constructor for class com.storedobject.core.ComputedDouble
 
ComputedDouble(ComputedDouble) - Constructor for class com.storedobject.core.ComputedDouble
 
ComputedDoubleField - Class in com.storedobject.ui
 
ComputedDoubleField() - Constructor for class com.storedobject.ui.ComputedDoubleField
 
ComputedDoubleField(int) - Constructor for class com.storedobject.ui.ComputedDoubleField
 
ComputedDoubleField(ComputedDouble) - Constructor for class com.storedobject.ui.ComputedDoubleField
 
ComputedDoubleField(ComputedDouble, int) - Constructor for class com.storedobject.ui.ComputedDoubleField
 
ComputedDoubleField(Double) - Constructor for class com.storedobject.ui.ComputedDoubleField
 
ComputedDoubleField(Double, int) - Constructor for class com.storedobject.ui.ComputedDoubleField
 
ComputedDoubleField(String) - Constructor for class com.storedobject.ui.ComputedDoubleField
 
ComputedDoubleField(String, int) - Constructor for class com.storedobject.ui.ComputedDoubleField
 
ComputedDoubleField(String, ComputedDouble) - Constructor for class com.storedobject.ui.ComputedDoubleField
 
ComputedDoubleField(String, ComputedDouble, int) - Constructor for class com.storedobject.ui.ComputedDoubleField
 
ComputedDoubleField(String, ComputedDouble, int, int) - Constructor for class com.storedobject.ui.ComputedDoubleField
 
ComputedDoubleField(String, Double) - Constructor for class com.storedobject.ui.ComputedDoubleField
 
ComputedDoubleField(String, Double, int) - Constructor for class com.storedobject.ui.ComputedDoubleField
 
ComputedDoubleField(String, Double, int, int) - Constructor for class com.storedobject.ui.ComputedDoubleField
 
ComputedField<T,P> - Class in com.storedobject.ui.util
 
ComputedField(HasValue<?, P>, String, T, T) - Constructor for class com.storedobject.ui.util.ComputedField
 
ComputedInteger - Class in com.storedobject.core
 
ComputedInteger() - Constructor for class com.storedobject.core.ComputedInteger
 
ComputedInteger(int) - Constructor for class com.storedobject.core.ComputedInteger
 
ComputedInteger(int, boolean) - Constructor for class com.storedobject.core.ComputedInteger
 
ComputedInteger(ComputedInteger) - Constructor for class com.storedobject.core.ComputedInteger
 
ComputedIntegerField - Class in com.storedobject.ui
 
ComputedIntegerField() - Constructor for class com.storedobject.ui.ComputedIntegerField
 
ComputedIntegerField(int) - Constructor for class com.storedobject.ui.ComputedIntegerField
 
ComputedIntegerField(ComputedInteger) - Constructor for class com.storedobject.ui.ComputedIntegerField
 
ComputedIntegerField(ComputedInteger, int) - Constructor for class com.storedobject.ui.ComputedIntegerField
 
ComputedIntegerField(Integer) - Constructor for class com.storedobject.ui.ComputedIntegerField
 
ComputedIntegerField(Integer, int) - Constructor for class com.storedobject.ui.ComputedIntegerField
 
ComputedIntegerField(String) - Constructor for class com.storedobject.ui.ComputedIntegerField
 
ComputedIntegerField(String, int) - Constructor for class com.storedobject.ui.ComputedIntegerField
 
ComputedIntegerField(String, ComputedInteger) - Constructor for class com.storedobject.ui.ComputedIntegerField
 
ComputedIntegerField(String, ComputedInteger, int) - Constructor for class com.storedobject.ui.ComputedIntegerField
 
ComputedIntegerField(String, Integer) - Constructor for class com.storedobject.ui.ComputedIntegerField
 
ComputedIntegerField(String, Integer, int) - Constructor for class com.storedobject.ui.ComputedIntegerField
 
ComputedLong - Class in com.storedobject.core
 
ComputedLong() - Constructor for class com.storedobject.core.ComputedLong
 
ComputedLong(long) - Constructor for class com.storedobject.core.ComputedLong
 
ComputedLong(long, boolean) - Constructor for class com.storedobject.core.ComputedLong
 
ComputedLong(ComputedLong) - Constructor for class com.storedobject.core.ComputedLong
 
ComputedLongField - Class in com.storedobject.ui
 
ComputedLongField() - Constructor for class com.storedobject.ui.ComputedLongField
 
ComputedLongField(int) - Constructor for class com.storedobject.ui.ComputedLongField
 
ComputedLongField(ComputedLong) - Constructor for class com.storedobject.ui.ComputedLongField
 
ComputedLongField(ComputedLong, int) - Constructor for class com.storedobject.ui.ComputedLongField
 
ComputedLongField(Long) - Constructor for class com.storedobject.ui.ComputedLongField
 
ComputedLongField(Long, int) - Constructor for class com.storedobject.ui.ComputedLongField
 
ComputedLongField(String) - Constructor for class com.storedobject.ui.ComputedLongField
 
ComputedLongField(String, int) - Constructor for class com.storedobject.ui.ComputedLongField
 
ComputedLongField(String, ComputedLong) - Constructor for class com.storedobject.ui.ComputedLongField
 
ComputedLongField(String, ComputedLong, int) - Constructor for class com.storedobject.ui.ComputedLongField
 
ComputedLongField(String, Long) - Constructor for class com.storedobject.ui.ComputedLongField
 
ComputedLongField(String, Long, int) - Constructor for class com.storedobject.ui.ComputedLongField
 
ComputedMinute - Class in com.storedobject.core
 
ComputedMinute() - Constructor for class com.storedobject.core.ComputedMinute
 
ComputedMinute(int) - Constructor for class com.storedobject.core.ComputedMinute
 
ComputedMinute(int, boolean) - Constructor for class com.storedobject.core.ComputedMinute
 
ComputedMinute(ComputedMinute) - Constructor for class com.storedobject.core.ComputedMinute
 
ComputedMinutesField - Class in com.storedobject.ui
 
ComputedMinutesField() - Constructor for class com.storedobject.ui.ComputedMinutesField
 
ComputedMinutesField(int) - Constructor for class com.storedobject.ui.ComputedMinutesField
 
ComputedMinutesField(ComputedMinute) - Constructor for class com.storedobject.ui.ComputedMinutesField
 
ComputedMinutesField(ComputedMinute, int) - Constructor for class com.storedobject.ui.ComputedMinutesField
 
ComputedMinutesField(Integer) - Constructor for class com.storedobject.ui.ComputedMinutesField
 
ComputedMinutesField(Integer, int) - Constructor for class com.storedobject.ui.ComputedMinutesField
 
ComputedMinutesField(String) - Constructor for class com.storedobject.ui.ComputedMinutesField
 
ComputedMinutesField(String, int) - Constructor for class com.storedobject.ui.ComputedMinutesField
 
ComputedMinutesField(String, ComputedMinute) - Constructor for class com.storedobject.ui.ComputedMinutesField
 
ComputedMinutesField(String, ComputedMinute, int) - Constructor for class com.storedobject.ui.ComputedMinutesField
 
ComputedMinutesField(String, Integer) - Constructor for class com.storedobject.ui.ComputedMinutesField
 
ComputedMinutesField(String, Integer, int) - Constructor for class com.storedobject.ui.ComputedMinutesField
 
ComputedValue<T> - Interface in com.storedobject.common
 
computeLandedCost(TransactionManager) - Method in class com.storedobject.core.InventoryGRN
Compute/recompute the landed cost.
ComputeLandedCost - Class in com.storedobject.ui.inventory
 
ComputeLandedCost(InventoryGRN) - Constructor for class com.storedobject.ui.inventory.ComputeLandedCost
 
ComputeLandedCost(Application, InventoryGRN) - Constructor for class com.storedobject.ui.inventory.ComputeLandedCost
 
computeStatistics(TransactionManager) - Method in class com.storedobject.iot.Unit
 
computeTax(TransactionManager, TaxRegion) - Method in class com.storedobject.core.InventoryGRN
 
computeTax(Date, StoredObject, InventoryItem, Quantity, Money, Currency) - Method in class com.storedobject.core.TaxRegion
 
computeTax(Date, StoredObject, InventoryItemType, Quantity, Money, Currency) - Method in class com.storedobject.core.TaxRegion
 
computeTax(Date, TaxRegion, Currency) - Method in class com.storedobject.core.InventoryGRNItem
 
concat(StringList) - Method in class com.storedobject.common.StringList
Concatenate another list to this list.
concat(StringList...) - Static method in class com.storedobject.common.StringList
Concatenate an array of lists.
concat(StringList, StringList) - Static method in class com.storedobject.common.StringList
Concatenate 2 lists..
concat(InputStream, InputStream) - Static method in class com.storedobject.common.IO
Create a concatenated stream from the 2 streams.
concat(Reader, Reader) - Static method in class com.storedobject.common.IO
Create a concatenated reader from the 2 readers.
concat(String[]) - Method in class com.storedobject.common.StringList
Concatenate another list to this list.
concat(String[]...) - Static method in class com.storedobject.common.StringList
Concatenate an array of lists.
concat(String[], String[]) - Static method in class com.storedobject.common.StringUtility
Concatenate two string arrays.
concat(Collection<String>) - Method in class com.storedobject.common.StringList
Concatenate a collection to this list.
condensed() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "condensed".
condition - Variable in class com.storedobject.core.BulkDataDelete
 
Condition - Class in com.storedobject.common
 
Condition() - Constructor for class com.storedobject.common.Condition
 
cone(Distance, Distance) - Static method in class com.storedobject.core.Volume
Cone.
configure() - Method in interface com.storedobject.vaadin.HasColumns
Configure the columns.
configure(LogicalOperator) - Method in class com.storedobject.ui.GridSearchField
 
configure(LogicalOperator) - Method in interface com.storedobject.ui.util.ViewFilterSupport
 
configure(StockMovementReport) - Method in class com.storedobject.ui.inventory.StockMovementReport
 
configure(StockReport) - Method in class com.storedobject.ui.inventory.StockReport
 
configure(StockReportExcel) - Method in class com.storedobject.ui.inventory.StockReport
 
configure(String...) - Method in class com.storedobject.ui.GridSearchField
 
configure(String...) - Method in class com.storedobject.ui.ObjectListGrid
 
configure(String...) - Method in interface com.storedobject.ui.util.ViewFilterSupport
 
configure(Function<T, String>) - Method in class com.storedobject.ui.GridSearchField
 
configure(Function<T, String>) - Method in interface com.storedobject.ui.util.ViewFilterSupport
 
configureAttribute(String, Function<T, ?>) - Method in class com.storedobject.pdf.PDF.ObjectFormTable
Configure the given attribute to use the supplied function for obtaining its values instead of the method of the object's class.
configureAttribute(String, Function<T, ?>) - Method in class com.storedobject.pdf.PDF.ObjectTable
Configure the given attribute to use the supplied function for obtaining its values instead of the method of the object's class.
configureMatch(BiFunction<T, String[], Boolean>) - Method in class com.storedobject.ui.GridSearchField
 
configureMatch(BiFunction<T, String[], Boolean>) - Method in interface com.storedobject.ui.util.ViewFilterSupport
 
configurePage(AppShellSettings) - Method in class com.storedobject.ui.ApplicationView
 
confirm(String) - Static method in class com.storedobject.core.ConsoleMenu
 
confirm(String, String) - Static method in class com.storedobject.core.ConsoleMenu
 
ConfirmButton - Class in com.storedobject.vaadin
A confirm button is a button whose "click handler" will be invoked only after a further confirmation obtained from the user.
ConfirmButton(Component, ClickHandler) - Constructor for class com.storedobject.vaadin.ConfirmButton
Constructor.
ConfirmButton(Component, ClickHandler, String) - Constructor for class com.storedobject.vaadin.ConfirmButton
Constructor.
ConfirmButton(VaadinIcon, ClickHandler) - Constructor for class com.storedobject.vaadin.ConfirmButton
Constructor.
ConfirmButton(VaadinIcon, ClickHandler, String) - Constructor for class com.storedobject.vaadin.ConfirmButton
Constructor.
ConfirmButton(String, ClickHandler) - Constructor for class com.storedobject.vaadin.ConfirmButton
Constructor.
ConfirmButton(String, ClickHandler, String) - Constructor for class com.storedobject.vaadin.ConfirmButton
Constructor.
ConfirmButton(String, Component, ClickHandler) - Constructor for class com.storedobject.vaadin.ConfirmButton
Constructor.
ConfirmButton(String, Component, ClickHandler, String) - Constructor for class com.storedobject.vaadin.ConfirmButton
Constructor.
ConfirmButton(String, VaadinIcon, ClickHandler) - Constructor for class com.storedobject.vaadin.ConfirmButton
Constructor.
ConfirmButton(String, VaadinIcon, ClickHandler, String) - Constructor for class com.storedobject.vaadin.ConfirmButton
Constructor.
ConfirmButton(String, String, ClickHandler) - Constructor for class com.storedobject.vaadin.ConfirmButton
Constructor.
ConfirmButton(String, String, ClickHandler, String) - Constructor for class com.storedobject.vaadin.ConfirmButton
Constructor.
connect() - Method in class com.storedobject.iot.MQTT
 
connect(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
Connect fields so that a change in any of it is propagated to others within that connected group.
connect(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractForm
Connect fields so that a change in any of it is propagated to others within that connected group.
connect(InputStream, OutputStream) - Static method in class com.storedobject.common.IO
Connect an input stream to an output stream so that the output stream is closed when the input stream is closed.
connect(OutputStream, InputStream) - Static method in class com.storedobject.common.IO
Connect an output stream to an input stream so that the input stream is closed when the output stream is closed.
connect(String...) - Method in class com.storedobject.vaadin.AbstractDataForm
Connect fields so that a change in any of it is propagated to others within that connected group.
connect(String...) - Method in class com.storedobject.vaadin.AbstractForm
Connect fields so that a change in any of it is propagated to others within that connected group.
connect(Collection<HasValue<?, ?>>) - Method in class com.storedobject.vaadin.AbstractDataForm
Connect fields so that a change in any of it is propagated to others within that connected group.
connect(Collection<HasValue<?, ?>>) - Method in class com.storedobject.vaadin.AbstractForm
Connect fields so that a change in any of it is propagated to others within that connected group.
connect(Collection<HasValue<?, ?>>) - Method in class com.storedobject.vaadin.util.Data
Connect a collection of fields so that their values will be updated whenever any of the field value is changed.
connectionLost() - Method in interface com.storedobject.core.SQLNullConnectionHandler
 
connectionProperties - Static variable in class com.storedobject.core.SQLConnector
The connection properties used to connect to the database via JDBC driver.
connectionString - Static variable in class com.storedobject.core.SQLConnector
The connection string used to connect via the JDBC driver.
ConnectorLogic - Class in com.storedobject.core
 
ConnectorLogic() - Constructor for class com.storedobject.core.ConnectorLogic
 
connectWith(Node) - Method in class com.storedobject.chart.Node
 
consider() - Method in interface com.storedobject.common.ComputedValue
 
consider(boolean) - Method in interface com.storedobject.common.ComputedValue
 
Consignment - Class in com.storedobject.core
 
Consignment() - Constructor for class com.storedobject.core.Consignment
 
Consignment(StoredObject) - Constructor for class com.storedobject.core.Consignment
 
ConsignmentItem - Class in com.storedobject.core
 
ConsignmentItem() - Constructor for class com.storedobject.core.ConsignmentItem
 
ConsignmentPacket - Class in com.storedobject.core
 
ConsignmentPacket() - Constructor for class com.storedobject.core.ConsignmentPacket
 
ConsoleMenu - Class in com.storedobject.core
 
ConsoleMenu() - Constructor for class com.storedobject.core.ConsoleMenu
 
construct(Class<T>, Class<?>[], Object[]) - Static method in class com.storedobject.core.Utility
Construct an instance of an object by creating a Constructor that matches best with the parameters passed.
constructColumn(String, Grid<T>, Renderer<T>, ValueProvider<T, Comparable>, Comparator<T>) - Method in class com.storedobject.vaadin.HasColumns.SOGrid
This is where the column is finally constructed.
constructed() - Method in class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
constructed() - Method in class com.storedobject.ui.inventory.AbstractRequestMaterial
 
constructed() - Method in class com.storedobject.ui.inventory.LocateItem
 
constructed() - Method in class com.storedobject.ui.inventory.LocationMonitoring
 
constructed() - Method in class com.storedobject.vaadin.AbstractForm
This method is invoked when the "fields" are created and the form is ready to display.
constructed() - Method in interface com.storedobject.vaadin.HasColumns
This method is invoked once all the columns are built and the grid is ready to display.
constructed() - Method in class com.storedobject.vaadin.ObjectForm
 
constructed(Object) - Method in interface com.storedobject.vaadin.ConstructedListener
This method will be invoked when the UI part of the class instance is constructed.
ConstructedListener - Interface in com.storedobject.vaadin
A listener that can be added to classes such as AbstractDataForm, HasColumns etc.
constructField(String) - Method in class com.storedobject.vaadin.AbstractDataEditor
Construct a field for the given field name.
constructObjectEditor() - Method in class com.storedobject.ui.AbstractLinkGrid
 
constructObjectEditor() - Method in class com.storedobject.ui.EditableObjectGrid
 
constructObjectEditor() - Method in interface com.storedobject.ui.LinkGrid
 
constructObjectEditor() - Method in class com.storedobject.ui.ObjectBrowser
 
consume(InventoryItem, Quantity, String) - Method in class com.storedobject.core.InventoryTransaction
Consume an item.
consume(InventoryItem, String) - Method in class com.storedobject.core.InventoryTransaction
Consume an item.
consumes(int) - Method in class com.storedobject.iot.AbstractUnit
Determines whether the unit consumes a specified resource.
consumes(int) - Method in class com.storedobject.iot.Block
 
consumes(Resource) - Method in class com.storedobject.iot.AbstractUnit
Determines whether the unit consumes a specified resource.
consumeWhile(Predicate<O>, Consumer<O>) - Method in class com.storedobject.core.ObjectIterator
Consume objects while a given predicate is true.
consumption() - Method in record class com.storedobject.ui.iot.ConsumptionList.Entry
Returns the value of the consumption record component.
Consumption - Class in com.storedobject.iot
Represents consumption data associated with a specific resource, item, and a time period.
Consumption() - Constructor for class com.storedobject.iot.Consumption
Default constructor for the Consumption class.
Consumption4Unit<C> - Record Class in com.storedobject.ui.iot
 
Consumption4Unit(Class<C>, Resource, AbstractUnit, int, int) - Constructor for record class com.storedobject.ui.iot.Consumption4Unit
Creates an instance of a Consumption4Unit record class.
ConsumptionCalculator - Interface in com.storedobject.iot
 
consumptionClass() - Method in record class com.storedobject.ui.iot.Consumption4Unit
Returns the value of the consumptionClass record component.
ConsumptionDashboard - Class in com.storedobject.ui.iot
 
ConsumptionDashboard(GUI, Resource) - Constructor for class com.storedobject.ui.iot.ConsumptionDashboard
 
ConsumptionList - Class in com.storedobject.ui.iot
 
ConsumptionList(Resource, Block, int, int, int) - Constructor for class com.storedobject.ui.iot.ConsumptionList
 
ConsumptionList(Resource, Block, int, int, int, int) - Constructor for class com.storedobject.ui.iot.ConsumptionList
 
ConsumptionList.Entry - Record Class in com.storedobject.ui.iot
 
ConsumptionReturn - Class in com.storedobject.ui.inventory
Return items from a consumption location (return balance quantity after consumption).
ConsumptionReturn() - Constructor for class com.storedobject.ui.inventory.ConsumptionReturn
 
ConsumptionReturn(InventoryStore) - Constructor for class com.storedobject.ui.inventory.ConsumptionReturn
 
ConsumptionReturn(InventoryStoreBin) - Constructor for class com.storedobject.ui.inventory.ConsumptionReturn
 
ConsumptionReturn(InventoryStoreBin, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.ConsumptionReturn
 
ConsumptionReturn(InventoryStore, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.ConsumptionReturn
 
ConsumptionReturn(String) - Constructor for class com.storedobject.ui.inventory.ConsumptionReturn
 
Contact - Class in com.storedobject.core
 
Contact() - Constructor for class com.storedobject.core.Contact
 
Contact(Id, String) - Constructor for class com.storedobject.core.Contact
 
ContactData - Class in com.storedobject.ui.util
 
ContactData(List<ContactType>) - Constructor for class com.storedobject.ui.util.ContactData
 
ContactGroupingCode - Class in com.storedobject.core
 
ContactGroupingCode() - Constructor for class com.storedobject.core.ContactGroupingCode
 
ContactType - Class in com.storedobject.core
 
ContactType() - Constructor for class com.storedobject.core.ContactType
 
container - Variable in class com.storedobject.vaadin.AbstractForm
The field container of the form.
contains(Id) - Method in class com.storedobject.core.IdBuffer
 
contains(Id) - Method in class com.storedobject.core.ObjectCache
 
contains(Unit) - Method in class com.storedobject.ui.iot.GUI
Checks if the specified unit is present in the collection of units.
contains(Object) - Method in class com.storedobject.common.Array
 
contains(Object) - Method in class com.storedobject.common.StringList
 
contains(Object) - Method in interface com.storedobject.core.EditableList
Check whether the given item is in this list or not.
contains(Object) - Method in class com.storedobject.core.MemoryCache
 
contains(Object) - Method in class com.storedobject.core.ObjectCacheList
 
contains(Object) - Method in class com.storedobject.core.StoredObjectLink.Copy
 
contains(Object) - Method in class com.storedobject.ui.util.ContactData
 
contains(Object) - Method in class com.storedobject.ui.util.ExtraInfoValue
 
contains(Object) - Method in class com.storedobject.ui.util.StreamAttachmentData
 
contains(Object) - Method in class com.storedobject.vaadin.DataList
 
contains(Object) - Method in class com.storedobject.vaadin.ListGrid
 
contains(String) - Method in class com.storedobject.common.StringList
Check whether this list contains the given element or not.
contains(String, int) - Method in class com.storedobject.common.StringList
Check whether this list contains the given element or not.
contains(String, int, int) - Method in class com.storedobject.common.StringList
Check whether this list contains the given element or not.
contains(Predicate<String>) - Method in class com.storedobject.common.StringList
Check whether this list contains any element that matches a given predicate or not.
contains(Predicate<String>, int) - Method in class com.storedobject.common.StringList
Check whether this list contains any element that matches a given predicate or not.
contains(Predicate<String>, int, int) - Method in class com.storedobject.common.StringList
Check whether this list contains any element that matches a given predicate or not.
contains(T) - Method in class com.storedobject.core.ObjectCache
 
contains(T) - Method in class com.storedobject.ui.ObjectForestProvider
 
contains(T) - Method in class com.storedobject.ui.ObjectListProvider
 
contains(T) - Method in class com.storedobject.ui.ObjectTreeProvider
 
contains(T) - Method in class com.storedobject.ui.ReferenceLinkGrid
 
containsAll(Collection<?>) - Method in class com.storedobject.common.Array
 
containsAll(Collection<?>) - Method in class com.storedobject.common.StringList
 
containsAll(Collection<?>) - Method in class com.storedobject.core.MemoryCache
 
containsAll(Collection<?>) - Method in class com.storedobject.core.ObjectCacheList
 
containsAll(Collection<?>) - Method in class com.storedobject.vaadin.DataList
 
containsAll(Collection<?>) - Method in class com.storedobject.vaadin.ListGrid
 
containsKey(Object) - Method in class com.storedobject.core.JSONMap
 
containsKey(String) - Method in class com.storedobject.common.JSON
Check if this contains the given key or not.
containsValue(Object) - Method in class com.storedobject.core.JSONMap
 
contemporary(StoredObject) - Method in class com.storedobject.core.StoredObject
Get the contemporary version of this instance with respect to another object instance.
Content - Class in com.storedobject.ui
Content coming from an InputStream that can be viewed or downloaded (via Device.view(String, ContentProducer) or Device.download(ContentProducer)).
Content(InputStream, String, String) - Constructor for class com.storedobject.ui.Content
Constructor.
CONTENT_DISPOSITION - Static variable in class com.storedobject.ui.util.DownloadStream
 
ContentGenerator - Class in com.storedobject.ui.util
 
ContentGenerator - Interface in com.storedobject.common
Anything that generates some sort of "content".
ContentGenerator(Application, ContentProducer, boolean, String, Consumer<AbstractContentGenerator>, Consumer<Long>, Runnable, boolean, Component...) - Constructor for class com.storedobject.ui.util.ContentGenerator
 
ContentGenerator(Application, ContentProducer, String, Consumer<AbstractContentGenerator>, Consumer<Long>, Runnable, boolean, Component...) - Constructor for class com.storedobject.ui.util.ContentGenerator
 
ContentProducer - Interface in com.storedobject.core
 
ContentSearch - Interface in com.storedobject.common
An interface that helps search for value(s) using a string pattern.
contentType(String) - Method in class com.storedobject.common.HTTP2.Builder
Sets the "Content-Type" header for the request.
ContentType - Interface in com.storedobject.core
 
contentTypeForm() - Method in class com.storedobject.common.HTTP2.Builder
Sets the Content-Type header to "application/x-www-form-urlencoded; charset=UTF-8".
contentTypeJSON() - Method in class com.storedobject.common.HTTP2.Builder
Sets the Content-Type header to "application/json" and the Accept header to "application/json; charset=UTF-8".
contentTypeXML() - Method in class com.storedobject.common.HTTP2.Builder
Sets the "Content-Type" header to "application/xml" and the "Accept" header to "application/xml; charset=UTF-8" for the current request.
ContentWithHeader - Class in com.storedobject.vaadin
A simple layout with a "header" portion and a scrollable "body" portion.
ContentWithHeader() - Constructor for class com.storedobject.vaadin.ContentWithHeader
Constructor.
ContentWithHeader(Component, Component) - Constructor for class com.storedobject.vaadin.ContentWithHeader
Constructor.
CONTRAST - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
Contrast.
Controller - Class in com.storedobject.iot
 
Controller(Schedule) - Constructor for class com.storedobject.iot.Controller
 
ControlSchedule - Class in com.storedobject.iot
 
ControlSchedule() - Constructor for class com.storedobject.iot.ControlSchedule
 
ControlScheduleEditor - Class in com.storedobject.ui.iot
 
ControlScheduleEditor() - Constructor for class com.storedobject.ui.iot.ControlScheduleEditor
 
ControlScheduleEditor(String) - Constructor for class com.storedobject.ui.iot.ControlScheduleEditor
 
convert(int) - Method in class com.storedobject.common.IDAddress
 
convert(int) - Method in class com.storedobject.common.INAddress
 
convert(int) - Method in class com.storedobject.common.MYAddress
 
convert(int) - Method in class com.storedobject.common.SGAddress
 
convert(MeasurementUnit) - Method in class com.storedobject.core.Count
 
convert(MeasurementUnit) - Method in class com.storedobject.core.FractionalCount
 
convert(MeasurementUnit) - Method in class com.storedobject.core.Quantity
Convert the quantity to another unit.
convert(MeasurementUnit) - Method in class com.storedobject.core.Temperature
 
convert(MeasurementUnit, int) - Method in class com.storedobject.core.Quantity
Convert the quantity to another unit rounded to the given number of decimals.
convert(ObjectConverter<O, TO>) - Method in class com.storedobject.core.ObjectIterator
Convert this iterator to another type.
convert(Rate, Currency) - Method in class com.storedobject.core.Money
Divide the amount with an "exchange rate" to convert it into another currency value.
convert(StoredObject) - Method in interface com.storedobject.ui.ObjectGridData
 
convert(StoredObject) - Method in interface com.storedobject.ui.util.AbstractObjectInput
Convert a raw object to the type that is accepted.
convert(ClickHandler) - Static method in interface com.storedobject.vaadin.ClickHandler
Convert a Click Handler to a ComponentEventListener.
convert(FROM) - Method in interface com.storedobject.core.ObjectConverter
Convert method.
convert(Object) - Method in class com.storedobject.core.converter.BoolValueConverter
 
convert(Object) - Method in class com.storedobject.core.converter.ChoiceValueConverter
 
convert(Object) - Method in class com.storedobject.core.converter.DateValueConverter
 
convert(Object) - Method in class com.storedobject.core.converter.DaysValueConverter
 
convert(Object) - Method in class com.storedobject.core.converter.DecimalNumberValueConverter
 
convert(Object) - Method in class com.storedobject.core.converter.DoubleValueConverter
 
convert(Object) - Method in class com.storedobject.core.converter.GeolocationValueConverter
 
convert(Object) - Method in class com.storedobject.core.converter.IntegerValueConverter
 
convert(Object) - Method in class com.storedobject.core.converter.LongValueConverter
 
convert(Object) - Method in class com.storedobject.core.converter.MinutesValueConverter
 
convert(Object) - Method in class com.storedobject.core.converter.MoneyValueConverter
 
convert(Object) - Method in class com.storedobject.core.converter.ObjectValueConverter
 
convert(Object) - Method in class com.storedobject.core.converter.QuantityValueConverter
 
convert(Object) - Method in class com.storedobject.core.converter.RateValueConverter
 
convert(Object) - Method in class com.storedobject.core.converter.SecondsValueConverter
 
convert(Object) - Method in class com.storedobject.core.converter.ValueConverter
 
convert(Currency) - Method in class com.storedobject.core.Money
Convert this monetary value to another currency (by applying the average rate).
convert(Q) - Method in class com.storedobject.core.Quantity
Convert the quantity to another unit.
convert(Q, int) - Method in class com.storedobject.core.Quantity
Convert the quantity to another unit.
convertCell(String, Class<?>) - Method in class com.storedobject.ui.common.ExcelDataUpload
Convert the value corresponding to a cell name variable defined via ExcelDataUpload.defineCell(String, String).
convertData(int, Class<?>) - Method in class com.storedobject.ui.common.ExcelDataUpload
Convert data to another type.
convertData(int, Class<?>, boolean, boolean) - Method in class com.storedobject.ui.common.ExcelDataUpload
Convert data to another type.
convertDataToChoice(int, Class<? extends StoredObject>, String) - Method in class com.storedobject.ui.common.ExcelDataUpload
Convert data to 'choice value'.
convertDataToChoice(int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.ui.common.ExcelDataUpload
Convert data to 'choice value'.
ConvertedIterable<FROM,TO> - Class in com.storedobject.common
 
ConvertedIterable(Iterable<FROM>, Function<FROM, TO>) - Constructor for class com.storedobject.common.ConvertedIterable
 
convertObject(Object, Class<T>) - Method in class com.storedobject.ui.common.ExcelDataUpload
Converts the given value to an object.
convertToPDF(InputStream, OutputStream, PDFProperties) - Static method in class com.storedobject.office.od.Office
 
convertValue(MeasurementUnit) - Method in class com.storedobject.core.Quantity
Get the value of this quantity if converted to the given unit.
convertValue(Object) - Method in class com.storedobject.iot.ValueDefinition
 
convertValue(Object) - Method in class com.storedobject.iot.ValueLimit
 
convertValue(Object, int) - Method in class com.storedobject.ui.QueryGrid
Convert the value for a given column for displaying it on the grid.
convertValue(Object, Class<O>) - Method in class com.storedobject.ui.common.ExcelDataUpload
Convert a given value to a specific type.
convertValue(Object, X, String) - Method in class com.storedobject.ui.XGrid
 
CoordinateSystem - Class in com.storedobject.chart
Abstract coordinate system.
CoordinateSystem() - Constructor for class com.storedobject.chart.CoordinateSystem
 
CoordinateSystemZoom - Class in com.storedobject.chart
Represents "data zoom" component that works inside a coordinate system.
CoordinateSystemZoom(CoordinateSystem, Axis...) - Constructor for class com.storedobject.chart.CoordinateSystemZoom
Constructor.
copy - Variable in class com.storedobject.ui.inventory.DefineAssembly
 
copy() - Method in class com.storedobject.common.XML
Creates a new XML object with the same content as the current object.
copy() - Method in class com.storedobject.core.StoredObject
Return a copy of this instance.
copy() - Method in interface com.storedobject.core.StoredObjectLink
 
copy(Address) - Method in class com.storedobject.common.Address
Copy details from the given address.
copy(StoredObject) - Method in class com.storedobject.core.StoredObject
Copy the given object instance to this instance.
copy(InputStream, OutputStream) - Static method in class com.storedobject.common.IO
Copy one stream to another.
copy(InputStream, OutputStream, boolean) - Static method in class com.storedobject.common.IO
Copy one stream to another
copy(InputStream, OutputStream, int) - Static method in class com.storedobject.common.IO
Copy one stream to another.
copy(InputStream, OutputStream, int, boolean) - Static method in class com.storedobject.common.IO
Copy one stream to another
copy(Reader, Writer) - Static method in class com.storedobject.common.IO
Copy from reader to writer.
copy(Reader, Writer, boolean) - Static method in class com.storedobject.common.IO
Copy from reader to writer.
copy(Object[]) - Static method in class com.storedobject.common.StringUtility
Get a duplicate string array copy of the array passed.
Copy_Not_Supported - Exception Class in com.storedobject.core
 
Copy_Not_Supported() - Constructor for exception class com.storedobject.core.Copy_Not_Supported
 
copyTo(int, int, String[]) - Method in class com.storedobject.common.StringList
Copy the elements of this list to a buffer.
copyTo(int, int, String[], int) - Method in class com.storedobject.common.StringList
Copy the elements of this list to a buffer.
copyTo(int, String[]) - Method in class com.storedobject.common.StringList
Copy the elements of this list to a buffer.
copyTo(int, String[], int, int) - Method in class com.storedobject.common.StringList
Copy the elements of this list to a buffer.
copyTo(Iterable<T>, O[], Function<T, O>) - Static method in class com.storedobject.core.Utility
Copies elements from an iterable to an array using a provided converter function.
copyTo(String[]) - Method in class com.storedobject.common.StringList
Copy the elements of this list to a buffer.
copyTo(String[], int) - Method in class com.storedobject.common.StringList
Copy the elements of this list to a buffer.
copyTo(String[], int, int) - Method in class com.storedobject.common.StringList
Copy the elements of this list to a buffer.
copyValuesFrom(Detail) - Method in interface com.storedobject.core.Detail
Copy the attribute values from another instance.
correctUnitPrice(DBTransaction, Money) - Method in class com.storedobject.core.InventoryPOItem
 
correctUoM(TransactionManager, MeasurementUnit, MeasurementUnit) - Method in class com.storedobject.core.InventoryItemType
 
CorrectUOM - Class in com.storedobject.ui.inventory
 
CorrectUOM() - Constructor for class com.storedobject.ui.inventory.CorrectUOM
 
cost() - Method in record class com.storedobject.core.QuantityWithCost
Returns the value of the cost record component.
count - Variable in class com.storedobject.ui.util.ApplicationFrame.EntitySelector
 
count() - Method in class com.storedobject.core.ObjectIterator
Get the count.
count() - Method in class com.storedobject.core.QueryBuilder
Counts the number of records that match the query constructed using the current configurations of the QueryBuilder.
count(Transaction, Class<? extends StoredObject>, String) - Static method in class com.storedobject.core.StoredObject
Count the number of instances for the given set of parameters.
count(Transaction, Class<? extends StoredObject>, String, boolean) - Static method in class com.storedobject.core.StoredObject
Count the number of instances for the given set of parameters.
count(Class<? extends StoredObject>) - Static method in class com.storedobject.core.StoredObject
Count the number of instances for the given set of parameters.
count(Class<? extends StoredObject>, boolean) - Static method in class com.storedobject.core.StoredObject
Count the number of instances for the given set of parameters.
count(Class<? extends StoredObject>, String) - Static method in class com.storedobject.core.StoredObject
Count the number of instances for the given set of parameters.
count(Class<? extends StoredObject>, String, boolean) - Static method in class com.storedobject.core.StoredObject
Count the number of instances for the given set of parameters.
count(Predicate<? super O>) - Method in class com.storedobject.core.ObjectIterator
Get the count after applying a filter.
Count - Class in com.storedobject.core
 
Count() - Constructor for class com.storedobject.core.Count
 
Count(long) - Constructor for class com.storedobject.core.Count
 
Count(long, MeasurementUnit) - Constructor for class com.storedobject.core.Count
 
Count(long, String) - Constructor for class com.storedobject.core.Count
 
Count(BigDecimal) - Constructor for class com.storedobject.core.Count
 
Count(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.Count
 
Count(BigInteger) - Constructor for class com.storedobject.core.Count
 
Count(BigInteger, MeasurementUnit) - Constructor for class com.storedobject.core.Count
 
Count(BigInteger, String) - Constructor for class com.storedobject.core.Count
 
countBits(long) - Static method in class com.storedobject.common.MathUtility
 
countDown(int) - Method in class com.storedobject.vaadin.TimerComponent
Count down.
CountField - Class in com.storedobject.ui
 
CountField() - Constructor for class com.storedobject.ui.CountField
 
CountField(int) - Constructor for class com.storedobject.ui.CountField
 
CountField(int, int) - Constructor for class com.storedobject.ui.CountField
 
CountField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.CountField
 
CountField(int, int, String) - Constructor for class com.storedobject.ui.CountField
 
CountField(String) - Constructor for class com.storedobject.ui.CountField
 
CountField(String, int) - Constructor for class com.storedobject.ui.CountField
 
CountField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.CountField
 
CountField(String, int, int, String) - Constructor for class com.storedobject.ui.CountField
 
CountField(String, int, String) - Constructor for class com.storedobject.ui.CountField
 
CountField(String, String) - Constructor for class com.storedobject.ui.CountField
 
countLinks(int, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
countLinks(int, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(int, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
countLinks(int, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
countLinks(int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
countLinks(int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(Id) - Method in class com.storedobject.core.QueryBuilder
Counts the number of links associated with the given parent object.
countLinks(Id, int) - Method in class com.storedobject.core.QueryBuilder
Counts the number of links of a specified type for a given parent object.
countLinks(StoredObject) - Method in class com.storedobject.core.QueryBuilder
Counts the number of links associated with the given parent object.
countLinks(StoredObject, int) - Method in class com.storedobject.core.QueryBuilder
Counts the number of links of a specified type for a given parent object.
countLinks(Transaction, int, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
countLinks(Transaction, int, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(Transaction, int, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
countLinks(Transaction, int, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(Transaction, int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
countLinks(Transaction, int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(Transaction, int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
countLinks(Transaction, int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(Transaction, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
countLinks(Transaction, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(Transaction, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
countLinks(Transaction, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(Transaction, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
countLinks(Transaction, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(Transaction, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
countLinks(Transaction, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(Transaction, String, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
countLinks(Transaction, String, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(Transaction, String, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
countLinks(Transaction, String, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(Transaction, String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
countLinks(Transaction, String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(Transaction, String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
countLinks(Transaction, String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
countLinks(Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given parameter.
countLinks(Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
countLinks(Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
countLinks(Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
countLinks(Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(String, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
countLinks(String, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(String, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
countLinks(String, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
countLinks(String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countLinks(String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
countLinks(String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Count the links of this instance for the given set of parameters.
countMasters(int, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
countMasters(int, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(int, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
countMasters(int, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
countMasters(int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
countMasters(int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Id) - Method in class com.storedobject.core.QueryBuilder
Counts the number of master objects associated with the given link.
countMasters(Id, int) - Method in class com.storedobject.core.QueryBuilder
Counts the number of master objects associated with a given link and link type.
countMasters(StoredObject) - Method in class com.storedobject.core.QueryBuilder
Counts the number of master objects associated with the given link.
countMasters(StoredObject, int) - Method in class com.storedobject.core.QueryBuilder
Counts the number of master objects associated with a given link and link type.
countMasters(Transaction, int, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
countMasters(Transaction, int, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Transaction, int, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
countMasters(Transaction, int, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Transaction, int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
countMasters(Transaction, int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Transaction, int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
countMasters(Transaction, int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Transaction, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
countMasters(Transaction, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Transaction, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
countMasters(Transaction, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Transaction, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
countMasters(Transaction, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Transaction, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
countMasters(Transaction, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Transaction, String, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
countMasters(Transaction, String, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Transaction, String, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
countMasters(Transaction, String, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Transaction, String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
countMasters(Transaction, String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Transaction, String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
countMasters(Transaction, String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
countMasters(Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
countMasters(Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
countMasters(Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
countMasters(Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(String, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
countMasters(String, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(String, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
countMasters(String, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
countMasters(String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
countMasters(String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
countMasters(String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, count the masters for which this instance is a link.
Country - Class in com.storedobject.common
Representation of a Country.
CountryField - Class in com.storedobject.ui
Field to accept a country's ISO code (2 characters) as a value.
CountryField() - Constructor for class com.storedobject.ui.CountryField
Constructor.
CountryField(String) - Constructor for class com.storedobject.ui.CountryField
Constructor.
countUp(int) - Method in class com.storedobject.vaadin.TimerComponent
Count up.
COURIER - Enum constant in enum class com.storedobject.pdf.PDFFont.FontFamily
 
CRAMField - Class in com.storedobject.ui
CRAM (Challenge Response Authentication Mechanism) field.
CRAMField() - Constructor for class com.storedobject.ui.CRAMField
Constructor.
create() - Static method in class com.storedobject.common.DateUtility
Create and return Date instance for the current date
create() - Static method in class com.storedobject.common.JSON
Create a blank JSON.
create() - Static method in class com.storedobject.core.DatePeriod
 
create() - Static method in class com.storedobject.core.ObjectIterator
Create an empty iterator.
create() - Static method in interface com.storedobject.mail.QuickSender
Creates an instance of QuickSender by loading the class associated with the "application.quick.mail" property.
create() - Static method in interface com.storedobject.sms.QuickSender
Creates an instance of QuickSender by loading the class associated with the "application.quick.sms" property.
create(double) - Static method in class com.storedobject.chart.Font.Stretch
Create stretch with the give percentage.
create(double, double, double) - Static method in class com.storedobject.chart.FunctionData
Create a FunctionData that generates a sequence of double values as its output.
create(double, MeasurementUnit) - Static method in class com.storedobject.core.Quantity
 
create(double, Class<Q>) - Static method in class com.storedobject.core.Quantity
 
create(double, Class<Q>, String) - Static method in class com.storedobject.core.Quantity
 
create(int) - Static method in class com.storedobject.common.DateUtility
Get date corresponding to a particular date value in a year
create(int...) - Static method in class com.storedobject.ui.inventory.LocationField
Create a location field.
create(int, int) - Static method in class com.storedobject.chart.FunctionData
Create a FunctionData that generates a sequence of integer equivalents as its output.
create(int, int, int) - Static method in class com.storedobject.chart.FunctionData
Create a FunctionData that generates a sequence of integer equivalents as its output.
create(int, int, int) - Static method in class com.storedobject.common.DateUtility
Create a Date instance for the specified day, month and year
create(AbstractDataProvider<T>, ToDoubleFunction<T>) - Static method in class com.storedobject.chart.FunctionData
Create a FunctionData that generates values by converting a stream of another set of values.
create(DataType, BiFunction<T, Integer, D>) - Method in interface com.storedobject.chart.AbstractDataProvider
Create another data set by applying a mapping function to this data set.
create(DataType, Function<T, D>) - Method in interface com.storedobject.chart.AbstractDataProvider
Create another data set by applying a mapping function to this data set.
create(Country) - Static method in class com.storedobject.common.Address
Create a blank country specific address.
create(StringList...) - Static method in class com.storedobject.common.StringList
Create a string list by concatenating one or more lists.
create(Device, Properties) - Static method in class com.storedobject.core.TransactionManager
 
create(Id) - Static method in class com.storedobject.core.AuditTrail
Create audit trail for the given transaction ID.
create(InventoryLocation) - Static method in class com.storedobject.ui.inventory.LocationField
Create a location field for a given location.
create(MeasurementUnit) - Static method in class com.storedobject.core.Quantity
 
create(ObjectIterator<FROM>, ObjectConverter<FROM, TO>) - Static method in class com.storedobject.core.ObjectIterator
Create an iterator from the given iterator with conversion.
create(StoredObject) - Static method in class com.storedobject.core.AuditTrail
Create audit trail for the given instance.
create(StoredObjectUtility.Link<O>, StoredObject) - Static method in interface com.storedobject.core.StoredObjectLink
 
create(TransactionManager) - Static method in class com.storedobject.core.OffsetAccount
 
create(TransactionManager, SystemEntity) - Static method in class com.storedobject.core.OffsetAccount
 
create(TransactionManager, SystemEntity, SystemEntity) - Static method in class com.storedobject.core.BranchAccount
 
create(TransactionManager, Class<? extends Unit>) - Static method in class com.storedobject.iot.UnitItemType
 
create(TransactionManager, Class<? extends Unit>) - Static method in class com.storedobject.iot.UnitType
 
create(TransactionManager, String) - Static method in class com.storedobject.core.TransactionType
 
create(Data) - Static method in class com.storedobject.iot.AQI
 
create(ObjectEditor<?>) - Static method in class com.storedobject.ui.PrintButton
Create a "print button" for object editor.
create(ObjectGrid<?>) - Static method in class com.storedobject.ui.PrintButton
Create a "print button" for object grid.
create(ObjectInput<O>) - Static method in class com.storedobject.ui.ObjectEditor
Create an editor for the purpose of embedding an object field.
create(ExecutableView, String, Runnable) - Static method in class com.storedobject.vaadin.MenuItem
Create a menu item for a View.
create(HasColumns<T>) - Method in class com.storedobject.ui.util.SOColumnCreator
 
create(HasColumns<T>) - Method in interface com.storedobject.vaadin.ObjectColumnCreator
Create a "column creator" for the given grid.
create(ObjectForm<T>) - Method in class com.storedobject.ui.util.SOFieldCreator
 
create(ObjectForm<T>) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
Create an instance of this interface for a particular "form".
create(D) - Static method in class com.storedobject.common.DateUtility
Get an java.sql.Date corresponding to a given java.util.Date
create(Image) - Static method in class com.storedobject.common.Barcode
Create a bar code from an image.
create(LineNumberReader) - Static method in class com.storedobject.core.StoredObject
Create an instance from the given reader.
create(Class<? extends StoredObject>, Iterable<String>) - Static method in class com.storedobject.core.ReportDefinition
 
create(Class<? extends StoredObject>, String...) - Static method in class com.storedobject.core.ReportDefinition
 
create(Class<? extends StoredObject>, Supplier<StoredObject>) - Static method in class com.storedobject.ui.PrintButton
Create a "print button" for object supplier.
create(Class<? extends Data>, String) - Static method in interface com.storedobject.iot.ConsumptionCalculator
 
create(Class<I>) - Static method in interface com.storedobject.ui.inventory.ItemInput
A helper method to create an instance of the ItemInput field based on the properties of the item's class.
create(Class<I>, boolean) - Static method in interface com.storedobject.ui.inventory.ItemInput
A helper method to create an instance of the ItemInput field based on the properties of the item's class.
create(Class<O>) - Static method in class com.storedobject.ui.ObjectBrowser
 
create(Class<O>) - Static method in class com.storedobject.ui.ObjectBrowserEditor
 
create(Class<O>) - Static method in class com.storedobject.ui.ObjectBrowserViewer
 
create(Class<O>) - Static method in class com.storedobject.ui.ObjectEditor
Create an instance of the editor from the parameters passed.
create(Class<O>) - Static method in class com.storedobject.ui.ObjectTreeBrowser
 
create(Class<O>) - Static method in class com.storedobject.ui.ObjectTreeViewer
 
create(Class<O>, boolean, String) - Static method in class com.storedobject.ui.ObjectForestViewer
 
create(Class<O>, int) - Static method in class com.storedobject.ui.ObjectBrowser
 
create(Class<O>, int) - Static method in class com.storedobject.ui.ObjectBrowserEditor
 
create(Class<O>, int) - Static method in class com.storedobject.ui.ObjectEditor
Create an instance of the editor from the parameters passed.
create(Class<O>, int) - Static method in class com.storedobject.ui.ObjectTreeBrowser
 
create(Class<O>, int, String) - Static method in class com.storedobject.ui.ObjectBrowser
 
create(Class<O>, int, String) - Static method in class com.storedobject.ui.ObjectBrowserEditor
 
create(Class<O>, int, String) - Static method in class com.storedobject.ui.ObjectEditor
Create an instance of the editor from the parameters passed.
create(Class<O>, int, String) - Static method in class com.storedobject.ui.ObjectForestBrowser
 
create(Class<O>, int, String) - Static method in class com.storedobject.ui.ObjectForestEditor
 
create(Class<O>, int, String) - Static method in class com.storedobject.ui.ObjectTreeBrowser
 
create(Class<O>, int, String) - Static method in class com.storedobject.ui.ObjectTreeEditor
 
create(Class<O>, StringList) - Static method in interface com.storedobject.core.ObjectToString
Create an ObjectToString implementation for a given set of attributes.
create(Class<O>, StringList) - Static method in class com.storedobject.ui.ObjectFilter
 
create(Class<O>, StringList, boolean) - Static method in interface com.storedobject.core.ObjectToString
Create an ObjectToString implementation for a given set of attributes.
create(Class<O>, StoredObjectUtility.MethodList) - Static method in interface com.storedobject.core.ObjectToString
Create an ObjectToString implementation for a given set of attributes.
create(Class<O>, Iterable<String>, boolean, String) - Static method in class com.storedobject.ui.ObjectForestViewer
 
create(Class<O>, Iterable<String>, int) - Static method in class com.storedobject.ui.ObjectBrowser
 
create(Class<O>, Iterable<String>, int, Iterable<String>) - Static method in class com.storedobject.ui.ObjectBrowser
 
create(Class<O>, Iterable<String>, int, Iterable<String>, String) - Static method in class com.storedobject.ui.ObjectBrowser
 
create(Class<O>, Iterable<String>, int, String) - Static method in class com.storedobject.ui.ObjectBrowser
 
create(Class<O>, Iterable<String>, int, String) - Static method in class com.storedobject.ui.ObjectBrowserEditor
 
create(Class<O>, Iterable<String>, int, String) - Static method in class com.storedobject.ui.ObjectForestBrowser
 
create(Class<O>, Iterable<String>, int, String) - Static method in class com.storedobject.ui.ObjectForestEditor
 
create(Class<O>, Iterable<String>, int, String) - Static method in class com.storedobject.ui.ObjectTreeBrowser
 
create(Class<O>, Iterable<String>, int, String) - Static method in class com.storedobject.ui.ObjectTreeEditor
 
create(Class<O>, Iterable<String>, String) - Static method in class com.storedobject.ui.ObjectBrowserViewer
 
create(Class<O>, Iterable<String>, String) - Static method in class com.storedobject.ui.ObjectTreeViewer
 
create(Class<O>, Iterable<String>, String, Consumer<O>) - Static method in class com.storedobject.ui.ObjectSearchBrowser
Create a searcher from the given parameters.
create(Class<O>, String) - Static method in class com.storedobject.ui.ObjectBrowserViewer
 
create(Class<O>, String) - Static method in class com.storedobject.ui.ObjectTreeViewer
 
create(Class<O>, String...) - Static method in interface com.storedobject.core.ObjectToString
Create an ObjectToString implementation for a given set of attributes.
create(Class<O>, String, StringList) - Static method in interface com.storedobject.core.ObjectToString
Create an ObjectToString implementation for a given set of attributes.
create(Class<O>, String, StringList, boolean) - Static method in interface com.storedobject.core.ObjectToString
Create an ObjectToString implementation for a given set of attributes.
create(Class<O>, String, Consumer<O>) - Static method in class com.storedobject.ui.ObjectSearchBrowser
Create a searcher from the given parameters.
create(Class<O>, Consumer<O>) - Static method in class com.storedobject.ui.ObjectSearcherField
 
create(Class<Q>) - Static method in class com.storedobject.core.Quantity
 
create(Class<Q>, String) - Static method in class com.storedobject.core.Quantity
 
create(Class<T>) - Method in class com.storedobject.ui.util.SOFieldCreator
 
create(Iterable<FROM>, Function<FROM, TO>) - Static method in class com.storedobject.core.ObjectIterator
Create an iterator from some source.
create(Iterable<String>) - Static method in class com.storedobject.common.StringList
Create a string list from an Iterable.
create(Object) - Static method in class com.storedobject.common.JSON
Construct a JSON instance from an Object that could hopefully parse into a JSON compatible String.
create(Object) - Static method in class com.storedobject.core.ComputedDate
 
create(Object) - Static method in class com.storedobject.core.ComputedDouble
 
create(Object) - Static method in class com.storedobject.core.ComputedInteger
 
create(Object) - Static method in class com.storedobject.core.ComputedLong
 
create(Object) - Static method in class com.storedobject.core.ComputedMinute
 
create(Object) - Static method in class com.storedobject.core.DecimalNumber
 
create(Object) - Static method in class com.storedobject.core.Money
Construct a monetary value from a string representation.
create(Object) - Static method in class com.storedobject.core.ObjectText
Create an instance from an instance of the StoredObject.
create(Object) - Static method in class com.storedobject.core.Quantity
Construct a quantity from a string representation.
create(Object, int) - Static method in class com.storedobject.core.DecimalNumber
 
create(Object, int) - Static method in class com.storedobject.core.Rate
 
create(Object, Class<Q>) - Static method in class com.storedobject.core.Quantity
 
create(String) - Static method in class com.storedobject.chart.Font.Family
Create a font-family with the name provided.
create(String) - Static method in class com.storedobject.common.Address
Create a country specific address from the give details.
create(String) - Static method in class com.storedobject.common.DateUtility
Get date by passing date string separated by comma or hyphen (, or -) in year, month and date format
create(String) - Static method in class com.storedobject.common.StringList
Create a string list.
create(String) - Static method in record class com.storedobject.common.StyledBuilder.Style
Create a style from the given string.
create(String) - Static method in class com.storedobject.core.converter.DaysValueConverter
 
create(String) - Static method in class com.storedobject.core.converter.MinutesValueConverter
 
create(String) - Static method in class com.storedobject.core.converter.SecondsValueConverter
 
create(String) - Static method in class com.storedobject.core.JavaClass
 
create(String) - Static method in class com.storedobject.core.ProcessingLanguage
 
create(String) - Static method in class com.storedobject.core.TextContent
 
create(String...) - Static method in class com.storedobject.common.StringList
Create a string list from an array of strings..
create(String, boolean) - Static method in class com.storedobject.core.converter.MinutesValueConverter
 
create(String, int...) - Static method in class com.storedobject.ui.inventory.LocationField
Create a location field.
create(String, InventoryLocation) - Static method in class com.storedobject.ui.inventory.LocationField
Create a location field for a given location.
create(String, StreamData, Transaction) - Static method in class com.storedobject.core.FileData
 
create(String, TransactionManager) - Static method in class com.storedobject.core.MessageTemplate
Create a template if it doesn't exist.
create(String, TransactionManager) - Static method in class com.storedobject.job.MessageGroup
Create a new message group if it doesn't exist.
create(String, Class<I>) - Static method in interface com.storedobject.ui.inventory.ItemInput
A helper method to create an instance of the ItemInput field based on the properties of the item's class.
create(String, Class<I>, boolean) - Static method in interface com.storedobject.ui.inventory.ItemInput
A helper method to create an instance of the ItemInput field based on the properties of the item's class.
create(String, Class<O>, Consumer<O>) - Static method in class com.storedobject.ui.ObjectSearcherField
 
create(String, Class<Q>, boolean) - Static method in class com.storedobject.core.Quantity
 
create(String, String, int...) - Static method in class com.storedobject.ui.inventory.LocationField
Create a location field for a given location.
create(String, String, Runnable) - Static method in class com.storedobject.vaadin.MenuItem
Create a menu item.
create(BigDecimal, MeasurementUnit) - Static method in class com.storedobject.core.Quantity
 
create(BigDecimal, Class<Q>) - Static method in class com.storedobject.core.Quantity
 
create(BigDecimal, Class<Q>, String) - Static method in class com.storedobject.core.Quantity
 
create(Date) - Static method in class com.storedobject.core.DatePeriod
 
create(Date) - Static method in class com.storedobject.vaadin.LegacyDateField
Create legacy date from date.
create(Date, Date) - Static method in class com.storedobject.core.DatePeriod
 
create(Date, Date) - Method in class com.storedobject.ui.DatePeriodField
 
create(Date, Date) - Method in class com.storedobject.ui.MonthPeriodField
 
create(Time, Time) - Method in class com.storedobject.ui.TimePeriodField
 
create(Timestamp, Timestamp) - Method in class com.storedobject.ui.TimestampPeriodField
 
create(LocalDate) - Static method in class com.storedobject.common.DateUtility
Get java.sql.Date by passing java.time.LocalDate
create(Calendar) - Static method in class com.storedobject.common.DateUtility
Create a Date instance by passing a Calendar instance
create(Collection<String>) - Static method in class com.storedobject.common.StringList
Create a string list from a collection.
create(Collection<T>) - Static method in class com.storedobject.core.ObjectIterator
Create an iterator from the given objects.
create(Date) - Static method in class com.storedobject.vaadin.LegacyDateField
Create date from legacy date.
create(Consumer<OT>, ObjectInput<OT>) - Static method in class com.storedobject.ui.util.ObjectAdder
Static method to create the adder instance.
create(DoubleFunction<Double>, double, double) - Static method in class com.storedobject.chart.FunctionData
Create a mathematical function that generates FunctionData for a given range of double values.
create(DoubleFunction<Double>, double, double, double) - Static method in class com.storedobject.chart.FunctionData
Create a mathematical function that generates FunctionData for a given range of double values.
create(IntToDoubleFunction, int, int) - Static method in class com.storedobject.chart.FunctionData
Create a mathematical function that generates FunctionData for a given range of integer equivalents.
create(IntToDoubleFunction, int, int, int) - Static method in class com.storedobject.chart.FunctionData
Create a mathematical function that generates FunctionData for a given range of integers.
create(Supplier<Stream<T>>, ToDoubleFunction<T>) - Static method in class com.storedobject.chart.FunctionData
Create a FunctionData that generates values by converting a stream of another set of values.
create(Iterator<FROM>, Function<FROM, TO>) - Static method in class com.storedobject.core.ObjectIterator
Create an iterator from some source.
create(Iterator<String>) - Static method in class com.storedobject.common.StringList
Create a string list from an Iterator.
create(Iterator<T>) - Static method in class com.storedobject.core.ObjectIterator
Create an iterator from the given objects.
create(List<T>) - Static method in class com.storedobject.core.ObjectIterator
Create an iterator from the given objects.
create(Stream<FROM>, Function<FROM, TO>) - Static method in class com.storedobject.core.ObjectIterator
Create an iterator from some source.
create(P, P) - Method in class com.storedobject.ui.RangeField
 
create(T) - Static method in class com.storedobject.core.ObjectIterator
Create an iterator from a single object.
create(T...) - Static method in class com.storedobject.core.ObjectIterator
Create an iterator from the given objects.
createAccount(Device, String) - Method in class com.storedobject.core.JSONTransact
 
createAccountField() - Method in class com.storedobject.ui.accounts.StatementView
 
createActivity(ActivityList.ActivityGroup, String, LocalDateTime, int) - Method in class com.storedobject.chart.ActivityList
Create and add a ActivityList.Activity to the ActivityList.
createActivity(ActivityList.ActivityGroup, String, LocalDateTime, LocalDateTime) - Method in class com.storedobject.chart.ActivityList
Create and add a ActivityList.Activity to the ActivityList.
createActivity(String, LocalDateTime, int) - Method in class com.storedobject.chart.ActivityList.ActivityGroup
Create and add a ActivityList.Activity to this group.
createActivity(String, LocalDateTime, LocalDateTime) - Method in class com.storedobject.chart.ActivityList.ActivityGroup
Create and add a ActivityList.Activity to this group.
createActivityGroup(String) - Method in class com.storedobject.chart.ActivityList
Create and add a ActivityList.ActivityGroup to the ActivityList.
createAlert() - Static method in class com.storedobject.mail.Mail
Creates an alert and returns it as a Mail object.
createAlert(TransactionManager) - Static method in class com.storedobject.mail.Mail
Creates and prepares an alert mail based on the provided TransactionManager instance.
createAmount(BigDecimal) - Method in class com.storedobject.core.Account
 
createAPN(String, TransactionManager) - Method in class com.storedobject.core.InventoryItemType
Create an APN for this P/N.
createApplication() - Method in class com.storedobject.vaadin.ApplicationView
Create an instance of the Application class.
createBaseFileName() - Static method in class com.storedobject.vaadin.PaintedImageResource
Create a base file name for the image.
createBuilder() - Method in class com.storedobject.common.StyledMethodInvoker
 
createButtonLayout() - Method in class com.storedobject.vaadin.AbstractDataForm
This method is invoked to create a "button panel" to be displayed typically at the top of the view's layout.
createCaptionComponent() - Method in class com.storedobject.vaadin.ApplicationFrame
Get the component to display the "caption" of the application.
createCell(int) - Method in class com.storedobject.office.od.ods.Row
 
createCell(int, CellType) - Method in class com.storedobject.office.od.ods.Row
 
createCell(Object) - Method in class com.storedobject.pdf.PDF
Creates a cell that can be added to a table.
createCell(Object, boolean) - Method in class com.storedobject.pdf.PDF
Creates a cell that can be added to a table.
createCell(Object, boolean, Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDF
Creates a cell that can be added to a table.
createCell(Object, int) - Method in class com.storedobject.pdf.PDF
Creates a cell that can be added to a table.
createCell(Object, int, int) - Method in class com.storedobject.pdf.PDF
Creates a cell that can be added to a table.
createCell(Object, int, int, Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDF
Creates a cell that can be added to a table.
createCell(Object, int, Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDF
Creates a cell that can be added to a table.
createCell(Object, Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDF
Creates a cell that can be added to a table.
createCellStyle() - Method in class com.storedobject.office.od.ods.Workbook
 
createCenteredCell(Object) - Method in class com.storedobject.pdf.PDF
Creates a centered cell that can be added to a table.
createCenteredCell(Object, Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.PDF
Creates a centered cell that can be added to a table.
createClassFromProperty(String) - Static method in class com.storedobject.core.JavaClassLoader
Creates a Java Class based on the logic name specified by the given property name.
createCloseableView(Component, String) - Static method in class com.storedobject.vaadin.View
Create a CloseableView.
createColumn(String) - Method in interface com.storedobject.vaadin.HasColumns
Create a column for the given column name.
createColumn(String, Renderer<T>) - Method in interface com.storedobject.vaadin.HasColumns
Create a column that generates data through a custom renderer.
createColumn(String, Method) - Method in interface com.storedobject.vaadin.HasColumns
Create a column uses a method to determine its data.
createColumn(String, String, Function<T, ?>...) - Method in interface com.storedobject.vaadin.HasColumns
Create a column that uses one or more functions to generate its column value.
createColumn(String, Function<T, ?>...) - Method in interface com.storedobject.vaadin.HasColumns
Create a column that uses one or more functions to generate its column value.
createComponentColumn(String, Function<T, C>) - Method in interface com.storedobject.vaadin.HasColumns
Create a Component column that uses Component provided by the function as its column value.
createComponentForId(String) - Method in class com.storedobject.ui.iot.BlockView
Creates and returns a component based on the specified id.
createComponentForId(String) - Method in class com.storedobject.ui.LoginForm
 
createComponentForId(String) - Method in class com.storedobject.ui.TemplateDataForm
Create a component for the given Id value.
createComponentForId(String) - Method in class com.storedobject.ui.Test
 
createComponentForId(String) - Method in interface com.storedobject.ui.util.HtmlTemplate.ComponentCreator
 
createComponentForId(String) - Method in class com.storedobject.ui.util.HtmlTemplate
 
createComponentForId(String, String) - Method in interface com.storedobject.ui.util.HtmlTemplate.ComponentCreator
 
createComponentForId(String, String) - Method in class com.storedobject.ui.util.HtmlTemplate
 
createConnection(boolean) - Method in class com.storedobject.core.SQLConnector
Create a new SQL connection.
CreateConsignment - Class in com.storedobject.ui.inventory
 
CreateConsignment(Application, StoredObject) - Constructor for class com.storedobject.ui.inventory.CreateConsignment
 
createConsumerLocation(TransactionManager, Entity) - Static method in class com.storedobject.core.InventoryTransaction
Create a consumer location.
createContainer() - Method in class com.storedobject.ui.ObjectFilter
 
createContainer() - Method in class com.storedobject.vaadin.AbstractForm
Create the field container of this form.
createContainer() - Method in class com.storedobject.vaadin.ChoicesField
Create the container for the check boxes to be shown.
created() - Method in class com.storedobject.core.StoredObject
Is this instance just created?
createDatabase(String, String) - Method in class com.storedobject.core.Database
 
createDatabaseDDL(String) - Method in class com.storedobject.core.Database
 
createDataFormat() - Method in class com.storedobject.office.od.ods.Workbook
 
createDDL(Class<? extends StoredObject>) - Static method in class com.storedobject.core.StoredObjectUtility
 
createDecoratedWindow(View) - Method in interface com.storedobject.vaadin.HasColumns
This method creates a decorated Window.
createDefaultSearcher() - Method in class com.storedobject.ui.AbstractObjectField
Create the default searcher.
createDrawingPatriarch() - Method in class com.storedobject.office.od.ods.Sheet
 
createEditableList() - Method in class com.storedobject.ui.AbstractEditableGrid
 
createEditableList() - Method in class com.storedobject.ui.DetailLinkGrid
 
createEditableList() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
createEditor() - Method in class com.storedobject.ui.AbstractEditableGrid
 
createEditor() - Method in class com.storedobject.ui.ObjectBrowser
 
createEditor(Class<OBJECT_TYPE>) - Method in interface com.storedobject.ui.ObjectEditorProvider
Create an editor for the given class.
createEmailAddress(Object...) - Method in class com.storedobject.core.MessageTemplate
 
createEnvironment() - Method in class com.storedobject.ui.Application
 
createEnvironment() - Method in class com.storedobject.vaadin.Application
An "application environment" may be created to specify certain behaviours of the application.
createEvaluationWorkbook() - Method in class com.storedobject.office.od.ods.Workbook
 
createExternalOwnerLocation(TransactionManager, Entity) - Static method in class com.storedobject.core.InventoryTransaction
Create an external owner location from where we can receive stocks.
createExtraButtons() - Method in class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
createExtraButtons() - Method in class com.storedobject.ui.common.FlowDiagramEditor
 
createExtraButtons() - Method in class com.storedobject.ui.common.ManageMailSenders
 
createExtraButtons() - Method in class com.storedobject.ui.common.ManageMailSenders.ManageGMailSenders
 
createExtraButtons() - Method in class com.storedobject.ui.common.ProcessingLanguageEditor
 
createExtraButtons() - Method in class com.storedobject.ui.inventory.PackingUnitBrowser
 
createExtraButtons() - Method in class com.storedobject.ui.inventory.PackingUnitEditor
 
createExtraButtons() - Method in class com.storedobject.ui.ObjectBrowser
 
createExtraButtons() - Method in class com.storedobject.ui.ObjectEditor
This method is invoked at the time of creating the UI and this is where extra buttons need t be created to display as extra buttons on the ObjectEditor.buttonPanel.
createExtraButtons() - Method in class com.storedobject.ui.ObjectForestBrowser
 
createExtraButtons() - Method in class com.storedobject.ui.ObjectTreeBrowser
 
createExtraButtons() - Method in class com.storedobject.ui.tools.ApproveTransaction
 
createExtraButtons() - Method in class com.storedobject.ui.tools.JavaClassEditor
 
createExtraButtons() - Method in class com.storedobject.ui.tools.ManageExternalUsers
 
createExtraButtons() - Method in class com.storedobject.ui.tools.TableDefinitionEditor
 
createField() - Method in class com.storedobject.ui.JSONField
 
createField() - Method in class com.storedobject.vaadin.CustomTextField
Create the internal text field.
createField(String) - Method in class com.storedobject.vaadin.AbstractDataForm
Create the field for a particular "field name".
createField(String) - Method in class com.storedobject.vaadin.AbstractForm
Create the field for a particular "field name".
createField(String) - Method in class com.storedobject.vaadin.ObjectForm
Create the field for the particular name.
createField(String, Class<?>, String) - Method in class com.storedobject.ui.tools.JavaClassEditor
 
createField(String, Class<?>, String) - Method in class com.storedobject.ui.util.SOFieldCreator
 
createField(String, Class<?>, String) - Method in class com.storedobject.vaadin.AbstractDataEditor
Create the field for the particular name..
createField(String, Class<?>, String) - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
 
createField(String, Class<?>, String) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
Create a "field" for the name, type and label provided.
createField(String, Class<?>, String) - Method in class com.storedobject.vaadin.ObjectForm
Create the field for the particular name.
createField(String, String) - Method in class com.storedobject.ui.common.EntityRoleEditor
 
createField(String, String) - Method in class com.storedobject.ui.common.MemoSystem.MemoEditor
 
createField(String, String) - Method in class com.storedobject.ui.inventory.POEditor
 
createField(String, String) - Method in class com.storedobject.ui.tools.ReportEditor
 
createField(String, String) - Method in class com.storedobject.ui.tools.SerialConfiguratorEditor
 
createField(String, String) - Method in class com.storedobject.vaadin.AbstractDataForm
Create the field for a particular "field name".
createField(String, String) - Method in class com.storedobject.vaadin.AbstractForm
Create the field for a particular "field name".
createFieldContainer() - Method in class com.storedobject.ui.common.CaptureSignature
 
createFieldContainer() - Method in class com.storedobject.ui.common.ProcessCheckList
 
createFieldContainer() - Method in class com.storedobject.vaadin.AbstractDataForm
Create the field container of this form.
createFieldContainer() - Method in class com.storedobject.vaadin.ActionForm
A Div container is created.
createFile() - Method in class com.storedobject.ui.util.AbstractContentGenerator
 
createFiller() - Static method in class com.storedobject.vaadin.ButtonLayout
Create a filler component.
createFolders(Transaction, String) - Static method in class com.storedobject.core.FileFolder
 
createFont() - Method in class com.storedobject.office.od.ods.Workbook
 
createFooters() - Method in class com.storedobject.ui.FileManager
 
createFooters() - Method in class com.storedobject.ui.inventory.BaseProcessMaterialRequest
 
createFooters() - Method in class com.storedobject.ui.inventory.BaseReceiveMaterialRequested
 
createFooters() - Method in class com.storedobject.ui.inventory.LocateItem
 
createFooters() - Method in interface com.storedobject.vaadin.HasColumns
Create footer rows if required here by invoking HasColumns.appendFooter() or HasColumns.prependFooter().
createFor(TransactionManager, AccountEntity<?>) - Static method in class com.storedobject.accounts.EntityAccount
Creates an EntityAccount for the provided AccountEntity.
createFor(TransactionManager, AccountEntity<?>, int, int) - Static method in class com.storedobject.accounts.EntityAccount
Creates an EntityAccount for the provided AccountEntity, category and type of invoice.
createFor(TransactionManager, AccountEntity<?>, Class<? extends EntityAccount>) - Static method in class com.storedobject.accounts.EntityAccount
Creates an EntityAccount for the provided AccountEntity and class of EntityAccount.
createFor(TransactionManager, AccountEntity<?>, Currency, Class<? extends EntityAccount>) - Static method in class com.storedobject.accounts.EntityAccount
Creates an EntityAccount for the provided AccountEntity and class of EntityAccount.
createFor(TransactionManager, Id) - Static method in class com.storedobject.accounts.BusinessEntity
Creates a BusinessEntity (if not already exists) for the specified entityId using the given TransactionManager.
createFor(Transaction, InventoryBin, MaterialRequest) - Static method in class com.storedobject.core.InventoryReservedBin
 
createFormFieldEditor(String, Class<O>) - Method in class com.storedobject.ui.ObjectEditor
Create the editor to be used for a given ObjectFormField.
createForTelegram(TransactionManager) - Static method in class com.storedobject.core.ContactType
 
createFreezePane(int, int) - Method in class com.storedobject.office.od.ods.Sheet
 
createFreezePane(int, int, int, int) - Method in class com.storedobject.office.od.ods.Sheet
 
createFrom(TransactionManager, SystemEntity) - Static method in class com.storedobject.core.BranchAccount
 
createFrom(UnpostedJournal) - Static method in class com.storedobject.core.JournalVoucher
Create an instance of the JournalVoucher from the given UnpostedJournal.
createFrom(Class<SI>, InventoryGRN, EntityAccount) - Static method in class com.storedobject.accounts.SupplierInvoice
 
createFromMedia(String) - Static method in class com.storedobject.ui.ChartImage
Create a chart image from the media file.
createFromMedia(String...) - Static method in class com.storedobject.ui.Audio
Create an audio from the media file.
createFromMedia(String...) - Static method in class com.storedobject.ui.Image
Create an image from the media file.
createFromMedia(String...) - Static method in class com.storedobject.ui.Video
Create a video from the media file.
createFullMenu() - Method in interface com.storedobject.core.ApplicationMenu
 
createGeneratedBy(Object...) - Method in class com.storedobject.core.MessageTemplate
 
createGetProvider() - Method in class com.storedobject.ui.inventory.ItemField
 
createGetProvider() - Method in class com.storedobject.ui.inventory.ItemTypeGetField
 
createGetProvider() - Method in class com.storedobject.ui.ObjectGetField
Create the "get" provider for this field.
createGraphics() - Method in class com.storedobject.pdf.PDF
Create a graphics object to draw directly to the PDF.
createGraphics(float, float, float, float) - Method in class com.storedobject.pdf.PDF
Create a graphics object to draw directly to the PDF.
createGRN(Transaction, InventoryStore, Date, int, Date, String, Entity) - Method in class com.storedobject.core.InventoryItem
Create the GRN for this item.
createGRN(Transaction, InventoryStore, Date, int, Date, String, Entity, int) - Method in class com.storedobject.core.InventoryItem
Create the GRN for this item.
createGRN(Transaction, Map<Id, Quantity>, InventoryGRN, String, Date) - Method in class com.storedobject.core.InventoryPO
Create a GRN for this PO.
createGroup(String) - Static method in class com.storedobject.vaadin.MenuItem
Create a group menu item.
createGroupMenu(LogicGroup) - Method in interface com.storedobject.core.ApplicationMenu
 
createHeader() - Method in class com.storedobject.ui.accounts.JournalVoucherView
 
createHeader() - Method in class com.storedobject.ui.accounts.StatementView
 
createHeader() - Method in class com.storedobject.ui.ActionGrid
 
createHeader() - Method in class com.storedobject.ui.common.MemoSystem
 
createHeader() - Method in class com.storedobject.ui.FileViewer
 
createHeader() - Method in class com.storedobject.ui.inventory.AbstractAssembly
 
createHeader() - Method in class com.storedobject.ui.inventory.DefineAssembly
 
createHeader() - Method in class com.storedobject.ui.inventory.ItemMovementView
 
createHeader() - Method in class com.storedobject.ui.inventory.LocateItem
 
createHeader() - Method in class com.storedobject.ui.inventory.LocationMonitoring
 
createHeader() - Method in class com.storedobject.ui.inventory.ReceiveAndBin
 
createHeader() - Method in class com.storedobject.ui.iot.DataView
 
createHeader() - Method in class com.storedobject.ui.iot.StatusGrid
 
createHeader() - Method in class com.storedobject.ui.ObjectBrowser
 
createHeader() - Method in class com.storedobject.ui.ObjectComparisonGrid
 
createHeader() - Method in class com.storedobject.ui.ObjectForestBrowser
 
createHeader() - Method in class com.storedobject.ui.ObjectHistoryGrid
 
createHeader() - Method in class com.storedobject.ui.ObjectSearchBrowser
 
createHeader() - Method in class com.storedobject.ui.ObjectTreeBrowser
 
createHeader() - Method in class com.storedobject.ui.ObjectTreeViewer
 
createHeader() - Method in class com.storedobject.ui.QueryGrid
 
createHeader() - Method in class com.storedobject.ui.tools.ManageSalutation
 
createHeader() - Method in class com.storedobject.ui.tools.ManageSuffix
 
createHeader() - Method in interface com.storedobject.vaadin.HasColumns
You can have a "header row" (as the first row) that covers the whole grid.
createHeader() - Method in class com.storedobject.vaadin.SelectGrid
 
createHeader() - Method in class com.storedobject.vaadin.ViewGrid
 
createHeader(String) - Method in class com.storedobject.vaadin.DetailComponent
Create the header portion.
createHeaderCell(String) - Method in class com.storedobject.pdf.PDF.ObjectTable
Create the header cell.
createHeaders() - Method in class com.storedobject.ui.common.MemoSystem
 
createHeaders() - Method in class com.storedobject.ui.DetailLinkGrid
 
createHeaders() - Method in class com.storedobject.ui.inventory.AbstractRequestMaterial
 
createHeaders() - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
createHeaders() - Method in class com.storedobject.ui.inventory.GRN
 
createHeaders() - Method in class com.storedobject.ui.inventory.POBrowser
 
createHeaders() - Method in class com.storedobject.ui.ListEditor
 
createHeaders() - Method in class com.storedobject.ui.ObjectListEditor
 
createHeaders() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
createHeaders() - Method in interface com.storedobject.vaadin.HasColumns
Create extra header rows if required here by invoking HasColumns.prependHeader() or HasColumns.appendHeader() (typically useful for creating column grouping etc.).
createHierarchyColumn(String, ValueProvider<T, ?>) - Method in class com.storedobject.vaadin.DataTreeGrid
Add the hierarchy column.
createHierarchyColumn(String, ValueProvider<T, ?>) - Method in interface com.storedobject.vaadin.HasColumns
Add the hierarchy column.
createHTMLColumn(String, Function<T, ?>) - Method in interface com.storedobject.vaadin.HasColumns
Create an HTML column that uses HTML emitted by the function as its column value.
createHTMLHierarchyColumn(String, Function<T, ?>) - Method in class com.storedobject.vaadin.DataTreeGrid
Add an HTML hierarchy column.
createHTMLHierarchyColumn(String, Function<T, ?>) - Method in interface com.storedobject.vaadin.HasColumns
Add an HTML hierarchy column.
createImage(Barcode) - Static method in class com.storedobject.pdf.PDF
Create image from barcode
createImage(HTMLText) - Static method in class com.storedobject.pdf.PDF
Create image from HTML
createImage(HTMLText, int, int) - Static method in class com.storedobject.pdf.PDF
Create image from HTML
createImage(Signature) - Static method in class com.storedobject.pdf.PDF
Create image from a signature instance
createImage(StreamData) - Static method in class com.storedobject.pdf.PDF
Create image from stream data
createImage(Image) - Static method in class com.storedobject.pdf.PDF
Create image from Java AWT image
createImage(InputStream) - Static method in class com.storedobject.pdf.PDF
Create image from an input stream (stream will be closed)
createImage(Consumer<Graphics2D>) - Method in class com.storedobject.pdf.PDF
Create a PDF image where a painter decides how to paint the image.
createImage(Consumer<Graphics2D>, int, int) - Method in class com.storedobject.pdf.PDF
Create a PDF image where a painter decides how to paint the image.
createImageFromHTML(String) - Static method in class com.storedobject.pdf.PDF
Create image from HTML
createImageFromHTML(String, int, int) - Static method in class com.storedobject.pdf.PDF
Create image from HTML
createImageFromHTML(String, StringFiller) - Static method in class com.storedobject.pdf.PDF
Create image from HTML
createImageFromHTML(String, StringFiller, int, int) - Static method in class com.storedobject.pdf.PDF
Create image from HTML
createImageFromSVG(String) - Static method in class com.storedobject.pdf.PDF
Create image from SVG
createImageFromSVG(String, int, int) - Static method in class com.storedobject.pdf.PDF
Create image from SVG
createInstance(InventoryLocation) - Method in class com.storedobject.ui.inventory.AbstractSale
 
createInstance(InventoryLocation) - Method in class com.storedobject.ui.inventory.Sale
 
createInstance(String) - Static method in class com.storedobject.core.JavaClassLoader
Creates an instance of a logic class specified by its name.
createInstance(String, boolean, boolean) - Static method in class com.storedobject.ui.Application
 
createInstanceFromProperty(String) - Static method in class com.storedobject.core.JavaClassLoader
Creates an instance of a class associated with the specified property name.
createInternalBrowser(Class<O>, Iterable<String>, int, Iterable<String>, String) - Static method in class com.storedobject.ui.util.LogicParser
 
createInternalEditor(Class<O>, int, String) - Static method in class com.storedobject.ui.util.LogicParser
 
createItem() - Method in class com.storedobject.core.InventoryItemType
Create an item of this type.
createItem(String) - Method in class com.storedobject.core.InventoryItemType
Create an item of this type.
createLabel(Class<?>) - Method in class com.storedobject.ui.util.SOEnvironment
 
createLabel(Class<?>) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
Create a label for displaying a particular class name.
createLabel(String) - Method in class com.storedobject.ui.util.SOEnvironment
 
createLabel(String) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
Create a label for the attribute name passed.
createLabelCell(String, String) - Method in class com.storedobject.pdf.PDF.ObjectFormTable
Create the label cell.
createLayout() - Method in class com.storedobject.ui.Application
 
createLayout() - Method in class com.storedobject.ui.BarcodeScanner
 
createLayout() - Method in class com.storedobject.vaadin.AbstractDataForm
This method is invoked to create the layout of the view.
createLayout() - Method in class com.storedobject.vaadin.Application
This method is invoked only once to determine the layout of the application.
createLink(AuditTrailConfiguration) - Method in class com.storedobject.core.AuditTrailLinkConfiguration
 
createLink(Class<? extends StoredObject>) - Method in class com.storedobject.core.AuditTrailLinkConfiguration
 
createLink(Class<? extends StoredObject>, String) - Static method in class com.storedobject.core.StoredObjectUtility
 
createLinkFieldGrid(String, ObjectLinkField<?>) - Method in class com.storedobject.ui.ObjectEditor
Typically, "grids" for "link fields" are created automatically.
createLinkFieldGrid(String, ObjectLinkField<?>) - Method in class com.storedobject.ui.tools.ManageExternalUsers
 
createListDataProvider(DataList<T>) - Method in class com.storedobject.ui.DataGrid
 
createListDataProvider(DataList<T>) - Method in class com.storedobject.ui.EditableGrid
 
createListDataProvider(DataList<T>) - Method in class com.storedobject.ui.EditableObjectGrid
 
createListDataProvider(DataList<T>) - Method in class com.storedobject.ui.ObjectListGrid
 
createListDataProvider(DataList<T>) - Method in class com.storedobject.ui.ReferenceLinkGrid
 
createListDataProvider(DataList<T>) - Method in class com.storedobject.vaadin.ListGrid
Create an instance of ListDataProvider for the given data.
createLoanFromLocation(TransactionManager, Entity) - Static method in class com.storedobject.core.InventoryTransaction
Create an organization location where we can rent items from.
createLoanToLocation(TransactionManager, Entity) - Static method in class com.storedobject.core.InventoryTransaction
Create an organization location where we can rent out items.
createLocalCurrencyAmount(BigDecimal) - Method in class com.storedobject.core.Account
 
createLogicList(LogicGroup) - Method in class com.storedobject.core.ApplicationServer
 
createLogicName(Class<?>, String) - Static method in class com.storedobject.ui.util.LogicParser
 
createLogin() - Method in class com.storedobject.ui.Application
 
createLogin(String, String) - Method in class com.storedobject.core.Database
Creates a login with the given login name and password.
createLogin(String, String) - Method in class com.storedobject.database.postgres.Database
 
createLoginBlock() - Method in class com.storedobject.core.ExternalSystemUser
 
createLoginBlock(ServerInformation) - Method in class com.storedobject.core.SystemUser
 
createLoginBlock(String) - Method in class com.storedobject.core.SystemUser
 
createMemoEditor(Class<M>) - Method in class com.storedobject.ui.common.MemoSystem
 
createMemoEditor(Class<M>) - Method in class com.storedobject.ui.support.SupportSystem
 
createMenu() - Method in class com.storedobject.ui.util.ApplicationFrame
 
createMenu() - Method in class com.storedobject.vaadin.ApplicationFrame
Create the menu.
createMenuItem(ExecutableView, String, Runnable) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
Create a menu item for the View.
createMenuItem(Runnable) - Method in interface com.storedobject.vaadin.ExecutableView
Create the menu item for this view.
createMenuItem(Runnable) - Method in class com.storedobject.vaadin.WrappedView
 
createMenuItem(String, Runnable) - Method in class com.storedobject.vaadin.Application
Create a menu item.
createMenuItem(String, String, Runnable) - Method in class com.storedobject.vaadin.Application
Create a menu item.
createMenuItem(String, String, Runnable) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
Create a menu item.
createMenuItemGroup(String) - Method in class com.storedobject.vaadin.Application
Create a menu item.
createMenuItemGroup(String) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
Create a menu item.
createMessage(Person, Object...) - Method in class com.storedobject.core.MessageTemplate
Creates a message by replacing placeholders in the template with the provided parameters.
createMessage(Object...) - Method in class com.storedobject.core.MessageTemplate
Deprecated.
createMethod(Class<?>, String) - Static method in class com.storedobject.core.StoredObjectUtility
 
createMethodList(Class<?>, String) - Static method in class com.storedobject.core.StoredObjectUtility
 
createMethodLists(Class<?>, StringList) - Static method in class com.storedobject.core.StoredObjectUtility
 
createMethods(Class<?>, String[]) - Static method in class com.storedobject.core.StoredObjectUtility
 
createModule(String) - Method in class com.storedobject.core.Install
 
createMREditor() - Method in class com.storedobject.ui.inventory.BaseRequestMaterial
 
createName() - Method in class com.storedobject.office.od.ods.Workbook
 
createNewEntityOnAdd() - Method in class com.storedobject.ui.common.EntityRoleEditor
If this method is invoked, a new entity will be created for every role added (means, the feature that asks to choose the entity when adding a role will be switched off).
createNewInstance() - Method in class com.storedobject.ui.ObjectEditor
Create a new instance of the data class.
createNewPersonOnAdd() - Method in class com.storedobject.ui.common.PersonRoleEditor
If this method is invoked, a new person will be created for every role added (means, the feature that asks to choose the person when adding a role will be switched off).
createNext(String, int) - Method in class com.storedobject.chart.ActivityList.Activity
Create a new activity immediately following this activity.
createNext(String, int, int) - Method in class com.storedobject.chart.ActivityList.Activity
Create a new activity following this activity.
createObjectEditor() - Method in class com.storedobject.ui.AbstractLinkGrid
 
createObjectEditor() - Method in class com.storedobject.ui.common.RestrictedSystemUserBrowser
 
createObjectEditor() - Method in class com.storedobject.ui.EditableObjectGrid
 
createObjectEditor() - Method in class com.storedobject.ui.inventory.AbstractRequestMaterial
 
createObjectEditor() - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
createObjectEditor() - Method in class com.storedobject.ui.inventory.GRN
 
createObjectEditor() - Method in class com.storedobject.ui.inventory.PackingUnitBrowser
 
createObjectEditor() - Method in class com.storedobject.ui.iot.UnitDefinitionBrowser
 
createObjectEditor() - Method in interface com.storedobject.ui.LinkGrid
 
createObjectEditor() - Method in class com.storedobject.ui.ObjectBrowser
 
createObjectEditor() - Method in class com.storedobject.ui.ObjectTree
 
createObjectEditor() - Method in class com.storedobject.ui.tools.ApproveTransaction
 
createObjectEditor() - Method in class com.storedobject.ui.tools.CrossServerManager
 
createObjectEditor(Class<O>) - Method in class com.storedobject.ui.BaseObjectForest
 
createObjectForm(int) - Method in class com.storedobject.ui.SteppedDataForm
Create the form for the step.
createObjectForm(int) - Method in class com.storedobject.ui.SteppedObjectForm
Create the form for the step.
createObjectInstance() - Method in class com.storedobject.ui.accounts.BaseSupplierInvoiceEditor
 
createObjectInstance() - Method in class com.storedobject.ui.accounts.JournalVoucherEditor
 
createObjectInstance() - Method in class com.storedobject.ui.common.EntityRoleEditor
 
createObjectInstance() - Method in class com.storedobject.ui.common.PersonRoleEditor
 
createObjectInstance() - Method in class com.storedobject.ui.common.SystemUserEditor
 
createObjectInstance() - Method in class com.storedobject.ui.ObjectEditor
 
createObjectInstance() - Method in class com.storedobject.vaadin.AbstractDataEditor
Create an instance of the object.
createObjectInstance() - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
Create an instance of the data object.
createObjectInstance() - Method in class com.storedobject.vaadin.AbstractForm
Create an instance of the data object.
createObjectSearcher(Class<O>) - Method in class com.storedobject.ui.BaseObjectForest
 
createODS() - Static method in class com.storedobject.office.od.Office
 
createODT() - Static method in class com.storedobject.office.od.Office
 
createPOBrowser() - Method in class com.storedobject.ui.inventory.GRN
 
createPostLogin() - Method in class com.storedobject.ui.Application
 
createPrefixComponent() - Method in class com.storedobject.ui.AbstractObjectField
 
createPrefixComponent() - Method in class com.storedobject.ui.FileField
 
createPrefixComponent() - Method in class com.storedobject.ui.ObjectGetField
 
createPrefixComponent() - Method in class com.storedobject.ui.ObjectSearchField
 
createProcessorLogic(Object...) - Method in class com.storedobject.core.MessageTemplate
 
createPseudoTransaction() - Method in class com.storedobject.core.TransactionManager
Create a new Pseudo-transaction.
createQuickMenu() - Method in interface com.storedobject.core.ApplicationMenu
 
createRepairLocation(TransactionManager, Entity) - Static method in class com.storedobject.core.InventoryTransaction
Create a repair organization location.
createROBrowser() - Method in class com.storedobject.ui.inventory.GRN
 
createRow(int) - Method in class com.storedobject.office.od.ods.Sheet
 
createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - Method in class com.storedobject.mail.OAuth2SaslClientFactory
 
createSchema(String, String) - Method in class com.storedobject.core.Database
 
createSchemaDDL(String) - Method in class com.storedobject.core.Database
 
createSchemaDDL(String) - Method in class com.storedobject.database.postgres.Database
 
createSearchBuilder(StringList, Consumer<ObjectSearchBuilder<FileFolder>>) - Method in class com.storedobject.ui.FileViewer
 
createSearchBuilder(StringList, Consumer<ObjectSearchBuilder<T>>) - Method in interface com.storedobject.ui.ObjectGridData
 
createSearchBuilder(Class<T>, StringList, Consumer<ObjectSearchBuilder<T>>) - Method in class com.storedobject.ui.ObjectSearchForm
 
createSearchBuilder(Class<T>, StringList, Consumer<ObjectSearchBuilder<T>>) - Method in interface com.storedobject.ui.SearchBuilder
 
createSearcher() - Method in class com.storedobject.ui.AbstractObjectField
Get the searcher for this field.
createSearcher() - Method in class com.storedobject.ui.inventory.ItemField
 
createSearcher() - Method in class com.storedobject.ui.inventory.ItemGetField
 
createSearcher() - Method in class com.storedobject.ui.ObjectSearcherField
 
createSenderGroup(Object...) - Method in class com.storedobject.core.MessageTemplate
 
createServer(TransactionManager, String, String, String, String) - Static method in class com.storedobject.core.ServerInformation
 
createSheet() - Method in class com.storedobject.office.od.ods.Workbook
 
createSheet(String) - Method in class com.storedobject.office.od.ods.Workbook
 
createSingle(String, O) - Static method in class com.storedobject.ui.ObjectField
Create a read-only instance of the ObjectField that has a pre-selected value.
createSplitPane(int, int, int, int, int) - Method in class com.storedobject.office.od.ods.Sheet
 
createSplitPane(int, int, int, int, PaneType) - Method in class com.storedobject.office.od.ods.Sheet
 
createSQL(ClassAttribute<?>, String, String, String, boolean, boolean, int, int, int[]) - Static method in class com.storedobject.core.StoredObjectUtility
Create a SQL execution string.
createStream() - Method in interface com.storedobject.ui.util.HtmlTemplate.StreamSupplier
Creates an input stream.
createSubject(Object...) - Method in class com.storedobject.core.MessageTemplate
 
createSupplierLocation(TransactionManager, Entity) - Static method in class com.storedobject.core.InventoryTransaction
Create a supplier location.
createTab(String, Component...) - Method in class com.storedobject.vaadin.Tabs
Create and add a tab with specified components.
createTable(int) - Static method in class com.storedobject.pdf.PDF
Creates a table that can fit 100% to document's width.
createTable(int...) - Static method in class com.storedobject.pdf.PDF
Creates a table that can fit 100% to document's width.
createTable(PDF) - Method in class com.storedobject.pdf.TableHeader
Create a PDFTable from this header.
createTable(Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Database
 
createTask(Project.TaskGroup, String, int) - Method in class com.storedobject.chart.Project
Create and add a Project.Task to the project.
createTask(String, int) - Method in class com.storedobject.chart.Project
Create and add a Project.Task to the project.
createTask(String, int) - Method in class com.storedobject.chart.Project.TaskGroup
Create and add a Project.Task to this task group.
createTaskGroup(String) - Method in class com.storedobject.chart.Project
Create and add a Project.TaskGroup to the project.
createText(String) - Method in class com.storedobject.pdf.PDF
Create text Chunk.
createText(String, int) - Method in class com.storedobject.pdf.PDF
Create text Chunk.
createText(String, int, PDFColor) - Method in class com.storedobject.pdf.PDF
Create text Chunk.
createTime(LocalDateTime) - Static method in class com.storedobject.common.DateUtility
Get time by passing LocalDateTime
createTime(Calendar) - Static method in class com.storedobject.common.DateUtility
Get the Time value corresponding to a Calendar instance
createTime(Date) - Static method in class com.storedobject.common.DateUtility
Get the Time value corresponding to a java.util.Date instance
createTimestamp(long) - Static method in class com.storedobject.common.DateUtility
 
createTimestamp(LocalDateTime) - Static method in class com.storedobject.common.DateUtility
Get TimeStamp by passing LocalDateTime
createTimestamp(Date) - Static method in class com.storedobject.common.DateUtility
 
createTitleTable(HasContacts, Iterable<String>) - Method in class com.storedobject.pdf.PDFReport
This is a helper method to create a "title table" from a HasContacts instance.
createTitleTable(HasContacts, String...) - Method in class com.storedobject.pdf.PDFReport
This is a helper method to create a "title table" from a HasContacts instance.
createTitleTable(Iterable<String>) - Method in class com.storedobject.pdf.PDFReport
This is a helper method to create a "title table" from a list of captions.
createTitleTable(String...) - Method in class com.storedobject.pdf.PDFReport
This is a helper method to create a "title table" from a list of captions.
createTitleText(String) - Method in class com.storedobject.pdf.PDF
Create title Phrase.
createTitleText(String, int) - Method in class com.storedobject.pdf.PDF
Create title Phrase.
createTitleText(String, int, PDFColor) - Method in class com.storedobject.pdf.PDF
Create title Phrase.
createTo(TransactionManager, SystemEntity) - Static method in class com.storedobject.core.BranchAccount
 
createTransaction() - Method in class com.storedobject.core.Install
 
createTransaction() - Method in class com.storedobject.core.TransactionManager
Create a new DB transaction.
createTransaction(Logic, PseudoTransaction) - Method in class com.storedobject.core.TransactionManager
Create a new transaction for a given logic.
createTransport(Sender.Debugger) - Method in class com.storedobject.mail.GMailSender
 
createTransport(Sender.Debugger) - Method in class com.storedobject.mail.MailSender
 
createTransport(Sender.Debugger) - Method in class com.storedobject.mail.Sender
 
createUser(int, int) - Method in class com.storedobject.core.UserRegistrationConfiguration
 
createUserNameComponent() - Method in class com.storedobject.ui.util.ApplicationFrame
 
createUserNameComponent() - Method in class com.storedobject.vaadin.ApplicationFrame
Create the component to display the "User's name" for the application.
createValidity(Object...) - Method in class com.storedobject.core.MessageTemplate
 
createValue() - Method in class com.storedobject.ui.util.StreamAttachment
 
createValueCell(String, Object) - Method in class com.storedobject.pdf.PDF.ObjectFormTable
Create the value cell.
createValueCell(String, Object) - Method in class com.storedobject.pdf.PDF.ObjectTable
Create the value cell.
createView() - Method in class com.storedobject.ui.AbstractLinkGrid
 
createView() - Method in class com.storedobject.ui.ActionGrid
 
createView() - Static method in class com.storedobject.ui.tools.SwitchApplication
 
createView() - Method in class com.storedobject.vaadin.Dashboard
Create a View to display the grid when executed.
createView() - Method in interface com.storedobject.vaadin.HasColumns
Create a View to display the grid when executed.
createView() - Method in class com.storedobject.vaadin.SelectGrid
 
createWindow(View) - Method in interface com.storedobject.vaadin.util.SupportWindowMode
Create a Window with the given View as its content.
createWindow(View) - Method in class com.storedobject.vaadin.ViewGrid
 
createWindow(Component) - Method in class com.storedobject.vaadin.View
Create the window for embedding the component of this view.
createWindow(Component) - Method in class com.storedobject.vaadin.Viewer
Create the "window" to show the content.
createWindowDecorator() - Method in class com.storedobject.vaadin.Viewer
Create the "window decorator" to decorate the content window.
createWorkbook(InputStream) - Method in class com.storedobject.office.AbstractSpreadSheet
 
createWorkbook(InputStream) - Method in class com.storedobject.office.Excel
 
createWorkbook(InputStream) - Method in class com.storedobject.office.ODS
 
credit(Account, Money, int, String, String) - Method in class com.storedobject.core.JournalVoucher
Credit a local currency account.
credit(Account, Money, int, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Credit a local currency account.
credit(Account, Money, Money, int, String, String) - Method in class com.storedobject.core.JournalVoucher
Credit a foreign currency account.
credit(Account, Money, Money, int, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Credit a foreign currency account.
credit(Account, Money, Money, String, String) - Method in class com.storedobject.core.JournalVoucher
Credit a foreign currency account.
credit(Account, Money, Money, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Credit a foreign currency account.
credit(Account, Money, String, String) - Method in class com.storedobject.core.JournalVoucher
Credit a local currency account.
credit(Account, Money, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Credit a local currency account.
credit(Account, BigDecimal, int, String, String) - Method in class com.storedobject.core.JournalVoucher
Credit a local currency account.
credit(Account, BigDecimal, int, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Credit a local currency account.
credit(Account, BigDecimal, String, String) - Method in class com.storedobject.core.JournalVoucher
Credit a local currency account.
credit(Account, BigDecimal, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Credit a local currency account.
credit(Account, BigDecimal, BigDecimal, int, String, String) - Method in class com.storedobject.core.JournalVoucher
Credit a foreign currency account.
credit(Account, BigDecimal, BigDecimal, int, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Credit a foreign currency account.
credit(Account, BigDecimal, BigDecimal, String, String) - Method in class com.storedobject.core.JournalVoucher
Credit a foreign currency account.
credit(Account, BigDecimal, BigDecimal, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Credit a foreign currency account.
CROSS_HAIR - Enum constant in enum class com.storedobject.chart.Axis.PointerType
Pointer as a cross-hair.
CrossServerManager - Class in com.storedobject.ui.tools
 
CrossServerManager() - Constructor for class com.storedobject.ui.tools.CrossServerManager
 
CS - Enum constant in enum class com.storedobject.chart.Language
Czech
CSSGrid - Class in com.storedobject.vaadin
Basic implementation of the CSS Grid layout.
CSSGrid() - Constructor for class com.storedobject.vaadin.CSSGrid
Constructor.
CSSGrid.Position - Enum Class in com.storedobject.vaadin
Enums for positions.
CSV - Class in com.storedobject.common
CSV creator.
CSV(int) - Constructor for class com.storedobject.common.CSV
Constructor.
CSVReport - Class in com.storedobject.office
 
CSVReport(Device, int) - Constructor for class com.storedobject.office.CSVReport
Constructor.
CSVUploadProcessorView - Class in com.storedobject.ui
 
CSVUploadProcessorView(String) - Constructor for class com.storedobject.ui.CSVUploadProcessorView
 
CSVUploadProcessorView(String, String) - Constructor for class com.storedobject.ui.CSVUploadProcessorView
 
CSVUploadProcessorView(String, String, Consumer<String[]>) - Constructor for class com.storedobject.ui.CSVUploadProcessorView
 
CSVUploadProcessorView(String, Consumer<String[]>) - Constructor for class com.storedobject.ui.CSVUploadProcessorView
 
CTRL - Enum constant in enum class com.storedobject.chart.Key
Ctrl key.
cube() - Method in class com.storedobject.core.Distance
Create a cube by taking this as the side of the cube.
cube(Distance) - Static method in class com.storedobject.core.Volume
Cube.
currencies() - Static method in class com.storedobject.core.Money
 
currencies(boolean) - Static method in class com.storedobject.core.Money
 
CurrencyField - Class in com.storedobject.ui
A field to accept a valid currency code.
CurrencyField() - Constructor for class com.storedobject.ui.CurrencyField
Constructor.
CurrencyField(String) - Constructor for class com.storedobject.ui.CurrencyField
Constructor.
CurrencyRate - Class in com.storedobject.core
 
CurrencyRate() - Constructor for class com.storedobject.core.CurrencyRate
Constructor for internal use only
CurrencyRate(Id, String, Date, Rate, Rate) - Constructor for class com.storedobject.core.CurrencyRate
Constructs a Currency Rate
CurrencyRateProvider - Interface in com.storedobject.core
 
current() - Method in class com.storedobject.common.Sequencer
 
currentTime() - Method in class com.storedobject.core.Database
The SQL column that can bring the current time from the database.
currentTime() - Method in class com.storedobject.database.postgres.Database
 
currentTimeSQL() - Method in class com.storedobject.core.Database
The SQL statement that can fetch the current time from the database as first column in its result set.
cursive() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "cursive".
CUSTOM - Enum constant in enum class com.storedobject.core.DataChanged.CHANGE
 
CUSTOMER_NOT_FOUND - Static variable in class com.storedobject.common.Fault
 
CustomerInvoice - Class in com.storedobject.accounts
 
CustomerInvoice() - Constructor for class com.storedobject.accounts.CustomerInvoice
 
CustomerInvoiceBrowser - Class in com.storedobject.ui.accounts
 
CustomerInvoiceBrowser() - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceBrowser(int) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceBrowser(int, SearchBuilder<CustomerInvoice>) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceBrowser(int, String) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceBrowser(Iterable<String>) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceBrowser(Iterable<String>, int) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceBrowser(Iterable<String>, int, SearchBuilder<CustomerInvoice>) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceBrowser(Iterable<String>, int, SearchBuilder<CustomerInvoice>, String) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceBrowser(Iterable<String>, int, SearchBuilder<CustomerInvoice>, String, String) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceBrowser(Iterable<String>, int, Iterable<String>) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceBrowser(Iterable<String>, int, Iterable<String>, String) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceBrowser(Iterable<String>, int, Iterable<String>, String, String) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceBrowser(Iterable<String>, int, String) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceBrowser(Iterable<String>, SearchBuilder<CustomerInvoice>) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceBrowser(Iterable<String>, Iterable<String>) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceBrowser(String) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceBrowser
 
CustomerInvoiceEditor - Class in com.storedobject.ui.accounts
 
CustomerInvoiceEditor() - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceEditor
 
CustomerInvoiceEditor(int) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceEditor
 
CustomerInvoiceEditor(int, String) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceEditor
 
CustomerInvoiceEditor(int, String, String) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceEditor
 
CustomerInvoiceEditor(String) - Constructor for class com.storedobject.ui.accounts.CustomerInvoiceEditor
 
CustomField<T> - Class in com.storedobject.vaadin
Slightly enhanced version of Vaadin's CustomField.
CustomField(T) - Constructor for class com.storedobject.vaadin.CustomField
Constructor.
customizeBuilder(DocumentBuilder) - Method in class com.storedobject.common.XML
Customizes the DocumentBuilder by providing additional configuration options.
customizeBuilderFactory(DocumentBuilderFactory) - Method in class com.storedobject.common.XML
Customize the DocumentBuilderFactory before creating a new DocumentBuilder instance.
customizeCell(String, T, TableDataCell) - Method in class com.storedobject.ui.ObjectTable
This method is invoked to customize the currently added cell.
customizeCellValue(String, T, Object) - Method in class com.storedobject.ui.ObjectGridReport
This method is invoked before printing a cell value to obtain its customized value.
customizeCellValue(String, T, String) - Method in class com.storedobject.ui.ObjectTable
This method is invoked to get the customized value for a cell.
customizeColumn(String, Grid.Column<T>) - Method in class com.storedobject.ui.AbstractEditableGrid
 
customizeColumn(String, Grid.Column<T>) - Method in class com.storedobject.ui.ReferenceLinkGrid
 
customizeColumn(String, Grid.Column<T>) - Method in interface com.storedobject.vaadin.HasColumns
This method is invoked when the column is actually constructed.
customizeDataJSON(String, AbstractDataProvider<?>) - Method in class com.storedobject.chart.SOChart
This method is invoked just before the JSON string that is being constructed to send data to the client.
customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.ui.common.AbstractTextContentEditor
 
customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.ui.common.FlowDiagramEditor
 
customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.ui.common.MediaFileEditor
 
customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.ui.common.SetPasswordPolicy
 
customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.ui.inventory.GRNEditor
 
customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.ui.inventory.ItemTypeEditor
 
customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.ui.inventory.POItemEditor
 
customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.ui.iot.ControlScheduleEditor
 
customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.ui.tools.JavaClassEditor
 
customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.ui.util.SOFieldCreator
 
customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataEditor
Customize a field.
customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
 
customizeField(String, HasValue<?, ?>) - Method in interface com.storedobject.vaadin.FieldCustomizer
Customize the field.
customizeField(String, HasValue<?, ?>) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
Customize a field.
customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.ObjectForm
Customize a field.
customizeHeaderCell(String, TableHeaderCell) - Method in class com.storedobject.ui.ObjectTable
This method is invoked to customize the header cell.
customizeJSON(String) - Method in class com.storedobject.chart.SOChart
This method is invoked just before the JSON string that is being constructed in the SOChart.update() method is sent to the client.
customizeLinkField(ObjectLinkField<?>) - Method in class com.storedobject.ui.common.SystemUserEditor
 
customizeLinkField(ObjectLinkField<?>) - Method in class com.storedobject.ui.inventory.AssignStoresAndLocations
 
customizeLinkField(ObjectLinkField<?>) - Method in class com.storedobject.ui.ObjectEditor
Customize the link field if needed.
customizeList(ObjectIterator<T>) - Method in interface com.storedobject.report.ObjectLister
 
customizeMetadata(UIFieldMetadata) - Static method in class com.storedobject.core.ServiceItem
 
customizeMetadata(UIFieldMetadata) - Static method in class com.storedobject.core.ServiceItemType
 
customizeMetadata(UIFieldMetadata) - Static method in class com.storedobject.core.SubscriptionItem
 
customizeMetadata(UIFieldMetadata) - Static method in class com.storedobject.core.SubscriptionItemType
 
customizeMetadata(String, UIFieldMetadata) - Static method in class com.storedobject.mail.Mail
Customizes the metadata for a specified field name by applying specific configurations.
customizeObjectEditor() - Method in class com.storedobject.ui.EditableObjectGrid
Customize the editor that will be used for editing the instances.
customizeObjectEditor() - Method in class com.storedobject.ui.ObjectListEditor
Customize the editor that will be used for editing the instances.
customizePathFactory(XPathFactory) - Method in class com.storedobject.common.XML
Customize the XPathFactory used by the XML class.
customizeQueryBuilder(QueryBuilder<T>) - Method in interface com.storedobject.report.ObjectLister
 
customizeRenderer(String, LitRenderer<T>) - Method in interface com.storedobject.vaadin.HasColumns
Customize the renderer for the given column.
customizeTableHeader(TableHeader) - Method in interface com.storedobject.report.ObjectLister
 
customizeTextField(HasTextValue) - Method in class com.storedobject.ui.MoneyField
 
customizeTextField(HasTextValue) - Method in class com.storedobject.ui.tools.ClassNameField
 
customizeTextField(HasTextValue) - Method in class com.storedobject.ui.util.AbstractQuantityField
 
customizeTextField(HasTextValue) - Method in class com.storedobject.vaadin.CustomTextField
Customize the internal text field.
CustomMessageLogic - Class in com.storedobject.iot
 
CustomMessageLogic() - Constructor for class com.storedobject.iot.CustomMessageLogic
 
CustomMessageProcessor - Interface in com.storedobject.iot
 
CustomMethodInvoker - Class in com.storedobject.common
 
CustomMethodInvoker() - Constructor for class com.storedobject.common.CustomMethodInvoker
 
CustomMethodInvoker(String) - Constructor for class com.storedobject.common.CustomMethodInvoker
 
CustomTextField<T> - Class in com.storedobject.vaadin
A "custom field" where the value is represented as a "text" using an internal text field.
CustomTextField(T) - Constructor for class com.storedobject.vaadin.CustomTextField
Constructor.
CYAN - Static variable in class com.storedobject.pdf.PDFColor
 

D

DaemonJob - Class in com.storedobject.job
Daemon job is a special Job and its Job.execute() method will be invoked only once, and it runs forever in the background.
DaemonJob(Schedule) - Constructor for class com.storedobject.job.DaemonJob
Constructor.
DailyConsumption - Class in com.storedobject.iot
Represents daily consumption data tied to a specific item, resource, year, and day.
DailyConsumption() - Constructor for class com.storedobject.iot.DailyConsumption
Initializes a new instance of the DailyConsumption class.
dailyStatistics() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the daily statistics associated with the current data status.
DailyStatistics - Class in com.storedobject.iot
The DailyStatistics class represents daily statistical data and provides methods to define column structure, indices, and retrieve specific daily statistics details.
DailyStatistics() - Constructor for class com.storedobject.iot.DailyStatistics
Default constructor for the DailyStatistics class.
DARK_GRAY - Static variable in class com.storedobject.pdf.PDFColor
 
darker() - Method in class com.storedobject.pdf.PDFColor
Create a darker color from this instance.
Dashboard - Class in com.storedobject.ui.iot
 
Dashboard - Class in com.storedobject.vaadin
Dashboard is a "view" that can show multiple embedded "sub-views".
Dashboard() - Constructor for class com.storedobject.vaadin.Dashboard
Constructor.
Dashboard(boolean) - Constructor for class com.storedobject.vaadin.Dashboard
Constructor.
Dashboard(GUI) - Constructor for class com.storedobject.ui.iot.Dashboard
 
Dashboard(String) - Constructor for class com.storedobject.vaadin.Dashboard
Constructor.
Dashboard(String, boolean) - Constructor for class com.storedobject.vaadin.Dashboard
Constructor.
DashboardDefinition - Class in com.storedobject.core
 
DashboardDefinition() - Constructor for class com.storedobject.core.DashboardDefinition
 
DASHED - Enum constant in enum class com.storedobject.chart.LineStyle.Type
Dashed.
data - Variable in class com.storedobject.vaadin.AbstractForm
The "data" associated with this form.
Data - Class in com.storedobject.chart
Numeric data.
Data - Class in com.storedobject.iot
Base class that represents data values that belong to a Unit.
Data<T> - Class in com.storedobject.vaadin.util
Class that is internally handling Vaadin's Binder.
Data() - Constructor for class com.storedobject.iot.Data
 
Data(double[]) - Constructor for class com.storedobject.chart.Data
Constructor.
Data(AbstractForm<T>) - Constructor for class com.storedobject.vaadin.util.Data
Constructor.
Data(InputStream, String, String) - Constructor for record class com.storedobject.client.Client.Data
Creates an instance of a Data record class.
Data(Number...) - Constructor for class com.storedobject.chart.Data
Constructor.
DATA_MATRIX - Enum constant in enum class com.storedobject.common.Barcode.Format
Data Matrix 2D barcode format.
Data_Not_Changed - Exception Class in com.storedobject.core
 
Data_Not_Changed() - Constructor for exception class com.storedobject.core.Data_Not_Changed
 
Data.Value - Record Class in com.storedobject.iot
Structure to hold time and value.
Data4Unit - Record Class in com.storedobject.ui.iot
 
Data4Unit(Class<? extends Data>, Unit, TimestampPeriod, Collection<String>) - Constructor for record class com.storedobject.ui.iot.Data4Unit
Creates an instance of a Data4Unit record class.
database - Static variable in class com.storedobject.core.SQLConnector
The name of the database.
Database - Class in com.storedobject.core
The abstract database class.
Database - Class in com.storedobject.database.postgres
 
Database() - Constructor for class com.storedobject.core.Database
 
Database() - Constructor for class com.storedobject.database.postgres.Database
 
Database_Id_Message - Exception Class in com.storedobject.core
 
Database_Id_Message(String) - Constructor for exception class com.storedobject.core.Database_Id_Message
 
Database_Message - Exception Class in com.storedobject.core
 
Database_Message() - Constructor for exception class com.storedobject.core.Database_Message
 
DatabaseDriver - Class in com.storedobject.database.postgres
 
DatabaseDriver - Interface in com.storedobject.core
The database driver interface.
DatabaseDriver() - Constructor for class com.storedobject.database.postgres.DatabaseDriver
 
databaseExists(String) - Method in class com.storedobject.core.Database
Check if a database exists or not.
DatabaseInputStream - Class in com.storedobject.core
This class represents a "data stream" stored in the database.
DatabaseInputStream(Id) - Constructor for class com.storedobject.core.DatabaseInputStream
Create a stream that can read data from the database as an InputStream.
databaseMaster - Static variable in class com.storedobject.core.SQLConnector
The name of the database master.
DatabaseOutputStream - Class in com.storedobject.core
For internal use only
DatabaseOutputStream(Id, RawSQL) - Constructor for class com.storedobject.core.DatabaseOutputStream
 
databaseSQL(String) - Method in class com.storedobject.core.Database
Part of the SQL string (starting with FROM) that can query details of a database.
databaseSQL(String) - Method in class com.storedobject.database.postgres.Database
 
DataChanged - Class in com.storedobject.core
Represents a data change event for a specific object.
DataChanged.CHANGE - Enum Class in com.storedobject.core
Enum representing the types of changes that can occur.
DataChangeNotifier - Interface in com.storedobject.core
This interface represents a data change notifier.
DataChangeNotifierLogic - Class in com.storedobject.core
This class handles the logic related to notifying changes in data.
DataChangeNotifierLogic() - Constructor for class com.storedobject.core.DataChangeNotifierLogic
The default constructor.
DataChangeProcessor - Class in com.storedobject.core
The DataChangeProcessor class extends the DaemonJob class and represents a job that processes data changes.
DataChangeProcessor(Schedule) - Constructor for class com.storedobject.core.DataChangeProcessor
Constructor.
DataChannel - Class in com.storedobject.chart
Data channel opens up a channel to push data on to a SOChart once rendered.
DataChannel(SOChart, AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.DataChannel
Create a data channel for the given set of data providers.
dataClass() - Method in record class com.storedobject.ui.iot.Data4Unit
Returns the value of the dataClass record component.
dataClassName - Variable in class com.storedobject.core.DataLogic
 
DataDownload - Class in com.storedobject.ui.iot
 
DataDownload - Class in com.storedobject.ui.tools
 
DataDownload() - Constructor for class com.storedobject.ui.tools.DataDownload
 
DataDownload(Data4Unit) - Constructor for class com.storedobject.ui.iot.DataDownload
 
DataEditor<T> - Class in com.storedobject.ui
 
DataEditor<T> - Class in com.storedobject.vaadin
A View that is used for creating a "data entry form" with "Save"/"Cancel" buttons.
DataEditor(Class<T>) - Constructor for class com.storedobject.ui.DataEditor
 
DataEditor(Class<T>) - Constructor for class com.storedobject.vaadin.DataEditor
Constructor.
DataEditor(Class<T>, String) - Constructor for class com.storedobject.ui.DataEditor
 
DataEditor(Class<T>, String) - Constructor for class com.storedobject.vaadin.DataEditor
Constructor.
DataEditor(Class<T>, String, String) - Constructor for class com.storedobject.ui.DataEditor
 
DataEditor(Class<T>, String, String) - Constructor for class com.storedobject.vaadin.DataEditor
Constructor.
DataEditor(Class<T>, String, String, String) - Constructor for class com.storedobject.ui.DataEditor
 
DataEditor(Class<T>, String, String, String) - Constructor for class com.storedobject.vaadin.DataEditor
Constructor.
DataEditor(Class<T>, String, String, String, Consumer<T>) - Constructor for class com.storedobject.ui.DataEditor
 
DataEditor(Class<T>, String, String, String, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
Constructor.
DataEditor(Class<T>, String, String, String, Consumer<T>, Consumer<T>) - Constructor for class com.storedobject.ui.DataEditor
 
DataEditor(Class<T>, String, String, String, Consumer<T>, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
Constructor.
DataEditor(Class<T>, String, String, Consumer<T>) - Constructor for class com.storedobject.ui.DataEditor
 
DataEditor(Class<T>, String, String, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
Constructor.
DataEditor(Class<T>, String, String, Consumer<T>, Consumer<T>) - Constructor for class com.storedobject.ui.DataEditor
 
DataEditor(Class<T>, String, String, Consumer<T>, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
Constructor.
DataEditor(Class<T>, String, Consumer<T>) - Constructor for class com.storedobject.ui.DataEditor
 
DataEditor(Class<T>, String, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
Constructor.
DataEditor(Class<T>, String, Consumer<T>, Consumer<T>) - Constructor for class com.storedobject.ui.DataEditor
 
DataEditor(Class<T>, String, Consumer<T>, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
Constructor.
DataEditor(Class<T>, Consumer<T>) - Constructor for class com.storedobject.ui.DataEditor
 
DataEditor(Class<T>, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
Constructor.
DataEditor(Class<T>, Consumer<T>, Consumer<T>) - Constructor for class com.storedobject.ui.DataEditor
 
DataEditor(Class<T>, Consumer<T>, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
Constructor.
DataForm - Class in com.storedobject.vaadin
This class is used to accept some quick data from the users.
DataForm(String) - Constructor for class com.storedobject.vaadin.DataForm
Constructor.
DataForm(String, boolean) - Constructor for class com.storedobject.vaadin.DataForm
Constructor.
DataForm(String, boolean, boolean) - Constructor for class com.storedobject.vaadin.DataForm
Constructor.
DataForm(String, String, String) - Constructor for class com.storedobject.vaadin.DataForm
Constructor.
DataForm(String, String, String, boolean) - Constructor for class com.storedobject.vaadin.DataForm
Constructor.
DataForm(String, String, String, boolean, boolean) - Constructor for class com.storedobject.vaadin.DataForm
Constructor.
DataGrid<T> - Class in com.storedobject.ui
 
DataGrid<T> - Class in com.storedobject.vaadin
Enhancement to Vaadin's Grid to handle Java Beans in a specialized way.
DataGrid(Class<T>) - Constructor for class com.storedobject.ui.DataGrid
 
DataGrid(Class<T>) - Constructor for class com.storedobject.vaadin.DataGrid
Constructor that will generate columns from the Bean's properties.
DataGrid(Class<T>, Filtered<T>, Iterable<String>) - Constructor for class com.storedobject.ui.DataGrid
 
DataGrid(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.DataGrid
 
DataGrid(Class<T>, Iterable<String>) - Constructor for class com.storedobject.vaadin.DataGrid
Constructor that will generate columns from the column names passed.
DataList<T> - Class in com.storedobject.vaadin
A list data structure with a "refresh" listener.
DataList() - Constructor for class com.storedobject.vaadin.DataList
Constructor.
DataList(List<T>) - Constructor for class com.storedobject.vaadin.DataList
Constructor.
DataList.RefreshListener<T> - Interface in com.storedobject.vaadin
Definition of refresh listener that can be added to the DataList.
dataLoaded() - Method in interface com.storedobject.ui.util.DataLoadedListener
 
DataLoadedListener - Interface in com.storedobject.ui.util
 
DataLogic - Class in com.storedobject.core
An abstract class that deals with data classes and their respective logic classes.
DataLogic() - Constructor for class com.storedobject.core.DataLogic
Default constructor.
DataMatrix - Class in com.storedobject.chart
Represents a matrix of data.
DataMatrix(Data...) - Constructor for class com.storedobject.chart.DataMatrix
Constructor.
DataMatrix(String, Data...) - Constructor for class com.storedobject.chart.DataMatrix
Constructor.
dataPickup(InventoryItem, InventoryLocation) - Method in class com.storedobject.core.InventoryTransaction
Create a "data pick-up" entry.
dataPickup(InventoryItem, InventoryLocation, InventoryFitmentPosition) - Method in class com.storedobject.core.InventoryTransaction
Create a "data pick-up" entry.
dataPickup(InventoryItem, Quantity, InventoryLocation) - Method in class com.storedobject.core.InventoryTransaction
Create a "data pick-up" entry.
DataPickup - Class in com.storedobject.ui.inventory
 
DataPickup() - Constructor for class com.storedobject.ui.inventory.DataPickup
 
dataPickupDate - Static variable in class com.storedobject.core.InventoryTransaction
 
dataProvider() - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
Returns the value of the dataProvider record component.
DataProvider - Interface in com.storedobject.chart
Provider of numeric data.
DataSet - Class in com.storedobject.iot
 
DataSet - Interface in com.storedobject.common
An interface that defines some sort of data with attributes.
DataSet.AbstractData - Class in com.storedobject.iot
 
DataSet.AlarmStatus - Class in com.storedobject.iot
 
DataSet.DataStatus<V> - Class in com.storedobject.iot
 
DataSet.DataValue - Class in com.storedobject.iot
 
DataSet.DataValues - Class in com.storedobject.iot
 
DataSet.LimitStatus - Class in com.storedobject.iot
 
DataSet.SiteData - Class in com.storedobject.iot
 
DataSet.UnitData - Class in com.storedobject.iot
 
DataSet.UnitHeaderData - Class in com.storedobject.iot
 
DataShadowStyle() - Constructor for class com.storedobject.chart.DataZoom.DataShadowStyle
Constructor.
DataStatus(Unit, ValueDefinition<V>) - Constructor for class com.storedobject.iot.DataSet.DataStatus
 
DataStream - Class in com.storedobject.chart
A data provider implementation to provide data from a Stream.
DataStream(Stream<Number>) - Constructor for class com.storedobject.chart.DataStream
Constructor.
dataToEmbed() - Method in class com.storedobject.chart.BubbleChart
 
dataToEmbed() - Method in class com.storedobject.chart.CandlestickChart
 
dataToEmbed() - Method in class com.storedobject.chart.Chart
Get the data to embed.
dataToEmbed() - Method in class com.storedobject.chart.GaugeChart
 
dataToEmbed() - Method in class com.storedobject.chart.GraphChart
 
dataToEmbed() - Method in class com.storedobject.chart.HeatmapChart
 
dataToEmbed() - Method in class com.storedobject.chart.RadarChart
 
dataToEmbed() - Method in class com.storedobject.chart.SankeyChart
 
dataToEmbed() - Method in class com.storedobject.chart.SunburstChart
 
dataToEmbed() - Method in class com.storedobject.chart.TreeChart
 
dataToEmbed() - Method in class com.storedobject.chart.TreemapChart
 
DataTransfer - Class in com.storedobject.ui.tools
 
DataTransfer() - Constructor for class com.storedobject.ui.tools.DataTransfer
 
DataTransfer(String) - Constructor for class com.storedobject.ui.tools.DataTransfer
 
DataTreeGrid<T> - Class in com.storedobject.ui
 
DataTreeGrid<T> - Class in com.storedobject.vaadin
Enhancement to Vaadin's TreeGrid to handle Java Beans in a specialized way.
DataTreeGrid(Class<T>) - Constructor for class com.storedobject.ui.DataTreeGrid
 
DataTreeGrid(Class<T>) - Constructor for class com.storedobject.vaadin.DataTreeGrid
Constructor that will generate columns from the Bean's properties.
DataTreeGrid(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.DataTreeGrid
 
DataTreeGrid(Class<T>, Iterable<String>) - Constructor for class com.storedobject.vaadin.DataTreeGrid
Constructor that will generate columns from the column names passed.
DataType - Enum Class in com.storedobject.chart
Type of data that can be used by charts.
DataUpload - Class in com.storedobject.ui.tools
 
DataUpload() - Constructor for class com.storedobject.ui.tools.DataUpload
 
dataValue() - Method in class com.storedobject.chart.Chart
Get the data that represents the values of this chart.
DataValue(DataSet.AbstractData, DataSet.DataStatus<?>) - Constructor for class com.storedobject.iot.DataSet.DataValue
 
dataValueIndex() - Method in class com.storedobject.chart.BubbleChart
 
dataValueIndex() - Method in class com.storedobject.chart.Chart
Get the index to get the real data value of this chart.
dataValueIndex() - Method in class com.storedobject.chart.HeatmapChart
 
DataValues(List<? extends DataSet.DataValue>, long, long) - Constructor for class com.storedobject.iot.DataSet.DataValues
 
DataView<D> - Class in com.storedobject.ui.iot
 
DataView() - Constructor for class com.storedobject.chart.Toolbox.DataView
 
DataView(Data4Unit, boolean) - Constructor for class com.storedobject.ui.iot.DataView
 
DataZoom - Class in com.storedobject.chart
Represents "data zoom" component.
DataZoom(CoordinateSystem, Axis...) - Constructor for class com.storedobject.chart.DataZoom
Constructor.
DataZoom.DataShadowStyle - Class in com.storedobject.chart
Used to style the data shadow.
DataZoom.HandleStyle - Class in com.storedobject.chart
Used to style the handle.
date(D) - Method in class com.storedobject.core.SystemEntity
Convert a date/date-time value from GMT to local.
date(D) - Method in class com.storedobject.core.TransactionManager
Convert a date/date-time value from GMT to local.
date(D) - Method in class com.storedobject.iot.Site
Adjusts the provided date to the local time based on the ZoneId associated with this Site.
DATE - Enum constant in enum class com.storedobject.chart.DataType
Date values.
DATE_FORMAT - Static variable in class com.storedobject.core.JSON
ISO 8601 date format string.
DATE_TIME_FORMAT - Static variable in class com.storedobject.core.JSON
ISO 8601 date-time (timestamp) format string.
DateData - Class in com.storedobject.chart
Date data provider.
DateData(LocalDate...) - Constructor for class com.storedobject.chart.DateData
Constructor.
DateDataProvider - Interface in com.storedobject.chart
Data provider of date values.
DateField - Class in com.storedobject.vaadin
A field to edit Date.
DateField() - Constructor for class com.storedobject.vaadin.DateField
Constructor.
DateField(String) - Constructor for class com.storedobject.vaadin.DateField
Constructor.
DateField(String, Date) - Constructor for class com.storedobject.vaadin.DateField
Constructor.
DateField(Date) - Constructor for class com.storedobject.vaadin.DateField
Constructor.
dateFormat() - Static method in class com.storedobject.common.DateUtility
Returns a clone of the Java DateFormat instance.
dateGMT(D) - Method in class com.storedobject.core.SystemEntity
Convert a date/date-time value from local to GMT.
dateGMT(D) - Method in class com.storedobject.core.TransactionManager
Convert a date/date-time value from local to GMT.
dateGMT(D) - Method in class com.storedobject.iot.Site
Adjusts the given date to Greenwich Mean Time (GMT) by applying the time zone offset of the site.
DatePeriod - Class in com.storedobject.core
 
DatePeriod(Date, Date) - Constructor for class com.storedobject.core.DatePeriod
 
DatePeriod(Calendar, Calendar) - Constructor for class com.storedobject.core.DatePeriod
 
DatePeriod(Date, Date) - Constructor for class com.storedobject.core.DatePeriod
 
DatePeriodField - Class in com.storedobject.ui
 
DatePeriodField() - Constructor for class com.storedobject.ui.DatePeriodField
 
DatePeriodField(String) - Constructor for class com.storedobject.ui.DatePeriodField
 
DatePeriodField(String, DatePeriod) - Constructor for class com.storedobject.ui.DatePeriodField
 
DateStream - Class in com.storedobject.chart
A date data provider implementation to provide data from a Stream.
DateStream(Stream<LocalDate>) - Constructor for class com.storedobject.chart.DateStream
Constructor.
dateTimeFormat() - Static method in class com.storedobject.common.DateUtility
Returns a clone of the default date and time format.
DateUtility - Class in com.storedobject.common
Date utility functions.(Old Date and its cousin Date are still used in JDBC).
DateUtility - Class in com.storedobject.core
 
DateUtility() - Constructor for class com.storedobject.common.DateUtility
 
DateUtility() - Constructor for class com.storedobject.core.DateUtility
 
DateValueConverter - Class in com.storedobject.core.converter
 
DaysField - Class in com.storedobject.ui
 
DaysField() - Constructor for class com.storedobject.ui.DaysField
 
DaysField(String) - Constructor for class com.storedobject.ui.DaysField
 
DaysField(String, Integer) - Constructor for class com.storedobject.ui.DaysField
 
DaysValueConverter - Class in com.storedobject.core.converter
 
DBFileStream - Class in com.storedobject.ui
 
DBFileStream(FileData) - Constructor for class com.storedobject.ui.DBFileStream
 
DBFileStream(Id) - Constructor for class com.storedobject.ui.DBFileStream
 
DBFileStream(MediaFile) - Constructor for class com.storedobject.ui.DBFileStream
 
DBFileStream(String) - Constructor for class com.storedobject.ui.DBFileStream
 
DBResource - Class in com.storedobject.ui
 
DBResource(FileData) - Constructor for class com.storedobject.ui.DBResource
 
DBResource(Id) - Constructor for class com.storedobject.ui.DBResource
 
DBResource(MediaFile) - Constructor for class com.storedobject.ui.DBResource
 
DBResource(StreamData) - Constructor for class com.storedobject.ui.DBResource
 
DBTransaction - Class in com.storedobject.core
Transaction.
DBTransaction.NoHistory - Interface in com.storedobject.core
 
DE - Enum constant in enum class com.storedobject.chart.Language
German
debit(Account, Money, int, String, String) - Method in class com.storedobject.core.JournalVoucher
Debit a local currency account.
debit(Account, Money, int, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Debit a local currency account.
debit(Account, Money, Money, int, String, String) - Method in class com.storedobject.core.JournalVoucher
Debit a foreign currency account.
debit(Account, Money, Money, int, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Debit a foreign currency account.
debit(Account, Money, Money, String, String) - Method in class com.storedobject.core.JournalVoucher
Debit a foreign currency account.
debit(Account, Money, Money, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Debit a foreign currency account.
debit(Account, Money, String, String) - Method in class com.storedobject.core.JournalVoucher
Debit a local currency account.
debit(Account, Money, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Debit a local currency account.
debit(Account, BigDecimal, int, String, String) - Method in class com.storedobject.core.JournalVoucher
Debit a local currency account.
debit(Account, BigDecimal, int, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Debit a local currency account.
debit(Account, BigDecimal, String, String) - Method in class com.storedobject.core.JournalVoucher
Debit a local currency account.
debit(Account, BigDecimal, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Debit a local currency account.
debit(Account, BigDecimal, BigDecimal, int, String, String) - Method in class com.storedobject.core.JournalVoucher
Debit a foreign currency account.
debit(Account, BigDecimal, BigDecimal, int, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Debit a foreign currency account.
debit(Account, BigDecimal, BigDecimal, String, String) - Method in class com.storedobject.core.JournalVoucher
Debit a foreign currency account.
debit(Account, BigDecimal, BigDecimal, String, String, Date) - Method in class com.storedobject.core.JournalVoucher
Debit a foreign currency account.
debug - Static variable in class com.storedobject.core.BulkDataUpdate
 
debug - Static variable in class com.storedobject.core.RawSQL
 
debug - Static variable in class com.storedobject.core.SQLConnector
 
debug - Variable in class com.storedobject.tools.AbstractJSONService
 
debug() - Method in class com.storedobject.iot.MQTT
 
debug() - Method in class com.storedobject.office.ODT
 
debug(Session, Properties) - Method in class com.storedobject.mail.Sender.Debugger
 
debug(String, Consumer<String>) - Method in class com.storedobject.ui.FlowDiagram
 
DEBUG - Static variable in class com.storedobject.ui.iot.Dashboard
 
DecimalNumber - Class in com.storedobject.core
Class that represents a decimal number value with a defined number of decimals digits.
DecimalNumber() - Constructor for class com.storedobject.core.DecimalNumber
Create a decimal number of value 0 with 2 decimal digits.
DecimalNumber(int) - Constructor for class com.storedobject.core.DecimalNumber
Create a decimal number of value 0.
DecimalNumber(DecimalNumber) - Constructor for class com.storedobject.core.DecimalNumber
Construct a decimal number from another one.
DecimalNumber(String) - Constructor for class com.storedobject.core.DecimalNumber
Create a decimal number.
DecimalNumber(String, int) - Constructor for class com.storedobject.core.DecimalNumber
Create a decimal number.
DecimalNumber(BigDecimal) - Constructor for class com.storedobject.core.DecimalNumber
Construct a decimal number from a BigDecimal.
DecimalNumber(BigDecimal, int) - Constructor for class com.storedobject.core.DecimalNumber
Construct a decimal number from a BigDecimal.
DecimalNumberField - Class in com.storedobject.ui
 
DecimalNumberField() - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(int) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(int, int) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(int, int, boolean) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(int, int, boolean, boolean) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(DecimalNumber, int) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(DecimalNumber, int, int) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(DecimalNumber, int, int, boolean) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(DecimalNumber, int, int, boolean, boolean) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(String) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(String, int) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(String, int, int) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(String, int, int, boolean) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(String, int, int, boolean, boolean) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(String, DecimalNumber) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(String, DecimalNumber, int) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(String, DecimalNumber, int, int) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(String, DecimalNumber, int, int, boolean) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberField(String, DecimalNumber, int, int, boolean, boolean) - Constructor for class com.storedobject.ui.DecimalNumberField
 
DecimalNumberValueConverter - Class in com.storedobject.core.converter
 
declareData(Set<AbstractDataProvider<?>>) - Method in class com.storedobject.chart.Chart
 
declareData(Set<AbstractDataProvider<?>>) - Method in class com.storedobject.chart.CoordinateSystem
 
declareData(Set<AbstractDataProvider<?>>) - Method in interface com.storedobject.chart.HasData
Declare the data set owned by this ComponentPart by adding it to the Set provided.
declareData(Set<AbstractDataProvider<?>>) - Method in class com.storedobject.chart.MarkArea
 
declareData(Set<AbstractDataProvider<?>>) - Method in class com.storedobject.chart.Tooltip
 
decorateComponent() - Method in class com.storedobject.ui.ImageViewer
 
decorateComponent() - Method in class com.storedobject.ui.LoginForm
 
decorateComponent() - Method in class com.storedobject.ui.TemplateView
Decorate the outermost component if required.
decorateComponent() - Method in class com.storedobject.ui.TextView
 
decorateComponent() - Method in class com.storedobject.ui.VerifyOTP
 
decorateComponent() - Method in class com.storedobject.vaadin.ImageView
 
decorateComponent() - Method in class com.storedobject.vaadin.View
This will be invoked by the Application just before making the component of this view visible.
decorateComponent() - Method in class com.storedobject.vaadin.Viewer
Decorate the component to remove the default padding.
decrypt(byte[], SecretKey, byte[]) - Static method in class com.storedobject.core.Secret
 
decrypt(InputStream, int, SystemUser) - Static method in class com.storedobject.core.Secret
Decrypt the encrypted stream.
decrypt(InputStream, int, TransactionManager) - Static method in class com.storedobject.core.Secret
Decrypt the encrypted stream.
decrypt(InputStream, OutputStream, int, SystemUser) - Static method in class com.storedobject.core.Secret
Decrypt an encrypted stream and write it to an output stream.
decrypt(InputStream, OutputStream, int, TransactionManager) - Static method in class com.storedobject.core.Secret
Decrypt an encrypted stream and write it to an output stream.
decrypt(String) - Static method in class com.storedobject.core.ServerInformation
 
decrypt(String, int, SystemUser) - Static method in class com.storedobject.core.Secret
Decrypt data.
decrypt(String, int, TransactionManager) - Static method in class com.storedobject.core.Secret
Decrypt data.
decrypt(String, ServerInformation) - Static method in class com.storedobject.core.ServerInformation
 
decrypt(String, String) - Static method in class com.storedobject.core.ServerInformation
 
deduplicate() - Method in class com.storedobject.core.ObjectIterator
Convert the iterator to a new one by eliminating duplicate consecutive entries if any from it.
Deep_Frozen_Account - Exception Class in com.storedobject.core
 
Deep_Frozen_Account(String) - Constructor for exception class com.storedobject.core.Deep_Frozen_Account
 
DEFAULT_BUFFER_SIZE - Static variable in class com.storedobject.ui.util.DownloadStream
 
DEFAULT_CACHE_TIME - Static variable in class com.storedobject.ui.util.DownloadStream
 
DEFAULTSIZE - Static variable in class com.storedobject.pdf.PDFFont
Constant used in font specification.
defaultUnit - Static variable in class com.storedobject.core.Angle
 
defaultUnit - Static variable in class com.storedobject.core.Area
 
defaultUnit - Static variable in class com.storedobject.core.Count
 
defaultUnit - Static variable in class com.storedobject.core.Distance
 
defaultUnit - Static variable in class com.storedobject.core.FractionalCount
 
defaultUnit - Static variable in class com.storedobject.core.Percentage
 
defaultUnit - Static variable in class com.storedobject.core.Pressure
 
defaultUnit - Static variable in class com.storedobject.core.Quantity
 
defaultUnit - Static variable in class com.storedobject.core.Speed
 
defaultUnit - Static variable in class com.storedobject.core.Temperature
 
defaultUnit - Static variable in class com.storedobject.core.TimeDuration
 
defaultUnit - Static variable in class com.storedobject.core.Volume
 
defaultUnit - Static variable in class com.storedobject.core.VolumeRate
 
defaultUnit - Static variable in class com.storedobject.core.Weight
 
defaultUnit - Static variable in class com.storedobject.core.WeightOrVolume
 
defaultUnit - Static variable in class com.storedobject.core.WeightRate
 
DefineAssembly<T,C> - Class in com.storedobject.ui.inventory
 
DefineAssembly(Class<T>) - Constructor for class com.storedobject.ui.inventory.DefineAssembly
 
DefineAssembly(Class<T>, Class<C>, Class<? extends C>...) - Constructor for class com.storedobject.ui.inventory.DefineAssembly
 
DefineAssembly(String) - Constructor for class com.storedobject.ui.inventory.DefineAssembly
 
DefineAssembly(T) - Constructor for class com.storedobject.ui.inventory.DefineAssembly
 
defineCell(String, String) - Method in class com.storedobject.ui.common.ExcelDataUpload
Define a cell name.
definitions() - Method in class com.storedobject.ui.PrintButton
 
dehilite() - Method in interface com.storedobject.vaadin.ApplicationMenuItem
De-highlight the menu item so that it looks normal.
dehilite() - Method in class com.storedobject.vaadin.MenuItem
 
DelegatedIdInput<T> - Interface in com.storedobject.ui.util
 
DelegatedObjectInput<T> - Interface in com.storedobject.ui.util
 
delete - Variable in class com.storedobject.ui.inventory.DefineAssembly
 
delete - Variable in class com.storedobject.ui.ListEditor
"Delete" button.
delete - Variable in class com.storedobject.ui.ObjectBrowser
 
delete - Variable in class com.storedobject.ui.ObjectEditor
Button - Delete.
delete - Variable in class com.storedobject.ui.ObjectForestBrowser
 
delete - Variable in class com.storedobject.ui.ObjectListEditor
"Delete" button.
delete - Variable in class com.storedobject.ui.ObjectTreeBrowser
 
delete() - Method in class com.storedobject.core.StoredObject
Delete this instance from the database.
delete() - Method in class com.storedobject.office.od.ods.Sheet
 
delete() - Method in class com.storedobject.ui.DetailLinkGrid
 
delete() - Method in interface com.storedobject.ui.LinkGrid
 
delete() - Method in class com.storedobject.ui.ListEditor
Delete a selected instance.
delete() - Method in class com.storedobject.ui.ObjectEditor
Do the delete operation of the current object instance.
delete() - Method in class com.storedobject.ui.ObjectLinkField
 
delete() - Method in class com.storedobject.ui.ObjectListEditor
Delete a selected instance.
delete() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
delete() - Method in class com.storedobject.vaadin.Alert
Delete (and close) the alert so that it's no more associated with Application.
delete(ActivityList.Activity...) - Method in class com.storedobject.chart.ActivityList
delete(ActivityList.ActivityGroup...) - Method in class com.storedobject.chart.ActivityList
delete(Project.Task...) - Method in class com.storedobject.chart.Project
Delete Project.Tasks from the project.
delete(Project.TaskGroup...) - Method in class com.storedobject.chart.Project
Delete Project.TaskGroups from the project.
delete(Contact) - Method in class com.storedobject.ui.util.ContactData
 
delete(FileData) - Method in class com.storedobject.ui.util.StreamAttachmentData
 
delete(Id) - Method in class com.storedobject.core.ObjectCache
 
delete(StoredObject) - Method in class com.storedobject.core.TransactionControl
 
delete(Transaction) - Method in class com.storedobject.core.StoredObject
Delete this instance from the database.
delete(TransactionControl) - Method in class com.storedobject.core.StoredObject
Delete an instance in the database.
delete(TransactionManager) - Method in class com.storedobject.core.PseudoTran
 
delete(O) - Method in class com.storedobject.core.StoredObjectLink.Copy
 
delete(T) - Method in interface com.storedobject.core.EditableList
Delete an item from the list.
delete(T) - Method in class com.storedobject.core.ObjectCache
 
delete(T) - Method in class com.storedobject.ui.AbstractEditableGrid
 
delete(T) - Method in interface com.storedobject.ui.LinkValue
 
delete(T) - Method in class com.storedobject.ui.util.ExtraInfoValue
 
delete(T, boolean) - Method in class com.storedobject.ui.EditableListProvider
 
delete(T, boolean) - Method in class com.storedobject.ui.EditableObjectListProvider
 
delete(T, boolean) - Method in interface com.storedobject.ui.EditableProvider
 
delete(T, boolean) - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
DELETE - Static variable in class com.storedobject.core.EditorAction
 
deleteBodyRows() - Method in class com.storedobject.pdf.PDFTable
 
deleted() - Method in class com.storedobject.core.StoredObject
Is this instance deleted in the database?
deleted(Transaction, T) - Method in class com.storedobject.ui.ObjectListEditor
This is invoked when an instance is deleted while saving.
deleted(T) - Method in interface com.storedobject.ui.ObjectChangedListener
Fired when an object is deleted.
deleted(T) - Method in class com.storedobject.ui.ObjectEditor
This method is invoked whenever a new object is deleted in the database.
deleted(T) - Method in class com.storedobject.ui.ObjectForestProvider
 
deleted(T) - Method in class com.storedobject.ui.ObjectLinkField
 
deleted(T) - Method in class com.storedobject.ui.ObjectTreeProvider
 
DELETED - Enum constant in enum class com.storedobject.core.DataChanged.CHANGE
 
deletedNow(T) - Method in class com.storedobject.ui.EditableObjectGrid
This will be invoked once an item is deleted.
deletedNow(T) - Method in class com.storedobject.ui.ObjectListEditor
 
deleteLastRow() - Method in class com.storedobject.pdf.PDFTable
 
deleteObject() - Method in class com.storedobject.ui.ObjectEditor
Delete the current object.
deleteObject(T) - Method in class com.storedobject.ui.ObjectEditor
Delete an object.
deleteOnClose() - Method in class com.storedobject.ui.Alert
 
deleteOnClose() - Method in class com.storedobject.vaadin.Alert
Check whether this alert should be removed when closed or not.
deletePO(T, Runnable) - Method in class com.storedobject.ui.inventory.POEditor
 
deleteRow(int) - Method in class com.storedobject.pdf.PDFTable
 
dependencies() - Method in class com.storedobject.chart.Project
 
dependentConstraints(String) - Method in class com.storedobject.core.Database
 
dependsOn(Project.ProjectTask, Project.ProjectTask) - Method in class com.storedobject.chart.Project
Specify that a task/group depends on another task/group.
deploy(TransactionManager, String) - Method in class com.storedobject.tools.TableDefinition
 
deploy(TransactionManager, String, boolean) - Method in class com.storedobject.tools.TableDefinition
 
DeployFlutterApplication - Class in com.storedobject.ui.tools
 
DeployFlutterApplication() - Constructor for class com.storedobject.ui.tools.DeployFlutterApplication
 
deployLogic(TransactionManager) - Method in class com.storedobject.tools.TableDefinition
 
deployLogic(TransactionManager, boolean) - Method in class com.storedobject.tools.TableDefinition
 
deployTable(TransactionManager, String) - Method in class com.storedobject.tools.TableDefinition
 
describe() - Method in class com.storedobject.core.PasswordPolicy
 
description() - Element in annotation interface com.storedobject.common.annotation.Module
 
deselect(Iterable<T>) - Method in interface com.storedobject.vaadin.HasColumns
Deselect rows.
deselect(Iterator<T>) - Method in interface com.storedobject.vaadin.HasColumns
Deselect rows.
deselect(T) - Method in interface com.storedobject.ui.ObjectGridData
 
deselectAll() - Method in interface com.storedobject.ui.ObjectGridData
 
deselectAll() - Method in class com.storedobject.vaadin.TokensField
Deselect all items.
deselectChildren(Object, boolean) - Method in class com.storedobject.ui.AbstractObjectForest
Deselect all children of the parent item.
deselectChildren(T, boolean) - Method in class com.storedobject.ui.ObjectTree
Deselect all children of the parent item.
Design_Error - Exception Class in com.storedobject.core
 
Design_Error(Transaction) - Constructor for exception class com.storedobject.core.Design_Error
 
Design_Error(Transaction, StoredObject) - Constructor for exception class com.storedobject.core.Design_Error
 
Design_Error(Transaction, StoredObject, String) - Constructor for exception class com.storedobject.core.Design_Error
 
Design_Error(Transaction, Class<?>) - Constructor for exception class com.storedobject.core.Design_Error
 
Design_Error(Transaction, Class<?>, String) - Constructor for exception class com.storedobject.core.Design_Error
 
Design_Error(Transaction, String) - Constructor for exception class com.storedobject.core.Design_Error
 
destroy() - Method in class com.storedobject.job.SchedulerServlet
 
destroy() - Method in class com.storedobject.tools.DeveloperServlet
 
destroy() - Method in class com.storedobject.tools.JSONServlet
 
detach() - Method in interface com.storedobject.core.StoredObjectLink
 
detached() - Method in class com.storedobject.ui.Application
 
detached() - Method in class com.storedobject.vaadin.Application
Invoked whenever this application is detached from its UI (it may get attached again to another UI if the user just refreshed the browser).
detachField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
Detach a field from the form.
detachField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
Detach a field from the form.
Detail - Interface in com.storedobject.core
The interface to denote that a StoredObject class is keeping details of a "master" StoredObject class.
DetailComponent - Class in com.storedobject.vaadin
A component with a "header" and a "detail" part.
DetailComponent() - Constructor for class com.storedobject.vaadin.DetailComponent
Constructor with blank header.
DetailComponent(Component, Component...) - Constructor for class com.storedobject.vaadin.DetailComponent
Constructor.
DetailComponent(String, Component...) - Constructor for class com.storedobject.vaadin.DetailComponent
Constructor.
DetailComponent.ToggledEvent - Class in com.storedobject.vaadin
Class that represents the "toggled event".
DetailComponent.ToggleListener - Interface in com.storedobject.vaadin
Interface for the toggle listener.
DetailLinkGrid<T> - Class in com.storedobject.ui
 
DetailLinkGrid(ObjectLinkField<T>) - Constructor for class com.storedobject.ui.DetailLinkGrid
 
DetailLinkGrid(ObjectLinkField<T>, Iterable<String>) - Constructor for class com.storedobject.ui.DetailLinkGrid
 
DeveloperActivity - Class in com.storedobject.ui.tools
 
DeveloperActivity() - Constructor for class com.storedobject.ui.tools.DeveloperActivity
 
DeveloperLog - Class in com.storedobject.core
 
DeveloperLog() - Constructor for class com.storedobject.core.DeveloperLog
 
DeveloperService - Class in com.storedobject.tools
 
DeveloperServlet - Class in com.storedobject.tools
Servlet class for handling SO Developer Service
DeveloperServlet() - Constructor for class com.storedobject.tools.DeveloperServlet
 
DevelopmentGUI - Class in com.storedobject.ui.iot
 
DevelopmentGUI() - Constructor for class com.storedobject.ui.iot.DevelopmentGUI
 
Device - Interface in com.storedobject.core
 
DeviceLayout - Class in com.storedobject.core
 
DeviceLayout() - Constructor for class com.storedobject.core.DeviceLayout
 
DForm(Class<T>) - Constructor for class com.storedobject.vaadin.AbstractDataEditor.DForm
Constructor.
DIAMOND - Enum constant in enum class com.storedobject.chart.PointSymbolType
Diamond.
difference(Minutes) - Method in class com.storedobject.core.Minutes
 
difference(D, int) - Static method in class com.storedobject.common.DateUtility
Get the difference between two dates in-terms of year, month and date by passing a date and an offset
difference(D, D) - Static method in class com.storedobject.common.DateUtility
Get the difference between two dates in-terms of year, month and date
difference(Date) - Method in class com.storedobject.core.Minutes
 
DigitalPaymentAccount - Class in com.storedobject.accounts
 
DigitalPaymentAccount() - Constructor for class com.storedobject.accounts.DigitalPaymentAccount
 
directUpdate(TransactionManager) - Method in class com.storedobject.core.StoredObject
Do direct update without creating a transaction.
disable() - Method in class com.storedobject.chart.CoordinateSystemZoom
Disable the zooming feature.
disableBiometric() - Method in class com.storedobject.ui.Application
For internal use only.
disabled - Variable in class com.storedobject.chart.AbstractProperty
 
disableDefaultLegend() - Method in class com.storedobject.chart.SOChart
Legends will be shown by default.
disableDefaultTooltip() - Method in class com.storedobject.chart.SOChart
A tooltip will be shown by default.
disablePaste() - Method in class com.storedobject.vaadin.CustomTextField
 
disablePaste() - Method in interface com.storedobject.vaadin.DisablePaste
Disable paste feature so that Ctrl-V will not paste anything from the copy buffer.
DisablePaste - Interface in com.storedobject.vaadin
Method implementation for disabling paste feature in fields.
disableSNIExtension() - Method in class com.storedobject.common.HTTP
Disable SNI extension.
disallowDownload() - Method in class com.storedobject.ui.FileField
 
disallowLinking() - Method in class com.storedobject.ui.FileField
 
disallowView() - Method in class com.storedobject.ui.FileField
 
disconnect() - Method in class com.storedobject.iot.MQTT
 
display() - Method in class com.storedobject.iot.DataSet.DataStatus
Generates a formatted string that represents the current data status.
display(Device) - Method in class com.storedobject.core.StoredObjectUtility.MethodList
 
Displayable - Interface in com.storedobject.common
Denote that something is displayable.
displayColumns() - Static method in class com.storedobject.core.Account
 
displayColumns() - Static method in class com.storedobject.core.AccountChart
 
displayColumns() - Static method in class com.storedobject.core.AccountChartMap
 
displayColumns() - Static method in class com.storedobject.core.Contact
 
displayColumns() - Static method in class com.storedobject.core.CurrencyRate
 
displayColumns() - Static method in class com.storedobject.core.Entity
 
displayColumns() - Static method in class com.storedobject.core.EntityRole
 
displayColumns() - Static method in class com.storedobject.core.InventoryBin
 
displayColumns() - Static method in class com.storedobject.core.InventoryLocation
 
displayColumns() - Static method in class com.storedobject.core.InventoryStore
 
displayColumns() - Static method in class com.storedobject.core.InventoryStoreBin
 
displayColumns() - Static method in class com.storedobject.core.JavaClass
 
displayColumns() - Static method in class com.storedobject.core.MediaFile
 
displayColumns() - Static method in class com.storedobject.core.Person
 
displayColumns() - Static method in class com.storedobject.core.PersonRole
 
displayColumns() - Static method in class com.storedobject.core.PIN
 
displayColumns() - Static method in class com.storedobject.core.SystemEntity
 
displayColumns() - Static method in class com.storedobject.core.TextContent
 
displayColumns() - Static method in class com.storedobject.core.UIMetadata
 
displayColumns() - Static method in class com.storedobject.mail.Sender
 
displayColumns() - Static method in class com.storedobject.tools.ColumnDefinition
 
displayColumns() - Static method in class com.storedobject.tools.IndexDefinition
 
displayColumns() - Static method in class com.storedobject.tools.LinkDefinition
 
displayColumns() - Static method in class com.storedobject.tools.TableDefinition
 
displayColumns(Class<? extends StoredObject>) - Static method in class com.storedobject.core.StoredObjectUtility
 
displayId(Id) - Method in exception class com.storedobject.core.Database_Id_Message
 
DisplayOrder - Interface in com.storedobject.core
 
displayTail(String) - Method in exception class com.storedobject.core.Database_Id_Message
 
displayTail(String) - Method in exception class com.storedobject.core.Invalid_Account_Balance
 
displayTail(String) - Method in exception class com.storedobject.core.Invalid_Account_Status
 
dispose() - Method in class com.storedobject.iot.DataSet.DataValues
 
dispose() - Method in class com.storedobject.office.od.ods.Cell
 
dispose() - Method in class com.storedobject.office.od.ods.Row
 
dispose() - Method in class com.storedobject.office.od.ods.Sheet
 
distance(Geolocation) - Method in class com.storedobject.common.Geolocation
Distance between this location and another location.
Distance - Class in com.storedobject.core
 
Distance() - Constructor for class com.storedobject.core.Distance
 
Distance(double, MeasurementUnit) - Constructor for class com.storedobject.core.Distance
 
Distance(double, String) - Constructor for class com.storedobject.core.Distance
 
Distance(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.Distance
 
Distance(BigDecimal, String) - Constructor for class com.storedobject.core.Distance
 
distanceAsDouble(Geolocation) - Method in class com.storedobject.common.Geolocation
Distance between this location and another location.
DistanceField - Class in com.storedobject.ui
 
DistanceField() - Constructor for class com.storedobject.ui.DistanceField
 
DistanceField(int) - Constructor for class com.storedobject.ui.DistanceField
 
DistanceField(int, int) - Constructor for class com.storedobject.ui.DistanceField
 
DistanceField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.DistanceField
 
DistanceField(int, int, String) - Constructor for class com.storedobject.ui.DistanceField
 
DistanceField(String) - Constructor for class com.storedobject.ui.DistanceField
 
DistanceField(String, int) - Constructor for class com.storedobject.ui.DistanceField
 
DistanceField(String, int, int) - Constructor for class com.storedobject.ui.DistanceField
 
DistanceField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.DistanceField
 
DistanceField(String, int, int, String) - Constructor for class com.storedobject.ui.DistanceField
 
DistanceField(String, int, String) - Constructor for class com.storedobject.ui.DistanceField
 
DistanceField(String, String) - Constructor for class com.storedobject.ui.DistanceField
 
distanceLevenshtein(String, String) - Static method in class com.storedobject.common.StringUtility
Find the Levenshtein distance between two strings.
distinctColumns(int...) - Method in class com.storedobject.core.QueryBuilder
Specifies the columns by their indexes to be considered as distinct in the query.
divide(double) - Method in class com.storedobject.core.Angle
Divide the quantity with a value
divide(double) - Method in class com.storedobject.core.Area
Divide the quantity with a value
divide(double) - Method in class com.storedobject.core.Count
Divide the quantity with a value
divide(double) - Method in class com.storedobject.core.Distance
Divide the quantity with a value
divide(double) - Method in class com.storedobject.core.FractionalCount
Divide the quantity with a value
divide(double) - Method in class com.storedobject.core.Money
Divide the amount with a value
divide(double) - Method in class com.storedobject.core.Percentage
Divide the quantity with a value
divide(double) - Method in class com.storedobject.core.Pressure
Divide the quantity with a value
divide(double) - Method in class com.storedobject.core.Quantity
Divide the quantity with a value
divide(double) - Method in class com.storedobject.core.Speed
Divide the quantity with a value
divide(double) - Method in class com.storedobject.core.Temperature
Divide the quantity with a value
divide(double) - Method in class com.storedobject.core.TimeDuration
Divide the quantity with a value
divide(double) - Method in class com.storedobject.core.Volume
Divide the quantity with a value
divide(double) - Method in class com.storedobject.core.VolumeRate
Divide the quantity with a value
divide(double) - Method in class com.storedobject.core.Weight
Divide the quantity with a value
divide(double) - Method in class com.storedobject.core.WeightOrVolume
Divide the quantity with a value
divide(double) - Method in class com.storedobject.core.WeightRate
Divide the quantity with a value
divide(Money) - Method in class com.storedobject.core.Quantity
Divide the money with this quantity (To get the unit price)
divide(Quantity) - Method in class com.storedobject.core.Money
Divide the amount with a quantity (To find the unit price)
divide(Rate) - Method in class com.storedobject.core.Money
Divide the amount with a rate
divide(BigDecimal) - Method in class com.storedobject.core.Angle
Divide the quantity with a value
divide(BigDecimal) - Method in class com.storedobject.core.Area
Divide the quantity with a value
divide(BigDecimal) - Method in class com.storedobject.core.Count
Divide the quantity with a value
divide(BigDecimal) - Method in class com.storedobject.core.Distance
Divide the quantity with a value
divide(BigDecimal) - Method in class com.storedobject.core.FractionalCount
Divide the quantity with a value
divide(BigDecimal) - Method in class com.storedobject.core.Money
Divide the amount with a value
divide(BigDecimal) - Method in class com.storedobject.core.Percentage
Divide the quantity with a value
divide(BigDecimal) - Method in class com.storedobject.core.Pressure
Divide the quantity with a value
divide(BigDecimal) - Method in class com.storedobject.core.Quantity
Divide the quantity with a value
divide(BigDecimal) - Method in class com.storedobject.core.Speed
Divide the quantity with a value
divide(BigDecimal) - Method in class com.storedobject.core.Temperature
Divide the quantity with a value
divide(BigDecimal) - Method in class com.storedobject.core.TimeDuration
Divide the quantity with a value
divide(BigDecimal) - Method in class com.storedobject.core.Volume
Divide the quantity with a value
divide(BigDecimal) - Method in class com.storedobject.core.VolumeRate
Divide the quantity with a value
divide(BigDecimal) - Method in class com.storedobject.core.Weight
Divide the quantity with a value
divide(BigDecimal) - Method in class com.storedobject.core.WeightOrVolume
Divide the quantity with a value
divide(BigDecimal) - Method in class com.storedobject.core.WeightRate
Divide the quantity with a value
doAction(Runnable) - Method in interface com.storedobject.core.IdentityCheck
Carry out the secured action.
doAdd() - Method in class com.storedobject.ui.accounts.BaseSupplierInvoiceEditor
 
doAdd() - Method in class com.storedobject.ui.common.EntityRoleEditor
 
doAdd() - Method in class com.storedobject.ui.common.PersonRoleEditor
 
doAdd() - Method in class com.storedobject.ui.common.SystemUserEditor
 
doAdd() - Method in class com.storedobject.ui.inventory.AbstractReturnMaterial
 
doAdd() - Method in class com.storedobject.ui.inventory.GRN
 
doAdd() - Method in class com.storedobject.ui.ObjectBrowser
 
doAdd() - Method in class com.storedobject.ui.ObjectEditor
This is equivalent to pressing the "Add" button.
doAddSuper() - Method in class com.storedobject.ui.accounts.AbstractInvoiceEditor
 
doAppendAction(T) - Method in class com.storedobject.ui.DataGrid
Carry out the append action for the object.
doAudit() - Method in class com.storedobject.ui.ObjectEditor
This is equivalent to pressing the "Audit" button.
DOC - Enum constant in enum class com.storedobject.office.PDFProperties.Filter
 
doCancel() - Method in class com.storedobject.ui.ObjectEditor
This is equivalent to pressing the "Cancel" button while editing the instance.
Document<T> - Class in com.storedobject.core
 
Document() - Constructor for class com.storedobject.core.Document
 
DocumentConfiguration - Class in com.storedobject.core
 
DocumentConfiguration() - Constructor for class com.storedobject.core.DocumentConfiguration
 
DocumentType - Class in com.storedobject.core
 
DocumentType() - Constructor for class com.storedobject.core.DocumentType
 
DocumentViewer - Class in com.storedobject.ui
 
DocumentViewer - Class in com.storedobject.ui.util
 
DocumentViewer() - Constructor for class com.storedobject.ui.DocumentViewer
 
DocumentViewer(ContentProducer) - Constructor for class com.storedobject.ui.DocumentViewer
 
DocumentViewer(Id) - Constructor for class com.storedobject.ui.DocumentViewer
 
DocumentViewer(StreamData) - Constructor for class com.storedobject.ui.DocumentViewer
 
DocumentViewer(Runnable) - Constructor for class com.storedobject.ui.util.DocumentViewer
 
DOCX - Enum constant in enum class com.storedobject.office.PDFProperties.Filter
 
doDataDump(String, boolean, String) - Method in class com.storedobject.core.SQLConnector
 
doDataDump(String, boolean, String) - Method in class com.storedobject.database.postgres.SQLConnector
 
doDataRestore(String, String) - Method in class com.storedobject.core.SQLConnector
 
doDataRestore(String, String) - Method in class com.storedobject.database.postgres.SQLConnector
 
doDelete() - Method in class com.storedobject.ui.inventory.POEditor
 
doDelete() - Method in class com.storedobject.ui.ObjectEditor
This is equivalent to pressing the "Delete" button.
doDelete(InventoryGRN) - Method in class com.storedobject.ui.inventory.GRN
 
doDelete(MR) - Method in class com.storedobject.ui.inventory.BaseRequestMaterial
 
doDelete(T) - Method in class com.storedobject.ui.inventory.POBrowser
 
doDelete(T) - Method in class com.storedobject.ui.ObjectBrowser
 
doDeleteAction(T) - Method in class com.storedobject.ui.DataGrid
Carry out the delete action for the object.
doDeleteAction(T) - Method in class com.storedobject.ui.EditableGrid
 
doDeleteAction(T) - Method in class com.storedobject.ui.EditableObjectGrid
 
doDeleteAction(T) - Method in class com.storedobject.ui.ObjectListGrid
 
doDeleteAction(T) - Method in class com.storedobject.ui.ReferenceLinkGrid
 
doDeviceLayout() - Method in class com.storedobject.core.ApplicationServer
 
doEdit() - Method in class com.storedobject.ui.accounts.BaseSupplierInvoiceEditor
 
doEdit() - Method in class com.storedobject.ui.ObjectEditor
This is equivalent to pressing the "Edit" button.
doEdit(InventoryGRN) - Method in class com.storedobject.ui.inventory.GRN
 
doEdit(MR) - Method in class com.storedobject.ui.inventory.BaseRequestMaterial
 
doEdit(T) - Method in class com.storedobject.ui.ObjectBrowser
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.storedobject.job.SchedulerServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.storedobject.tools.DeveloperServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.storedobject.tools.JSONServlet
 
doInsertAction(T) - Method in class com.storedobject.ui.DataGrid
Carry out the insert action for the object.
doInsertAction(T) - Method in class com.storedobject.ui.EditableGrid
 
doInsertAction(T) - Method in class com.storedobject.ui.EditableObjectGrid
 
doInsertAction(T) - Method in class com.storedobject.ui.ObjectListGrid
 
doInsertAction(T) - Method in class com.storedobject.ui.ReferenceLinkGrid
 
doLoad(String) - Method in class com.storedobject.ui.accounts.JournalVoucherBrowser
 
doLoad(String) - Method in interface com.storedobject.ui.ObjectGridData
Invoked by the front-end "Load" button.
done() - Method in class com.storedobject.common.HTTP
Invoke this method specify that the current request/response is processed and the resources associated with it are released.
doNotEscapeFormat - Variable in class com.storedobject.chart.Label
Check whether to "escape" the formatted JSON value or not.
DonutChart - Class in com.storedobject.chart
Donut chart.
DonutChart() - Constructor for class com.storedobject.chart.DonutChart
Constructor.
DonutChart(AbstractDataProvider<?>, DataProvider) - Constructor for class com.storedobject.chart.DonutChart
Constructor.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.storedobject.job.SchedulerServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.storedobject.tools.DeveloperServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.storedobject.tools.JSONServlet
 
doReloadAction(T) - Method in class com.storedobject.ui.DataGrid
Carry out the reload action for the object.
doReloadAction(T) - Method in class com.storedobject.ui.EditableGrid
 
doReloadAction(T) - Method in class com.storedobject.ui.EditableObjectGrid
 
doReloadAllAction() - Method in class com.storedobject.ui.DataGrid
Carry out the "reload all" action.
doReloadAllAction() - Method in class com.storedobject.ui.EditableGrid
 
doReloadAllAction() - Method in class com.storedobject.ui.EditableObjectGrid
 
doReloadAllAction() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
doReport() - Method in class com.storedobject.ui.ObjectEditor
This is equivalent to pressing the "Report" button.
doSave() - Method in class com.storedobject.ui.ObjectEditor
Save the current object being edited if the editor is in the editing mode.
doSearch() - Method in class com.storedobject.ui.AbstractObjectField
Do a search using the searcher component.
doSearch() - Method in class com.storedobject.ui.GridSearchField
 
doSearch() - Method in class com.storedobject.ui.inventory.ItemField
 
doSearch() - Method in class com.storedobject.ui.ObjectEditor
This is equivalent to pressing the "Search" button.
doSearch() - Method in class com.storedobject.ui.ObjectGetField
 
doSearch() - Method in class com.storedobject.vaadin.SearchField
To programmatically invoke the search.
doSearchLoadAll() - Method in class com.storedobject.ui.inventory.ItemField
 
doSearchLoadAll() - Method in class com.storedobject.ui.ObjectGetField
Load the searcher with all the available instances.
doService(JSON) - Method in class com.storedobject.tools.AbstractJSONService
 
DOTTED - Enum constant in enum class com.storedobject.chart.LineStyle.Type
Dotted.
doubleClicked(Component) - Method in interface com.storedobject.vaadin.ClickHandler
This method is invoked from ClickHandler.clicked(ClickEvent) when a component is double-clicked.
DoubleField - Class in com.storedobject.vaadin
A field to edit Double.
DoubleField() - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(int) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(int, int) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(int, int, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(Double, int) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(Double, int, int) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(Double, int, int, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(Double, int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(String) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(String, int) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(String, int, int) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(String, int, int, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(String, int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(String, Double) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(String, Double, int) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(String, Double, int, int) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(String, Double, int, int, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleField(String, Double, int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
Constructor.
DoubleValueConverter - Class in com.storedobject.core.converter
 
doUndeleteAction(T) - Method in class com.storedobject.ui.DataGrid
Carry out the undelete action for the object.
doUndeleteAction(T) - Method in class com.storedobject.ui.EditableGrid
 
doUndeleteAction(T) - Method in class com.storedobject.ui.EditableObjectGrid
 
doUndeleteAction(T) - Method in class com.storedobject.ui.ObjectListGrid
 
doUndeleteAction(T) - Method in class com.storedobject.ui.ReferenceLinkGrid
 
doUpdateAction(T) - Method in class com.storedobject.ui.DataGrid
Carry out the update action for the object.
doUpdateAction(T) - Method in class com.storedobject.ui.EditableGrid
 
doUpdateAction(T) - Method in class com.storedobject.ui.EditableObjectGrid
 
doUpdateAction(T) - Method in class com.storedobject.ui.ObjectListGrid
 
doUpdateAction(T) - Method in class com.storedobject.ui.ReferenceLinkGrid
 
doView(InventoryGRN) - Method in class com.storedobject.ui.inventory.GRN
 
doView(JournalVoucher) - Method in class com.storedobject.ui.accounts.JournalVoucherBrowser
 
doView(T) - Method in class com.storedobject.ui.ObjectBrowser
 
download() - Method in class com.storedobject.core.JavaClass
 
download(ContentProducer) - Method in interface com.storedobject.core.Device
 
download(ContentProducer, Consumer<Long>) - Method in interface com.storedobject.core.Device
 
download(ContentProducer, Consumer<Long>) - Method in class com.storedobject.ui.Application
 
download(StreamData) - Method in interface com.storedobject.core.Device
 
download(Writer, boolean, boolean, boolean) - Static method in class com.storedobject.tools.Packager
 
download(String, StreamData) - Method in interface com.storedobject.core.Device
 
Download() - Constructor for class com.storedobject.chart.Toolbox.Download
Constructor.
downloadData() - Method in class com.storedobject.ui.iot.GUI
Initiates the process to download data for the block associated with the current context.
DownloadData - Class in com.storedobject.ui.iot
 
DownloadData() - Constructor for class com.storedobject.ui.iot.DownloadData
 
DownloadData(Block) - Constructor for class com.storedobject.ui.iot.DownloadData
 
DownloadStream - Class in com.storedobject.ui.util
 
DownloadStream(InputStream, String, String) - Constructor for class com.storedobject.ui.util.DownloadStream
Creates a new instance of DownloadStream.
draw() - Method in class com.storedobject.ui.FlowDiagram
 
draw(TextContent) - Method in class com.storedobject.ui.FlowDiagram
 
draw(String...) - Method in class com.storedobject.ui.FlowDiagram
 
drawLine() - Method in class com.storedobject.common.HTMLText
Append a line using the tag.
drawLine() - Method in class com.storedobject.ui.ELabel
 
drawLine() - Method in class com.storedobject.ui.ELabels
 
drawLine() - Method in interface com.storedobject.ui.StyledBuilder
 
drawMenu(Application) - Method in interface com.storedobject.ui.ApplicationLayout
 
drawMenu(Application) - Method in interface com.storedobject.vaadin.ApplicationLayout
This method should draw the "menu".
drawTable(PDFTable) - Method in class com.storedobject.pdf.PDF
Draw the table at the current position till the end of the page.
drawTable(PDFTable, float, float) - Method in class com.storedobject.pdf.PDF
Draw the table at the given position till the end of the page.
drawTable(PDFTable, float, float, float, float) - Method in class com.storedobject.pdf.PDF
Draw the table within the given rectangular area.
dropClass(Class<?>) - Method in class com.storedobject.core.Install
 
dropClass(String) - Method in class com.storedobject.core.Install
 
dropDatabase(String, String) - Method in class com.storedobject.core.Database
 
dropDatabaseDDL(String) - Method in class com.storedobject.core.Database
 
dropDatabaseDDL(String) - Method in class com.storedobject.database.postgres.Database
 
dropDDL(Class<? extends StoredObject>) - Static method in class com.storedobject.core.StoredObjectUtility
 
dropLogin(String, String) - Method in class com.storedobject.core.Database
Drops a login with the given login name and password.
dropLogin(String, String) - Method in class com.storedobject.database.postgres.Database
 
dropModule(String) - Method in class com.storedobject.core.Install
 
dump(StoredObject, StringBuilder) - Static method in class com.storedobject.core.StoredObjectUtility
 
dump(StringBuilder) - Method in class com.storedobject.core.TransactionInformation
Dump the object and link details to a "String Builder".
dump(StringBuilder) - Method in class com.storedobject.core.TransactionInformation.TransactionLink
Dump the link details to a "String Builder".
dump(StringBuilder) - Method in class com.storedobject.core.TransactionInformation.TransactionObject
Dump the object and link details to a "String Builder".
dumpConfiguration() - Method in class com.storedobject.iot.MQTT
 
dumpDatabase(String, boolean, String) - Static method in class com.storedobject.core.RawSQL
Dump data of a given database.
dumpDebugInfo() - Static method in class com.storedobject.core.SQLConnector
Dump debug information on busy connections older than 5 minutes.
dumpDebugInfo(int) - Static method in class com.storedobject.core.SQLConnector
Dump debug information on busy connections.
dumpError(Throwable) - Method in class com.storedobject.pdf.PDF
Dump the error that happened during reporting.
dumpResources() - Static method in class com.storedobject.common.ResourceDisposal
Dump class names of the resources that are still not closed because their holders are not yet garbage collected.
dumpValues() - Method in class com.storedobject.vaadin.AbstractForm
Print values from the internal data structure to System.err (Used for debugging purposes).
DUPLICATE_ENTRY_FOUND - Static variable in class com.storedobject.common.Fault
 
DUPLICATE_REFERENCE_FOUND - Static variable in class com.storedobject.common.Fault
 
duplicateDeviceName(String) - Method in class com.storedobject.core.WebBiometric
 

E

EAN_13 - Enum constant in enum class com.storedobject.common.Barcode.Format
EAN-13 1D format.
EAN_8 - Enum constant in enum class com.storedobject.common.Barcode.Format
EAN-8 1D format.
EBiConsumer<T1,T2,E> - Interface in com.storedobject.common
 
EBiFunction<T1,T2,R,E> - Interface in com.storedobject.common
 
EConsumer<T,E> - Interface in com.storedobject.common
 
Edge - Class in com.storedobject.chart
 
Edge(Node, Node) - Constructor for class com.storedobject.chart.Edge
 
Edge(SankeyChart.Node, SankeyChart.Node, Number) - Constructor for class com.storedobject.chart.SankeyChart.Edge
Constructor.
edit - Variable in class com.storedobject.ui.inventory.DefineAssembly
 
edit - Variable in class com.storedobject.ui.ListEditor
"Edit" button.
edit - Variable in class com.storedobject.ui.ObjectBrowser
 
edit - Variable in class com.storedobject.ui.ObjectEditor
Button - Edit.
edit - Variable in class com.storedobject.ui.ObjectForestBrowser
 
edit - Variable in class com.storedobject.ui.ObjectListEditor
"Edit" button.
edit - Variable in class com.storedobject.ui.ObjectTreeBrowser
 
edit() - Method in class com.storedobject.ui.DetailLinkGrid
 
edit() - Method in interface com.storedobject.ui.LinkGrid
 
edit() - Method in class com.storedobject.ui.ListEditor
Edit a selected instance.
edit() - Method in class com.storedobject.ui.ObjectLinkField
 
edit() - Method in class com.storedobject.ui.ObjectListEditor
Edit a selected instance via the UI.
edit() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
EDIT - Static variable in class com.storedobject.core.EditorAction
 
EditableDataGrid<T> - Interface in com.storedobject.ui
Methods for "editable" data grids.
EditableGrid<T> - Class in com.storedobject.ui
An editable grid that can be used to edit a list of objects of any type.
EditableGrid(Class<T>) - Constructor for class com.storedobject.ui.EditableGrid
Constructor.
EditableGrid(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.EditableGrid
Constructor.
EditableGrid(Class<T>, Iterable<String>, BiFunction<T, Boolean, T>) - Constructor for class com.storedobject.ui.EditableGrid
Constructor.
EditableGrid(Class<T>, BiFunction<T, Boolean, T>) - Constructor for class com.storedobject.ui.EditableGrid
Constructor.
EditableList<T> - Interface in com.storedobject.core
API for an "editable list".
EditableListProvider<T> - Class in com.storedobject.ui
 
EditableListProvider(Class<T>, DataList<T>, BiFunction<T, Boolean, T>) - Constructor for class com.storedobject.ui.EditableListProvider
 
EditableObjectGrid<T> - Class in com.storedobject.ui
An editable grid of objects.
EditableObjectGrid(Class<T>) - Constructor for class com.storedobject.ui.EditableObjectGrid
 
EditableObjectGrid(Class<T>, boolean) - Constructor for class com.storedobject.ui.EditableObjectGrid
 
EditableObjectGrid(Class<T>, Filtered<T>, Iterable<String>) - Constructor for class com.storedobject.ui.EditableObjectGrid
 
EditableObjectGrid(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.EditableObjectGrid
 
EditableObjectGrid(Class<T>, Iterable<String>, boolean) - Constructor for class com.storedobject.ui.EditableObjectGrid
 
EditableObjectListProvider<T> - Class in com.storedobject.ui
 
EditableObjectListProvider(ObjectList<T>) - Constructor for class com.storedobject.ui.EditableObjectListProvider
 
EditableObjectListProvider(Class<T>, DataList<T>) - Constructor for class com.storedobject.ui.EditableObjectListProvider
 
EditableProvider<T> - Interface in com.storedobject.ui
 
editCost(HasInventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
editCost(InventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
EditCost - Class in com.storedobject.ui.inventory
 
EditCost(InventoryItem, boolean) - Constructor for class com.storedobject.ui.inventory.EditCost
 
EditCost(InventoryItem, boolean, Runnable) - Constructor for class com.storedobject.ui.inventory.EditCost
 
edited(T) - Method in class com.storedobject.ui.ObjectLinkField
 
editingCancelled() - Method in class com.storedobject.ui.ObjectEditor
Invoked when editing is cancelled.
editingCancelled() - Method in interface com.storedobject.ui.ObjectEditorListener
Fired when editing cancelled.
editingEnded() - Method in class com.storedobject.ui.ObjectEditor
Invoked when editing is ended.
editingEnded() - Method in interface com.storedobject.ui.ObjectEditorListener
Fired when editing ended.
editingStarted() - Method in class com.storedobject.ui.ObjectEditor
Invoked when editing is started.
editingStarted() - Method in interface com.storedobject.ui.ObjectEditorListener
Fired when editing started.
editItem(T) - Method in class com.storedobject.ui.AbstractEditableGrid
Edit an item.
editItem(T) - Method in class com.storedobject.ui.EditableGrid
Edit a given item.
editItem(T) - Method in class com.storedobject.ui.EditableObjectGrid
Edit a given item.
editObject(T) - Method in class com.storedobject.ui.ObjectEditor
Edit an object.
editObject(T, View) - Method in class com.storedobject.ui.ObjectEditor
Edit an object.
editObject(T, View, boolean) - Method in class com.storedobject.ui.ObjectEditor
Edit an object.
editor() - Method in class com.storedobject.ui.AbstractObjectField
Return the ObjectEditor associated with this.
editor() - Method in class com.storedobject.ui.ObjectSearcherField
 
EditorAction - Class in com.storedobject.core
 
EditorAction() - Constructor for class com.storedobject.core.EditorAction
 
EditPurchaseTax - Class in com.storedobject.ui.inventory
 
EditPurchaseTax(String) - Constructor for class com.storedobject.ui.inventory.EditPurchaseTax
 
editRow(T) - Method in class com.storedobject.ui.ObjectBrowser
 
EffectScatter - Enum constant in enum class com.storedobject.chart.ChartType
Effect-scatter.
EffectScatterChart - Class in com.storedobject.chart
Effect scatter chart.
EffectScatterChart() - Constructor for class com.storedobject.chart.EffectScatterChart
Constructor.
EffectScatterChart(AbstractDataProvider<?>, AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.EffectScatterChart
Constructor.
EFunction<T,R,E> - Interface in com.storedobject.common
 
ELabel - Class in com.storedobject.ui
 
ELabel() - Constructor for class com.storedobject.ui.ELabel
 
ELabel(HTMLText) - Constructor for class com.storedobject.ui.ELabel
 
ELabel(HTMLText, boolean) - Constructor for class com.storedobject.ui.ELabel
 
ELabel(Object, String...) - Constructor for class com.storedobject.ui.ELabel
 
ELabel(String) - Constructor for class com.storedobject.ui.ELabel
 
ELabelField - Class in com.storedobject.ui
 
ELabelField() - Constructor for class com.storedobject.ui.ELabelField
 
ELabelField(String) - Constructor for class com.storedobject.ui.ELabelField
 
ELabelField(String, Object, String...) - Constructor for class com.storedobject.ui.ELabelField
 
ELabels - Class in com.storedobject.ui
 
ELabels() - Constructor for class com.storedobject.ui.ELabels
 
ELabels(Object, String...) - Constructor for class com.storedobject.ui.ELabels
 
ELabels(String) - Constructor for class com.storedobject.ui.ELabels
 
ElementClick - Class in com.storedobject.vaadin.util
 
ElementClick(Component) - Constructor for class com.storedobject.vaadin.util.ElementClick
 
ElementClick(Component, Element) - Constructor for class com.storedobject.vaadin.util.ElementClick
 
em(double) - Static method in class com.storedobject.chart.Font.Size
 
Email - Class in com.storedobject.common
Class used to check email address format.
Email() - Constructor for class com.storedobject.common.Email
 
EmailField - Class in com.storedobject.ui
 
EmailField() - Constructor for class com.storedobject.ui.EmailField
 
EmailField(String) - Constructor for class com.storedobject.ui.EmailField
 
EmailField(String, String) - Constructor for class com.storedobject.ui.EmailField
 
emoji() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "emoji".
Emphasis - Class in com.storedobject.chart
Class to support properties related "emphasis".
Emphasis() - Constructor for class com.storedobject.chart.Chart.Emphasis
 
Emphasis() - Constructor for class com.storedobject.chart.Emphasis
 
empty() - Method in class com.storedobject.pdf.PDF.Text
Checks if empty or not.
EMPTY - Static variable in class com.storedobject.common.StringList
 
EMPTY - Static variable in interface com.storedobject.core.StoredObjectLink
 
EMPTY_NARRATION - Static variable in class com.storedobject.common.Fault
 
Empty_Stream_Data - Exception Class in com.storedobject.core
 
Empty_Stream_Data(Class<? extends StoredObject>) - Constructor for exception class com.storedobject.core.Empty_Stream_Data
 
EMPTY_STRINGS - Static variable in interface com.storedobject.common.StyledBuilder
 
emptyValue(Class<?>) - Static method in class com.storedobject.core.StoredObjectUtility
 
EN - Enum constant in enum class com.storedobject.chart.Language
English
enable() - Method in class com.storedobject.chart.CoordinateSystemZoom
Enable the zooming feature.
enable(boolean) - Method in interface com.storedobject.common.ComputedValue
 
enablePrintButtons(boolean) - Method in class com.storedobject.ui.ObjectEditor
This method is invoked whenever an instance of the object is set.
encode() - Method in class com.storedobject.common.Address
Encode the address.
encode(Object) - Method in enum class com.storedobject.chart.DataType
Encode the given value as per the data type for creating the JSON part.
encode(Object) - Static method in class com.storedobject.common.HTMLText
Encode an object as an HTML string.
encode(String) - Static method in class com.storedobject.common.HTTP
Utility method to URL-encode some value.
encode(String) - Static method in class com.storedobject.common.JSON
Encode a String to replace escape double-quotes so that it can be stuffed into as a part of JSON string.
encode(StringBuilder, String, Object) - Static method in interface com.storedobject.chart.ComponentPart
Helper method: Encode a (name, value) pair.
encode(StringBuilder, String, Object) - Static method in class com.storedobject.chart.Shape
Helper method: Encode a (name, value) pair.
encode(StringBuilder, T) - Method in interface com.storedobject.chart.AbstractDataProvider
Encode a value for this data.
encode(LocalDateTime) - Method in class com.storedobject.chart.AbstractProject
Encode time data according to the duration type.
encodeCaptionJSON(StringBuilder) - Method in class com.storedobject.chart.Toolbox.Zoom
 
encodeCaptionJSON(StringBuilder) - Method in class com.storedobject.chart.ToolboxButton
Encode caption part here.
encodeForXML(Object) - Static method in class com.storedobject.common.StringUtility
Encode and return the string representation of the object passed.
encodeFunction(StringBuilder, String, String, String...) - Static method in interface com.storedobject.chart.ComponentPart
Helper method: Encode a generic function
encodeFunction(String, String...) - Static method in interface com.storedobject.chart.ComponentPart
Helper method: Encode a generic function as a string.
encodeHTML(String) - Static method in interface com.storedobject.vaadin.HTMLGenerator
Encode a string so that HTML character entities and newline characters are properly replaced.
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AbstractColor
 
encodeJSON(StringBuilder) - Method in interface com.storedobject.chart.AbstractDataProvider
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AbstractDataZoom
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AbstractLabel
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AbstractPart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AbstractProperty
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AbstractStyle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Alignment
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AngleAxis
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Area
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AreaStyle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.AbstractTicks
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.GridAreas
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.GridLines
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.Label
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.Line
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.MinorTicks
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.Pointer
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.PointerHandle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.PointerLabel
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.Ticks
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.BarChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.BezierCurve
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Border
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.BubbleChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Chart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Chart.Label
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.CirclePart
 
encodeJSON(StringBuilder) - Method in interface com.storedobject.chart.ComponentProperty
Encode the JSON string with the properties of this.
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.ComposedPart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.CoordinateSystemZoom
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.DataZoom.DataShadowStyle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.DataZoom
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.DataZoom.HandleStyle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Edge
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.FunnelChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.GaugeChart.AxisLine
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.GaugeChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.GaugeChart.Needle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.GraphChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Image
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.ItemStyle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Label
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Legend
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Line
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.LineChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.LineStyle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.MarkArea.Block
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.MarkArea.Block.Side
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.MarkArea
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.NightingaleRoseChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Node
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Node.Symbol
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Node.Type
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Orientation
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Padding
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.PieChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.PointSymbol
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.PolarProperty
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Polyline
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Position
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.RadarChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.RadarCoordinate
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Rectangle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.RectangularCoordinate
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.SankeyChart.Edge
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.SankeyChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.SankeyChart.Node
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.ScatterChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Shadow
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Shape
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Shape.Style
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.ShapeGroup
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Text
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.TextBorder
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.TextStyle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Title
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Toolbox.Download
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Toolbox
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.ToolboxButton
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Tooltip
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.TreeChart
 
encodeJSON(StringBuilder) - Method in interface com.storedobject.chart.TreeDataProvider
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.TreeDataProvider.Label
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.TreemapChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.VisiblePart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.VisualMap
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.XYAxis
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.XYChart
 
encodePoint(StringBuilder, Shape.Point) - Static method in class com.storedobject.chart.Shape
Helper method: Encode a Shape.Point.
encodePoint(StringBuilder, String, String, Shape.Point) - Static method in class com.storedobject.chart.Shape
Helper method: Encode a Shape.Point.
encodeProperty(StringBuilder) - Method in class com.storedobject.chart.AbstractProperty
Encode the JSON for this property.
encodeProperty(StringBuilder) - Method in class com.storedobject.chart.Animation
 
encodeProperty(StringBuilder) - Method in class com.storedobject.chart.Chart.Emphasis
 
encodeProperty(StringBuilder) - Method in class com.storedobject.chart.Emphasis
 
encodeShape(StringBuilder) - Method in class com.storedobject.chart.ArcPart
 
encodeShape(StringBuilder) - Method in class com.storedobject.chart.CirclePart
 
encodeShape(StringBuilder) - Method in class com.storedobject.chart.Ring
 
encodeShape(StringBuilder) - Method in class com.storedobject.chart.Shape
Encode shape details.
encodeStatus(StringBuilder) - Method in class com.storedobject.chart.AbstractProperty
Encode the JSON for status for the disabled status.
encodeStatus(StringBuilder) - Method in class com.storedobject.chart.Animation
 
encodeStatus(StringBuilder) - Method in class com.storedobject.chart.Emphasis
 
encrypt(InputStream, OutputStream, int, SystemUser) - Static method in class com.storedobject.core.Secret
Encrypt a clear stream and write it to an output stream.
encrypt(InputStream, OutputStream, int, TransactionManager) - Static method in class com.storedobject.core.Secret
Encrypt a clear stream and write it to an output stream.
encrypt(OutputStream, int, SystemUser) - Static method in class com.storedobject.core.Secret
Encrypt the encrypted stream.
encrypt(OutputStream, int, TransactionManager) - Static method in class com.storedobject.core.Secret
Encrypt the encrypted stream.
encrypt(String) - Static method in class com.storedobject.core.ServerInformation
 
encrypt(String, int, SystemUser) - Static method in class com.storedobject.core.Secret
Encrypt data.
encrypt(String, int, TransactionManager) - Static method in class com.storedobject.core.Secret
Encrypt data.
encrypt(String, ServerInformation) - Static method in class com.storedobject.core.ServerInformation
 
encrypt(String, String) - Static method in class com.storedobject.core.ServerInformation
 
end() - Method in class com.storedobject.common.FileBuffer
This method must be called when writing is completed.
END - Enum constant in enum class com.storedobject.chart.Location
Start (On Left-to-Right systems, it is the right-end).
END - Enum constant in enum class com.storedobject.vaadin.CSSGrid.Position
End (Right position for left-to-right system).
endOfMonth() - Static method in class com.storedobject.common.DateUtility
Get end date of current month.
endOfMonth(int) - Static method in class com.storedobject.common.DateUtility
Get end date of a month.
endOfMonth(int, D) - Static method in class com.storedobject.common.DateUtility
Get end date of a month.
endOfMonth(D) - Static method in class com.storedobject.common.DateUtility
Get end date of month for a give date
endOfToday() - Static method in class com.storedobject.common.DateUtility
Gets the timestamp for the current date with the time set to end time of the day
endOfYear() - Static method in class com.storedobject.common.DateUtility
Get end date of current year
endOfYear(D) - Static method in class com.storedobject.common.DateUtility
Get end date of year for a give date
endOfYesterday() - Static method in class com.storedobject.common.DateUtility
Gets the timestamp for the previous date with the time set to end time of the day
endTime(Date) - Static method in class com.storedobject.common.DateUtility
Gets the timestamp for the date provided and the time set to end time of that day
EndUserMessage - Interface in com.storedobject.common
Provides a message that is human readable and end-user friendly.
ENGLISH - Enum constant in enum class com.storedobject.pdf.PDFFont.Language
 
EnhancedClickEvent<C> - Class in com.storedobject.vaadin
Enhanced version of Vaadin's ClickEvent class.
EnhancedClickEvent(Component, boolean, int, int, int, int, int, int, int, int, boolean, boolean, boolean, boolean) - Constructor for class com.storedobject.vaadin.EnhancedClickEvent
Constructor.
ensureConnection() - Method in class com.storedobject.iot.MQTT
 
ensureMaster() - Static method in class com.storedobject.core.Database
 
enter(int) - Method in class com.storedobject.ui.SteppedDataForm
 
enter(int) - Method in class com.storedobject.ui.SteppedObjectForm
 
enter(int) - Method in class com.storedobject.ui.SteppedView
This method is invoked when you enter into this step.
Entity - Class in com.storedobject.core
This class represents a legal business entity.
Entity() - Constructor for class com.storedobject.core.Entity
Constructor for internal use only
Entity(String, String) - Constructor for class com.storedobject.core.Entity
Constructs an entity
Entity_Not_Active - Exception Class in com.storedobject.core
 
Entity_Not_Active(String) - Constructor for exception class com.storedobject.core.Entity_Not_Active
 
EntityAccount - Class in com.storedobject.accounts
EntityAccount is a subclass of com.storedobject.core.Account that represents an account associated with an entity.
EntityAccount() - Constructor for class com.storedobject.accounts.EntityAccount
Creates a new instance of EntityAccount.
EntityEditor - Class in com.storedobject.ui.common
 
EntityEditor() - Constructor for class com.storedobject.ui.common.EntityEditor
 
EntityEditor(int) - Constructor for class com.storedobject.ui.common.EntityEditor
 
EntityEditor(int, String) - Constructor for class com.storedobject.ui.common.EntityEditor
 
EntityEditor(int, String, String) - Constructor for class com.storedobject.ui.common.EntityEditor
 
EntityRole - Class in com.storedobject.core
 
EntityRole() - Constructor for class com.storedobject.core.EntityRole
 
EntityRoleEditor<T> - Class in com.storedobject.ui.common
An editor for EntityRole in which the fields of the Entity get merged seamlessly with the fields of the EntityRole.
EntityRoleEditor(Class<T>) - Constructor for class com.storedobject.ui.common.EntityRoleEditor
Constructor.
EntityRoleEditor(Class<T>, int) - Constructor for class com.storedobject.ui.common.EntityRoleEditor
Constructor.
EntityRoleEditor(Class<T>, int, String) - Constructor for class com.storedobject.ui.common.EntityRoleEditor
Constructor.
EntityRoleEditor(String) - Constructor for class com.storedobject.ui.common.EntityRoleEditor
Constructor.
EntitySelector(SystemUser, List<SystemEntity>) - Constructor for class com.storedobject.ui.util.ApplicationFrame.EntitySelector
 
entries() - Method in class com.storedobject.core.JournalVoucher
Get the entries of this JV.
Entry - Class in com.storedobject.calendar
 
Entry() - Constructor for class com.storedobject.calendar.Entry
 
Entry(String, double[]) - Constructor for record class com.storedobject.ui.iot.ConsumptionList.Entry
Creates an instance of a Entry record class.
entryCreated(Device, JournalVoucher, JSON) - Method in class com.storedobject.core.JSONTransact
 
entrySet() - Method in class com.storedobject.core.JSONMap
 
eoq() - Method in class com.storedobject.core.Query
Determines if the end of the query has been reached.
eoq() - Method in class com.storedobject.core.RawSQL
 
EOQ - Static variable in class com.storedobject.core.RawSQL
 
equals(double, double) - Static method in class com.storedobject.common.MathUtility
 
equals(double, double, double) - Static method in class com.storedobject.common.MathUtility
 
equals(double, double, int) - Static method in class com.storedobject.common.MathUtility
 
equals(Id, Id) - Static method in class com.storedobject.core.Id
 
equals(D, D) - Static method in class com.storedobject.common.DateUtility
Check whether two dates are same
equals(CharSequence, CharSequence) - Static method in class com.storedobject.common.StringUtility
See if 2 character sequences contain same sequence of characters
equals(Object) - Method in class com.storedobject.chart.AbstractPart
 
equals(Object) - Method in class com.storedobject.chart.AbstractTask
 
equals(Object) - Method in class com.storedobject.chart.Axis
 
equals(Object) - Method in record class com.storedobject.chart.CandlestickData.Candlestick
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.storedobject.chart.Color
 
equals(Object) - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.storedobject.chart.Size
 
equals(Object) - Method in class com.storedobject.chart.SOEvent
 
equals(Object) - Method in record class com.storedobject.client.Client.Data
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.storedobject.common.Geolocation
 
equals(Object) - Method in class com.storedobject.common.Range
 
equals(Object) - Method in class com.storedobject.common.StringList
 
equals(Object) - Method in record class com.storedobject.common.StyledBuilder.Style
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.storedobject.core.AbstractComputedValue
 
equals(Object) - Method in class com.storedobject.core.ComputedDate
 
equals(Object) - Method in class com.storedobject.core.DecimalNumber
 
equals(Object) - Method in record class com.storedobject.core.HasReference.Amend
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.storedobject.core.Id
 
equals(Object) - Method in class com.storedobject.core.JournalVoucher.Entry
 
equals(Object) - Method in class com.storedobject.core.MeasurementUnit
 
equals(Object) - Method in class com.storedobject.core.Minutes
 
equals(Object) - Method in class com.storedobject.core.Money
 
equals(Object) - Method in class com.storedobject.core.ObjectForest.LinkNode
 
equals(Object) - Method in class com.storedobject.core.ObjectForest.LinkObject
 
equals(Object) - Method in class com.storedobject.core.ObjectText
 
equals(Object) - Method in class com.storedobject.core.Quantity
 
equals(Object) - Method in record class com.storedobject.core.QuantityWithCost
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.storedobject.core.StoredObject
 
equals(Object) - Method in class com.storedobject.core.StoredObjectUtility.Link
 
equals(Object) - Method in class com.storedobject.core.UnitCost
 
equals(Object) - Method in class com.storedobject.iot.AQI
 
equals(Object) - Method in record class com.storedobject.iot.Data.Value
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.storedobject.iot.DataSet.AbstractData
 
equals(Object) - Method in class com.storedobject.iot.DataSet.DataStatus
 
equals(Object) - Method in class com.storedobject.iot.DataSet.DataValue
 
equals(Object) - Method in record class com.storedobject.ui.iot.Consumption4Unit
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.storedobject.ui.iot.ConsumptionList.Entry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.storedobject.ui.iot.Data4Unit
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.storedobject.ui.tools.ManageSalutation.Salutation
 
equals(Object) - Method in class com.storedobject.ui.tools.ManageSuffix.Suffix
 
equals(Object) - Method in class com.storedobject.ui.util.AbstractContentGenerator
 
equals(Object) - Method in class com.storedobject.ui.util.ExtraInfoValue
 
equals(Object) - Method in class com.storedobject.vaadin.Breadcrumbs.Breadcrumb
 
equals(Object) - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
 
equals(T, T) - Method in class com.storedobject.common.Range
 
error - Variable in class com.storedobject.core.Message
 
error() - Method in record class com.storedobject.client.Client.Data
Returns the value of the error record component.
error(int, String) - Method in class com.storedobject.core.JSONMap
Put an error message in the result with an error code.
error(Fault) - Method in class com.storedobject.core.JSONMap
Put an error message in the result with an error code.
error(Object) - Method in class com.storedobject.ui.TextView
 
error(Object) - Static method in class com.storedobject.vaadin.Application
Show an error message from the parameter passed.
error(Object) - Method in interface com.storedobject.vaadin.ExecutableView
Show an error message.
error(Object...) - Method in class com.storedobject.ui.TextView
 
error(Object, Object) - Static method in class com.storedobject.vaadin.Application
Show an error message from the parameter passed.
error(String) - Method in class com.storedobject.core.JSONMap
Put an error message in the result.
error(String) - Method in class com.storedobject.job.Log
 
Error - Class in com.storedobject.mail
 
Error() - Constructor for class com.storedobject.mail.Error
 
ERROR - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
Error.
Error_Running_SQL - Exception Class in com.storedobject.core
 
Error_Running_SQL(int, String, Exception) - Constructor for exception class com.storedobject.core.Error_Running_SQL
 
Error_Running_SQL(int, String, String) - Constructor for exception class com.storedobject.core.Error_Running_SQL
 
ErrorEater - Class in com.storedobject.ui
 
ErrorEater() - Constructor for class com.storedobject.ui.ErrorEater
 
ErrorHandler - Interface in com.storedobject.common
 
ErrorLogger - Interface in com.storedobject.core
Error logger.
ErrorText - Class in com.storedobject.common
 
ErrorText() - Constructor for class com.storedobject.common.ErrorText
 
ES - Enum constant in enum class com.storedobject.chart.Language
Spanish
escalate(TransactionControl, Iterable<? extends StoredObject>, int) - Method in class com.storedobject.core.LoginMessage
 
escalateMemo(Transaction, String) - Method in class com.storedobject.core.MemoComment
 
escalating() - Method in class com.storedobject.core.Memo
This method is invoked when a memo is escalated to another level.
escalating() - Method in class com.storedobjects.support.Issue
 
escape(Object) - Static method in interface com.storedobject.chart.ComponentPart
Helper method to escape invalid characters in JSON strings.
ETriConsumer<T1,T2,T3,E> - Interface in com.storedobject.common
 
ETriFunction<T1,T2,T3,R,E> - Interface in com.storedobject.common
 
evaluate() - Method in class com.storedobject.common.Script
Evaluate script which was already set.
evaluate(Reader) - Method in class com.storedobject.common.Script
Evaluate script supplied by a Reader.
evaluate(String) - Method in class com.storedobject.common.Script
Evaluate script.
excel - Variable in class com.storedobject.ui.ObjectBrowser
 
excel - Variable in class com.storedobject.ui.ObjectForestBrowser
 
excel - Variable in class com.storedobject.ui.ObjectTreeBrowser
 
excel - Variable in class com.storedobject.ui.QueryGrid
 
Excel - Class in com.storedobject.office
 
Excel() - Constructor for class com.storedobject.office.Excel
Constructor.
Excel(FileData) - Constructor for class com.storedobject.office.Excel
Constructor.
Excel(Id) - Constructor for class com.storedobject.office.Excel
Constructor
Excel(Id, OutputStream) - Constructor for class com.storedobject.office.Excel
Constructor
Excel(StreamData) - Constructor for class com.storedobject.office.Excel
Constructor
Excel(StreamData, OutputStream) - Constructor for class com.storedobject.office.Excel
Constructor
Excel(InputStream) - Constructor for class com.storedobject.office.Excel
Constructor.
Excel(InputStream, OutputStream) - Constructor for class com.storedobject.office.Excel
Constructor.
Excel(OutputStream) - Constructor for class com.storedobject.office.Excel
Constructor.
Excel(String) - Constructor for class com.storedobject.office.Excel
Constructor.
EXCEL - Static variable in class com.storedobject.core.EditorAction
 
ExcelDataUpload - Class in com.storedobject.ui.common
Upload data contain in an Excel file and typically create entries in the system.
ExcelDataUpload() - Constructor for class com.storedobject.ui.common.ExcelDataUpload
Constructor.
ExcelDataUpload(String) - Constructor for class com.storedobject.ui.common.ExcelDataUpload
Constructor.
ExcelReport - Class in com.storedobject.office
 
ExcelReport(Device) - Constructor for class com.storedobject.office.ExcelReport
Constructor.
ExcelReport(Device, FileData) - Constructor for class com.storedobject.office.ExcelReport
Constructor.
ExcelReport(Device, Id) - Constructor for class com.storedobject.office.ExcelReport
Constructor
ExcelReport(Device, StreamData) - Constructor for class com.storedobject.office.ExcelReport
Constructor
ExcelReport(Device, InputStream) - Constructor for class com.storedobject.office.ExcelReport
Constructor.
ExcelReport(Device, String) - Constructor for class com.storedobject.office.ExcelReport
Constructor.
ExchangeRate - Class in com.storedobject.core
 
ExchangeRate() - Constructor for class com.storedobject.core.ExchangeRate
 
Executable - Interface in com.storedobject.common
An interface that to defines that a Runnable class has an "execute" method.
ExecutableView - Interface in com.storedobject.vaadin
An interface used by "displayable" classes such as View.
execute() - Method in interface com.storedobject.common.Action
 
execute() - Method in interface com.storedobject.common.Executable
The functional interface method specified by this interface.
execute() - Method in class com.storedobject.common.SystemProcess
Executes a system-level command with the pre-configured options including the command, environment variables, and working directory.
execute() - Method in interface com.storedobject.core.ContentProducer
 
execute() - Method in class com.storedobject.core.DataChangeProcessor
Executes the DataChangeProcessor job.
execute() - Method in class com.storedobject.core.RawSQL
 
execute() - Method in class com.storedobject.iot.Alert
 
execute() - Method in class com.storedobject.iot.ComputeConsumption
 
execute() - Method in class com.storedobject.iot.Controller
 
execute() - Method in class com.storedobject.iot.MQTTDataCollector
 
execute() - Method in class com.storedobject.job.Job
Execute the Job.
execute() - Method in class com.storedobject.job.MessageSender
 
execute() - Method in class com.storedobject.mail.Server
 
execute() - Method in class com.storedobject.office.ExcelReport
 
execute() - Method in class com.storedobject.office.IteratorODTReport
 
execute() - Method in class com.storedobject.office.ODSReport
 
execute() - Method in class com.storedobject.office.ODTReport
 
execute() - Method in class com.storedobject.office.TextReport
 
execute() - Method in class com.storedobject.pdf.PDFReport
 
execute() - Method in class com.storedobject.report.ObjectListExcel
 
execute() - Method in class com.storedobject.report.ObjectReport
 
execute() - Method in class com.storedobject.sms.CheckDelivery
 
execute() - Method in class com.storedobject.ui.inventory.AbstractAssembly
 
execute() - Method in class com.storedobject.ui.inventory.CreateConsignment
 
execute() - Method in class com.storedobject.ui.iot.GUI
Executes the default action for the GUI by displaying the site view.
execute() - Method in class com.storedobject.ui.LoginForm
 
execute() - Method in class com.storedobject.ui.ObjectHistoryGrid
 
execute() - Method in class com.storedobject.ui.ObjectViewer
 
execute() - Method in class com.storedobject.ui.PresentationRunner
 
execute() - Method in class com.storedobject.ui.tools.Filler
 
execute() - Method in class com.storedobject.ui.tools.SwitchApplication
 
execute() - Method in interface com.storedobject.ui.Transactional
 
execute() - Method in interface com.storedobject.vaadin.ExecutableView
Execute this by displaying it in a View.
execute() - Method in class com.storedobject.vaadin.View
Execute this view.
execute(DBTransaction) - Method in class com.storedobject.core.BulkDataUpdate
 
execute(Device, JSON, JSONMap) - Method in class com.storedobject.core.JSONContentType
 
execute(Device, JSON, JSONMap) - Method in class com.storedobject.core.JSONCount
 
execute(Device, JSON, JSONMap) - Method in class com.storedobject.core.JSONExists
 
execute(Device, JSON, JSONMap) - Method in class com.storedobject.core.JSONGet
 
execute(Device, JSON, JSONMap) - Method in class com.storedobject.core.JSONLedger
 
execute(Device, JSON, JSONMap) - Method in class com.storedobject.core.JSONList
 
execute(Device, JSON, JSONMap) - Method in class com.storedobject.core.JSONMenu
 
execute(Device, JSON, JSONMap) - Method in interface com.storedobject.core.JSONService
This method should be implemented to serve the connector API call.
execute(Device, JSON, JSONMap) - Method in class com.storedobject.core.JSONTransact
 
execute(Device, JSON, JSONMap) - Method in class com.storedobject.core.JSONTranSync
 
execute(Device, JSON, JSONMap, int) - Method in class com.storedobject.core.JSONRetrieve
 
execute(Logic) - Method in class com.storedobject.core.ApplicationServer
 
execute(Logic) - Method in class com.storedobject.ui.Application
 
execute(Logic, boolean) - Method in class com.storedobject.core.ApplicationServer
 
execute(Transaction) - Method in class com.storedobject.core.BulkDataDelete
 
execute(TransactionManager) - Method in class com.storedobject.core.BulkDataDelete
 
execute(TransactionManager) - Method in class com.storedobject.core.BulkDataUpdate
 
execute(View) - Method in class com.storedobject.ui.accounts.AbstractInvoiceBrowser
 
execute(View) - Method in class com.storedobject.ui.inventory.ReceiveAndBin
 
execute(View) - Method in class com.storedobject.ui.iot.BlockView
Executes the operation for the current block view.
execute(View) - Method in class com.storedobject.ui.iot.StatusGrid
 
execute(View) - Method in class com.storedobject.ui.ObjectHistoryGrid
 
execute(View) - Method in class com.storedobject.ui.support.SupportSystem
 
execute(View) - Method in interface com.storedobject.vaadin.ExecutableView
Execute the associated view by locking another view (the locked view will not be selectable until this view is closed).
execute(View) - Method in class com.storedobject.vaadin.SelectGrid
 
execute(View) - Method in class com.storedobject.vaadin.View
Execute this view by locking another view (the locked view will not be selectable until this view is closed).
execute(View) - Method in class com.storedobject.vaadin.ViewGrid
 
execute(View, boolean) - Method in class com.storedobject.ui.accounts.AbstractInvoiceEditor
 
execute(View, boolean) - Method in class com.storedobject.ui.accounts.TrialBalance
 
execute(View, boolean) - Method in class com.storedobject.ui.BarcodeScanner
 
execute(View, boolean) - Method in class com.storedobject.ui.common.CaptureSignature
 
execute(View, boolean) - Method in class com.storedobject.ui.common.ChangeObjectPassword
 
execute(View, boolean) - Method in class com.storedobject.ui.common.SetMailSenderPassword
 
execute(View, boolean) - Method in class com.storedobject.ui.GridMenu
 
execute(View, boolean) - Method in class com.storedobject.ui.inventory.ConsumptionReturn
 
execute(View, boolean) - Method in class com.storedobject.ui.inventory.PurchaseReturn
 
execute(View, boolean) - Method in class com.storedobject.ui.inventory.ReceiveMaterial
 
execute(View, boolean) - Method in class com.storedobject.ui.inventory.ReceiveReturnedItems
 
execute(View, boolean) - Method in class com.storedobject.ui.iot.BlockSelector
 
execute(View, boolean) - Method in class com.storedobject.ui.iot.CommandSelector
 
execute(View, boolean) - Method in class com.storedobject.ui.iot.ConsumptionDashboard
 
execute(View, boolean) - Method in class com.storedobject.ui.iot.Dashboard
 
execute(View, boolean) - Method in class com.storedobject.ui.iot.MQTTEditor
 
execute(View, boolean) - Method in class com.storedobject.ui.iot.SiteView
 
execute(View, boolean) - Method in class com.storedobject.ui.iot.ValueChart
 
execute(View, boolean) - Method in class com.storedobject.ui.SteppedDataForm
 
execute(View, boolean) - Method in class com.storedobject.ui.SteppedObjectForm
 
execute(View, boolean) - Method in class com.storedobject.ui.TextView
 
execute(View, boolean) - Method in class com.storedobject.ui.tools.AuthenticatorRegistration
 
execute(View, boolean) - Method in class com.storedobject.ui.tools.ChangePassword
 
execute(View, boolean) - Method in class com.storedobject.ui.tools.DeployFlutterApplication
 
execute(View, boolean) - Method in class com.storedobject.ui.tools.ManageJobScheduler
 
execute(View, boolean) - Method in class com.storedobject.ui.tools.SystemTableDeployer
 
execute(View, boolean) - Method in class com.storedobject.ui.tools.TelegramRegistration
 
execute(View, boolean) - Method in class com.storedobject.ui.VerifyOTP
 
execute(View, boolean) - Method in class com.storedobject.vaadin.ActionForm
Overridden to implement "preconfirm" check.
execute(View, boolean) - Method in class com.storedobject.vaadin.DataEditor
 
execute(View, boolean) - Method in class com.storedobject.vaadin.View
Override this if you want to do something before the View comes up on the screen.
execute(Component, Runnable) - Static method in class com.storedobject.vaadin.ActionForm
Execute an action if the user confirms it.
execute(Component, Runnable) - Static method in class com.storedobject.vaadin.InformationMessage
Execute an action after showing a informational message to the user.
execute(Class<?>, boolean) - Method in class com.storedobject.core.ApplicationServer
 
execute(Object) - Method in class com.storedobject.core.ApplicationServer
 
execute(Object, boolean) - Method in class com.storedobject.core.ApplicationServer
 
execute(Method, Object, String) - Static method in class com.storedobject.core.StoredObjectUtility
 
execute(Runnable) - Static method in class com.storedobject.common.Executor
Submit a command for execution.
execute(Runnable) - Method in class com.storedobject.vaadin.Application
Execute a command.
execute(Runnable, boolean) - Method in class com.storedobject.vaadin.Application
Execute a command.
execute(String) - Method in class com.storedobject.common.SystemProcess
Executes the given system command by setting it as the current command and then invoking the execution process.
execute(String) - Method in class com.storedobject.core.ApplicationServer
 
execute(String) - Method in class com.storedobject.core.RawSQL
 
execute(String) - Method in class com.storedobject.pdf.PDFReport
Generate the content and view it on the device with a caption.
execute(String, boolean) - Method in class com.storedobject.core.ApplicationServer
 
execute(String, Runnable) - Static method in class com.storedobject.vaadin.ActionForm
Execute an action if the user confirms it.
execute(String, Runnable) - Static method in class com.storedobject.vaadin.InformationMessage
Execute an action after showing a informational message to the user.
execute(Callable<V>) - Static method in class com.storedobject.common.Executor
Submit a command for execution.
executeAll() - Method in class com.storedobject.ui.ObjectHistoryGrid
 
executeAnchorForm() - Method in class com.storedobject.ui.ObjectEditor
Execute the "anchor form".
executeAnchorForm(Runnable) - Method in class com.storedobject.ui.ObjectBrowser
Execute the "anchor form" and run some specified action.
executeAnchorForm(Runnable) - Method in class com.storedobject.ui.ObjectEditor
Execute the "anchor form" and run some specified action.
executeAndLoad() - Method in class com.storedobject.ui.common.MemoSystem
 
executed(long) - Method in class com.storedobject.core.ApplicationServer
Check whether some logic was executed in the time period or not.
executeJS(String, Serializable...) - Method in class com.storedobject.helper.LitComponent
Execute Javascript function with the parameter passed.
executeRaw(Method, Object, Object) - Static method in class com.storedobject.core.StoredObjectUtility
 
executeSQL(Reader, Class<?>) - Method in class com.storedobject.core.Install
 
executeSQL(String[]) - Method in class com.storedobject.core.Install
 
executeSQL(String[], String, String) - Method in class com.storedobject.core.Database
Executes SQL statements.
executeSQL(String[], String, String, boolean) - Method in class com.storedobject.core.Database
Executes SQL statements.
executeSQL(String, String) - Method in class com.storedobject.core.Database
Executes a SQL statement as System Admin.
executeSQL(String, String, String) - Method in class com.storedobject.core.Database
Executes a SQL statements.
executeSQL(String, String, String, boolean) - Method in class com.storedobject.core.Database
Executes a SQL statements.
executeUpdate() - Method in class com.storedobject.core.RawSQL
 
executeUpdate(String) - Method in class com.storedobject.core.RawSQL
 
executing() - Method in class com.storedobject.ui.ObjectViewer
 
executing() - Method in interface com.storedobject.vaadin.HasColumns
Check if this grid is currently being displayed or not through the associated view.
executing() - Method in class com.storedobject.vaadin.View
Is if this view is currently being displayed.
Executor - Class in com.storedobject.common
A static class that can be used to execute commands and tasks.
Executor - Class in com.storedobject.ui
 
Executor() - Constructor for class com.storedobject.common.Executor
 
Executor(Application) - Constructor for class com.storedobject.ui.Executor
 
exists() - Method in class com.storedobject.core.QueryBuilder
Check whether any entry exists or not.
exists(Query) - Static method in class com.storedobject.core.StoredObject
Check the existence of any instances for the given set of parameters.
exists(StoredObject) - Method in interface com.storedobject.core.FallbackAuthenticator
Check if the password owner exists.
exists(Transaction, Class<? extends StoredObject>, String) - Static method in class com.storedobject.core.StoredObject
Check the existence of any instances for the given set of parameters.
exists(Transaction, Class<? extends StoredObject>, String, boolean) - Static method in class com.storedobject.core.StoredObject
Check the existence of any instances for the given set of parameters.
exists(Class<? extends StoredObject>, String) - Static method in class com.storedobject.core.StoredObject
Check the existence of any instances for the given set of parameters.
exists(Class<? extends StoredObject>, String, boolean) - Static method in class com.storedobject.core.StoredObject
Check the existence of any instances for the given set of parameters.
exists(String) - Static method in class com.storedobject.core.JavaClassLoader
Check whether a logic or data class exists or not.
existsFileData() - Method in class com.storedobject.core.StoredObject
Check if any "file data" FileData exists as attachment under this instance or not.
existsLink(int, Id) - Method in class com.storedobject.core.Id
 
existsLink(int, Id) - Method in class com.storedobject.core.StoredObject
Check the existence of the link under this instance for the given parameters.
existsLink(int, StoredObject) - Method in class com.storedobject.core.Id
 
existsLink(int, StoredObject) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLink(Id) - Method in class com.storedobject.core.Id
 
existsLink(Id) - Method in class com.storedobject.core.StoredObject
Check the existence of the link under this instance for the given parameter.
existsLink(StoredObject) - Method in class com.storedobject.core.Id
 
existsLink(StoredObject) - Method in class com.storedobject.core.StoredObject
Check the existence of the link under this instance for the given parameter.
existsLink(Transaction, int, Id) - Method in class com.storedobject.core.Id
 
existsLink(Transaction, int, Id) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLink(Transaction, int, StoredObject) - Method in class com.storedobject.core.Id
 
existsLink(Transaction, int, StoredObject) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLink(Transaction, Id) - Method in class com.storedobject.core.Id
 
existsLink(Transaction, Id) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLink(Transaction, StoredObject) - Method in class com.storedobject.core.Id
 
existsLink(Transaction, StoredObject) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks() - Method in class com.storedobject.core.Id
 
existsLinks() - Method in class com.storedobject.core.StoredObject
Check the existence of any links under this instance.
existsLinks(int, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
existsLinks(int, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(int, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
existsLinks(int, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
existsLinks(int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
existsLinks(int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(Id) - Method in class com.storedobject.core.QueryBuilder
Check whether link objects exists associated with the specified parent object.
existsLinks(Id, int) - Method in class com.storedobject.core.QueryBuilder
Check whether link objects exists associated with the specified parent object and of a specific link type.
existsLinks(StoredObject) - Method in class com.storedobject.core.QueryBuilder
Check whether link objects exists associated with the specified parent object.
existsLinks(StoredObject, int) - Method in class com.storedobject.core.QueryBuilder
Check whether link objects exists associated with the specified parent object and of a specific link type.
existsLinks(Transaction) - Method in class com.storedobject.core.Id
 
existsLinks(Transaction) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameter.
existsLinks(Transaction, int, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
existsLinks(Transaction, int, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(Transaction, int, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
existsLinks(Transaction, int, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(Transaction, int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
existsLinks(Transaction, int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(Transaction, int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
existsLinks(Transaction, int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(Transaction, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
existsLinks(Transaction, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(Transaction, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
existsLinks(Transaction, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(Transaction, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
existsLinks(Transaction, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(Transaction, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
existsLinks(Transaction, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(Transaction, String, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
existsLinks(Transaction, String, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(Transaction, String, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
existsLinks(Transaction, String, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(Transaction, String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
existsLinks(Transaction, String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(Transaction, String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
existsLinks(Transaction, String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
existsLinks(Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameter.
existsLinks(Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
existsLinks(Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
existsLinks(Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
existsLinks(Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(String, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
existsLinks(String, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(String, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
existsLinks(String, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
existsLinks(String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsLinks(String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
existsLinks(String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Check the existence of links under this instance for the given parameters.
existsMaster(Id) - Method in class com.storedobject.core.Id
 
existsMaster(Id) - Method in class com.storedobject.core.StoredObject
Check whether the given parameter is a masters of this instance or not.
existsMaster(StoredObject) - Method in class com.storedobject.core.Id
 
existsMaster(StoredObject) - Method in class com.storedobject.core.StoredObject
Check whether the given parameter is a masters of this instance or not.
existsMasters() - Method in class com.storedobject.core.Id
 
existsMasters() - Method in class com.storedobject.core.StoredObject
Check the existence of any masters of this instance.
existsMasters(int, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
existsMasters(int, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, check the existence of masters of this instance.
existsMasters(int, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
existsMasters(int, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, check the existence of masters of this instance.
existsMasters(int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
existsMasters(int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, check the existence of masters of this instance.
existsMasters(int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
existsMasters(int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, check the existence of masters of this instance.
existsMasters(Id) - Method in class com.storedobject.core.QueryBuilder
Check whether master objects exists related to the given stored object link.
existsMasters(Id, int) - Method in class com.storedobject.core.QueryBuilder
Check whether master objects exists associated with a given stored object link and link type.
existsMasters(StoredObject) - Method in class com.storedobject.core.QueryBuilder
Check whether master objects exists related to the given stored object link.
existsMasters(StoredObject, int) - Method in class com.storedobject.core.QueryBuilder
Check whether master objects exists associated with a given stored object link and link type.
existsMasters(Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
existsMasters(Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
For the given parameter, check the existence of masters of this instance.
existsMasters(Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
existsMasters(Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, check the existence of masters of this instance.
existsMasters(Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
existsMasters(Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, check the existence of masters of this instance.
existsMasters(Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
existsMasters(Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, check the existence of masters of this instance.
existsMasters(String, Class<? extends StoredObject>) - Method in class com.storedobject.core.Id
 
existsMasters(String, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, check the existence of masters of this instance.
existsMasters(String, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.Id
 
existsMasters(String, Class<? extends StoredObject>, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, check the existence of masters of this instance.
existsMasters(String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
existsMasters(String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, check the existence of masters of this instance.
existsMasters(String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
existsMasters(String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, check the existence of masters of this instance.
exit - Variable in class com.storedobject.ui.inventory.ReceiveAndBin
 
exit - Variable in class com.storedobject.ui.ObjectBrowser
 
exit - Variable in class com.storedobject.ui.ObjectEditor
Button - Exit.
exit - Variable in class com.storedobject.ui.ObjectForestBrowser
 
exit - Variable in class com.storedobject.ui.ObjectTreeBrowser
 
exit - Variable in class com.storedobject.ui.QueryGrid
 
exit - Variable in class com.storedobject.vaadin.ViewGrid
The "Exit" button.
exit(String, String) - Method in class com.storedobject.ui.Application
Exit the application after showing a message.
expand() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
Expand this node.
expand() - Method in class com.storedobject.vaadin.DetailComponent
Expand the content section.
expand(Function<O, ObjectIterator<TO>>) - Method in class com.storedobject.core.ObjectIterator
Expand this iterator using the given function.
expanded() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "expanded".
ext - Static variable in interface com.storedobject.common.ContentGenerator
 
extendBy(int) - Method in class com.storedobject.core.AccountLimit
 
extendTemporarilyBy(int) - Method in class com.storedobject.core.AccountLimit
 
extendTemporarilyTo(Date) - Method in class com.storedobject.core.AccountLimit
 
extendTo(Date) - Method in class com.storedobject.core.AccountLimit
 
extensionMap() - Static method in interface com.storedobject.common.ContentGenerator
 
EXTERNAL_SYSTEM_NOT_RECOGNIZED - Static variable in class com.storedobject.common.Fault
 
ExternalSystemUser - Class in com.storedobject.core
 
ExternalSystemUser() - Constructor for class com.storedobject.core.ExternalSystemUser
 
extra_condensed() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "extra-condensed".
extra_expanded() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "extra-expanded".
extractContent() - Method in interface com.storedobject.core.ContentProducer
 
extractContent() - Method in class com.storedobject.pdf.PDFReport
 
extraGRNInfoCreated(InventoryGRN, StoredObject) - Method in interface com.storedobject.ui.inventory.ProducesGRN
This is invoked when an "Extra Information" instance is created for a GRN.
extraGRNInfoLoaded(InventoryGRN, StoredObject) - Method in interface com.storedobject.ui.inventory.ProducesGRN
This is invoked when an existing "Extra Information" instance is loaded for the current object.
ExtraInfo<T> - Class in com.storedobject.ui.util
 
ExtraInfo(ExtraInfoDefinition) - Constructor for class com.storedobject.ui.util.ExtraInfo
 
extraInfoCreated(StoredObject) - Method in class com.storedobject.ui.ObjectEditor
This is invoked when an "Extra Information" instance is created.
extraInfoCreated(T, StoredObject) - Method in class com.storedobject.ui.ObjectBrowser
This is invoked when an "Extra Information" instance is created.
ExtraInfoDefinition - Class in com.storedobject.core
 
ExtraInfoDefinition() - Constructor for class com.storedobject.core.ExtraInfoDefinition
 
ExtraInfoField<T> - Class in com.storedobject.ui.util
 
ExtraInfoField(ExtraInfo<T>) - Constructor for class com.storedobject.ui.util.ExtraInfoField
 
extraInfoLoaded(StoredObject) - Method in class com.storedobject.ui.ObjectEditor
This is invoked when an existing "Extra Information" instance is loaded for the current object.
extraInfoLoaded(T, StoredObject) - Method in class com.storedobject.ui.ObjectBrowser
This is invoked when an existing "Extra Information" instance is loaded for the current object.
ExtraInfoValue<T> - Class in com.storedobject.ui.util
 
ExtraInfoValue(ExtraInfo<T>) - Constructor for class com.storedobject.ui.util.ExtraInfoValue
 
extraLinks() - Method in class com.storedobject.ui.inventory.AssignStoresAndLocations
 
extraLinks() - Method in class com.storedobject.ui.ObjectEditor
 
extraLinks() - Method in class com.storedobject.ui.tools.ManageExternalUsers
 

F

FADE_IN - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_IN_DOWN - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_IN_DOWN_BIG - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_IN_LEFT - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_IN_LEFT_BIG - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_IN_RIGHT - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_IN_RIGHT_BIG - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_IN_UP - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_IN_UP_BIG - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_OUT - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_OUT_DOWN - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_OUT_DOWN_BIG - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_OUT_LEFT - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_OUT_LEFT_BIG - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_OUT_RIGHT - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_OUT_RIGHT_BIG - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_OUT_UP - Enum constant in enum class com.storedobject.ui.Animation
 
FADE_OUT_UP_BIG - Enum constant in enum class com.storedobject.ui.Animation
 
FallbackAuthenticator - Interface in com.storedobject.core
Unlike Authenticator, if this is plugged in as the external authenticator, it will be used only as a fallback authenticator.
family() - Method in class com.storedobject.core.StoredObject
Get the family code of this instance.
family(Id) - Static method in class com.storedobject.core.StoredObject
Get the family code of the given Id.
family(Class<O>) - Static method in class com.storedobject.core.StoredObject
Get the family code of the given class.
family(Class<T>) - Static method in class com.storedobject.core.StoredObjectUtility
 
fangsong() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "fangsong".
fantasy() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "fantasy".
Fault - Class in com.storedobject.common
Represents a fault or error condition in the system.
Fault(int, String) - Constructor for class com.storedobject.common.Fault
Represents a fault with an error code and a descriptive message.
fetch(Query<T, SerializablePredicate<T>>) - Method in class com.storedobject.ui.AbstractListProvider
 
fetchChildren(HierarchicalQuery<Object, SerializablePredicate<Object>>) - Method in class com.storedobject.ui.ObjectForestProvider
 
fetchChildren(HierarchicalQuery<T, SerializablePredicate<T>>) - Method in class com.storedobject.ui.ObjectTreeProvider
 
FI - Enum constant in enum class com.storedobject.chart.Language
Finnish
fieldAttached(String, HasValue<?, ?>) - Method in class com.storedobject.ui.ObjectEditor
 
fieldAttached(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
This method is invoked whenever a field is attached to the form.
FieldCustomizer - Interface in com.storedobject.vaadin
Field customizer may be set on ObjectForm.
fieldDetached(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
This method is invoked whenever a field is detached from the form.
FieldError() - Constructor for exception class com.storedobject.vaadin.AbstractDataForm.FieldError
 
FieldValueHandler - Interface in com.storedobject.vaadin.util
 
file(String) - Method in class com.storedobject.client.Client
Retrieve stream of data for the give file [name].
FILE - Enum constant in enum class com.storedobject.ui.ObjectField.Type
File type.
FileBuffer - Class in com.storedobject.common
A file-mapped data buffer with index-based access to data for writing and then, for reading.
FileBuffer() - Constructor for class com.storedobject.common.FileBuffer
Constructor.
FileCirculation - Class in com.storedobject.core
 
FileCirculation() - Constructor for class com.storedobject.core.FileCirculation
 
FileCirculationStatus - Class in com.storedobject.report
 
FileCirculationStatus(Device) - Constructor for class com.storedobject.report.FileCirculationStatus
 
FileCirculationStatus(Device, FileData) - Constructor for class com.storedobject.report.FileCirculationStatus
 
FileCirculationStatus(Device, FileFolder) - Constructor for class com.storedobject.report.FileCirculationStatus
 
FileCirculationStatus(Device, FileFolder, boolean) - Constructor for class com.storedobject.report.FileCirculationStatus
 
FileCirculationStatus(Device, String) - Constructor for class com.storedobject.report.FileCirculationStatus
 
FileData - Class in com.storedobject.core
 
FileData() - Constructor for class com.storedobject.core.FileData
 
FileData(FileData) - Constructor for class com.storedobject.core.FileData
 
FileData(String) - Constructor for class com.storedobject.core.FileData
 
FileData(String, FileData) - Constructor for class com.storedobject.core.FileData
 
FileDataProvider - Class in com.storedobject.core
 
FileDataProvider(File) - Constructor for class com.storedobject.core.FileDataProvider
 
FileDataProvider(String) - Constructor for class com.storedobject.core.FileDataProvider
 
FileExpiryReport - Class in com.storedobject.report
 
FileExpiryReport(Device) - Constructor for class com.storedobject.report.FileExpiryReport
 
FileExpiryReport(Device, FileFolder) - Constructor for class com.storedobject.report.FileExpiryReport
 
FileExpiryReport(Device, FileFolder, boolean) - Constructor for class com.storedobject.report.FileExpiryReport
 
FileExpiryReport(Device, FileFolder, int) - Constructor for class com.storedobject.report.FileExpiryReport
 
FileExpiryReport(Device, FileFolder, int, boolean) - Constructor for class com.storedobject.report.FileExpiryReport
 
FileExpiryReport(Device, String) - Constructor for class com.storedobject.report.FileExpiryReport
 
FileExpiryReport(Device, String, int) - Constructor for class com.storedobject.report.FileExpiryReport
 
FileField - Class in com.storedobject.ui
 
FileField() - Constructor for class com.storedobject.ui.FileField
 
FileField(ObjectField.Type...) - Constructor for class com.storedobject.ui.FileField
 
FileField(String) - Constructor for class com.storedobject.ui.FileField
 
FileField(String, ObjectField.Type...) - Constructor for class com.storedobject.ui.FileField
 
FileFolder - Class in com.storedobject.core
 
FileFolder() - Constructor for class com.storedobject.core.FileFolder
 
FileFolderAccessRights - Class in com.storedobject.core
 
FileFolderAccessRights() - Constructor for class com.storedobject.core.FileFolderAccessRights
 
FileFolderGenerator - Interface in com.storedobject.core
 
FileManager - Class in com.storedobject.ui
 
FileManager(Application) - Constructor for class com.storedobject.ui.FileManager
 
FileManager(Application, String) - Constructor for class com.storedobject.ui.FileManager
 
FileManager(Application, String, String) - Constructor for class com.storedobject.ui.FileManager
 
FileManager(String) - Constructor for class com.storedobject.ui.FileManager
 
FileManager(String, String) - Constructor for class com.storedobject.ui.FileManager
 
fileMethods() - Method in class com.storedobject.core.ClassAttribute
Get the "file" methods of this.
FileResource - Class in com.storedobject.ui
 
FileResource - Class in com.storedobject.ui.util
 
FileResource(File, String) - Constructor for class com.storedobject.ui.FileResource
 
FileResource(File, String) - Constructor for class com.storedobject.ui.util.FileResource
 
FileResource(String, String) - Constructor for class com.storedobject.ui.FileResource
 
FileResource(String, String) - Constructor for class com.storedobject.ui.util.FileResource
 
FileViewer - Class in com.storedobject.ui
 
FileViewer(FileFolder, String) - Constructor for class com.storedobject.ui.FileViewer
 
FileViewer(Application) - Constructor for class com.storedobject.ui.FileViewer
 
FileViewer(Application, String) - Constructor for class com.storedobject.ui.FileViewer
 
FileViewer(Application, String, String) - Constructor for class com.storedobject.ui.FileViewer
 
FileViewer(String) - Constructor for class com.storedobject.ui.FileViewer
 
FileViewer(String, String) - Constructor for class com.storedobject.ui.FileViewer
 
FileViewerGrid - Class in com.storedobject.ui
 
FileViewerGrid() - Constructor for class com.storedobject.ui.FileViewerGrid
 
fill(String) - Method in interface com.storedobject.common.StringFiller
 
fill(String) - Method in class com.storedobject.core.StoredObject
 
fill(String) - Method in class com.storedobject.office.ODTObjectReport
The fill method when this class acts as the value filler for this ODT report (by default this class will act as the value filler).
fill(String, StringFiller) - Static method in class com.storedobject.common.StringUtility
Replace variables in the source string with values returned by the filler.
fillBlankData(int, String) - Method in class com.storedobject.ui.common.ExcelDataUpload
Fill blank data with the given value.
fillCells(Excel, Object...) - Method in class com.storedobject.pdf.TableHeader
Fill the cell values into the Excel instance provided.
Filler - Class in com.storedobject.ui.tools
 
Filler() - Constructor for class com.storedobject.ui.tools.Filler
 
fillHeaderCells(Excel) - Method in class com.storedobject.pdf.TableHeader
Fill the header values into the Excel instance provided.
fillRow(Excel, Object...) - Method in class com.storedobject.pdf.TableHeader
Fill the cell values into the Excel instance provided.
filter - Variable in class com.storedobject.ui.ObjectBrowser
 
filter - Variable in class com.storedobject.ui.ObjectForestBrowser
 
filter(String) - Method in class com.storedobject.ui.GridSearchField
 
filter(BiPredicate<? super O, ? super O>) - Method in class com.storedobject.core.ObjectIterator
Apply a bi-filter.
filter(Predicate<? super O>) - Method in class com.storedobject.core.ObjectIterator
Apply a filter.
filter(Predicate<? super T>) - Method in interface com.storedobject.core.Filtered
 
filter(Predicate<? super T>) - Method in class com.storedobject.core.MemoryCache
 
filter(Predicate<? super T>) - Method in class com.storedobject.core.ObjectCache
 
filter(Predicate<? super T>) - Method in class com.storedobject.core.ObjectCacheList
 
filter(Predicate<? super T>) - Method in class com.storedobject.core.ObjectForest
 
filter(Predicate<? super T>) - Method in class com.storedobject.core.ObjectTree
 
filter(Predicate<? super T>, Comparator<? super T>) - Method in interface com.storedobject.core.Filtered
 
filter(Predicate<? super T>, Comparator<? super T>) - Method in class com.storedobject.core.MemoryCache
 
filter(Predicate<? super T>, Comparator<? super T>) - Method in class com.storedobject.core.ObjectCacheList
 
filter(Predicate<? super T>, Comparator<? super T>) - Method in class com.storedobject.core.ObjectForest
 
filter(Predicate<? super T>, Comparator<? super T>) - Method in class com.storedobject.core.ObjectTree
 
filter(Predicate<byte[]>) - Method in class com.storedobject.common.FileBuffer
Apply a filter to the buffer.
filter(Predicate<Id>) - Method in class com.storedobject.core.IdBuffer
 
filter(Predicate<T>) - Method in class com.storedobject.ui.ObjectComboField
Deprecated.
filter(Predicate<T>) - Method in class com.storedobject.ui.ObjectField
Deprecated.
filter(T) - Method in class com.storedobject.core.ObjectLoadFilter
Apply filter to an object instance.
filter(T) - Method in class com.storedobject.ui.AbstractObjectField
Check a given value to see if it satisfies the filter condition of the searcher.
filter(T, String) - Method in class com.storedobject.core.ObjectLoadFilter
Apply filter to an object instance.
filterActions(int) - Method in class com.storedobject.ui.ObjectBrowser
 
filterActions(int) - Method in class com.storedobject.ui.ObjectEditor
Get the filtered result of actions.
filterActions(int) - Method in class com.storedobject.ui.ObjectForestBrowser
 
filterActions(int) - Method in class com.storedobject.ui.ObjectTreeBrowser
 
Filtered<T> - Interface in com.storedobject.core
 
filteredList(ObjectIterator<T>) - Method in class com.storedobject.ui.AbstractObjectField
Check a given set of values to see if they satisfy the filter condition of the searcher.
FilterMethods<T> - Interface in com.storedobject.core
Interface defining filter methods to be used while loading objects from the DB.
FilterProvider - Interface in com.storedobject.common
Filter provider is used to define a provider of some sort of "filter condition".
filterView(String) - Method in class com.storedobject.ui.AbstractListProvider
 
filterView(String) - Method in class com.storedobject.ui.AbstractTreeProvider
 
filterView(String) - Method in interface com.storedobject.ui.util.ViewFilterSupport
 
filterWho(SystemUser) - Method in class com.storedobject.ui.common.MemoSystem
 
filterWho(SystemUser) - Method in class com.storedobject.ui.support.SupportSystem
 
Financial - Interface in com.storedobject.core
The Financial interface represents a financial entity that can post ledger transactions.
find(Predicate<? super O>) - Method in class com.storedobject.core.ObjectIterator
Find the object matching the given filter.
findBin(InventoryItem) - Method in class com.storedobject.core.InventoryStore
Find a suitable "bin" in this store for the specified item.
findBin(InventoryItemType) - Method in class com.storedobject.core.InventoryStore
Find a suitable "bin" in this store for the specified part number.
findClass(String) - Method in class com.storedobject.core.JavaClassLoader
Find a class.
findFirst() - Method in class com.storedobject.core.ObjectIterator
Find the first object.
findFont(boolean, short, short, String, boolean, boolean, short, byte) - Method in class com.storedobject.office.od.ods.Workbook
 
findNonWhitespace(String, int) - Method in class com.storedobject.common.StringUtility
Find the next non-whitespace position.
findSystemEntityId() - Method in interface com.storedobject.core.OfEntity
 
findWhitespace(String, int) - Method in class com.storedobject.common.StringUtility
Find the next whitespace position.
finish() - Method in class com.storedobject.ui.SteppedView
Invoke the finish (Equivalent of pressing the "Finish" button).
finish() - Method in class com.storedobject.ui.util.Stepper
 
finished() - Method in interface com.storedobject.vaadin.MediaCapture.DataReceiver
This method is invoked when end-of-stream is reached.
fire(EventListener, EventObject) - Method in class com.storedobject.vaadin.util.ClickListeners
 
fire(EventListener, EventObject) - Method in class com.storedobject.vaadin.util.Listeners
 
fire(EventListener, EventObject) - Method in class com.storedobject.vaadin.util.ValueChangeListeners
 
fire(EventObject) - Method in class com.storedobject.vaadin.util.Listeners
 
fireFormConstructed() - Method in class com.storedobject.vaadin.AbstractDataForm
This method is invoked to inform all ConstructedListeners when the form is constructed.
firstCaps(String) - Static method in class com.storedobject.common.StringUtility
Convert a string to proper case (first letter of each word will be capitalized).
firstCaps(String[]) - Static method in class com.storedobject.common.StringUtility
Convert each element of the string array to proper case (first letter of each word will be capitalized).
firstElement() - Method in class com.storedobject.common.ArrayList
Gets the first element of a list
fitOnLeftSide() - Method in class com.storedobject.chart.FunnelChart
Fit the funnel to the left side.
fitOnRightSide() - Method in class com.storedobject.chart.FunnelChart
Fit the funnel to the right side.
FixedTax - Class in com.storedobject.accounts
 
FixedTax() - Constructor for class com.storedobject.accounts.FixedTax
 
fixPartNumber(InventoryItemType) - Method in class com.storedobject.ui.inventory.ItemField
Fix the part number (an instance of InventoryItemType).
FLASH - Enum constant in enum class com.storedobject.ui.Animation
 
FLIP - Enum constant in enum class com.storedobject.ui.Animation
 
FLIP_IN_X - Enum constant in enum class com.storedobject.ui.Animation
 
FLIP_IN_Y - Enum constant in enum class com.storedobject.ui.Animation
 
FLIP_OUT_X - Enum constant in enum class com.storedobject.ui.Animation
 
FLIP_OUT_Y - Enum constant in enum class com.storedobject.ui.Animation
 
FlowDiagram - Class in com.storedobject.ui
Component for drawing flow diagrams.
FlowDiagram() - Constructor for class com.storedobject.ui.FlowDiagram
 
FlowDiagram(int, int) - Constructor for class com.storedobject.ui.FlowDiagram
 
FlowDiagram(TextContent) - Constructor for class com.storedobject.ui.FlowDiagram
 
FlowDiagram(String, String) - Constructor for class com.storedobject.ui.FlowDiagram
 
FlowDiagramEditor - Class in com.storedobject.ui.common
 
FlowDiagramEditor() - Constructor for class com.storedobject.ui.common.FlowDiagramEditor
 
FlowDiagramEditor(int) - Constructor for class com.storedobject.ui.common.FlowDiagramEditor
 
FlowDiagramEditor(int, String) - Constructor for class com.storedobject.ui.common.FlowDiagramEditor
 
FlowDiagramEditor(String) - Constructor for class com.storedobject.ui.common.FlowDiagramEditor
 
flush() - Method in class com.storedobject.common.TeeOutputStream
 
flush() - Method in class com.storedobject.core.JavaSourceWriter
 
flush() - Method in class com.storedobject.office.od.ODOutputStream
 
focus() - Method in class com.storedobject.ui.ObjectComboField
 
focus() - Method in class com.storedobject.ui.ObjectField
 
focus() - Method in class com.storedobject.ui.ObjectFormField
 
focus() - Method in class com.storedobject.ui.ObjectGetField
 
focus() - Method in class com.storedobject.ui.ObjectListField
 
focus() - Method in interface com.storedobject.ui.util.AbstractObjectInput
Focus this field.
focus() - Method in class com.storedobject.ui.util.ComputedField
 
focus() - Method in class com.storedobject.vaadin.CustomField
 
focus() - Method in class com.storedobject.vaadin.View
Focus this view by finding the first focusable component.
focus(Component) - Method in class com.storedobject.vaadin.View
Focus a component (or its focusable child component).
focusAny(Component) - Method in class com.storedobject.vaadin.View
Focus a component (or its focusable child component).
FoldingLayout - Class in com.storedobject.ui
A responsive layout that can contain only sizeable components (HasSize).
FoldingLayout(int, int, HasSize...) - Constructor for class com.storedobject.ui.FoldingLayout
Constructor with fixed view-width and view-height.
FoldingLayout(HasSize...) - Constructor for class com.storedobject.ui.FoldingLayout
Constructor.
Font - Class in com.storedobject.chart
Defines Font.
Font(Font.Family, Font.Size) - Constructor for class com.storedobject.chart.Font
 
Font(Font.Family, Font.Style, Font.Size) - Constructor for class com.storedobject.chart.Font
 
Font.Family - Class in com.storedobject.chart
Represents font-family.
Font.Size - Class in com.storedobject.chart
Represents font-size.
Font.Stretch - Class in com.storedobject.chart
Represents font-stretch.
Font.Style - Enum Class in com.storedobject.chart
Represents font styles.
Font.Variant - Enum Class in com.storedobject.chart
Represents font variants.
Font.Weight - Class in com.storedobject.chart
Represents font-weight.
FORCE - Enum constant in enum class com.storedobject.chart.GraphLayout
 
forDataPickup(TransactionManager) - Static method in class com.storedobject.core.InventoryTransaction
Deprecated.
forDataPickup(TransactionManager, String) - Static method in class com.storedobject.core.InventoryTransaction
Create "Inventory Transaction" for data pick-up.
forEach(Consumer<? super O>) - Method in class com.storedobject.core.ObjectIterator
Consume objects.
foreclose(Transaction) - Method in class com.storedobject.core.MaterialRequest
 
ForeignFinancialSystem - Class in com.storedobject.core
 
ForeignFinancialSystem() - Constructor for class com.storedobject.core.ForeignFinancialSystem
 
foreignKeyConstraintNames(String) - Method in class com.storedobject.core.Database
 
foreignKeyConstraints(String) - Method in class com.storedobject.core.Database
 
foreignKeysDDL(Class<? extends StoredObject>) - Static method in class com.storedobject.core.StoredObjectUtility
 
forgotPassword(char[], String) - Method in class com.storedobject.core.TransactionManager
 
forgotPassword(IdentityCheck) - Method in class com.storedobject.ui.Application
 
forgotPassword(Login) - Method in interface com.storedobject.core.Device
 
forgotPassword(Login) - Method in class com.storedobject.ui.Application
 
forgotPassword(String) - Method in class com.storedobject.core.Login
For setting forgotten password.
form - Variable in class com.storedobject.vaadin.AbstractDataForm
Form embedded in this view.
Form - Class in com.storedobject.vaadin
Class to represent a "data entry form".
Form() - Constructor for class com.storedobject.vaadin.Form
Constructor.
FORM - Enum constant in enum class com.storedobject.ui.ObjectField.Type
Form type.
FORM_BLOCK - Enum constant in enum class com.storedobject.ui.ObjectField.Type
Form type - embedded as a block.
format() - Method in class com.storedobject.core.JavaSourceWriter
Format the content that was already written to this.
format(double) - Static method in class com.storedobject.common.StringUtility
Formats a double value as a numeric string.
format(double, boolean) - Static method in class com.storedobject.common.StringUtility
Formats a double value as a numeric string.
format(double, int) - Static method in class com.storedobject.common.StringUtility
Formats a double value as a numeric string with thousands separation.
format(double, int, boolean) - Static method in class com.storedobject.common.StringUtility
Formats a double value as a numeric string with thousands separation.
format(int) - Static method in class com.storedobject.core.converter.DaysValueConverter
 
format(int) - Static method in class com.storedobject.core.converter.SecondsValueConverter
 
format(int, boolean) - Static method in class com.storedobject.core.converter.MinutesValueConverter
 
format(JSON) - Method in class com.storedobject.ui.JSONField
 
format(Money) - Method in class com.storedobject.ui.MoneyField
 
format(D) - Static method in class com.storedobject.common.DateUtility
Formats the given date
format(D) - Static method in class com.storedobject.core.Database
Format a date value that can be sent to the database as part of a SQL query.
format(Integer) - Method in class com.storedobject.ui.DaysField
 
format(Integer) - Method in class com.storedobject.ui.MinutesField
 
format(Integer) - Method in class com.storedobject.ui.SecondsField
 
format(Object) - Method in class com.storedobject.core.converter.BitsValueConverter
 
format(Object) - Method in class com.storedobject.core.converter.BoolValueConverter
 
format(Object) - Method in class com.storedobject.core.converter.ChoiceValueConverter
 
format(Object) - Method in class com.storedobject.core.converter.DateValueConverter
 
format(Object) - Method in class com.storedobject.core.converter.DaysValueConverter
 
format(Object) - Method in class com.storedobject.core.converter.MinutesValueConverter
 
format(Object) - Method in class com.storedobject.core.converter.ObjectValueConverter
 
format(Object) - Method in class com.storedobject.core.converter.SecondsValueConverter
 
format(Object) - Method in class com.storedobject.core.converter.TimeValueConverter
 
format(Object) - Method in class com.storedobject.core.converter.ValueConverter
 
format(Object, SystemUser) - Method in class com.storedobject.core.converter.MoneyValueConverter
 
format(Object, SystemUser) - Method in class com.storedobject.core.converter.ValueConverter
 
format(String) - Static method in class com.storedobject.common.IBAN
Format an IBAN by inserting a space after every 4 positions from the left.
format(String, int, boolean) - Static method in class com.storedobject.common.StringUtility
Formats a string as a numeric string with thousands separation.
format(String, int, boolean) - Static method in class com.storedobject.core.StringUtility
Formats a string as a numeric string with thousands separation (If the default currency is INR, it will be done in India style).
format(Date) - Method in class com.storedobject.core.SystemUser
 
format(Date) - Method in class com.storedobject.core.TransactionManager
Format the date as per the locale of the user.
format(T) - Method in class com.storedobject.ui.ObjectCodeField
 
format(T) - Method in class com.storedobject.ui.util.AbstractQuantityField
 
format(T) - Method in class com.storedobject.vaadin.CustomTextField
Format the value to display it as a string.
format(T) - Method in class com.storedobject.vaadin.FreeFormatField
 
format(T) - Method in class com.storedobject.vaadin.util.NumericField
 
formatDate(D) - Static method in class com.storedobject.common.DateUtility
Formats a given date in sql date format
formatHHMM(long) - Static method in class com.storedobject.common.DateUtility
 
formatHHMM(D) - Static method in class com.storedobject.common.DateUtility
 
formatIndian(double, boolean) - Static method in class com.storedobject.common.StringUtility
Formats a double value as a numeric string (Indian style).
formatIndian(double, int, boolean) - Static method in class com.storedobject.common.StringUtility
Formats a double value as a numeric string with thousands separation (Indian style).
formatIndian(String, int, boolean) - Static method in class com.storedobject.common.StringUtility
Formats a string as a numeric string with thousands separation (Indian style).
formatLongDate(D) - Static method in class com.storedobject.common.DateUtility
Formats a given date and time
formatMonth(D) - Static method in class com.storedobject.common.DateUtility
 
formatParser - Variable in class com.storedobject.chart.Label
The format parser that converts the formatter string to the real JSON value.
formatShortDate(D) - Static method in class com.storedobject.common.DateUtility
Formats a given date in MMM dd, yy format
formatter - Variable in class com.storedobject.chart.Label
The formatter string.
formatter() - Method in interface com.storedobject.chart.TooltipView
 
formatTime(D) - Static method in class com.storedobject.common.DateUtility
 
formatTinyDate(D) - Static method in class com.storedobject.common.DateUtility
Formats a given date in MM yy format
formatValue(Object) - Method in class com.storedobject.chart.XRangeChart
Format a value to show as part of the tooltip.
formatWithTime(D) - Static method in class com.storedobject.common.DateUtility
Formats the given date
formatWithTime(D) - Static method in class com.storedobject.core.Database
Format a date value with time component that can be sent to the database as part of a SQL query.
formatWithTimeHHMM(D) - Static method in class com.storedobject.common.DateUtility
Formats the given date
formatXValue(X) - Method in class com.storedobject.chart.XRangeChart
Format an X-value to show as part of the tooltip.
formatXValue(X, X) - Method in class com.storedobject.chart.XRangeChart
Format the X-values to show as part of the tooltip.
formatYValue(Y) - Method in class com.storedobject.chart.XRangeChart
Format a Y-value to show as part of the tooltip.
formConstructed() - Method in class com.storedobject.ui.common.AbstractTextContentEditor
 
formConstructed() - Method in class com.storedobject.ui.common.FlowDiagramEditor
 
formConstructed() - Method in class com.storedobject.ui.common.MessageEditor
 
formConstructed() - Method in class com.storedobject.ui.common.SMSMessageEditor
 
formConstructed() - Method in class com.storedobject.ui.inventory.GRNEditor
 
formConstructed() - Method in class com.storedobject.vaadin.AbstractDataForm
This method is invoked when the form is constructed.
FormLayout - Class in com.storedobject.vaadin
Enhanced version of Vaadin's FormLayout.
FormLayout() - Constructor for class com.storedobject.vaadin.FormLayout
Constructor.
FormLayout(Component...) - Constructor for class com.storedobject.vaadin.FormLayout
Constructor.
formsConstructed() - Method in class com.storedobject.ui.SteppedView
This method will be invoked once forms for all steps are constructed.
formStyle() - Element in annotation interface com.storedobject.core.annotation.Table
Form style (Number of field columns).
FormSubmit - Class in com.storedobject.ui
Component that can submit HTML form-data to another site.
FormSubmit() - Constructor for class com.storedobject.ui.FormSubmit
 
FormSubmit(String) - Constructor for class com.storedobject.ui.FormSubmit
 
forwardMemo(Transaction, String, SystemUser) - Method in class com.storedobject.core.MemoComment
 
FR - Enum constant in enum class com.storedobject.chart.Language
French
FractionalCount - Class in com.storedobject.core
 
FractionalCount() - Constructor for class com.storedobject.core.FractionalCount
 
FractionalCount(double) - Constructor for class com.storedobject.core.FractionalCount
 
FractionalCount(double, MeasurementUnit) - Constructor for class com.storedobject.core.FractionalCount
 
FractionalCount(double, String) - Constructor for class com.storedobject.core.FractionalCount
 
FractionalCount(BigDecimal) - Constructor for class com.storedobject.core.FractionalCount
 
FractionalCount(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.FractionalCount
 
FractionalCount(BigDecimal, String) - Constructor for class com.storedobject.core.FractionalCount
 
FractionalCountField - Class in com.storedobject.ui
 
FractionalCountField() - Constructor for class com.storedobject.ui.FractionalCountField
 
FractionalCountField(int) - Constructor for class com.storedobject.ui.FractionalCountField
 
FractionalCountField(int, int) - Constructor for class com.storedobject.ui.FractionalCountField
 
FractionalCountField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.FractionalCountField
 
FractionalCountField(int, int, String) - Constructor for class com.storedobject.ui.FractionalCountField
 
FractionalCountField(String) - Constructor for class com.storedobject.ui.FractionalCountField
 
FractionalCountField(String, int) - Constructor for class com.storedobject.ui.FractionalCountField
 
FractionalCountField(String, int, int) - Constructor for class com.storedobject.ui.FractionalCountField
 
FractionalCountField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.FractionalCountField
 
FractionalCountField(String, int, int, String) - Constructor for class com.storedobject.ui.FractionalCountField
 
FractionalCountField(String, int, String) - Constructor for class com.storedobject.ui.FractionalCountField
 
FractionalCountField(String, String) - Constructor for class com.storedobject.ui.FractionalCountField
 
FreeFormatField<T> - Class in com.storedobject.vaadin
A field that accepts free format text and converts it into a value of specific type.
FreeFormatField(String, T) - Constructor for class com.storedobject.vaadin.FreeFormatField
Constructor.
FreeFormatField(String, T, HasValue<?, String>) - Constructor for class com.storedobject.vaadin.FreeFormatField
Constructor.
from - Variable in class com.storedobject.common.Range
 
from(Class<O>) - Static method in class com.storedobject.core.QueryBuilder
Creates a new QueryBuilder instance for the specified class type.
fromGMT(D, String) - Static method in class com.storedobject.common.DateUtility
Converts the given date from GMT to the specified time zone.
fromGMT(D, ZoneId) - Static method in class com.storedobject.common.DateUtility
Converts the given date from GMT (Greenwich Mean Time) to a specified time zone.
fromGMT(D, ZoneOffset) - Static method in class com.storedobject.common.DateUtility
Translates a given date from GMT to a specified time zone.
fromGMT(D, TimeZone) - Static method in class com.storedobject.common.DateUtility
Converts a given date from GMT (Greenwich Mean Time) to the specified time zone.
fromJSS(String) - Static method in class com.storedobject.common.JSON
Create JSON from JSS (JavaScript Structure).
FullConsumption - Class in com.storedobject.iot
 
FullConsumption() - Constructor for class com.storedobject.iot.FullConsumption
 
FullScreen - Interface in com.storedobject.vaadin
A marker interface to denote that a View or its component (View.getComponent()) has to be rendered full-screen.
function() - Method in interface com.storedobject.common.MethodInvoker
 
function() - Method in interface com.storedobject.core.ObjectConverter
Create a standard Java function from this.
function(boolean) - Method in interface com.storedobject.common.MethodInvoker
 
FunctionData - Class in com.storedobject.chart
Representation of data as a mathematical function of another data or stream of values.
Funnel - Enum constant in enum class com.storedobject.chart.ChartType
Funnel.
FunnelChart - Class in com.storedobject.chart
Funnel chart.
FunnelChart() - Constructor for class com.storedobject.chart.FunnelChart
Constructor.
FunnelChart(AbstractDataProvider<?>, DataProvider) - Constructor for class com.storedobject.chart.FunnelChart
Constructor.

G

GanttChart - Class in com.storedobject.chart
Gantt chart.
GanttChart(Project) - Constructor for class com.storedobject.chart.GanttChart
Constructor.
Gauge - Enum constant in enum class com.storedobject.chart.ChartType
Gauge.
GaugeChart - Class in com.storedobject.chart
Gauge chart.
GaugeChart() - Constructor for class com.storedobject.chart.GaugeChart
Constructor with a single needle for the gauge.
GaugeChart(int) - Constructor for class com.storedobject.chart.GaugeChart
Constructor with number of needles for the gauge.
GaugeChart(String) - Constructor for class com.storedobject.chart.GaugeChart
Constructor with a single needle for the gauge.
GaugeChart.AxisLine - Class in com.storedobject.chart
Axis line used in GaugeChart.
GaugeChart.Needle - Class in com.storedobject.chart
Needle property of the gauge chart.
GBAddress - Class in com.storedobject.common
 
GBAddressForm - Class in com.storedobject.ui.util
 
GBAddressForm() - Constructor for class com.storedobject.ui.util.GBAddressForm
 
gc() - Static method in class com.storedobject.common.ResourceDisposal
Invoke JVM's garbage collector within the next 30 seconds.
generate(Country, String...) - Static method in class com.storedobject.common.IBAN
Insert check digits to the given set of IBAN fragments for a given country to generate a valid IBAN.
generate(Transaction, Object) - Static method in class com.storedobject.core.SerialGenerator
 
generate(String, String...) - Static method in class com.storedobject.common.IBAN
Insert check digits to the given set of IBAN fragments for a given country to generate a valid IBAN.
generateContent() - Method in class com.storedobject.common.CSV
Override this method for adding content to the CSV.
generateContent() - Method in class com.storedobject.common.SVG
This is where you create your content by invoking various other methods available in this class.
generateContent() - Method in class com.storedobject.core.ImageProducer
 
generateContent() - Method in class com.storedobject.core.StreamContentProducer
Generate the content here and write to 'out'
generateContent() - Method in class com.storedobject.core.TextContentProducer
 
generateContent() - Method in class com.storedobject.office.AbstractSpreadSheet
 
generateContent() - Method in class com.storedobject.pdf.PDF
Generate the content by writing stuff to the PDF.
generateContent() - Method in class com.storedobject.report.AccountStatement
 
generateContent() - Method in class com.storedobject.report.FileCirculationStatus
 
generateContent() - Method in class com.storedobject.report.FileExpiryReport
 
generateContent() - Method in class com.storedobject.report.ItemMovementReport
 
generateContent() - Method in class com.storedobject.report.JournalReport
 
generateContent() - Method in class com.storedobject.report.ObjectList
 
generateContent() - Method in class com.storedobject.report.ObjectListExcel
 
generateContent() - Method in class com.storedobject.report.StockAvailability
 
generateContent() - Method in class com.storedobject.report.StockMovementReport
 
generateContent() - Method in class com.storedobject.report.StockReport
 
generateContent() - Method in class com.storedobject.report.StockReportExcel
 
generateContent() - Method in class com.storedobject.report.TrialBalance
 
generateContent() - Method in class com.storedobject.ui.inventory.StockMovementReport
 
generateContent() - Method in class com.storedobject.ui.inventory.StockReport
 
generateContent() - Method in class com.storedobject.ui.iot.DataDownload
 
generateContent() - Method in class com.storedobject.ui.ObjectGridReport
 
generateContent(Graphics) - Method in class com.storedobject.common.GeneratedImage
Generate the image.
generateContent(OutputStream) - Method in interface com.storedobject.common.BinaryContentGenerator
Generate the content and write to an output stream.
generateContent(OutputStream) - Method in class com.storedobject.common.GeneratedImage
 
generateContent(OutputStream) - Method in interface com.storedobject.common.ImageGenerator
Generate the content and write to an output stream.
generateContent(Writer) - Method in class com.storedobject.common.CSV
 
generateContent(Writer) - Method in class com.storedobject.common.SVG
 
generateContent(Writer) - Method in interface com.storedobject.common.TextContentGenerator
Generate the content and write to a writer.
GeneratedImage - Class in com.storedobject.common
Create an image.
GeneratedImage(int, int) - Constructor for class com.storedobject.common.GeneratedImage
Constructor.
GeneratedImage(InputStream) - Constructor for class com.storedobject.common.GeneratedImage
Constructor.
generateError() - Method in class com.storedobject.common.ErrorText
 
generateFieldNames() - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
 
generateFieldNames() - Method in class com.storedobject.vaadin.AbstractForm
For internal use only.
generateFieldNames() - Method in class com.storedobject.vaadin.ObjectForm
Generate field names.
generateHeaderRow() - Method in class com.storedobject.pdf.PDF.ObjectTable
Generate the header row.
generateInterfaceCode() - Method in class com.storedobject.tools.TableDefinition
 
generateJavaCode(Writer) - Method in class com.storedobject.tools.TableDefinition
 
generateJavaCode(Writer, boolean) - Method in class com.storedobject.tools.TableDefinition
 
generateJavaCode(Writer, boolean, boolean) - Method in class com.storedobject.tools.TableDefinition
 
generateKey() - Static method in class com.storedobject.common.TOTP
Generate a suitable key.
generateLimitsAndAlarms(TransactionManager) - Static method in class com.storedobject.iot.UnitDefinition
 
generateModelValue() - Method in class com.storedobject.ui.AddressField
 
generateModelValue() - Method in class com.storedobject.ui.ELabelField
 
generateModelValue() - Method in class com.storedobject.ui.FileField
 
generateModelValue() - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
generateModelValue() - Method in class com.storedobject.ui.MeasurementUnitField
 
generateModelValue() - Method in class com.storedobject.ui.MonthField
 
generateModelValue() - Method in class com.storedobject.ui.ObjectField
 
generateModelValue() - Method in class com.storedobject.ui.ObjectFormField
 
generateModelValue() - Method in class com.storedobject.ui.ObjectGetField
 
generateModelValue() - Method in class com.storedobject.ui.ObjectSearchField
 
generateModelValue() - Method in class com.storedobject.ui.ObjectTextField
 
generateModelValue() - Method in class com.storedobject.ui.PhoneField
 
generateModelValue() - Method in class com.storedobject.ui.RangeField
 
generateModelValue() - Method in class com.storedobject.ui.util.ComputedField
 
generateModelValue() - Method in class com.storedobject.vaadin.BigDecimalField
 
generateModelValue() - Method in class com.storedobject.vaadin.BooleanField
 
generateModelValue() - Method in class com.storedobject.vaadin.ChoicesField
 
generateModelValue() - Method in class com.storedobject.vaadin.CompoundField
 
generateModelValue() - Method in class com.storedobject.vaadin.CustomTextField
 
generateModelValue() - Method in class com.storedobject.vaadin.LabelField
 
generateModelValue() - Method in class com.storedobject.vaadin.TranslatedField
 
generateModelValue() - Method in class com.storedobject.vaadin.UploadField
 
generateOTP() - Static method in interface com.storedobject.core.IdentityCheck
Generates a 6-digit One-Time Password (OTP).
generateOTP(char[], String, String, String, String, String, int) - Method in class com.storedobject.core.UserRegistrationConfiguration
 
generatePassword(int) - Static method in class com.storedobject.core.Secret
 
generatePrefix() - Static method in interface com.storedobject.core.IdentityCheck
Generate a prefix with a specific format.
generateSecretKey() - Static method in class com.storedobject.core.Secret
 
generateStatement(PDFReport, Account, DatePeriod) - Static method in class com.storedobject.report.AccountStatement
 
Geolocation - Class in com.storedobject.common
Representation of Geolocation.
Geolocation() - Constructor for class com.storedobject.common.Geolocation
 
Geolocation(double, char, double, char) - Constructor for class com.storedobject.common.Geolocation
 
Geolocation(double, double) - Constructor for class com.storedobject.common.Geolocation
 
Geolocation(int, int) - Constructor for class com.storedobject.common.Geolocation
 
Geolocation(int, int, int) - Constructor for class com.storedobject.common.Geolocation
 
Geolocation(int, int, int, char, int, int, int, char) - Constructor for class com.storedobject.common.Geolocation
 
Geolocation(Geolocation) - Constructor for class com.storedobject.common.Geolocation
 
Geolocation(Object) - Constructor for class com.storedobject.common.Geolocation
 
Geolocation(String) - Constructor for class com.storedobject.common.Geolocation
 
Geolocation(BigDecimal, char, BigDecimal, char) - Constructor for class com.storedobject.common.Geolocation
 
GeolocationField - Class in com.storedobject.ui
 
GeolocationField() - Constructor for class com.storedobject.ui.GeolocationField
 
GeolocationField(Geolocation) - Constructor for class com.storedobject.ui.GeolocationField
 
GeolocationField(String) - Constructor for class com.storedobject.ui.GeolocationField
 
GeolocationField(String, Geolocation) - Constructor for class com.storedobject.ui.GeolocationField
 
GeolocationValueConverter - Class in com.storedobject.core.converter
 
get() - Method in class com.storedobject.common.Accumulator
Gets the value from the accumulator.
get() - Static method in class com.storedobject.core.converter.BoolValueConverter
 
get() - Static method in class com.storedobject.core.converter.DateValueConverter
 
get() - Static method in class com.storedobject.core.converter.DecimalNumberValueConverter
 
get() - Static method in class com.storedobject.core.converter.DoubleValueConverter
 
get() - Static method in class com.storedobject.core.converter.GeolocationValueConverter
 
get() - Static method in class com.storedobject.core.converter.IntegerValueConverter
 
get() - Static method in class com.storedobject.core.converter.LongValueConverter
 
get() - Static method in class com.storedobject.core.converter.MinutesValueConverter
 
get() - Static method in class com.storedobject.core.converter.MoneyValueConverter
 
get() - Static method in class com.storedobject.core.converter.QuantityValueConverter
 
get() - Static method in class com.storedobject.core.converter.RateValueConverter
 
get() - Static method in class com.storedobject.core.converter.SecondsValueConverter
 
get() - Static method in class com.storedobject.core.converter.TimeValueConverter
 
get() - Static method in class com.storedobject.core.Database
Gets the current database.
get() - Method in class com.storedobject.core.Id
 
get() - Method in class com.storedobject.core.QueryBuilder
Get an object instance.
get() - Static method in class com.storedobject.core.SystemEntity
Get the default System Entity.
get() - Method in class com.storedobject.iot.AQI
 
get() - Static method in class com.storedobject.iot.MQTT
 
get() - Static method in class com.storedobject.office.od.Office
 
get() - Static method in class com.storedobject.ui.Application
 
get() - Static method in class com.storedobject.ui.inventory.SelectStore
 
get() - Static method in class com.storedobject.vaadin.Application
Get the current application.
get() - Static method in interface com.storedobject.vaadin.ApplicationEnvironment
Create a default implementation.
get(int) - Method in class com.storedobject.chart.TreeData
Get the data at the given index.
get(int) - Method in class com.storedobject.common.Array
 
get(int) - Method in class com.storedobject.common.JSON
Get the value at position 'n' assuming that this is an array.
get(int) - Method in class com.storedobject.common.StringList
 
get(int) - Static method in class com.storedobject.core.ClassAttribute
Get the class attribute instance for the given family (each StoredObject class has a unique family code).
get(int) - Method in class com.storedobject.core.IdBuffer
 
get(int) - Method in class com.storedobject.core.IndexDefinitions
 
get(int) - Method in interface com.storedobject.core.Indices
 
get(int) - Method in class com.storedobject.core.JSON
 
get(int) - Method in class com.storedobject.core.MemoryCache
 
get(int) - Method in class com.storedobject.core.ObjectCache
 
get(int) - Method in class com.storedobject.core.ObjectCacheList
 
get(int) - Static method in class com.storedobject.core.PurchaseType
 
get(int) - Static method in class com.storedobject.core.SaleType
 
get(int) - Method in class com.storedobject.ui.AbstractListProvider
 
get(int) - Method in class com.storedobject.ui.AbstractTreeProvider
 
get(int) - Method in class com.storedobject.ui.ObjectComboField
 
get(int) - Method in class com.storedobject.ui.ObjectForestProvider
 
get(int) - Method in class com.storedobject.ui.ObjectListField
 
get(int) - Method in class com.storedobject.ui.ObjectListProvider
 
get(int) - Method in interface com.storedobject.ui.ObjectLoader
 
get(int) - Method in class com.storedobject.ui.ObjectTreeProvider
 
get(int) - Method in class com.storedobject.vaadin.DataList
 
get(int) - Method in class com.storedobject.vaadin.ListGrid
 
get(int...) - Static method in class com.storedobject.ui.inventory.SelectLocation
 
get(Entity) - Static method in class com.storedobject.core.AccessControl
 
get(Entity) - Static method in class com.storedobject.core.ReportFormat
Get the "report format" definition for the given parameter.
get(Entity) - Static method in class com.storedobject.core.SystemEntity
 
get(Id) - Method in class com.storedobject.core.DBTransaction
 
get(Id) - Method in class com.storedobject.core.ObjectCache
 
get(Id) - Static method in class com.storedobject.core.PasswordPolicy
 
get(Id) - Static method in class com.storedobject.core.Signature
 
get(Id) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given Id.
get(Id) - Method in interface com.storedobject.core.Transaction
 
get(Id, String) - Static method in class com.storedobject.core.GlobalProperty
 
get(Id, String) - Static method in class com.storedobject.core.PIN
 
get(InventoryItem, InventoryAssembly) - Static method in class com.storedobject.core.InventoryFitmentPosition
Get a fitment position for the given item and assembly.
get(ObjectIterator<T>) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for instances specified in an iterator.
get(ObjectIterator<T>, boolean) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for instances specified in an iterator.
get(Person) - Static method in class com.storedobject.core.Signature
 
get(StoredObject) - Method in class com.storedobject.core.ReferencePattern
 
get(SystemEntity) - Static method in class com.storedobject.core.AccessControl
 
get(SystemEntity) - Static method in class com.storedobject.core.OffsetAccount
 
get(SystemEntity) - Static method in class com.storedobject.core.ReportFormat
Get the "report format" definition for the given parameter.
get(SystemEntity, Entity) - Static method in class com.storedobjects.support.Organization
 
get(SystemEntity, Class<T>, Entity) - Static method in class com.storedobject.core.EntityRole
 
get(SystemEntity, Class<T>, Entity, boolean) - Static method in class com.storedobject.core.EntityRole
 
get(SystemEntity, Class<T>, Person) - Static method in class com.storedobject.core.PersonRole
 
get(SystemEntity, Class<T>, Person, boolean) - Static method in class com.storedobject.core.PersonRole
 
get(SystemEntity, String) - Static method in class com.storedobject.accounts.EntityAccount
Retrieves an instance of EntityAccount based on the given SystemEntity and name.
get(SystemEntity, String) - Static method in class com.storedobject.core.Account
 
get(SystemEntity, String) - Static method in class com.storedobject.core.AccountTitle
 
get(SystemEntity, String) - Static method in class com.storedobject.core.BranchAccount
 
get(SystemEntity, String) - Static method in class com.storedobject.core.GlobalProperty
 
get(SystemEntity, String) - Static method in class com.storedobject.core.InventoryStore
 
get(SystemEntity, String) - Static method in class com.storedobject.core.OffsetAccount
 
get(SystemEntity, String) - Static method in class com.storedobjects.support.Organization
 
get(SystemUser) - Static method in class com.storedobject.core.Signature
 
get(SystemUser, Id) - Static method in class com.storedobject.core.WebBiometric
 
get(SystemUser, Class<? extends StoredObject>) - Static method in class com.storedobject.core.ObjectPermission
 
get(TransactionManager) - Static method in class com.storedobject.core.FileFolderAccessRights
 
get(TransactionManager) - Static method in class com.storedobject.core.OffsetAccount
 
get(TransactionManager) - Static method in class com.storedobject.core.ReportFormat
Get the "report format" definition for the given parameter.
get(TransactionManager) - Static method in class com.storedobject.iot.AlertGenerator
 
get(TransactionManager, JavaClass) - Static method in class com.storedobject.core.DeveloperLog
 
get(TransactionManager, String) - Static method in class com.storedobject.core.GlobalProperty
 
get(Transaction, Id) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given parameters.
get(Transaction, InventoryItem, InventoryAssembly) - Static method in class com.storedobject.core.InventoryFitmentPosition
Get a fitment position for the given item and assembly.
get(Transaction, Class<T>, Id) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given parameters.
get(Transaction, Class<T>, Id, boolean) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given parameters.
get(Transaction, Class<T>, String) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given parameters.
get(Transaction, Class<T>, String, boolean) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given parameters.
get(Transaction, Class<T>, String, String) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given parameters.
get(Transaction, Class<T>, String, String, boolean) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given parameters.
get(UI) - Static method in class com.storedobject.vaadin.Application
Get the application for the given UI.
get(D, int) - Static method in class com.storedobject.common.DateUtility
 
get(InputStream) - Static method in class com.storedobject.common.IO
Convert a stream to a buffered stream
get(OutputStream) - Static method in class com.storedobject.common.IO
Convert a stream to a buffered stream
get(Reader) - Static method in class com.storedobject.common.IO
Convert a reader to a buffered reader
get(Writer) - Static method in class com.storedobject.common.IO
Convert a writer to a buffered writer
get(Class<O>) - Static method in class com.storedobject.core.ClassAttribute
Get the class attribute instance for the given object class.
get(Class<T>) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given parameter.
get(Class<T>, boolean) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given parameters.
get(Class<T>, Id) - Method in class com.storedobject.core.DBTransaction
 
get(Class<T>, Id) - Method in class com.storedobject.core.PseudoTransaction
 
get(Class<T>, Id) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given parameters.
get(Class<T>, Id) - Method in interface com.storedobject.core.Transaction
 
get(Class<T>, Id, boolean) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given parameters.
get(Class<T>, String) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given parameters.
get(Class<T>, String, boolean) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given parameters.
get(Class<T>, String, InventoryItemType) - Static method in class com.storedobject.core.InventoryItem
 
get(Class<T>, String, InventoryItemType, boolean) - Static method in class com.storedobject.core.InventoryItem
 
get(Class<T>, String, String) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given parameters.
get(Class<T>, String, String) - Static method in class com.storedobject.core.StoredObjectUtility
 
get(Class<T>, String, String, boolean) - Static method in class com.storedobject.core.StoredObject
Get the instance from the database for the given parameters.
get(Class<T>, String, String, boolean) - Static method in class com.storedobject.core.StoredObjectUtility
 
get(Class<T>, String, String, String) - Static method in class com.storedobject.core.StoredObjectUtility
 
get(Class<T>, String, String, String, boolean) - Static method in class com.storedobject.core.StoredObjectUtility
 
get(Object) - Method in class com.storedobject.core.JSONMap
 
get(String) - Static method in class com.storedobject.accounts.AccountEntity
 
get(String) - Static method in class com.storedobject.common.Country
Get country for a given short name.
get(String) - Method in interface com.storedobject.common.DataSet
Get the value for the given attribute.
get(String) - Method in class com.storedobject.common.HashDataSet
 
get(String) - Method in class com.storedobject.common.JSON
Get the value for the given key.
get(String) - Method in class com.storedobject.common.Script
Get current value of a variable that was set.
get(String) - Method in class com.storedobject.common.XML
Deprecated.
Use XML.getText(String) instead.
get(String) - Static method in class com.storedobject.core.ApplicationModule
 
get(String) - Static method in class com.storedobject.core.AuditTrailConfiguration
 
get(String) - Static method in class com.storedobject.core.CheckList
 
get(String) - Static method in class com.storedobject.core.CheckListTemplate
 
get(String) - Static method in class com.storedobject.core.ConnectorLogic
 
get(String) - Static method in class com.storedobject.core.DashboardDefinition
 
get(String) - Static method in class com.storedobject.core.DocumentConfiguration
 
get(String) - Static method in class com.storedobject.core.DocumentType
 
get(String) - Static method in class com.storedobject.core.Entity
 
get(String) - Static method in class com.storedobject.core.FileData
 
get(String) - Static method in class com.storedobject.core.FileFolder
 
get(String) - Static method in class com.storedobject.core.ForeignFinancialSystem
 
get(String) - Static method in class com.storedobject.core.GlobalProperty
 
get(String) - Static method in class com.storedobject.core.InventoryAssembly
 
get(String) - Static method in class com.storedobject.core.InventoryCustodyLocation
 
get(String) - Static method in class com.storedobject.core.InventoryItemType
 
get(String) - Static method in class com.storedobject.core.JavaClass
 
get(String) - Method in class com.storedobject.core.JSON
 
get(String) - Static method in class com.storedobject.core.LandedCostType
 
get(String) - Static method in class com.storedobject.core.Logic
 
get(String) - Static method in class com.storedobject.core.LogicGroup
 
get(String) - Static method in class com.storedobject.core.MaterialRequestPriority
 
get(String) - Static method in class com.storedobject.core.MeasurementUnit
 
get(String) - Static method in class com.storedobject.core.MediaFile
 
get(String) - Static method in class com.storedobject.core.MessageTemplate
 
get(String) - Method in class com.storedobject.core.ObjectData
 
get(String) - Static method in class com.storedobject.core.Person
 
get(String) - Static method in class com.storedobject.core.ProcessingLanguage
 
get(String) - Static method in class com.storedobject.core.PurchaseType
 
get(String) - Static method in class com.storedobject.core.ReportDefinition
 
get(String) - Static method in class com.storedobject.core.SaleType
 
get(String) - Static method in class com.storedobject.core.SerialPattern
 
get(String) - Static method in class com.storedobject.core.ServerInformation
 
get(String) - Static method in class com.storedobject.core.ServiceItemType
 
get(String) - Static method in class com.storedobject.core.SOClass
 
get(String) - Static method in class com.storedobject.core.StreamData
Get the StreamData instance for the given name.
get(String) - Static method in class com.storedobject.core.SubscriptionItemType
 
get(String) - Static method in class com.storedobject.core.SystemEntity
 
get(String) - Static method in class com.storedobject.core.SystemUser
 
get(String) - Static method in class com.storedobject.core.SystemUserGroup
 
get(String) - Static method in class com.storedobject.core.TaxRegion
 
get(String) - Static method in class com.storedobject.core.TaxType
 
get(String) - Static method in class com.storedobject.core.TextContent
 
get(String) - Static method in class com.storedobject.core.TransactionType
 
get(String) - Static method in class com.storedobject.core.UIAction
 
get(String) - Static method in class com.storedobject.iot.AlarmSwitch
 
get(String) - Static method in class com.storedobject.iot.Block
Retrieves a Block object by searching for it using the specified name.
get(String) - Static method in class com.storedobject.iot.ControlSchedule
 
get(String) - Static method in class com.storedobject.iot.MQTT
 
get(String) - Static method in class com.storedobject.iot.Resource
 
get(String) - Static method in class com.storedobject.iot.Site
Retrieves a Site object based on the provided name.
get(String) - Static method in class com.storedobject.iot.Unit
 
get(String) - Static method in class com.storedobject.iot.ValueLimit
 
get(String) - Static method in class com.storedobject.job.MessageEscalationGroup
 
get(String) - Static method in class com.storedobject.job.MessageGroup
 
get(String) - Static method in class com.storedobject.job.Schedule
 
get(String) - Static method in class com.storedobject.job.Scheduler
 
get(String) - Static method in class com.storedobject.mail.SenderGroup
 
get(String) - Static method in class com.storedobject.sms.Provider
 
get(String) - Static method in class com.storedobject.tools.TableDefinition
 
get(String) - Static method in class com.storedobjects.support.Product
 
get(String, boolean) - Method in class com.storedobject.chart.RichTextStyle
Get the text style for the given part.
get(String, int) - Method in class com.storedobject.common.JSON
Retrieve the value for the given key and get the value from the given position from that value, assuming that value is an array type.
get(String, int) - Method in class com.storedobject.core.JSON
 
get(String, FileFolder) - Static method in class com.storedobject.core.FileFolder
 
get(String, InventoryItemType) - Static method in class com.storedobject.core.InventoryItem
 
get(String, InventoryStore) - Static method in class com.storedobject.core.InventoryBin
 
get(String, MeasurementUnit) - Static method in class com.storedobject.core.MeasurementUnit
 
get(String, ServiceItemType) - Static method in class com.storedobject.core.ServiceItem
 
get(String, SubscriptionItemType) - Static method in class com.storedobject.core.SubscriptionItem
 
get(String, Class<? extends Quantity>) - Static method in class com.storedobject.core.MeasurementUnit
 
get(String, String) - Static method in class com.storedobject.core.InventoryItem
 
get(BigInteger) - Static method in class com.storedobject.core.TransactionInformation
Get the TransactionInformation.TransactionLink for a particular transaction.
get(Date, Currency, SystemEntity) - Static method in class com.storedobject.core.CurrencyRate
 
get(Date, Currency, Currency) - Static method in class com.storedobject.core.ExchangeRate
 
get(Currency, SystemEntity) - Static method in class com.storedobject.core.CurrencyRate
 
get(Currency, Currency) - Static method in class com.storedobject.core.ExchangeRate
 
get(O) - Static method in class com.storedobject.core.ClassAttribute
Get the class attribute instance for the given object instance.
get(Node, String) - Method in class com.storedobject.common.XML
Deprecated.
get(T) - Method in class com.storedobject.core.DBTransaction
 
get(T) - Static method in class com.storedobject.core.PasswordPolicy
 
get(T) - Method in class com.storedobject.core.PseudoTransaction
 
get(T) - Method in interface com.storedobject.core.Transaction
 
GET - Enum constant in enum class com.storedobject.ui.ObjectField.Type
Object "get" type.
get_Name(Object) - Method in class com.storedobject.ui.AbstractObjectForest
 
Get_Not_Allowed - Exception Class in com.storedobject.core
 
Get_Not_Allowed() - Constructor for exception class com.storedobject.core.Get_Not_Allowed
 
Get_Not_Allowed(String) - Constructor for exception class com.storedobject.core.Get_Not_Allowed
 
getAbsoluteWidths() - Method in class com.storedobject.pdf.PDFTable
 
getAbstractClass() - Method in class com.storedobject.tools.TableDefinition
 
getAccessory() - Method in class com.storedobject.core.InventoryAssembly
 
getAccessory(InventoryAssembly) - Method in class com.storedobject.ui.inventory.DefineAssembly
 
getAccessory(InventoryFitmentPosition) - Method in class com.storedobject.ui.inventory.AbstractAssembly
 
getAccessRights() - Method in class com.storedobject.core.FileFolderAccessRights
 
getAccessRightsBitValues() - Static method in class com.storedobject.core.FileFolderAccessRights
 
getAccessRightsValue() - Method in class com.storedobject.core.FileFolderAccessRights
 
getAccessRightsValue(int) - Static method in class com.storedobject.core.FileFolderAccessRights
 
getAccount() - Method in class com.storedobject.accounts.AccountConfiguration
Retrieves the Account related to the current AccountConfiguration.
getAccount() - Method in class com.storedobject.accounts.TaxAccountConfiguration
Retrieves the Account related to the current AccountConfiguration.
getAccount() - Method in class com.storedobject.core.AccountLimit
 
getAccount() - Method in class com.storedobject.core.AccountTitle
 
getAccount() - Method in exception class com.storedobject.core.Database_Id_Message
 
getAccount() - Method in class com.storedobject.core.JournalVoucher.Entry
Get the account of this entry.
getAccount() - Method in interface com.storedobject.core.Ledger
The account of this ledger.
getAccount() - Method in class com.storedobject.core.LedgerWindow
Get the account for which entries are loaded.
getAccount() - Method in exception class com.storedobject.core.Not_Enough_Balance
 
getAccount() - Method in class com.storedobject.core.TransactionValueDate
 
getAccount() - Method in class com.storedobject.core.UnpostedJournalEntry
 
getAccount() - Method in class com.storedobject.ui.accounts.AccountField
 
getAccount() - Method in class com.storedobject.ui.accounts.StatementView
 
getAccount(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve an Account instance from the JSON request.
getAccount(String) - Method in class com.storedobject.core.JSONLedger
 
getAccountClass() - Method in class com.storedobject.core.AccountChartMap
 
getAccountClassDisplay() - Method in class com.storedobject.core.AccountChartMap
 
getAccountClassName() - Method in class com.storedobject.core.AccountChartMap
 
getAccountId() - Method in class com.storedobject.accounts.AccountConfiguration
Returns the account Id.
getAccountId() - Method in class com.storedobject.accounts.TaxAccountConfiguration
Returns the account Id.
getAccountId() - Method in class com.storedobject.core.AccountLimit
 
getAccountId() - Method in class com.storedobject.core.AccountTitle
 
getAccountId() - Method in class com.storedobject.core.TransactionValueDate
 
getAccountId() - Method in class com.storedobject.core.UnpostedJournalEntry
 
getAccountId() - Method in class com.storedobject.ui.accounts.AccountField
 
getAccountNumber() - Method in class com.storedobject.core.Account
 
getAccountsAllowed() - Method in class com.storedobject.core.AccountChart
 
getAccountStatus() - Method in class com.storedobject.core.Account
 
getAction() - Method in class com.storedobject.core.DeveloperLog
 
getAction() - Method in class com.storedobject.core.PseudoTranApproval
 
getAction() - Method in class com.storedobject.core.TransactionInformation.TransactionObject
Get the 'action' of the object in this transaction.
getAction() - Method in class com.storedobject.core.UIAction
 
getAction() - Method in class com.storedobject.vaadin.ActionTextField
Get the action.
getActionedAt() - Method in class com.storedobject.core.DeveloperLog
 
getActionPrefix() - Method in class com.storedobject.ui.DataGrid
Prefix string that is added to the "action" string to determine the actual UIAction to be checked.
getActionPrefix() - Method in class com.storedobject.ui.inventory.BaseReceiveMaterialRequested
 
getActionPrefix() - Method in class com.storedobject.ui.inventory.POEditor
 
getActionPrefix() - Method in class com.storedobject.ui.ObjectEditor
Prefix string that is added to the "action" string to determine the actual UIAction to be checked.
getActionPrefix() - Method in class com.storedobject.ui.ObjectTree
Prefix string that is added to the "action" string to determine the actual UIAction to be checked.
getActions(String) - Static method in class com.storedobject.core.EditorAction
 
getActions(String, boolean) - Static method in class com.storedobject.core.EditorAction
 
getActionText() - Method in class com.storedobject.vaadin.ActionTextField
Get the action text.
getActionValue() - Method in class com.storedobject.core.DeveloperLog
 
getActionValue() - Method in class com.storedobject.core.PseudoTranApproval
 
getActionValue(int) - Static method in class com.storedobject.core.DeveloperLog
 
getActionValue(int) - Static method in class com.storedobject.core.PseudoTranApproval
 
getActionValues() - Static method in class com.storedobject.core.DeveloperLog
 
getActionValues() - Static method in class com.storedobject.core.PseudoTranApproval
 
getActive() - Method in class com.storedobject.core.ConnectorLogic
 
getActive() - Method in class com.storedobject.core.DeviceLayout
 
getActive() - Method in class com.storedobject.core.ForeignFinancialSystem
 
getActive() - Method in class com.storedobject.core.LoginMessage
 
getActive() - Method in class com.storedobject.core.ParameterLogic
 
getActive() - Method in class com.storedobject.core.TaxMethod
 
getActive() - Method in class com.storedobject.core.TaxRegion
 
getActive() - Method in class com.storedobject.iot.AbstractUnit
Retrieves the active status of the unit.
getActive() - Method in class com.storedobject.iot.ControlSchedule
 
getActive() - Method in class com.storedobject.iot.CustomMessageLogic
 
getActive() - Method in class com.storedobject.iot.Site
Retrieves the active status of the site.
getActive() - Method in class com.storedobject.iot.ValueDefinition
 
getActive() - Method in class com.storedobject.job.Schedule
 
getActiveCell() - Method in class com.storedobject.office.od.ods.Sheet
 
getActiveMenuIconName() - Method in interface com.storedobject.vaadin.ApplicationEnvironment
Get the menu icon to be used for active (running) Views.
getActiveSheetIndex() - Method in class com.storedobject.office.od.ods.Workbook
 
getActiveView() - Method in class com.storedobject.vaadin.Application
Get the currently active View.
getActiveViewCount() - Method in class com.storedobject.vaadin.Application
Get the number of active Views (HomeViews are not counted).
getActiveViews() - Method in class com.storedobject.vaadin.Application
Get active Views (HomeViews are not included).
getActivity(int) - Method in class com.storedobject.chart.ActivityList.ActivityGroup
Get an ActivityList.Activity from this group.
getActivityAxis() - Method in class com.storedobject.chart.ActivityChart
Get the activity axis of this Gantt chart.
getActivityAxisZoom() - Method in class com.storedobject.chart.ActivityChart
Get the activity zoom component.
getActivityCount() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
Get the ActivityList.Activity count belonging to this group.
getActivityFontSize() - Method in class com.storedobject.chart.AbstractProject
Get the font-size used to render the activity details.
getAddress() - Method in class com.storedobject.accounts.AccountEntity
 
getAddress() - Method in interface com.storedobject.core.HasContacts
Get the address.
getAddress() - Method in class com.storedobject.office.od.ods.Cell
 
getAddress() - Method in class com.storedobject.ui.AddressField
 
getAddress(byte[]) - Static method in class com.storedobject.vaadin.util.MACAddressTextField
 
getAddress(String) - Method in interface com.storedobject.core.HasContacts
Get the address.
getAddress(String) - Static method in class com.storedobject.vaadin.util.IP6AddressTextField
 
getAddress(String) - Static method in class com.storedobject.vaadin.util.IPAddressTextField
 
getAddress(String) - Static method in class com.storedobject.vaadin.util.MACAddressTextField
 
getAddress(Inet4Address) - Static method in class com.storedobject.vaadin.util.IPAddressTextField
 
getAddress(Inet6Address) - Static method in class com.storedobject.vaadin.util.IP6AddressTextField
 
getAge() - Method in class com.storedobject.core.Person
Gets the age of this person as of now.
getAge(Date) - Method in class com.storedobject.core.Person
Gets the age of this person.
getAggregate() - Method in class com.storedobject.core.ReportColumnDefinition
 
getAggregateValue() - Method in class com.storedobject.core.ReportColumnDefinition
 
getAggregateValue(int) - Static method in class com.storedobject.core.ReportColumnDefinition
 
getAggregateValues() - Static method in class com.storedobject.core.ReportColumnDefinition
 
getAirwayBillNumber() - Method in class com.storedobject.core.Consignment
 
getAlarmWhen() - Method in class com.storedobject.iot.AlarmSwitch
 
getAlarmWhenValue() - Method in class com.storedobject.iot.AlarmSwitch
 
getAlarmWhenValue(int) - Static method in class com.storedobject.iot.AlarmSwitch
 
getAlarmWhenValues() - Static method in class com.storedobject.iot.AlarmSwitch
 
getAlert() - Method in class com.storedobject.iot.ValueDefinition
 
getAlert() - Method in class com.storedobject.mail.SenderGroup
 
getAlert() - Method in class com.storedobject.ui.Application
 
getAlert(Id) - Method in class com.storedobject.ui.Application
 
getAlert(Object) - Method in class com.storedobject.ui.Application
 
getAlert(Object, Id) - Method in class com.storedobject.ui.Application
 
getAlertButton() - Method in class com.storedobject.ui.Application
 
getAlertCaption() - Method in interface com.storedobject.ui.AlertHandler
Get the caption name to be used on the alert action button.
getAlertCaption() - Method in class com.storedobject.ui.ObjectEditor
 
getAlertCaption() - Method in class com.storedobject.ui.ObjectViewer
 
getAlertCount() - Method in class com.storedobject.ui.util.AlertButton
 
getAlertCount(Object) - Static method in class com.storedobject.vaadin.Application
Get the number of alerts for a specified owner.
getAlertIcon() - Method in interface com.storedobject.ui.AlertHandler
Get the icon name to be used for showing the alert action button.
getAlertIcon() - Method in class com.storedobject.ui.ObjectEditor
 
getAlertIcon() - Method in class com.storedobject.ui.ObjectViewer
 
getAlertMessage() - Method in class com.storedobject.iot.ValueDefinition
 
getAlertMessage(int) - Method in class com.storedobject.iot.AlarmSwitch
 
getAlertMessage(int) - Method in class com.storedobject.iot.ValueDefinition
Get alert message for the value alarm level
getAlertMessage(int) - Method in class com.storedobject.iot.ValueLimit
 
getAlerts(Object) - Static method in class com.storedobject.vaadin.Application
Get alert list for a specified owner.
getAlg() - Method in class com.storedobject.core.WebBiometric.AttestationStatement
 
getAlignment() - Method in class com.storedobject.core.converter.DateValueConverter
 
getAlignment() - Method in class com.storedobject.core.converter.DecimalNumberValueConverter
 
getAlignment() - Method in class com.storedobject.core.converter.DoubleValueConverter
 
getAlignment() - Method in class com.storedobject.core.converter.IntegerValueConverter
 
getAlignment() - Method in class com.storedobject.core.converter.LongValueConverter
 
getAlignment() - Method in class com.storedobject.core.converter.MinutesValueConverter
 
getAlignment() - Method in class com.storedobject.core.converter.MoneyValueConverter
 
getAlignment() - Method in class com.storedobject.core.converter.QuantityValueConverter
 
getAlignment() - Method in class com.storedobject.core.converter.RateValueConverter
 
getAlignment() - Method in class com.storedobject.core.converter.SecondsValueConverter
 
getAlignment() - Method in class com.storedobject.core.converter.ValueConverter
 
getAlignment() - Method in class com.storedobject.pdf.PDFImage
 
getAlignment() - Method in class com.storedobject.pdf.PDFParagraph
 
getAlignment(boolean) - Method in class com.storedobject.chart.Text
Get text alignment.
getAlignment(boolean) - Method in class com.storedobject.chart.TextStyle
Get the alignment.
getAllAttributes() - Method in class com.storedobject.core.ClassAttribute
Get all attributes that can be used by end-developers (for reporting/displaying etc.)
getAllNames() - Method in class com.storedobject.office.od.ods.Workbook
 
getAllow() - Method in class com.storedobject.accounts.AccountConfiguration
 
getAllowAny() - Method in class com.storedobject.core.AuditTrailLinkConfiguration
 
getAllowAny() - Method in interface com.storedobject.core.ObjectLoader
Retrieve sub-classes?
getAllowBitValues() - Static method in class com.storedobject.accounts.AccountConfiguration
 
getAllowDays() - Method in class com.storedobject.ui.MinutesField
 
getAllowNegative() - Method in class com.storedobject.vaadin.util.NumericField
 
getAllowRepeatCharacters() - Method in class com.storedobject.core.PasswordPolicy
 
getAllowValue() - Method in class com.storedobject.accounts.AccountConfiguration
 
getAllowValue(int) - Static method in class com.storedobject.accounts.AccountConfiguration
 
getAllPictures() - Method in class com.storedobject.office.od.ods.Workbook
 
getAlpha() - Method in class com.storedobject.pdf.PDFColor
Get the alpha value.
getAlt() - Method in class com.storedobject.ui.ImageMap
Gets the alternate text for the image.
getAlternateLocale() - Method in class com.storedobject.core.SystemEntity
 
getAlternateLocaleCountry() - Method in class com.storedobject.core.SystemEntity
 
getAlternateLocaleLanguage() - Method in class com.storedobject.core.SystemEntity
 
getAlternateNumber() - Method in class com.storedobject.core.Account
 
getAlterValue(String, String, String) - Static method in class com.storedobject.tools.ColumnDefinition
 
getAltitude() - Method in class com.storedobject.common.Geolocation
 
getAmend() - Method in interface com.storedobject.core.HasReference
 
getAmend() - Method in class com.storedobject.core.InventoryPO
 
getAmend() - Method in class com.storedobject.core.InventoryTransfer
 
getAmendment() - Method in class com.storedobject.core.InventoryTransfer
 
getAmendment() - Method in class com.storedobject.core.InventoryTransferItem
 
getAmount() - Method in class com.storedobject.accounts.Invoice
 
getAmount() - Method in class com.storedobject.core.InventoryGRN
 
getAmount() - Method in class com.storedobject.core.JournalVoucher.Entry
Get the (foreign currency) amount of this entry.
getAmount() - Method in class com.storedobject.core.LandedCost
 
getAmount() - Method in interface com.storedobject.core.LedgerEntry
Foreign currency amount of this entry.
getAmount() - Method in class com.storedobject.core.UnpostedJournalEntry
 
getAnchorColumns() - Method in class com.storedobject.tools.TableDefinition
 
getAnchorField(String) - Method in class com.storedobject.ui.ObjectEditor
Get the anchor field.
getAnchorFilter() - Method in class com.storedobject.ui.ObjectEditor
Get the anchor filter associated with this editor.
getAnchors() - Method in class com.storedobject.core.ClassAttribute
Get anchors defined for this.
getAnchors() - Method in class com.storedobject.ui.util.SOFieldCreator
 
getAnimation(boolean) - Method in class com.storedobject.chart.Chart
 
getAnimation(boolean) - Method in class com.storedobject.chart.ComposedPart
 
getAnimation(boolean) - Method in interface com.storedobject.chart.HasAnimation
Get the instance of this property.
getApartmentName() - Method in class com.storedobject.common.Address
Get the apartment/villa/house/office name.
getApplicable(Account) - Static method in class com.storedobject.core.AccountLimit
 
getApplicable(Id) - Static method in class com.storedobject.core.AccountLimit
 
getApplicableFrom() - Method in class com.storedobject.core.TaxType
 
getApplicablePeriod() - Method in class com.storedobject.core.TaxType
 
getApplicableTo() - Method in class com.storedobject.core.TaxType
 
getApplication() - Method in class com.storedobject.core.SystemUser.SessionLog
 
getApplication() - Method in class com.storedobject.ui.AbstractObjectForest
 
getApplication() - Method in class com.storedobject.ui.Alert
 
getApplication() - Method in class com.storedobject.ui.DataEditor
 
getApplication() - Method in class com.storedobject.ui.ELabel
 
getApplication() - Method in class com.storedobject.ui.ELabelField
 
getApplication() - Method in class com.storedobject.ui.ELabels
 
getApplication() - Method in class com.storedobject.ui.Executor
 
getApplication() - Method in class com.storedobject.ui.ObjectEditor
 
getApplication() - Method in class com.storedobject.ui.ObjectListGrid
 
getApplication() - Method in class com.storedobject.ui.ObjectTree
 
getApplication() - Method in class com.storedobject.ui.PresentationRunner
Get the current Application instance.
getApplication() - Method in interface com.storedobject.ui.StyledBuilder
 
getApplication() - Method in class com.storedobject.ui.TextView
 
getApplication() - Method in class com.storedobject.ui.tools.SystemUtility
 
getApplication() - Method in class com.storedobject.vaadin.AudioCapture
Get the Application to which this is attached.
getApplication() - Method in interface com.storedobject.vaadin.ExecutableView
Get the current Application.
getApplication() - Method in interface com.storedobject.vaadin.HasColumns
Get the current Application.
getApplication() - Method in interface com.storedobject.vaadin.MediaCapture
Get the Application to which this is attached.
getApplication() - Method in class com.storedobject.vaadin.VideoCapture
Get the Application to which this is attached.
getApplication() - Method in class com.storedobject.vaadin.View
Get the application that's tied to this View.
getApplicationClassName() - Method in class com.storedobject.vaadin.ApplicationView
Get the name of the Application class.
getApplicationClient() - Method in class com.storedobject.core.AuditTrail
Get the application client environment.
getApplicationName() - Static method in class com.storedobject.core.ApplicationServer
 
getApplicationSite() - Static method in class com.storedobject.core.ApplicationServer
 
getApplicationURI() - Method in class com.storedobject.mail.GMailSender
 
getApproval() - Method in class com.storedobject.core.PseudoTranApproval
 
getApprovalCount() - Method in class com.storedobject.core.Logic
 
getApprovalCount() - Method in class com.storedobject.core.MemoType
 
getApprovalCount() - Method in class com.storedobject.core.PseudoTran
 
getApprovalCount() - Method in class com.storedobject.core.PseudoTransaction
 
getApprovalRequired() - Method in class com.storedobject.core.InventoryPO
 
getApprovalRequired() - Method in class com.storedobject.core.InventoryRO
 
getApprovalRequired() - Method in class com.storedobject.core.InventoryTransfer
 
getApprovalsEnabled() - Method in class com.storedobject.core.SystemEntity
 
getApprovalsRequired() - Method in class com.storedobject.core.Memo
Typically, number of approvals required is determined by the number returned by the MemoType.getApprovalCount() method.
getApprovalsRequired() - Method in class com.storedobjects.support.Issue
 
getApproveLabel() - Method in class com.storedobject.ui.common.MemoSystem
 
getApproveLabel() - Method in class com.storedobject.ui.support.SupportSystem
 
getArea() - Method in class com.storedobject.ui.ImageMap.AreaClickEvent
 
getAreaCaption() - Method in class com.storedobject.common.Address
Get the caption for the "area" line.
getAreaCaption() - Method in class com.storedobject.common.CHAddress
 
getAreaCaption() - Method in class com.storedobject.common.GBAddress
 
getAreaCaption() - Method in class com.storedobject.common.LKAddress
 
getAreaCaption() - Method in class com.storedobject.common.MYAddress
 
getAreaCaption() - Method in class com.storedobject.common.USAddress
 
getAreaName() - Method in class com.storedobject.common.Address
Get area name.
getAreaStyle(boolean) - Method in class com.storedobject.chart.DataZoom.DataShadowStyle
Get the area style.
getAreaStyle(boolean) - Method in class com.storedobject.chart.LineChart
Get the area-style (to style the area under the line).
getArrayFormulaRange() - Method in class com.storedobject.office.od.ods.Cell
 
getArraySize() - Method in class com.storedobject.common.JSON
Get the array size.
getAssembly() - Method in class com.storedobject.core.InventoryFitmentPosition
 
getAssemblyId() - Method in class com.storedobject.core.InventoryFitmentPosition
 
getAssemblyLevel() - Method in class com.storedobject.core.InventoryItem
Get the assembly level of this item.
getAttachment() - Method in class com.storedobject.ui.util.AttachmentField
 
getAttachment(String) - Method in class com.storedobject.core.Id
 
getAttachment(String) - Method in class com.storedobject.core.StoredObject
Get the attachment available under this instance as a stream data.
getAttachment(String) - Method in class com.storedobject.ui.util.StreamAttachmentData
 
getAttachmentData() - Method in class com.storedobject.ui.util.StreamAttachment
 
getAttachmentField(String) - Method in class com.storedobject.ui.ObjectEditor
Get the attachment field.
getAttachmentId(String) - Method in class com.storedobject.core.Id
 
getAttachmentId(String) - Method in class com.storedobject.core.StoredObject
Get the stream data Id of the attachment available under this instance.
getAttachmentType() - Method in class com.storedobject.ui.util.StreamAttachment
 
getAttestation() - Method in class com.storedobject.core.WebBiometric
 
getAttestnCert() - Method in class com.storedobject.core.WebBiometric.AttestationStatement
 
getAttribute() - Method in class com.storedobject.core.ReportColumnDefinition
 
getAttribute(DataSet.DataStatus) - Method in class com.storedobject.ui.iot.StatusGrid
 
getAttribute(String) - Method in interface com.storedobject.vaadin.HasElement
Get the specific attribute value of an element.
getAttributeName() - Method in class com.storedobject.common.CustomMethodInvoker
 
getAttributeName() - Method in interface com.storedobject.common.MethodInvoker
 
getAttributeName() - Method in class com.storedobject.common.SimpleMethodInvoker
 
getAttributeName() - Method in class com.storedobject.core.SerialNumberMethodInvoker
 
getAttributeName() - Method in class com.storedobject.core.StoredObjectUtility.MethodList
 
getAttributes() - Method in class com.storedobject.core.ClassAttribute
Get the list of attributes.
getAttStmt() - Method in class com.storedobject.core.WebBiometric.Attestation
 
getAudio(String) - Static method in class com.storedobject.ui.util.SOServlet
 
getAudio(String...) - Static method in class com.storedobject.ui.util.SOServlet
 
getAuditID(T) - Method in class com.storedobject.ui.ObjectHistoryGrid
 
getAuditTrailConfiguration() - Method in class com.storedobject.core.AuditTrailLinkConfiguration
 
getAuditTrailConfigurationId() - Method in class com.storedobject.core.AuditTrailLinkConfiguration
 
getAuthData() - Method in class com.storedobject.core.WebBiometric.Attestation
 
getAuthenticated() - Method in class com.storedobject.ui.common.ManageMailSenders.ManageGMailSenders
 
getAutobreaks() - Method in class com.storedobject.office.od.ods.Sheet
 
getAutocomplete() - Method in class com.storedobject.vaadin.CustomTextField
 
getAutoExecute() - Method in class com.storedobject.core.Logic
 
getAutoLogin() - Method in class com.storedobject.core.SystemUser
 
getAutoNext() - Method in class com.storedobject.core.RawSQL
 
getAverageLeadTime() - Method in class com.storedobject.core.InventoryItemType
 
getAverageValue(DecimalNumber) - Method in class com.storedobject.core.DecimalNumber
 
getAverageValue(BigDecimal) - Method in class com.storedobject.core.DecimalNumber
 
getAxes() - Method in enum class com.storedobject.chart.ChartType
Get name of the axes.
getAxis() - Method in class com.storedobject.chart.RadarCoordinate
 
getAxis(int) - Method in class com.storedobject.chart.CoordinateSystem
Return an axis of this coordinate system.
getAxisIndicators() - Method in class com.storedobject.chart.RadarCoordinate
Get the current axis indicators.
getAxisLabel(boolean) - Method in class com.storedobject.chart.GaugeChart
Get the axis label for this gauge.
getAxisLabel(AbstractTask) - Method in class com.storedobject.chart.AbstractProject
Get the axis label for the task/activity task or group.
getAxisLine(boolean) - Method in class com.storedobject.chart.GaugeChart
Get the axis line for this gauge.
getBackground() - Method in class com.storedobject.chart.Border
Get background color.
getBackground() - Method in class com.storedobject.chart.DataZoom
Get the background color.
getBackground() - Method in class com.storedobject.chart.TextStyle
Get background color.
getBackgroundColor() - Method in class com.storedobject.pdf.PDFRectangle
Get the background color.
getBalance() - Method in class com.storedobject.core.Account
 
getBalance() - Method in class com.storedobject.core.InventoryPOItem
 
getBalance() - Method in interface com.storedobject.core.LedgerEntry
Get the balance in the account after this entry is counted.
getBalance() - Method in class com.storedobject.core.MaterialRequestItem
 
getBalance(LedgerEntry) - Method in class com.storedobject.ui.accounts.StatementView
 
getBalance(Date) - Method in class com.storedobject.core.Account
 
getBalanceType() - Method in class com.storedobject.core.AccountChart
 
getBalanceType(Account) - Static method in interface com.storedobject.core.Financial
 
getBalanceTypeValue() - Method in class com.storedobject.core.AccountChart
 
getBalanceTypeValue(int) - Static method in class com.storedobject.core.AccountChart
 
getBalanceTypeValue(Account) - Static method in interface com.storedobject.core.Financial
 
getBalanceTypeValues() - Static method in class com.storedobject.core.AccountChart
 
getBar() - Method in class com.storedobject.vaadin.MenuBar
Get Vaadin's MenuBar embedded in this.
getBarCategoryGap() - Method in class com.storedobject.chart.BarChart
Get the gap between the categories of the same bar chart.
getBarGap() - Method in class com.storedobject.chart.BarChart
Get the gap between bars when multiple bar charts are displayed on the same coordinate system.
getBarWidth() - Method in class com.storedobject.chart.BarChart
Get the width of the bar.
getBaseFontSize() - Method in class com.storedobject.core.ReportDefinition
 
getBaseFontSizeValue() - Method in class com.storedobject.core.ReportDefinition
 
getBaseFontSizeValue(int) - Static method in class com.storedobject.core.ReportDefinition
 
getBaseFontSizeValues() - Static method in class com.storedobject.core.ReportDefinition
 
getBaseURL() - Method in class com.storedobject.sms.Provider
 
getBatchNumber() - Method in interface com.storedobject.core.LedgerEntry
Certain external systems still follows batch processing and the entry may have a batch number.
getBatchSize() - Method in class com.storedobject.job.MessageSender
Batch size - How many messages to be read for sending in one batch?
getBatchTag() - Method in class com.storedobject.core.InventoryItem
 
getBigDecimal(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a BigDecimal value from the JSON request.
getBin() - Method in class com.storedobject.core.InventoryGRNItem
 
getBin() - Method in class com.storedobject.core.InventoryReservedBin
 
getBinder() - Method in class com.storedobject.vaadin.AbstractForm
Get the data binder.
getBinder() - Method in class com.storedobject.vaadin.util.Data
Get the embedded binder.
getBinId() - Method in class com.storedobject.core.InventoryGRNItem
 
getBinId() - Method in class com.storedobject.core.InventoryReservedBin
 
getBiometric() - Method in class com.storedobject.ui.tools.BiometricButton
 
getBiometricDeviceId() - Method in class com.storedobject.ui.Application
 
getBiometricID() - Method in class com.storedobject.core.WebBiometric
 
getBlock() - Method in class com.storedobject.iot.BlockDisplayContent
 
getBlock() - Method in class com.storedobject.iot.Unit
 
getBlock() - Method in class com.storedobject.iot.UnitItem
 
getBlock() - Method in class com.storedobject.ui.iot.BlockComboField
 
getBlock() - Method in class com.storedobject.ui.iot.BlockView
Retrieves the Block object associated with this instance.
getBlock() - Method in class com.storedobject.ui.iot.ConsumptionList
 
getBlock() - Method in class com.storedobject.ui.iot.GUI
Retrieves the current block.
getBlock(DataSet.DataStatus) - Method in class com.storedobject.ui.iot.StatusGrid
 
getBlockExcel() - Method in class com.storedobject.core.AccessControl
 
getBlockId() - Method in class com.storedobject.iot.AbstractUnit
Retrieves the unique identifier of the block associated with this unit.
getBlockId() - Method in class com.storedobject.iot.Block
Retrieves the unique identifier for the block.
getBlockId() - Method in class com.storedobject.iot.BlockDisplayContent
 
getBlockId() - Method in class com.storedobject.iot.Unit
 
getBlockId() - Method in class com.storedobject.iot.UnitItem
 
getBlockODS() - Method in class com.storedobject.core.AccessControl
 
getBlockODT() - Method in class com.storedobject.core.AccessControl
 
getBlockPDF() - Method in class com.storedobject.core.AccessControl
 
getBlockText() - Method in class com.storedobject.ui.tools.ObjectBlockEditor
 
getBlue() - Method in class com.storedobject.pdf.PDFColor
Get the blue value.
getBlur() - Method in class com.storedobject.chart.Shadow
Get the blur for the shadow.
getBody() - Method in class com.storedobject.common.SOAP
Get the SOAP Body node.
getBody() - Method in class com.storedobject.mail.Sender
 
getBody() - Method in class com.storedobject.vaadin.ContentWithHeader
Get the Component from the body portion.
getBodyCellCustomizer() - Method in class com.storedobject.report.ObjectList
 
getBodyType() - Method in class com.storedobject.mail.Sender
 
getBoolean() - Method in class com.storedobject.common.JSON
Get this as a Boolean value.
getBoolean(Id, String) - Static method in class com.storedobject.core.GlobalProperty
 
getBoolean(SystemEntity, String) - Static method in class com.storedobject.core.GlobalProperty
 
getBoolean(TransactionManager, String) - Static method in class com.storedobject.core.GlobalProperty
 
getBoolean(String) - Method in class com.storedobject.common.JSON
Get the value for the given key as a Boolean.
getBoolean(String) - Static method in class com.storedobject.core.GlobalProperty
 
getBoolean(String, int) - Method in class com.storedobject.common.JSON
Retrieve the value for the given key and get the value from the given position as a Boolean from that value, assuming that value is an array type.
getBooleanCellValue() - Method in class com.storedobject.office.od.ods.Cell
 
getBorder() - Method in class com.storedobject.pdf.PDFRectangle
Get the border value.
getBorder(boolean) - Method in class com.storedobject.chart.ItemStyle
Get the border.
getBorder(boolean) - Method in class com.storedobject.chart.Legend
Get the border.
getBorder(boolean) - Method in class com.storedobject.chart.RectangularCoordinate
Get the border.
getBorder(boolean) - Method in class com.storedobject.chart.TextStyle
Get the border.
getBorderColor() - Method in class com.storedobject.chart.DataZoom
Get the border color.
getBorderColor() - Method in class com.storedobject.chart.DataZoom.HandleStyle
Get the border color.
getBorderColor() - Method in class com.storedobject.pdf.PDFRectangle
Get the border color.
getBorderColorBottom() - Method in class com.storedobject.pdf.PDFRectangle
Get the color for the bottom border.
getBorderColorLeft() - Method in class com.storedobject.pdf.PDFRectangle
Get the color for the left border.
getBorderColorRight() - Method in class com.storedobject.pdf.PDFRectangle
Get the color for the right border.
getBorderColorTop() - Method in class com.storedobject.pdf.PDFRectangle
Get the color for the top border.
getBorderRadius() - Method in class com.storedobject.chart.Rectangle
Get border radius.
getBorderType() - Method in class com.storedobject.chart.DataZoom.HandleStyle
Get the type of the border.
getBorderWidth() - Method in class com.storedobject.chart.DataZoom.HandleStyle
Get the border width.
getBorderWidth() - Method in class com.storedobject.pdf.PDFRectangle
Get the border thickness.
getBorderWidthBottom() - Method in class com.storedobject.pdf.PDFRectangle
Get the thickness of the bottom border.
getBorderWidthLeft() - Method in class com.storedobject.pdf.PDFRectangle
Get the thickness of the left border.
getBorderWidthRight() - Method in class com.storedobject.pdf.PDFRectangle
Get the thickness of the right border.
getBorderWidthTop() - Method in class com.storedobject.pdf.PDFRectangle
Get the thickness of the top border.
getBottom() - Method in class com.storedobject.pdf.PDFRectangle
Get the bottom value.
getBottomComponent() - Method in class com.storedobject.ui.TextView
 
getBottomMargin() - Method in class com.storedobject.pdf.PDF
Document margin.
getBoxNumber() - Method in class com.storedobject.core.ConsignmentItem
 
getBranch() - Method in class com.storedobject.core.BranchAccount
 
getBranchId() - Method in class com.storedobject.core.BranchAccount
 
getBrowseColumns() - Method in class com.storedobject.core.StoredObjectUtility.Link
 
getBrowseColumns() - Method in class com.storedobject.core.UIMetadata
 
getBrowseColumns() - Method in class com.storedobject.tools.LinkDefinition
 
getBrowseColumns() - Method in class com.storedobject.tools.TableDefinition
 
getBrowseColumns() - Method in class com.storedobject.ui.AbstractObjectField
Get browse columns of the searcher.
getBrowseOrder() - Method in class com.storedobject.core.UIMetadata
 
getBrowseOrder() - Method in class com.storedobject.tools.LinkDefinition
 
getBufferSize() - Method in class com.storedobject.ui.util.DownloadStream
Gets the size of the download buffer.
getBuildingName() - Method in class com.storedobject.common.Address
Get the building name.
getBusyConnectionCount() - Static method in class com.storedobject.core.SQLConnector
Gets the number of busy connections as of now.
getBusyIndicator() - Method in class com.storedobject.ui.Application
 
getButton(String) - Method in class com.storedobject.ui.PrintButton
Get the button corresponding to the label passed.
getButtonPanel() - Method in class com.storedobject.ui.DetailLinkGrid
 
getButtonPanel() - Method in interface com.storedobject.ui.LinkGrid
 
getButtonPanel() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
getBuyer() - Method in class com.storedobject.core.Consignment
 
getBuyerId() - Method in class com.storedobject.core.Consignment
 
getBuyingRate() - Method in class com.storedobject.core.CurrencyRate
 
getBuyingRate() - Method in interface com.storedobject.core.CurrencyRateProvider
 
getBuyingRate() - Method in class com.storedobject.core.ExchangeRate
 
getBuyingRate(Currency) - Method in class com.storedobject.core.Money
Gets the selling rate.
getBuyingRate(Currency, SystemEntity) - Method in class com.storedobject.core.Money
Gets the buying rate.
getBuyingRate(Currency, Currency) - Static method in class com.storedobject.core.Money
Gets the selling rate.
getBuyingRate(Currency, Currency, SystemEntity) - Static method in class com.storedobject.core.Money
Gets the buying rate.
getBy() - Method in class com.storedobject.core.MaterialIssuedItem
 
getByClass(Class<O>) - Static method in class com.storedobject.core.AuditTrailConfiguration
 
getByEntityId(SystemEntity, Id) - Static method in class com.storedobjects.support.Organization
 
getByEntityId(SystemEntity, Class<T>, Id) - Static method in class com.storedobject.core.EntityRole
 
getByEntityId(SystemEntity, Class<T>, Id, boolean) - Static method in class com.storedobject.core.EntityRole
 
getByName(SystemEntity, Class<T>, String) - Static method in class com.storedobject.core.EntityRole
 
getByName(SystemEntity, Class<T>, String) - Static method in class com.storedobject.core.PersonRole
 
getByName(SystemEntity, Class<T>, String, boolean) - Static method in class com.storedobject.core.EntityRole
 
getByName(SystemEntity, Class<T>, String, boolean) - Static method in class com.storedobject.core.PersonRole
 
getByNameOrNumber(SystemEntity, Class<A>, String, boolean) - Static method in class com.storedobject.core.Account
 
getByPartNumber(Class<T>, String) - Static method in class com.storedobject.core.InventoryItemType
 
getByPartNumber(Class<T>, String, boolean) - Static method in class com.storedobject.core.InventoryItemType
 
getByPartNumber(Class<T>, String, String) - Static method in class com.storedobject.core.InventoryItem
 
getByPartNumber(Class<T>, String, String, boolean) - Static method in class com.storedobject.core.InventoryItem
 
getByPartNumberId(Class<T>, String, Id) - Static method in class com.storedobject.core.InventoryItem
 
getByPartNumberId(String, Id) - Static method in class com.storedobject.core.InventoryItem
 
getByPersonId(SystemEntity, Class<T>, Id) - Static method in class com.storedobject.core.PersonRole
 
getByPersonId(SystemEntity, Class<T>, Id, boolean) - Static method in class com.storedobject.core.PersonRole
 
getByPhoneNumber(String) - Static method in class com.storedobject.common.Country
Get the country for the given phone number by matching its ISD prefix.
getCached() - Method in class com.storedobject.ui.AbstractObjectField
 
getCached() - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
getCached() - Method in class com.storedobject.ui.ObjectCodeField
 
getCached() - Method in class com.storedobject.ui.ObjectComboField
 
getCached() - Method in class com.storedobject.ui.ObjectField
 
getCached() - Method in class com.storedobject.ui.ObjectFormField
 
getCached() - Method in class com.storedobject.ui.ObjectListField
 
getCached() - Method in interface com.storedobject.ui.util.AbstractObjectInput
Get the currently cached object.
getCached(Id) - Static method in class com.storedobject.core.SystemEntity
 
getCachedFormulaResultType() - Method in class com.storedobject.office.od.ods.Cell
 
getCacheLevel() - Method in class com.storedobject.core.ObjectCache
 
getCacheLevel() - Method in class com.storedobject.core.ObjectCacheList
 
getCacheLevel() - Method in interface com.storedobject.core.ObjectList
 
getCacheLevel() - Method in class com.storedobject.core.ObjectMemoryList
 
getCacheLevel() - Method in class com.storedobject.ui.ObjectForestProvider
 
getCacheLevel() - Method in class com.storedobject.ui.ObjectListProvider
 
getCacheLevel() - Method in interface com.storedobject.ui.ObjectLoader
 
getCacheLevel() - Method in class com.storedobject.ui.ObjectTreeProvider
 
getCacheSize() - Method in class com.storedobject.core.ObjectCache
 
getCacheTime() - Method in class com.storedobject.ui.util.DownloadStream
Gets length of cache expiration time.
getCalendarFrom() - Method in class com.storedobject.core.AbstractPeriod
 
getCalendarTo() - Method in class com.storedobject.core.AbstractPeriod
 
getCancelAction() - Method in class com.storedobject.vaadin.ActionForm
Get the cancel action.
getCaption() - Method in class com.storedobject.chart.ToolboxButton
Get the caption for this (will be shown as a tooltip).
getCaption() - Method in class com.storedobject.core.AttachmentDefinition
 
getCaption() - Method in class com.storedobject.core.ReportColumnDefinition
 
getCaption() - Method in class com.storedobject.core.UIFieldMetadata
 
getCaption() - Method in class com.storedobject.iot.UnitDefinition
 
getCaption() - Method in class com.storedobject.iot.UnitItemType
 
getCaption() - Method in class com.storedobject.iot.ValueDefinition
 
getCaption() - Method in class com.storedobject.tools.ColumnDefinition
 
getCaption() - Method in class com.storedobject.ui.AbstractObjectForest
 
getCaption() - Method in class com.storedobject.ui.inventory.BaseProcessMaterialRequest
 
getCaption() - Method in class com.storedobject.ui.iot.ConsumptionList
 
getCaption() - Method in class com.storedobject.ui.ViewerLink
Get the caption.
getCaption() - Method in class com.storedobject.vaadin.Application
Get the caption for this application.
getCaption() - Method in class com.storedobject.vaadin.ApplicationFrame
 
getCaption() - Method in interface com.storedobject.vaadin.ApplicationLayout
Get the caption of the application.
getCaption() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
Get the caption of this node.
getCaption() - Method in class com.storedobject.vaadin.Dashboard
Caption used when displaying it in a View.
getCaption() - Method in interface com.storedobject.vaadin.ExecutableView
Get the caption for this view.
getCaption() - Method in class com.storedobject.vaadin.GridColumnDetail
Get the header caption.
getCaption() - Method in interface com.storedobject.vaadin.HasColumns
Caption used when displaying it in a View.
getCaption() - Method in class com.storedobject.vaadin.View
Get the caption.
getCaption(int, int) - Method in class com.storedobject.iot.ValueDefinition
 
getCaption(Unit) - Method in class com.storedobject.iot.ValueDefinition
 
getCaption(String) - Method in class com.storedobject.ui.ObjectGridReport
Get the caption of the column (Default implementation returns corresponding grid column caption).
getCaptionComponent() - Method in class com.storedobject.vaadin.ApplicationFrame
Get the component to display the "caption" of the application.
getCaptionStyle() - Method in class com.storedobject.iot.Block
Retrieves the style applied to the caption.
getCaptionStyle() - Method in class com.storedobject.iot.UnitItemType
 
getCaptionX() - Method in class com.storedobject.iot.Block
Retrieves the X-coordinate for the caption.
getCaptionY() - Method in class com.storedobject.iot.Block
Retrieves the Y-coordinate value for the caption.
getCategory() - Method in class com.storedobject.accounts.AccountConfiguration
Returns the category of the item.
getCategory() - Method in class com.storedobject.chart.Node
 
getCategory() - Method in class com.storedobject.core.AccountChart
 
getCategory() - Method in class com.storedobject.core.TaxDefinition
 
getCategory(Account) - Static method in interface com.storedobject.core.Financial
 
getCategoryId() - Method in class com.storedobject.core.InventoryItemType
Get the category Id of this item.
getCategoryId() - Method in class com.storedobject.core.InventoryLocation
 
getCategoryValue() - Method in class com.storedobject.accounts.AccountConfiguration
Returns the category value.
getCategoryValue() - Method in class com.storedobject.core.AccountChart
 
getCategoryValue(int) - Static method in class com.storedobject.accounts.AccountConfiguration
Returns the category value corresponding to the given input value.
getCategoryValue(int) - Static method in class com.storedobject.core.AccountChart
 
getCategoryValue(Account) - Static method in interface com.storedobject.core.Financial
 
getCategoryValues() - Static method in class com.storedobject.accounts.AccountConfiguration
Retrieves the list of category values.
getCategoryValues() - Static method in class com.storedobject.core.AccountChart
 
getCause() - Method in class com.storedobject.iot.AQI
 
getCauseValue() - Method in class com.storedobject.iot.AQI
 
getCauseValue(int) - Static method in class com.storedobject.iot.AQI
 
getCCAddress() - Method in class com.storedobject.mail.Mail
Retrieves the "CC address" associated with the mail.
getCell() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getCell(int) - Method in class com.storedobject.office.od.ods.Row
 
getCell(int, int) - Method in class com.storedobject.office.AbstractSpreadSheet
 
getCell(int, int) - Method in class com.storedobject.office.od.ods.Sheet
 
getCell(int, int, int) - Method in class com.storedobject.office.AbstractSpreadSheet
 
getCell(int, Row.MissingCellPolicy) - Method in class com.storedobject.office.od.ods.Row
 
getCell(String) - Method in class com.storedobject.office.AbstractSpreadSheet
 
getCell(String) - Method in class com.storedobject.office.od.ods.Sheet
 
getCell(String) - Method in class com.storedobject.vaadin.GridRow
Get a specific cell from this row.
getCellComment() - Method in class com.storedobject.office.od.ods.Cell
 
getCellComment(CellAddress) - Method in class com.storedobject.office.od.ods.Sheet
 
getCellComments() - Method in class com.storedobject.office.od.ods.Sheet
 
getCellCustomizer() - Method in class com.storedobject.ui.ObjectGridReport
Get a customizer for the cells that will be created for adding to the report.
getCellFormula() - Method in class com.storedobject.office.od.ods.Cell
 
getCellIndex() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getCellReferenceType() - Method in class com.storedobject.office.od.ods.Workbook
 
getCells() - Method in class com.storedobject.vaadin.GridRow
Get all the cells of this row.
getCells(String) - Method in class com.storedobject.office.AbstractSpreadSheet
 
getCellStyle() - Method in class com.storedobject.office.od.ods.Cell
 
getCellStyleAt(int) - Method in class com.storedobject.office.od.ods.Workbook
 
getCellType() - Method in class com.storedobject.office.od.ods.Cell
 
getCellValue(String) - Method in class com.storedobject.ui.common.ExcelDataUpload
Get the value corresponding to a cell name variable defined via ExcelDataUpload.defineCell(String, String).
getCenter() - Method in class com.storedobject.chart.CirclePart
Get center.
getCenteredStyle() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getCertificate() - Method in class com.storedobject.core.ServerInformation
 
getChallenge() - Method in class com.storedobject.core.WebBiometric
 
getChange() - Method in class com.storedobject.core.DataChanged
Get the type of change.
getChange(byte) - Static method in class com.storedobject.core.DataChanged
Get the type of change from a byte code.
getChangeCode() - Method in class com.storedobject.core.DataChanged
Get the byte code of the change.
getChanged() - Method in class com.storedobject.vaadin.ChangedValue
Get the field that is chnaged.
getChanged() - Method in class com.storedobject.vaadin.ChangedValues
Get the field whose value is changed.
getChanged(HasValue<?, V>) - Method in class com.storedobject.vaadin.ChangedValues
Get the "value change" (appropriately type-casted).
getChangedBy(T) - Method in class com.storedobject.ui.ObjectHistoryGrid
 
getChangeLog(SystemUser.SessionLog) - Method in class com.storedobject.core.SystemUser
 
getChanges() - Method in class com.storedobject.core.PseudoTranDetail
 
getCharacterSpacing() - Method in class com.storedobject.pdf.PDFChunk
Get the character spacing.
getCharCount(Object) - Method in class com.storedobject.report.ObjectList
 
getCharCount(Object) - Method in interface com.storedobject.report.ObjectLister
 
getCharCount(String, char) - Static method in class com.storedobject.common.StringUtility
Gets the number of occurrences of a given character in the string.
getChart() - Method in class com.storedobject.chart.VisualMap
Get the chart for which this visual map is used.
getChart() - Method in class com.storedobject.core.Account
 
getChart() - Method in class com.storedobject.core.AccountChartMap
 
getChartId() - Method in class com.storedobject.core.Account
 
getChartId() - Method in class com.storedobject.core.AccountChartMap
 
getCheckList() - Method in class com.storedobject.core.AbstractCheckList
 
getCheckList(Transaction) - Method in class com.storedobject.core.AbstractCheckList
 
getChild(Breadcrumbs.Breadcrumb) - Method in class com.storedobject.vaadin.Breadcrumbs
Get the child of the given breadcrumb.
getChildCount(HierarchicalQuery<Object, SerializablePredicate<Object>>) - Method in class com.storedobject.ui.ObjectForestProvider
 
getChildCount(HierarchicalQuery<T, SerializablePredicate<T>>) - Method in class com.storedobject.ui.ObjectTreeProvider
 
getChildren() - Method in class com.storedobject.chart.TreeData
 
getChildren() - Method in interface com.storedobject.chart.TreeDataProvider
Get the child nodes.
getChildren() - Method in class com.storedobject.core.StoredObject
Get the list of children of this class if exists.
getChildren(Tab) - Method in class com.storedobject.vaadin.Tabs
Get components under a given tab.
getChoice() - Method in class com.storedobject.vaadin.ChoiceField
Get the current choice.
getChunks() - Method in class com.storedobject.pdf.PDFChunk
Get the list of chunks within this.
getChunks() - Method in class com.storedobject.pdf.PDFPhrase
Get the list of chunks in this instance.
getChunks() - Method in class com.storedobject.pdf.PDFTable
 
getCirculatedAt() - Method in class com.storedobject.core.FileCirculation
 
getCirculation(Id) - Method in class com.storedobject.core.FileData
 
getCirculation(Person) - Method in class com.storedobject.core.FileData
 
getCity() - Method in class com.storedobject.common.IPLocation
 
getCity() - Method in class com.storedobject.common.USAddress
Retrieves the city name for this USAddress.
getClass(MeasurementUnit) - Static method in class com.storedobject.core.Quantity
 
getClassAttribute() - Method in class com.storedobject.core.SOClass
 
getClassData() - Method in class com.storedobject.core.JavaInnerClass
Gets the "class data" of the Logic Class
getClassDataId() - Method in class com.storedobject.core.JavaInnerClass
Gets the Id of the "class data" of this Logic Class.
getClassDirectory() - Static method in class com.storedobject.tools.JavaTool
 
getClassFamily() - Method in class com.storedobject.core.ObjectPermission
 
getClassForData() - Method in class com.storedobject.core.ReportDefinition
 
getClassForLogic(boolean) - Method in class com.storedobject.core.ReportDefinition
 
getClassName() - Method in class com.storedobject.core.AttachmentDefinition
 
getClassName() - Method in class com.storedobject.core.AuditTrailConfiguration
 
getClassName() - Method in class com.storedobject.core.ExtraInfoDefinition
 
getClassName() - Method in class com.storedobject.core.Logic
Gets the class name of the Logic
getClassName() - Method in class com.storedobject.core.SOClass
 
getClassName() - Method in class com.storedobject.core.UIMetadata
 
getClassName() - Method in class com.storedobject.tools.Packager
 
getClassName() - Method in class com.storedobject.tools.TableDefinition
 
getClassName() - Method in interface com.storedobject.vaadin.HasStyle
 
getClassNames() - Method in interface com.storedobject.vaadin.HasStyle
 
getClassStream() - Method in class com.storedobject.core.JavaInnerClass
Gets the "class data" stream.
getClickAction() - Method in class com.storedobject.vaadin.Alert
Get the click action associated with this alert.
getClientBuilder() - Method in class com.storedobject.common.HTTP2.Builder
Retrieves or initializes the HttpClient.Builder instance for configuring and building HttpClient objects.
getClientId() - Method in class com.storedobject.mail.GMailSender
 
getClientSecret() - Method in class com.storedobject.mail.GMailSender
 
getCloseReason() - Method in class com.storedobject.ui.Application
The reason for closing the application.
getClosingStock(InventoryItemType, Date, InventoryLocation) - Static method in class com.storedobject.core.InventoryLedger
 
getCO() - Method in class com.storedobject.iot.AQI
 
getCode() - Method in class com.storedobject.common.Fault
Retrieves the code value associated with this object.
getCode() - Method in class com.storedobject.core.InventoryVirtualLocation
 
getCode() - Method in class com.storedobject.core.MessageTemplate
 
getCode() - Method in class com.storedobject.core.ProcessingLanguage
 
getCode() - Method in class com.storedobject.iot.Block
Retrieves the unique block code for the block.
getCode() - Method in class com.storedobject.iot.Resource
 
getCode() - Method in class com.storedobject.iot.Site
Retrieves the unique site code of the Site.
getCode() - Method in class com.storedobject.iot.Unit
 
getCollectedAt() - Method in class com.storedobject.iot.Data
Get the time at which this data is collected (GMT).
getCollectedAt(D) - Method in class com.storedobject.ui.iot.DataView
 
getColor() - Method in class com.storedobject.calendar.Entry
 
getColor() - Method in class com.storedobject.chart.AbstractStyle
Get color.
getColor() - Method in class com.storedobject.chart.AbstractTask
Get the color used when rendering.
getColor() - Method in class com.storedobject.chart.ActivityList.Activity
 
getColor() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
 
getColor() - Method in class com.storedobject.chart.Axis.PointerHandle
Get the color of the handle.
getColor() - Method in class com.storedobject.chart.DataZoom.HandleStyle
Get color.
getColor() - Method in class com.storedobject.chart.Project.Task
 
getColor() - Method in class com.storedobject.chart.Project.TaskGroup
 
getColor() - Method in class com.storedobject.chart.RadarCoordinate
Get the color of the indicator.
getColor() - Method in class com.storedobject.chart.Shadow
Get the color.
getColor() - Method in class com.storedobject.chart.TextStyle
Get color.
getColor() - Method in class com.storedobject.pdf.PDFFont
Get the color.
getColor() - Method in class com.storedobject.vaadin.Icon
Get the current color.
getColors() - Method in class com.storedobject.chart.ColorGradient
Get the color-bands.
getColorspace() - Method in class com.storedobject.pdf.PDFImage
 
getColumn() - Method in class com.storedobject.vaadin.GridColumnDetail
Get the associated grid column.
getColumn(int) - Method in class com.storedobject.chart.DataMatrix
Get a specific column as data provider.
getColumn(int, int) - Method in class com.storedobject.chart.DataMatrix
Get a specific column as data provider.
getColumn(String) - Method in interface com.storedobject.vaadin.HasColumns
Get the column for the given column name.
getColumnBreaks() - Method in class com.storedobject.office.od.ods.Sheet
 
getColumnByKey(String) - Method in class com.storedobject.vaadin.DataGrid
 
getColumnByKey(String) - Method in class com.storedobject.vaadin.DataTreeGrid
 
getColumnByKey(String) - Method in class com.storedobject.vaadin.HasColumns.SOGrid
Get the column of the grid for the given key.
getColumnCaption(int) - Method in class com.storedobject.ui.QueryGrid
Get the caption for the column.
getColumnCaption(String) - Method in class com.storedobject.ui.AbstractObjectForest
 
getColumnCaption(String) - Method in class com.storedobject.ui.FileManager
 
getColumnCaption(String) - Method in class com.storedobject.ui.FileViewer
 
getColumnCaption(String) - Method in class com.storedobject.ui.inventory.DefineAssembly
 
getColumnCaption(String) - Method in class com.storedobject.ui.inventory.GRN
 
getColumnCaption(String) - Method in class com.storedobject.ui.inventory.MultiSelectStock
 
getColumnCaption(String) - Method in class com.storedobject.ui.inventory.SelectStock
 
getColumnCaption(String) - Method in class com.storedobject.ui.iot.StatusGrid
 
getColumnCaption(String) - Method in class com.storedobject.ui.ObjectHistoryGrid
 
getColumnCaption(String) - Method in class com.storedobject.ui.ObjectTable
Get the caption for the column.
getColumnCaption(String) - Method in class com.storedobject.ui.QueryGrid
 
getColumnCaption(String) - Method in class com.storedobject.ui.tools.ManageBiometric
 
getColumnCaption(String) - Method in interface com.storedobject.vaadin.HasColumns
Get the text to display in the header.
getColumnCaption(String) - Method in interface com.storedobject.vaadin.ObjectColumnCreator
Get the header text for the given column.
getColumnCaption(String, int) - Method in interface com.storedobject.report.ObjectLister
 
getColumnCells(String) - Method in class com.storedobject.office.AbstractSpreadSheet
 
getColumnCount() - Method in class com.storedobject.chart.DataMatrix
Get the column count.
getColumnCount() - Method in class com.storedobject.ui.ObjectTable
Get column count.
getColumnCount() - Method in interface com.storedobject.vaadin.HasColumns
Get the column count of the grid.
getColumnDataName() - Method in class com.storedobject.chart.DataMatrix
Get the name of the column data.
getColumnDetail(String) - Method in interface com.storedobject.vaadin.HasColumns
Get column details.
getColumnField(String) - Method in class com.storedobject.ui.DetailLinkGrid
 
getColumnField(String) - Method in class com.storedobject.ui.EditableGrid
Get the field for the column.
getColumnField(String) - Method in class com.storedobject.ui.EditableObjectGrid
Get the field for the column.
getColumnField(String) - Method in class com.storedobject.ui.ListEditor
 
getColumnField(String) - Method in class com.storedobject.ui.ObjectListEditor
 
getColumnFunction(String) - Method in class com.storedobject.ui.ObjectTable
Get the function to obtain the cell value for the column.
getColumnFunction(String) - Method in class com.storedobject.ui.util.SOColumnCreator
 
getColumnFunction(String) - Method in class com.storedobject.ui.XGrid
 
getColumnFunction(String) - Method in interface com.storedobject.vaadin.HasColumns
Return a Function for generating column data.
getColumnFunction(String) - Method in interface com.storedobject.vaadin.ObjectColumnCreator
Get the function that is used to generate the content of a particular column.
getColumnHeaderComponent(String) - Method in interface com.storedobject.vaadin.HasColumns
Get the header component for the specified column.
getColumnIndex() - Method in class com.storedobject.office.od.ods.Cell
 
getColumnList() - Method in class com.storedobject.tools.IndexDefinition
 
getColumnMethod(String) - Method in interface com.storedobject.vaadin.ObjectColumnCreator
Get the method that is used to generate the content of a particular column.
getColumnMethodName(String) - Method in interface com.storedobject.vaadin.HasColumns
Get the name of the method to determine column data.
getColumnName(int) - Method in class com.storedobject.chart.DataMatrix
Get the name of a particular column.
getColumnNames() - Method in class com.storedobject.chart.DataMatrix
Get column names as a category data provider.
getColumnNames() - Method in class com.storedobject.ui.util.SOColumnCreator
 
getColumnNames() - Method in interface com.storedobject.vaadin.HasColumns
This method is invoked to find out the names of the columns to be generated.
getColumnNames() - Method in interface com.storedobject.vaadin.ObjectColumnCreator
Get the column names for the grid.
getColumnNames(int) - Method in class com.storedobject.chart.DataMatrix
Get column names as a category data provider.
getColumnOrder(String) - Method in class com.storedobject.ui.AbstractEditableGrid
 
getColumnOrder(String) - Method in class com.storedobject.ui.QueryGrid
 
getColumnOrder(String) - Method in class com.storedobject.ui.ReferenceLinkGrid
 
getColumnOrder(String) - Method in interface com.storedobject.vaadin.HasColumns
Return value from this method determines the order in which columns are displayed.
getColumnOrder(String) - Method in interface com.storedobject.vaadin.ObjectColumnCreator
Get the order of the column to be displayed in the grid.
getColumnOutlineLevel(int) - Method in class com.storedobject.office.od.ods.Sheet
 
getColumnParam() - Method in class com.storedobject.tools.ColumnDefinition
 
getColumns() - Method in class com.storedobject.core.ReportDefinition
 
getColumns() - Method in class com.storedobject.vaadin.AbstractDataForm
Get number of responsive columns for the form.
getColumns() - Method in class com.storedobject.vaadin.AbstractForm
Get number of responsive columns for the form.
getColumns() - Method in class com.storedobject.vaadin.DataGrid
 
getColumns() - Method in class com.storedobject.vaadin.DataTreeGrid
 
getColumns() - Method in class com.storedobject.vaadin.FormLayout
Get number of responsive columns for the form.
getColumns() - Method in class com.storedobject.vaadin.HasColumns.SOGrid
Get the columns of the grid.
getColumnSorter(String) - Method in interface com.storedobject.vaadin.HasColumns
Get a "sorter" for the column.
getColumnSpan() - Method in class com.storedobject.core.UIFieldMetadata
 
getColumnSpan() - Method in class com.storedobject.pdf.PDFCell
Get the number of columns the cell spans.
getColumnSpan() - Method in interface com.storedobject.vaadin.ColumnSpan
Get column span.
getColumnSpan(Component) - Method in class com.storedobject.vaadin.AbstractDataForm
Get the column span of a component.
getColumnSpan(Component) - Method in class com.storedobject.vaadin.AbstractForm
Get the column span of a component.
getColumnSpan(Component) - Method in class com.storedobject.vaadin.CSSGrid
Get number of columns the component takes up.
getColumnSpan(Component) - Method in class com.storedobject.vaadin.FormLayout
Get the column span of a component.
getColumnSpan(Component) - Method in class com.storedobject.vaadin.PopupButton
Get number of columns the component takes up.
getColumnStyle(int) - Method in class com.storedobject.office.od.ods.Sheet
 
getColumnTemplate(String) - Method in interface com.storedobject.vaadin.HasColumns
Get the template for the given column name.
getColumnTextAlign(String, Class<?>) - Method in class com.storedobject.ui.util.SOColumnCreator
 
getColumnTextAlign(String, Class<?>) - Method in interface com.storedobject.vaadin.ObjectColumnCreator
Get the text alignment of a particular column.
getColumnType() - Method in class com.storedobject.tools.ColumnDefinition
 
getColumnValueType(String) - Method in class com.storedobject.ui.util.SOColumnCreator
 
getColumnValueType(String) - Method in interface com.storedobject.vaadin.ObjectColumnCreator
Get the value type of particular column.
getColumnWidth(int) - Method in class com.storedobject.office.od.ods.Sheet
 
getColumnWidthInPixels(int) - Method in class com.storedobject.office.od.ods.Sheet
 
getCommand() - Method in class com.storedobject.common.SystemProcess
Retrieves the current system command as a list of strings.
getCommand() - Method in class com.storedobject.iot.Command
 
getCommand() - Method in class com.storedobject.iot.ValueDefinition
 
getCommandId() - Method in class com.storedobject.iot.Command
 
getCommandValue() - Method in class com.storedobject.iot.Command
 
getComment() - Method in class com.storedobject.core.MemoComment
 
getComment() - Method in class com.storedobject.core.Secret
 
getCommentCount() - Method in class com.storedobject.core.MemoComment
 
getCommentedAt() - Method in class com.storedobject.core.MemoComment
 
getCommentedAt(MemoComment) - Method in class com.storedobject.ui.common.MemoSystem
 
getCommentedBy() - Method in class com.storedobject.core.MemoComment
 
getCommentedById() - Method in class com.storedobject.core.MemoComment
 
getComments() - Method in class com.storedobject.core.FileCirculation
 
getCommonAlert() - Method in class com.storedobject.vaadin.Application
Get the Alert that can be used for showing common messages.
getCommonName() - Method in class com.storedobject.common.LDAP.User
 
getComparator() - Method in interface com.storedobject.chart.AbstractDataProvider
This comparator, if available, will be used to determine the min/max values of the data if required by the AbstractDataProvider.getMin() and AbstractDataProvider.getMax() methods.
getComparator() - Method in interface com.storedobject.chart.DateDataProvider
 
getComparator() - Method in interface com.storedobject.chart.TimeDataProvider
 
getComparator() - Method in interface com.storedobject.core.Filtered
 
getComparator() - Method in class com.storedobject.core.MemoryCache
 
getComparator() - Method in class com.storedobject.core.ObjectCacheList
 
getComparator() - Method in class com.storedobject.core.ObjectForest
 
getComparator() - Method in class com.storedobject.core.ObjectTree
 
getCompleteBefore() - Method in class com.storedobject.core.AbstractCheckList
 
getCompleted() - Method in class com.storedobject.chart.AbstractTask
Get percentage completed.
getCompleted() - Method in class com.storedobject.chart.ActivityList.Activity
 
getCompleted() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
 
getCompleted() - Method in class com.storedobject.chart.Project.Task
 
getCompleted() - Method in class com.storedobject.chart.Project.TaskGroup
 
getCompleted() - Method in class com.storedobject.core.AbstractCheckList
 
getCompletedAt() - Method in class com.storedobject.job.Log
 
getCompletedOn() - Method in class com.storedobject.core.AbstractCheckList
 
getComponent() - Method in class com.storedobject.ui.TemplateView
Get the component that represents this template view.
getComponent() - Method in class com.storedobject.vaadin.AbstractForm
Get the field container of the form as a component.
getComponent() - Method in class com.storedobject.vaadin.ApplicationFrame
 
getComponent() - Method in interface com.storedobject.vaadin.ApplicationLayout
The component of the "layout".
getComponent() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
Get the component associated with this node.
getComponent() - Method in class com.storedobject.vaadin.View
Get the "content" component of the view.
getComponentContext() - Static method in class com.storedobject.office.od.Office
 
getComponentLoader() - Static method in class com.storedobject.office.od.Office
 
getComponentX() - Method in class com.storedobject.vaadin.EnhancedClickEvent
Get the X coordinate of the component.
getComponentY() - Method in class com.storedobject.vaadin.EnhancedClickEvent
Get the Y coordinate of the component.
getComputedDate(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a ComputedDate value from the JSON request.
getComputedDouble(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a ComputedDouble value from the JSON request.
getComputedInteger(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a ComputedInteger value from the JSON request.
getComputedLong(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a ComputedLong value from the JSON request.
getComputedMinute(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a ComputedMinute value from the JSON request.
getCondition() - Method in class com.storedobject.core.ObjectLoadFilter
Get the condition.
getCondition() - Method in class com.storedobject.core.ReportDefinition
Set the condition to be applied while retrieving the object instances from the database.
getCondition() - Method in class com.storedobject.core.StoredObjectUtility.Link
 
getCondition() - Method in class com.storedobject.iot.LimitMessage
 
getCondition() - Method in class com.storedobject.tools.IndexDefinition
 
getConditionValue() - Method in class com.storedobject.iot.LimitMessage
 
getConditionValue(int) - Static method in class com.storedobject.iot.LimitMessage
 
getConditionValues() - Static method in class com.storedobject.iot.LimitMessage
 
getConfiguration() - Method in class com.storedobject.accounts.Invoice
 
getConfiguration() - Method in class com.storedobject.core.FileFolder
 
getConfigureButton() - Method in interface com.storedobject.vaadin.HasColumns
Get the "configure button" that can be added somewhere in your user interface, usually as the first component of the "header row".
getConfirmAction() - Method in class com.storedobject.vaadin.ActionForm
Get the confirm action.
getConfirmLogout() - Method in class com.storedobject.core.SystemUser
 
getConfirmMessage() - Method in class com.storedobject.ui.ActionGrid
Get the confirm message component for customization.
getConnection() - Method in class com.storedobject.common.HTTP
Get the connection to manipulate it directly.
getConnection(RawSQL, boolean) - Method in class com.storedobject.core.SQLConnector
Gets a connection.
getConnectionTimeout() - Method in class com.storedobject.iot.MQTT
 
getConnectionType() - Method in class com.storedobject.iot.MQTT
 
getConnectionTypeValue() - Method in class com.storedobject.iot.MQTT
 
getConnectionTypeValue(int) - Static method in class com.storedobject.iot.MQTT
 
getConnectionTypeValues() - Static method in class com.storedobject.iot.MQTT
 
getConnector() - Static method in class com.storedobject.core.RawSQL
 
getConnector(String, int, String, String, String, String) - Method in interface com.storedobject.core.DatabaseDriver
Gets a SQL connector for this driver.
getConnector(String, int, String, String, String, String) - Method in class com.storedobject.database.postgres.DatabaseDriver
 
getConnectorCommand() - Method in class com.storedobject.core.ConnectorLogic
 
getConsignment(T) - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
getConstructorBlock() - Method in class com.storedobject.tools.TableDefinition
 
getConsumable() - Method in class com.storedobject.core.InventoryItemType
 
getConsumption() - Method in class com.storedobject.iot.Consumption
Retrieves the consumption value.
getConsumptionCalculator(int) - Method in class com.storedobject.iot.AbstractUnit
Retrieves the specific consumption calculator for a given resource.
getConsumptionLocation(SystemEntity) - Static method in class com.storedobject.core.InventoryVirtualLocation
 
getContact() - Method in class com.storedobject.core.Contact
 
getContact(ContactType) - Method in interface com.storedobject.core.HasContacts
Get the contact value (human-friendly) for a specific type of contact.
getContact(String) - Method in interface com.storedobject.core.HasContacts
Get the contact value (human-friendly) for a specific type of contact.
getContactClass() - Method in class com.storedobject.core.ContactGroupingCode
 
getContactClass() - Method in class com.storedobject.core.ContactType
 
getContactDataClass() - Method in class com.storedobject.core.ContactGroupingCode
 
getContactField(String) - Method in class com.storedobject.ui.ObjectEditor
Get the contact field.
getContactGroup() - Method in class com.storedobject.core.ContactType
 
getContactGroupingCode() - Method in class com.storedobject.accounts.BusinessEntity
Returns the contact grouping code for the given class.
getContactGroupingCode() - Method in class com.storedobject.accounts.PersonalEntity
Retrieves the contact grouping code for this entity.
getContactGroupingCode() - Method in interface com.storedobject.core.HasContacts
Get the contact grouping code of this class.
getContactObject(ContactType) - Method in interface com.storedobject.core.HasContacts
Get the contact value for a specific type of contact.
getContactObject(Id) - Method in class com.storedobject.core.Entity
 
getContactObject(Id) - Method in interface com.storedobject.core.HasContacts
Get the contact value for a specific type of contact.
getContactObject(Id) - Method in class com.storedobject.core.Person
 
getContactObject(String) - Method in interface com.storedobject.core.HasContacts
Get the contact value for a specific type of contact.
getContactOwnerId() - Method in class com.storedobject.core.EntityRole
 
getContactOwnerId() - Method in interface com.storedobject.core.HasContacts
Get the Id of the object that owns the contact.
getContactOwnerId() - Method in class com.storedobject.core.PersonRole
 
getContactRaw(ContactType) - Method in interface com.storedobject.core.HasContacts
Get the raw contact value (encoded in some cases) for a specific type of contact.
getContactRaw(String) - Method in interface com.storedobject.core.HasContacts
Get the raw contact value (encoded in some cases) for a specific type of contact.
getContactType() - Method in class com.storedobject.core.MessageTemplate
 
getContactTypeId() - Method in class com.storedobject.core.MessageTemplate
 
getContactValue() - Method in class com.storedobject.core.Contact
 
getContainer() - Method in class com.storedobject.ui.ObjectEditor
 
getContainer() - Method in class com.storedobject.vaadin.AbstractDataForm
Get the field container of the form.
getContainer() - Method in class com.storedobject.vaadin.AbstractForm
Get the field container of the form.
getContainer() - Method in interface com.storedobject.vaadin.HasContainer
Get the component container of this class.
getContainer() - Method in class com.storedobject.vaadin.Tabs
Get the container Div.
getContent() - Method in interface com.storedobject.core.ContentProducer
 
getContent() - Method in class com.storedobject.core.Memo
 
getContent() - Method in class com.storedobject.core.MemoComment
 
getContent() - Method in class com.storedobject.core.StreamContentProducer
 
getContent() - Method in class com.storedobject.core.StreamData
 
getContent() - Method in class com.storedobject.core.StreamDataContent
 
getContent() - Method in class com.storedobject.core.TextContent
 
getContent() - Method in class com.storedobject.iot.BlockDisplayContent
 
getContent() - Method in class com.storedobject.office.ODT
 
getContent() - Method in class com.storedobject.pdf.PDF
Gets the content as a stream.
getContent() - Method in class com.storedobject.ui.AbstractObjectField
This is where the content of the field display is created.
getContent() - Method in class com.storedobject.ui.Alert
 
getContent() - Method in class com.storedobject.ui.Content
 
getContent() - Method in class com.storedobject.ui.util.AbstractContentGenerator
 
getContent() - Method in class com.storedobject.ui.util.ContentGenerator
Create the download stream (Used when the content is downloaded).
getContent() - Method in class com.storedobject.ui.util.Stepper.Step
 
getContent() - Method in class com.storedobject.vaadin.AbstractDataForm
Get the field container of the form as a component.
getContent() - Method in class com.storedobject.vaadin.AbstractForm
 
getContent() - Method in class com.storedobject.vaadin.Alert
Get the content as "styled text".
getContent() - Method in class com.storedobject.vaadin.Box
 
getContent() - Method in class com.storedobject.vaadin.View
Get the component that represents the "content" of the view.
getContent(TextContent) - Method in class com.storedobject.ui.common.TextContentBrowser
 
getContentDispositionFilename(String) - Static method in class com.storedobject.ui.util.DownloadStream
Returns the filename formatted for inclusion in a Content-Disposition header.
getContentHeight() - Method in class com.storedobject.vaadin.Application
Get the height of the "content area" of the application.
getContentHeight() - Method in class com.storedobject.vaadin.ApplicationFrame
 
getContentHeight() - Method in interface com.storedobject.vaadin.ApplicationLayout
Get the height of the content area.
getContentID() - Method in class com.storedobject.mail.Attachment
 
getContentLayout() - Method in class com.storedobject.vaadin.DetailComponent
Get the content layout.
getContentStream() - Method in class com.storedobject.ui.util.AbstractContentGenerator
 
getContentTemplate() - Method in class com.storedobject.core.MemoType
 
getContentType() - Method in interface com.storedobject.common.BinaryContentGenerator
Mime type of the content.
getContentType() - Method in interface com.storedobject.common.ContentGenerator
Mime type of the content.
getContentType() - Method in class com.storedobject.common.CSV
 
getContentType() - Method in interface com.storedobject.common.ImageGenerator
Mime type of the content.
getContentType() - Method in class com.storedobject.common.SVG
 
getContentType() - Method in interface com.storedobject.common.TextContentGenerator
Mime type of the content.
getContentType() - Method in interface com.storedobject.core.ContentType
 
getContentType() - Method in class com.storedobject.core.DocumentType
 
getContentType() - Method in class com.storedobject.core.FileData
 
getContentType() - Method in class com.storedobject.core.ImageProducer
 
getContentType() - Method in class com.storedobject.core.MediaFile
 
getContentType() - Method in interface com.storedobject.core.ParameterService
Mime type of the content.
getContentType() - Method in class com.storedobject.core.StreamData
 
getContentType() - Method in class com.storedobject.core.StreamDataContent
 
getContentType() - Method in class com.storedobject.core.TextContentProducer
 
getContentType() - Method in class com.storedobject.mail.Attachment
 
getContentType() - Method in class com.storedobject.office.Excel
 
getContentType() - Method in class com.storedobject.office.ODS
 
getContentType() - Method in class com.storedobject.office.ODT
 
getContentType() - Method in class com.storedobject.pdf.PDF
Gets the content type for this.
getContentType() - Method in class com.storedobject.ui.Content
 
getContentType() - Method in class com.storedobject.ui.util.DownloadStream
Gets stream content type.
getContentTypeBitValues() - Static method in class com.storedobject.core.DocumentType
 
getContentTypeValue() - Method in class com.storedobject.core.DocumentType
 
getContentTypeValue(int) - Static method in class com.storedobject.core.DocumentType
 
getContentWidth() - Method in class com.storedobject.vaadin.Application
Get the width of the "content area" of the application.
getContentWidth() - Method in class com.storedobject.vaadin.ApplicationFrame
 
getContentWidth() - Method in interface com.storedobject.vaadin.ApplicationLayout
Get the width of the content area.
getContext() - Method in class com.storedobject.ui.inventory.ItemContextMenu
 
getControl() - Method in class com.storedobject.iot.ControlSchedule
 
getControlId() - Method in class com.storedobject.iot.ControlSchedule
 
getControlPoint() - Method in class com.storedobject.chart.BezierCurve
Get the control point for the quadratic Bezier curve.
getControlPoint1() - Method in class com.storedobject.chart.BezierCurve
Get the first control point for the cubic Bezier curve.
getControlPoint2() - Method in class com.storedobject.chart.BezierCurve
Get the second control point for the cubic Bezier curve.
getControlValue() - Method in class com.storedobject.iot.ControlSchedule
Get the control value for display purposes.
getConverter() - Method in class com.storedobject.common.CSV
Get the value converter that maps the column values to string.
getCoordinateSystem() - Method in class com.storedobject.chart.AbstractGanttChart
Return the co-ordinate system used by this Gantt chart.
getCoordinateSystem() - Method in class com.storedobject.chart.Chart
Get the coordinate system of this chart.
getCoordinateSystem() - Method in class com.storedobject.chart.XRangeChart
Return the co-ordinate system used by this chart.
getCopyright() - Static method in class com.storedobject.core.ApplicationServer
 
getCorrectedUnit() - Method in class com.storedobject.core.InventoryUnitCorrection
 
getCost() - Method in class com.storedobject.core.InventoryGRNItem
Get cost of this item (excluding item-tax if any).
getCost() - Method in class com.storedobject.core.InventoryItem
 
getCost() - Method in class com.storedobject.core.InventoryLedger
 
getCost() - Method in class com.storedobject.core.UnitCost
 
getCost(MeasurementUnit) - Method in class com.storedobject.core.UnitCost
 
getCost(Quantity) - Method in class com.storedobject.core.InventoryItem
 
getCost(Quantity) - Method in class com.storedobject.core.InventoryItemType
 
getCost(Quantity) - Method in class com.storedobject.core.UnitCost
 
getCost(StoredObject) - Static method in class com.storedobject.core.LandedCost
 
getCostOfRepair() - Method in class com.storedobject.core.InventoryROItem
 
getCount() - Method in class com.storedobject.iot.Statistics
Retrieves the count associated with the statistics.
getCounter() - Method in class com.storedobject.core.WebBiometric
 
getCountry() - Method in class com.storedobject.common.Address
Get country of this address.
getCountry() - Method in class com.storedobject.common.IPLocation
 
getCountry() - Method in class com.storedobject.core.Entity
 
getCountry() - Method in class com.storedobject.core.TransactionManager
 
getCountry() - Method in class com.storedobject.ui.AddressField
 
getCountry() - Method in class com.storedobject.ui.Application
 
getCountry() - Method in class com.storedobject.ui.CountryField
Country for the current value.
getCountry() - Method in class com.storedobject.ui.PhoneField
Get the current country.
getCountry() - Method in class com.storedobject.ui.util.AddressForm
 
getCountry() - Method in class com.storedobject.vaadin.Application
Get ISO 2-character the country-code of the user in capital letters.
getCountry() - Method in class com.storedobject.vaadin.util.NumericField
 
getCountry(String) - Static method in class com.storedobject.common.PhoneNumber
Get the country for the given phone number.
getCreatedAt() - Method in class com.storedobject.core.Message
 
getCreatedBy() - Method in class com.storedobject.vaadin.View
Get the object that created this view.
getCreateLabel() - Method in class com.storedobject.ui.common.MemoSystem
 
getCreateLabel() - Method in class com.storedobject.ui.support.SupportSystem
 
getCreationHelper() - Method in class com.storedobject.office.od.ods.Workbook
 
getCredit(JournalVoucher.Entry) - Method in class com.storedobject.ui.accounts.JournalVoucherView
 
getCredit(LedgerEntry) - Method in class com.storedobject.ui.accounts.StatementView
 
getCreditBalance() - Method in class com.storedobject.job.MessageSender
Get the current credit balance.
getCrossEntity() - Method in class com.storedobject.core.MemoType
 
getCSV(BufferedReader) - Static method in class com.storedobject.common.StringUtility
 
getCurrency() - Method in class com.storedobject.core.Account
Gets the currency.
getCurrency() - Method in class com.storedobject.core.CurrencyRate
Gets the currency.
getCurrency() - Method in class com.storedobject.core.Money
Get the currency of this monetary value.
getCurrency() - Method in class com.storedobject.core.SystemEntity
Gets the currency.
getCurrency() - Method in class com.storedobject.core.TransactionManager
 
getCurrency() - Method in class com.storedobject.ui.CurrencyField
Get the currency that currently set.
getCurrency() - Method in class com.storedobject.ui.MoneyField
Get the currency of the current value.
getCurrency(String) - Static method in class com.storedobject.core.Money
Get currency for the given code.
getCurrency(String, boolean) - Static method in class com.storedobject.core.Money
Get currency for the given code.
getCurrentDate() - Method in class com.storedobject.core.TransactionDate
 
getCurrentKey() - Method in interface com.storedobject.core.Secret.MasterKeyProvider
Get the active key that is currently in use.
getCurrentTime() - Method in class com.storedobject.core.Database
Current time in the database
getCustomerEntity() - Method in class com.storedobject.core.InventorySale
 
getCustomerLogoName() - Method in class com.storedobject.core.DeviceLayout
 
getCustomMessage() - Method in exception class com.storedobject.common.SOException
 
getCustomMessage() - Method in exception class com.storedobject.common.SORuntimeException
 
getCustomMessage() - Method in exception class com.storedobject.core.Database_Id_Message
 
getCustomMessage() - Method in exception class com.storedobject.core.Not_Enough_Balance
 
getCustomSymbol() - Method in class com.storedobject.chart.Node.Symbol
 
getCustomSymbol() - Method in class com.storedobject.chart.PointSymbol
 
getDailyConsumption(Id, int, int) - Method in class com.storedobject.iot.Resource
 
getDailyConsumption(Id, D) - Method in class com.storedobject.iot.Resource
 
getDailyConsumption(Resource) - Method in class com.storedobject.iot.AbstractUnit
Retrieves the daily consumption record for a specific resource.
getDailyConsumption(Resource, int, int) - Method in class com.storedobject.iot.AbstractUnit
Retrieves daily consumption data for a specific resource on a given day of a year.
getDailyConsumption(Resource, D) - Method in class com.storedobject.iot.AbstractUnit
Retrieves the daily consumption for a specific resource and date.
getDailyStatistics(String) - Method in class com.storedobject.iot.Unit
 
getDailyStatistics(String, int, int) - Method in class com.storedobject.iot.Unit
 
getDailyStatistics(String, D) - Method in class com.storedobject.iot.Unit
 
getData() - Method in class com.storedobject.chart.Chart
Get the current set of data.
getData() - Method in class com.storedobject.common.Barcode
Get data containing in this barcode.
getData() - Method in class com.storedobject.core.PseudoTranDetail
 
getData() - Method in class com.storedobject.iot.DataSet.DataValue
 
getData() - Method in class com.storedobject.ui.AbstractListProvider
 
getData() - Method in class com.storedobject.ui.AbstractTreeProvider
 
getData() - Method in class com.storedobject.ui.ObjectForestProvider
 
getData() - Method in class com.storedobject.ui.ObjectListProvider
 
getData() - Method in class com.storedobject.ui.ObjectTreeProvider
 
getData() - Method in class com.storedobject.vaadin.AbstractDataForm
Get the "data" associated with the form.
getData() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
Get the ad-hoc data associated with this node.
getData() - Method in class com.storedobject.vaadin.DataList
Get the data of this list.
getData() - Method in class com.storedobject.vaadin.ListGrid
Get the data of this list.
getData(Block, Class<?>) - Static method in class com.storedobject.iot.MQTT
 
getData(ValueDefinition<?>, Id) - Method in class com.storedobject.iot.MQTT
 
getData(InputStream) - Static method in class com.storedobject.common.IO
Convert a stream to a buffered data stream
getData(OutputStream) - Static method in class com.storedobject.common.IO
Convert a stream to a buffered data stream
getData(Class<T>) - Method in class com.storedobject.vaadin.Application
Get the data that was previously set in this application.
getDatabase() - Method in interface com.storedobject.core.DatabaseDriver
Gets an instance of the Database for this driver.
getDatabase() - Method in class com.storedobject.database.postgres.DatabaseDriver
 
getDatabaseMasterName() - Static method in class com.storedobject.core.SQLConnector
Gets the name of the database master.
getDatabaseMetaData() - Method in class com.storedobject.core.RawSQL
 
getDatabaseName() - Static method in class com.storedobject.core.SQLConnector
Gets the name of the database.
getDataClass() - Method in class com.storedobject.core.DataLogic
Returns the Data Class instance.
getDataClass() - Method in class com.storedobject.core.MemoType
 
getDataClass() - Method in class com.storedobject.core.PasswordPolicy
 
getDataClass() - Method in class com.storedobject.core.PrintLogicDefinition
 
getDataClass() - Method in class com.storedobject.core.ReportDefinition
 
getDataClass() - Method in class com.storedobject.core.SerialConfigurator
 
getDataClass() - Method in class com.storedobject.iot.UnitDefinition
 
getDataClass() - Method in class com.storedobject.iot.ValueDefinition
 
getDataClass() - Method in class com.storedobject.vaadin.AbstractDataEditor
Get the class of the object being edited.
getDataClass() - Method in interface com.storedobject.vaadin.HasColumns
Get the data class of the grid.
getDataClass() - Method in class com.storedobject.vaadin.ObjectForm
Get the class of the object being edited.
getDataClass(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a StoredObject class value from the JSON request.
getDataClasses() - Static method in class com.storedobject.iot.MQTT
 
getDataClassName() - Method in class com.storedobject.core.DataLogic
Gets Data Class Name.
getDataClassName() - Method in class com.storedobject.core.PrintLogicDefinition
 
getDataClassName() - Method in class com.storedobject.core.SerialConfigurator
 
getDataClassName() - Method in class com.storedobject.iot.UnitDefinition
 
getDataInput(File) - Static method in class com.storedobject.common.IO
Create a buffered data stream from the file
getDataInput(String) - Static method in class com.storedobject.common.IO
Create a buffered data stream from the file
getDataInput(Path) - Static method in class com.storedobject.common.IO
Create a buffered data stream from the file
getDataLogic() - Method in class com.storedobject.core.ApplicableDataLogic
 
getDataMatrix() - Method in class com.storedobject.ui.iot.ConsumptionList
 
getDataOutput(File) - Static method in class com.storedobject.common.IO
Create a buffered data stream to write for the file
getDataOutput(String) - Static method in class com.storedobject.common.IO
Create a buffered data stream to write for the file
getDataOutput(Path) - Static method in class com.storedobject.common.IO
Create a buffered data stream to write for the path
getDataProvider() - Method in class com.storedobject.ui.AbstractListProvider
 
getDataProvider() - Method in class com.storedobject.ui.AbstractObjectForest
 
getDataProvider() - Method in class com.storedobject.ui.AbstractTreeProvider
 
getDataProvider() - Method in class com.storedobject.ui.DataGrid
 
getDataProvider() - Method in class com.storedobject.ui.GridSearchField
 
getDataProvider() - Method in class com.storedobject.ui.ObjectListGrid
 
getDataProvider() - Method in class com.storedobject.ui.ObjectTree
 
getDataProvider() - Method in interface com.storedobject.ui.util.ViewFilterSupport
 
getDataProvider() - Method in class com.storedobject.vaadin.ListGrid
 
getDataShadowStyle(boolean) - Method in class com.storedobject.chart.DataZoom
Get the style of the data shadow.
getDataStatus() - Method in class com.storedobject.iot.DataSet.AbstractData
 
getDataStatus() - Method in class com.storedobject.iot.DataSet.DataValue
 
getDataStatus(int) - Method in class com.storedobject.iot.DataSet.AbstractData
 
getDataType() - Method in class com.storedobject.chart.AbstractData
Get the data type.
getDataType() - Method in interface com.storedobject.chart.AbstractDataProvider
Get the value type of the data.
getDataType() - Method in class com.storedobject.chart.AbstractDataStream
 
getDataType() - Method in class com.storedobject.chart.Axis
Get the data type of this axis.
getDataType() - Method in class com.storedobject.chart.BasicDataProvider
 
getDataType() - Method in class com.storedobject.chart.BasicInternalDataProvider
 
getDataType() - Method in interface com.storedobject.chart.CategoryDataProvider
 
getDataType() - Method in interface com.storedobject.chart.DataProvider
 
getDataType() - Method in interface com.storedobject.chart.DateDataProvider
 
getDataType() - Method in class com.storedobject.chart.FunctionData
Get the data type.
getDataType() - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
 
getDataType() - Method in class com.storedobject.chart.SerialData
 
getDataType() - Method in class com.storedobject.chart.SerialDate
 
getDataType() - Method in class com.storedobject.chart.SerialTime
 
getDataType() - Method in interface com.storedobject.chart.TimeDataProvider
 
getDataValidationHelper() - Method in class com.storedobject.office.od.ods.Sheet
 
getDataValidations() - Method in class com.storedobject.office.od.ods.Sheet
 
getDataValue(String) - Method in class com.storedobject.ui.JSONData
 
getDataValue(String) - Method in interface com.storedobject.ui.XGrid.XData
 
getDataValue(String) - Method in class com.storedobject.ui.XMLNodeData
 
getDataValues() - Method in class com.storedobject.iot.DataSet.DataValues
 
getDate() - Method in class com.storedobject.accounts.Invoice
 
getDate() - Method in class com.storedobject.core.ApplicationServer
 
getDate() - Method in class com.storedobject.core.Consignment
 
getDate() - Method in interface com.storedobject.core.HasReference
 
getDate() - Method in class com.storedobject.core.InventoryGRN
 
getDate() - Method in class com.storedobject.core.InventoryLedger
 
getDate() - Method in class com.storedobject.core.InventoryPO
 
getDate() - Method in class com.storedobject.core.InventoryTransaction
Get the currently set date.
getDate() - Method in class com.storedobject.core.InventoryTransfer
 
getDate() - Method in class com.storedobject.core.JournalVoucher
Get the date of this JV.
getDate() - Method in class com.storedobject.core.JSON
Helper method to retrieve a date value from the JSON request assuming that the attribute name is "date".
getDate() - Method in interface com.storedobject.core.LedgerEntry
Date of this entry.
getDate() - Method in class com.storedobject.core.MaterialIssued
 
getDate() - Method in class com.storedobject.core.MaterialRequest
 
getDate() - Method in class com.storedobject.core.Memo
 
getDate() - Method in class com.storedobject.core.Minutes
 
getDate() - Method in class com.storedobject.core.PseudoTran
 
getDate() - Method in class com.storedobject.core.Stock
 
getDate() - Method in class com.storedobject.core.UnpostedJournal
 
getDate() - Method in class com.storedobject.job.Log
 
getDate(InventoryLedger) - Method in class com.storedobject.ui.inventory.ItemMovementView
 
getDate(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a date value from the JSON request.
getDateCellValue() - Method in class com.storedobject.office.od.ods.Cell
 
getDateFormat() - Method in class com.storedobject.core.ApplicationServer
 
getDateFormat() - Method in interface com.storedobject.core.Device
 
getDateFrom() - Method in class com.storedobject.core.SubscriptionItem
 
getDateOfBirth() - Method in class com.storedobject.core.Person
Get the date of birth
getDatePeriod() - Method in class com.storedobject.core.JSON
Helper method to retrieve a DatePeriod value from the JSON request assuming that "dateFrom" and "dateTo" are the names of the attributes.
getDateStyle() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getDateTimeStyle() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getDateTo() - Method in class com.storedobject.core.SubscriptionItem
 
getDay() - Static method in class com.storedobject.common.DateUtility
 
getDay() - Method in class com.storedobject.iot.DailyConsumption
Retrieves the day associated with this daily consumption instance.
getDay() - Method in class com.storedobject.iot.DailyStatistics
Retrieves the day of the month represented by this instance.
getDay(D) - Static method in class com.storedobject.common.DateUtility
 
getDayOfYear(D) - Static method in class com.storedobject.common.DateUtility
Get the day of the year.
getDays() - Method in class com.storedobject.iot.ControlSchedule
 
getDays() - Method in class com.storedobject.job.MessageEscalation
 
getDaysBitValues() - Static method in class com.storedobject.iot.ControlSchedule
 
getDaysValue() - Method in class com.storedobject.iot.ControlSchedule
 
getDaysValue(int) - Static method in class com.storedobject.iot.ControlSchedule
 
getDBCondition() - Method in class com.storedobject.core.AbstractPeriod
 
getDBCondition() - Method in class com.storedobject.ui.MonthField
 
getDBCondition() - Method in class com.storedobject.ui.MonthPeriodField
 
getDBCondition(TransactionManager) - Method in class com.storedobject.core.AbstractPeriod
 
getDBTimeCondition() - Method in class com.storedobject.core.AbstractPeriod
 
getDBTimeCondition(TransactionManager) - Method in class com.storedobject.core.AbstractPeriod
 
getDBType() - Method in class com.storedobject.core.AbstractComputedInteger
 
getDBType() - Method in class com.storedobject.core.ComputedInteger
 
getDBType() - Method in class com.storedobject.core.ComputedMinute
 
getDebit(JournalVoucher.Entry) - Method in class com.storedobject.ui.accounts.JournalVoucherView
 
getDebit(LedgerEntry) - Method in class com.storedobject.ui.accounts.StatementView
 
getDebugInfo() - Static method in class com.storedobject.core.SQLConnector
Get debug information on busy connections older than 5 minutes.
getDebugInfo(int) - Static method in class com.storedobject.core.SQLConnector
Get debug information on busy connections.
getDecimal() - Method in class com.storedobject.common.JSON
Get this as a BigDecimal value.
getDecimal(String) - Method in class com.storedobject.common.JSON
Get the value for the given key as a BigDecimal.
getDecimal(String, int) - Method in class com.storedobject.common.JSON
Retrieve the value for the given key and get the value from the given position as a BigDecimal from that value, assuming that value is an array type.
getDecimals() - Method in class com.storedobject.core.DecimalNumber
 
getDecimals() - Method in class com.storedobject.core.Money
Gets the number of decimals.
getDecimals() - Method in class com.storedobject.iot.ValueLimit
 
getDecimals() - Method in class com.storedobject.ui.DecimalNumberField
 
getDecimals() - Method in class com.storedobject.ui.RateField
 
getDecimals() - Method in class com.storedobject.ui.util.AbstractQuantityField
 
getDecimals() - Method in class com.storedobject.vaadin.BigDecimalField
Get the number of decimals allowed.
getDecimals() - Method in class com.storedobject.vaadin.DoubleField
 
getDecimals() - Method in class com.storedobject.vaadin.util.NumericField
 
getDeduct() - Method in class com.storedobject.core.LandedCostType
 
getDeepFrozen() - Method in class com.storedobject.core.AccountChart
 
getDefault() - Static method in class com.storedobject.core.ObjectPermission
 
getDefault() - Static method in class com.storedobject.core.SystemUserGroup
 
getDefault() - Static method in class com.storedobject.core.TaxRegion
 
getDefaultCaption() - Method in class com.storedobject.vaadin.ActionForm
Get the default caption.
getDefaultCaption() - Method in class com.storedobject.vaadin.InformationMessage
 
getDefaultCell() - Method in class com.storedobject.pdf.PDFTable
 
getDefaultColor(int) - Static method in class com.storedobject.chart.SOChart
Get the default color used by the chart component.
getDefaultColors() - Method in class com.storedobject.chart.SOChart
Get the list of default colors.
getDefaultColumnWidth() - Method in class com.storedobject.office.od.ods.Sheet
 
getDefaultCountry() - Static method in class com.storedobject.ui.Application
 
getDefaultCurrency() - Static method in class com.storedobject.core.Money
Get the default currency.
getDefaultCurrency() - Static method in class com.storedobject.core.SystemEntity
Get the default currency.
getDefaultCurrency() - Static method in class com.storedobject.ui.Application
 
getDefaultEntity(SystemUser) - Method in interface com.storedobject.core.Device
 
getDefaultEntity(SystemUser) - Method in class com.storedobject.tools.SystemDevice
 
getDefaultLegend() - Method in class com.storedobject.chart.SOChart
Get the default legend.
getDefaultLength() - Method in class com.storedobject.vaadin.BigDecimalField
 
getDefaultLength() - Method in class com.storedobject.vaadin.DoubleField
 
getDefaultLength() - Method in class com.storedobject.vaadin.IntegerField
 
getDefaultLength() - Method in class com.storedobject.vaadin.LongField
 
getDefaultLength() - Method in class com.storedobject.vaadin.util.NumericField
 
getDefaultNoLabel() - Method in class com.storedobject.vaadin.ActionForm
Get the default "No" label.
getDefaultPaperSize() - Method in class com.storedobject.core.ReportFormat
Get the default paper size.
getDefaultPaperSizeValue() - Method in class com.storedobject.core.ReportFormat
Get the paper size value name for this instance.
getDefaultPaperSizeValue(int) - Static method in class com.storedobject.core.ReportFormat
Get the paper size value name for the given value.
getDefaultPaperSizeValues() - Static method in class com.storedobject.core.ReportFormat
Get the supported paper size value names.
getDefaultRowHeight() - Method in class com.storedobject.office.od.ods.Sheet
 
getDefaultRowHeightInPoints() - Method in class com.storedobject.office.od.ods.Sheet
 
getDefaultTextStyle() - Method in class com.storedobject.chart.SOChart
Get the default text style.
getDefaultThemes() - Method in class com.storedobject.vaadin.HasColumns.SOGrid
Get the default themes to be set.
getDefaultTooltip() - Method in class com.storedobject.chart.SOChart
Get the default tooltip.
getDefaultUserCurrency() - Static method in class com.storedobject.core.Money
Gets the default currency for the library user when SO Platform is not active.
getDefaultValue(String) - Static method in class com.storedobject.tools.ColumnDefinition
 
getDefaultYesLabel() - Method in class com.storedobject.vaadin.ActionForm
Get the default "Yes" label.
getDefaultYesLabel() - Method in class com.storedobject.vaadin.InformationMessage
 
getDefinedColumnCount() - Method in interface com.storedobject.vaadin.HasColumns
Get the number of columns that are already defined/created.
getDefinition() - Method in class com.storedobject.ui.ObjectList
Get the definition associated with this list.
getDelay() - Method in class com.storedobject.job.Schedule
 
getDelegatedLoader() - Method in class com.storedobject.ui.AbstractObjectForest
 
getDelegatedLoader() - Method in class com.storedobject.ui.EditableObjectGrid
 
getDelegatedLoader() - Method in class com.storedobject.ui.ObjectComboField
 
getDelegatedLoader() - Method in class com.storedobject.ui.ObjectListField
 
getDelegatedLoader() - Method in class com.storedobject.ui.ObjectListGrid
 
getDelegatedLoader() - Method in interface com.storedobject.ui.ObjectLoader
 
getDelegatedLoader() - Method in class com.storedobject.ui.ObjectTree
 
getDeleted(Id) - Static method in class com.storedobject.core.StoredObject
Get the deleted instance.
getDeleted(Class<T>, Id) - Static method in class com.storedobject.core.StoredObject
Get the deleted instance.
getDelivered() - Method in class com.storedobject.sms.SMSMessage
 
getDelivery() - Method in class com.storedobject.core.MessageTemplate
 
getDeliveryCost(T) - Method in class com.storedobject.job.MessageSender
Get the number of credits required to deliver this message.
getDeliveryValue() - Method in class com.storedobject.core.MessageTemplate
 
getDeliveryValue(int) - Static method in class com.storedobject.core.MessageTemplate
 
getDeliveryValues() - Static method in class com.storedobject.core.MessageTemplate
 
getDependentView() - Method in class com.storedobject.ui.ObjectField
 
getDependentView() - Method in class com.storedobject.ui.ObjectFormField
 
getDependentView() - Method in class com.storedobject.ui.ObjectLinkField
 
getDependentView() - Method in class com.storedobject.ui.util.ExtraInfoField
 
getDependentView() - Method in interface com.storedobject.vaadin.ViewDependent
Get the dependent view.
getDescription() - Method in class com.storedobject.calendar.Entry
 
getDescription() - Method in class com.storedobject.core.AbstractCheckListItem
 
getDescription() - Method in class com.storedobject.core.AbstractServiceItemType
 
getDescription() - Method in class com.storedobject.core.CheckListTemplateItem
 
getDescription() - Method in class com.storedobject.core.GlobalProperty
 
getDescription() - Method in class com.storedobject.core.ReportDefinition
 
getDescription() - Method in class com.storedobject.core.SerialPattern
 
getDescription() - Method in class com.storedobject.core.ServerInformation
 
getDescription() - Method in class com.storedobject.core.UIAction
 
getDescription() - Method in class com.storedobject.job.Schedule
 
getDescription() - Method in class com.storedobject.ui.iot.ConsumptionList
 
getDestinationNode() - Method in class com.storedobject.chart.Edge
 
getDetailComponent() - Method in class com.storedobject.ui.AbstractObjectField
 
getDetailComponent() - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
getDetailComponent() - Method in class com.storedobject.ui.ObjectCodeField
 
getDetailComponent() - Method in class com.storedobject.ui.ObjectComboField
 
getDetailComponent() - Method in class com.storedobject.ui.ObjectField
 
getDetailComponent() - Method in class com.storedobject.ui.ObjectFormField
 
getDetailComponent() - Method in class com.storedobject.ui.ObjectListField
 
getDetailComponent() - Method in interface com.storedobject.ui.util.AbstractObjectInput
Get the component that is currently displaying details of the object value.
getDetailComponent() - Method in interface com.storedobject.ui.util.DelegatedIdInput
 
getDetailComponent() - Method in interface com.storedobject.ui.util.DelegatedObjectInput
 
getDetails() - Method in class com.storedobject.core.FileData
 
getDeveloper() - Method in class com.storedobject.core.DeveloperLog
 
getDeveloperId() - Method in class com.storedobject.core.DeveloperLog
 
getDevice() - Method in class com.storedobject.core.ApplicationServer
 
getDevice() - Method in class com.storedobject.core.DeviceLayout
 
getDevice() - Method in class com.storedobject.core.Logic
 
getDevice() - Method in class com.storedobject.core.TransactionManager
 
getDevice() - Method in class com.storedobject.job.Job
Get the device associated with this Job.
getDevice() - Method in class com.storedobject.job.Schedule
 
getDevice() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getDevice() - Method in class com.storedobject.office.ExcelReport
 
getDevice() - Method in class com.storedobject.office.IteratorODTReport
 
getDevice() - Method in class com.storedobject.office.ODSReport
 
getDevice() - Method in class com.storedobject.office.ODT
 
getDevice() - Method in class com.storedobject.office.ODTReport
 
getDevice() - Method in class com.storedobject.office.TextReport
 
getDevice() - Method in class com.storedobject.pdf.PDF
 
getDevice() - Method in class com.storedobject.pdf.PDFReport
Get the device on which content will be rendered on.
getDeviceBitValues() - Static method in class com.storedobject.core.DeviceLayout
 
getDeviceBitValues() - Static method in class com.storedobject.core.Logic
 
getDeviceHeight() - Method in interface com.storedobject.core.Device
 
getDeviceHeight() - Method in class com.storedobject.tools.AbstractJSONService
 
getDeviceHeight() - Method in class com.storedobject.tools.SystemDevice
 
getDeviceHeight() - Method in class com.storedobject.vaadin.Application
Get the device (browser) height.
getDeviceHeight() - Method in class com.storedobject.vaadin.ApplicationView
Get the device (browser) height.
getDeviceLayout() - Method in interface com.storedobject.core.Device
 
getDeviceLayout() - Method in class com.storedobject.tools.SystemDevice
 
getDeviceLayout() - Method in class com.storedobject.ui.Application
 
getDeviceName() - Method in class com.storedobject.core.WebBiometric
 
getDeviceType() - Method in interface com.storedobject.core.Device
 
getDeviceType() - Method in class com.storedobject.job.Scheduler
 
getDeviceType() - Method in class com.storedobject.tools.AbstractJSONService
 
getDeviceType() - Method in class com.storedobject.tools.DeveloperService
 
getDeviceType() - Method in class com.storedobject.tools.TestDevice
 
getDeviceType() - Method in class com.storedobject.ui.Application
 
getDeviceValue() - Method in class com.storedobject.core.DeviceLayout
 
getDeviceValue() - Method in class com.storedobject.core.Logic
 
getDeviceValue(int) - Static method in class com.storedobject.core.DeviceLayout
 
getDeviceValue(int) - Static method in class com.storedobject.core.Logic
 
getDeviceWidth() - Method in interface com.storedobject.core.Device
 
getDeviceWidth() - Method in class com.storedobject.tools.AbstractJSONService
 
getDeviceWidth() - Method in class com.storedobject.tools.SystemDevice
 
getDeviceWidth() - Method in class com.storedobject.vaadin.Application
Get the device (browser) width.
getDeviceWidth() - Method in class com.storedobject.vaadin.ApplicationView
Get the device (browser) width.
getDimensions() - Method in class com.storedobject.core.ConsignmentPacket
 
getDirectory() - Method in class com.storedobject.common.SystemProcess
Retrieves the current working directory for the process execution.
getDisabled() - Method in class com.storedobject.core.WebBiometric
 
getDisableLogin() - Method in class com.storedobject.core.LoginMessage
 
getDisplayColumns() - Method in class com.storedobject.core.UIMetadata
 
getDisplayColumns() - Method in class com.storedobject.tools.TableDefinition
 
getDisplayDetail() - Method in class com.storedobject.ui.AbstractObjectField
 
getDisplayDetail() - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
getDisplayDetail() - Method in class com.storedobject.ui.ObjectCodeField
 
getDisplayDetail() - Method in class com.storedobject.ui.ObjectComboField
 
getDisplayDetail() - Method in class com.storedobject.ui.ObjectField
 
getDisplayDetail() - Method in class com.storedobject.ui.ObjectFormField
 
getDisplayDetail() - Method in class com.storedobject.ui.ObjectListField
 
getDisplayDetail() - Method in interface com.storedobject.ui.util.AbstractObjectInput
Get the consumer that is currently consuming details of the object value.
getDisplayDetail() - Method in interface com.storedobject.ui.util.DelegatedIdInput
 
getDisplayDetail() - Method in interface com.storedobject.ui.util.DelegatedObjectInput
 
getDisplayFields() - Method in class com.storedobject.core.AuditTrailConfiguration
 
getDisplayGuts() - Method in class com.storedobject.office.od.ods.Sheet
 
getDisplayName() - Method in class com.storedobject.core.UIFieldMetadata
 
getDisplayOrder() - Method in class com.storedobject.core.AbstractCheckListItem
 
getDisplayOrder() - Method in class com.storedobject.core.AttachmentDefinition
 
getDisplayOrder() - Method in class com.storedobject.core.CheckListTemplateItem
 
getDisplayOrder() - Method in class com.storedobject.core.ContactType
 
getDisplayOrder() - Method in interface com.storedobject.core.DisplayOrder
 
getDisplayOrder() - Method in class com.storedobject.core.ExtraInfoDefinition
 
getDisplayOrder() - Method in class com.storedobject.core.InventoryAssembly
 
getDisplayOrder() - Method in class com.storedobject.core.LandedCostType
 
getDisplayOrder() - Method in class com.storedobject.core.Logic
 
getDisplayOrder() - Method in class com.storedobject.core.LogicGroup
 
getDisplayOrder() - Method in class com.storedobject.core.ModuleLogic
 
getDisplayOrder() - Method in class com.storedobject.core.ReportColumnDefinition
 
getDisplayOrder() - Method in class com.storedobject.core.TaxType
 
getDisplayOrder() - Method in class com.storedobject.core.UnpostedJournalEntry
 
getDisplayOrder() - Method in class com.storedobject.tools.ColumnDefinition
 
getDisplayOrder() - Method in class com.storedobject.tools.LinkDefinition
 
getDisplayOrder() - Method in class com.storedobject.ui.util.ExtraInfo
 
getDisplayOrderGap() - Method in interface com.storedobject.core.DisplayOrder
 
getDisplayVersion() - Method in class com.storedobject.ui.Application
 
getDistinguishedName() - Method in class com.storedobject.common.LDAP.User
 
getDistrict() - Method in class com.storedobject.common.INAddress
 
getDistrict() - Method in class com.storedobject.common.PKAddress
 
getDistrictName() - Method in class com.storedobject.common.INAddress
 
getDistrictName() - Method in class com.storedobject.common.PKAddress
 
getDistricts(int) - Static method in class com.storedobject.common.INAddress
 
getDistricts(int) - Static method in class com.storedobject.common.PKAddress
 
getDivisions() - Method in class com.storedobject.chart.Axis.MinorTicks
Get number of divisions.
getDocument() - Method in class com.storedobject.common.XML
Retrieves the document.
getDomain() - Static method in class com.storedobject.ui.util.SOServlet
 
getDouble(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a Double value from the JSON request.
getDPIX() - Method in class com.storedobject.pdf.PDFImage
 
getDPIY() - Method in class com.storedobject.pdf.PDFImage
 
getDrawerToggle() - Method in class com.storedobject.vaadin.ApplicationFrame
Get the drawer-toggle button.
getDrawingPatriarch() - Method in class com.storedobject.office.od.ods.Sheet
 
getDriverIdentifier() - Method in interface com.storedobject.core.Device
 
getDriverIdentifier() - Method in class com.storedobject.tools.DeveloperService
 
getDriverIdentifier() - Method in class com.storedobject.tools.SystemDevice
 
getDriverIdentifier() - Method in class com.storedobject.ui.Application
 
getDuplicate(Function<T, R>) - Method in interface com.storedobject.core.EditableList
Get a duplicate entry.
getDuration() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
 
getDuration() - Method in class com.storedobject.chart.ActivityList.Activity
Get the duration.
getDuration() - Method in class com.storedobject.chart.Project.Task
 
getDuration() - Method in class com.storedobject.chart.Project.TaskGroup
 
getDurationType() - Method in class com.storedobject.chart.AbstractProject
Get the duration type of this project.
getEcdaaKeyId() - Method in class com.storedobject.core.WebBiometric.AttestationStatement
 
getEconomicOrderQuantity() - Method in class com.storedobject.core.InventoryItemType
 
getEdgeEndSymbol() - Method in class com.storedobject.chart.GraphChart
 
getEdgeLabel(boolean) - Method in class com.storedobject.chart.SankeyChart
Get the label for the edges.
getEdgeLength() - Method in class com.storedobject.chart.GraphChart
 
getEdges() - Method in class com.storedobject.chart.Node
 
getEdges() - Method in class com.storedobject.chart.SankeyData
 
getEdges() - Method in interface com.storedobject.chart.SankeyDataProvider
Get the edges.
getEdgeStartSymbol() - Method in class com.storedobject.chart.GraphChart
 
getEditability() - Method in class com.storedobject.core.UIFieldMetadata
 
getEditable() - Method in class com.storedobject.calendar.Entry
 
getEditableList() - Method in class com.storedobject.ui.AbstractEditableGrid
Get the editable list maintained by this grid.
getEditableList() - Method in interface com.storedobject.ui.LinkValue
 
getEditingItem() - Method in class com.storedobject.ui.EditableGrid
Get the item being currently edited.
getEditingItem() - Method in class com.storedobject.ui.EditableObjectGrid
 
getEditingItem() - Method in class com.storedobject.ui.ObjectBrowser
 
getEffectiveAmount() - Method in class com.storedobject.core.LandedCost
 
getEffectiveCondition(String) - Method in interface com.storedobject.core.FilterMethods
Get the "effective" filter condition that must be applied for loading.
getEffectiveCondition(String) - Method in class com.storedobject.ui.ObjectForestProvider
 
getEffectiveCondition(String) - Method in class com.storedobject.ui.ObjectListProvider
 
getEffectiveCondition(String) - Method in interface com.storedobject.ui.ObjectLoader
 
getEffectiveCondition(String) - Method in class com.storedobject.ui.ObjectTreeProvider
 
getEffectiveDate() - Method in class com.storedobject.core.CurrencyRate
Get the effective date
getEffectiveFrom() - Method in class com.storedobject.core.ExchangeRate
 
getEffectiveFrom() - Method in class com.storedobject.core.TaxRate
 
getEmail() - Method in class com.storedobject.accounts.AccountEntity
 
getEmail() - Method in interface com.storedobject.core.HasContacts
Get the email address.
getEmail() - Method in interface com.storedobject.core.IdentityCheck
Get the email of this user.
getEmail(String) - Method in interface com.storedobject.core.HasContacts
Get the address.
getEmbeddedView() - Method in class com.storedobject.vaadin.View
Get the embedded view of this view.
getEmirate() - Method in class com.storedobject.common.AEAddress
 
getEmirateName() - Method in class com.storedobject.common.AEAddress
 
getEmirates() - Static method in class com.storedobject.common.AEAddress
 
getEmphasis(boolean) - Method in class com.storedobject.chart.Chart
Get the Emphasis effect of the chart.
getEmphasis(boolean) - Method in class com.storedobject.chart.ComposedPart
 
getEmphasis(boolean) - Method in interface com.storedobject.chart.HasEmphasis
Get the instance of this property.
getEmptyAllowed() - Method in class com.storedobject.tools.ColumnDefinition
 
getEmptyTextValue() - Method in class com.storedobject.core.converter.DaysValueConverter
 
getEmptyTextValue() - Method in class com.storedobject.core.converter.MinutesValueConverter
 
getEmptyTextValue() - Method in class com.storedobject.core.converter.SecondsValueConverter
 
getEmptyTextValue() - Method in class com.storedobject.core.converter.ValueConverter
 
getEmptyValue() - Method in class com.storedobject.core.converter.ValueConverter
 
getEmptyValue() - Method in class com.storedobject.ui.ComputedDateField
 
getEmptyValue() - Method in class com.storedobject.ui.MoneyField
 
getEmptyValue() - Method in class com.storedobject.vaadin.ComboField
 
getEmptyValue() - Method in class com.storedobject.vaadin.util.BasicComboList
 
getEmptyValue() - Method in class com.storedobject.vaadin.util.IP6AddressTextField
 
getEmptyValue() - Method in class com.storedobject.vaadin.util.IPAddressTextField
 
getEmptyValue() - Method in class com.storedobject.vaadin.util.MACAddressTextField
 
getEncryptionSecret() - Method in class com.storedobject.core.AutoLogin
 
getEncryptionType() - Method in class com.storedobject.mail.MailSender
 
getEncryptionTypeValue() - Method in class com.storedobject.mail.MailSender
 
getEncryptionTypeValue(int) - Static method in class com.storedobject.mail.MailSender
 
getEncryptionTypeValues() - Static method in class com.storedobject.mail.MailSender
 
getEncryptKey() - Method in class com.storedobject.tools.ColumnDefinition
 
getEnd() - Method in class com.storedobject.chart.AbstractDataZoom
The end percentage of the window out of the data extent, in the range of 0 ~ 100.
getEnd() - Method in class com.storedobject.chart.AbstractProject
Get the project end.
getEnd() - Method in class com.storedobject.chart.AbstractTask
Get the end.
getEnd() - Method in class com.storedobject.chart.ActivityList
 
getEnd() - Method in class com.storedobject.chart.ActivityList.Activity
Get the end.
getEnd() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
Get the end.
getEnd() - Method in class com.storedobject.chart.Project
 
getEnd() - Method in class com.storedobject.chart.Project.Task
Get the end.
getEnd() - Method in class com.storedobject.chart.Project.TaskGroup
Get the end.
getEndAngle() - Method in class com.storedobject.chart.ArcPart
Get the ending angle.
getEndDate() - Method in class com.storedobject.calendar.Entry
 
getEndingSide() - Method in class com.storedobject.chart.MarkArea.Block
Get the ending side.
getEndOfFinancialYear() - Method in class com.storedobject.core.SystemEntity
Get the ending date of the financial year
getEndOfFinancialYear(Date) - Method in class com.storedobject.core.SystemEntity
Get the ending date of the financial year for the given date
getEndTime() - Method in class com.storedobject.calendar.Entry
 
getEndTime() - Method in class com.storedobject.iot.DataSet.DataValues
 
getEndTimeConverter() - Static method in class com.storedobject.calendar.Entry
 
getEndTimeValue() - Method in class com.storedobject.calendar.Entry
 
getEndTimeValue(int) - Static method in class com.storedobject.calendar.Entry
 
getEndUserMessage() - Method in interface com.storedobject.common.EndUserMessage
Get the message.
getEndUserMessage() - Method in exception class com.storedobject.common.SOException
 
getEndUserMessage() - Method in exception class com.storedobject.common.SORuntimeException
 
getEndUserMessage() - Method in exception class com.storedobject.core.Database_Message
 
getEndUserMessage() - Method in exception class com.storedobject.core.Invalid_Value
 
getEndUserMessage() - Method in exception class com.storedobject.core.Set_Not_Allowed
 
getEndUserMessage() - Method in exception class com.storedobject.job.MessageGroup.NOT_FOUND
 
getEndValue() - Method in class com.storedobject.chart.AbstractDataZoom
The absolute end value of the window.
getEnteredBy() - Method in class com.storedobject.core.MemoComment
 
getEnteredById() - Method in class com.storedobject.core.MemoComment
 
getEntity() - Method in class com.storedobject.accounts.BusinessEntity
Retrieves the entity associated with this account entity.
getEntity() - Method in class com.storedobject.accounts.EntityAccount
Retrieves the associated entity for this EntityAccount.
getEntity() - Method in interface com.storedobject.core.ContentProducer
 
getEntity() - Method in class com.storedobject.core.EntityRole
getEntity() - Method in class com.storedobject.core.InventoryVirtualLocation
 
getEntity() - Method in class com.storedobject.core.ReportFormat
Get the entity Id for which this "report format" definition is applicable.
getEntity() - Method in class com.storedobject.core.SystemEntity
Gets the entity of this System Entity
getEntity() - Method in class com.storedobject.core.TransactionManager
 
getEntity() - Method in class com.storedobject.office.ExcelReport
 
getEntity() - Method in class com.storedobject.office.ODSReport
 
getEntity() - Method in class com.storedobject.office.ODTReport
 
getEntity() - Method in class com.storedobject.office.TextReport
 
getEntity() - Method in class com.storedobject.pdf.PDF
Get the entity (If the entity can not be identified from "Transaction Manager" or "Entity", then, null is returned.
getEntityAccountClass() - Method in class com.storedobject.accounts.AccountConfiguration
 
getEntityAccountClassName() - Method in class com.storedobject.accounts.AccountConfiguration
Retrieves the entity account class name.
getEntityFilter(SystemEntity, String) - Method in interface com.storedobject.ui.ObjectGridData
 
getEntityId() - Method in class com.storedobject.accounts.BusinessEntity
Retrieves the ID of the business entity.
getEntityId() - Method in class com.storedobject.accounts.EntityAccount
Returns the entity Id.
getEntityId() - Method in class com.storedobject.core.EntityRole
getEntityId() - Method in class com.storedobject.core.InventoryBin
 
getEntityId() - Method in class com.storedobject.core.InventoryCustodyLocation
 
getEntityId() - Method in class com.storedobject.core.InventoryFitmentPosition
 
getEntityId() - Method in class com.storedobject.core.InventoryLocation
 
getEntityId() - Method in class com.storedobject.core.InventoryVirtualLocation
 
getEntityId() - Method in class com.storedobject.core.ReportFormat
Get the entity Id for which this "report format" definition is applicable.
getEntityId() - Method in class com.storedobject.core.SystemEntity
Gets the Id of the entity.
getEntityLocation() - Method in class com.storedobject.pdf.PDF
Get the location of the entity (If the entity can not be identified from "Transaction Manager" or "Entity", then, a blank String is returned.
getEntityName() - Method in class com.storedobject.pdf.PDF
Get the name of the entity (If the entity can not be identified from "Transaction Manager" or "Entity", then, a blank String is returned.
getEntries() - Method in class com.storedobject.core.LedgerWindow
Get the list containing the ledger entries.
getEntry(int) - Method in class com.storedobject.core.JournalVoucher
Get the entry at a specific index.
getEntryCount() - Method in class com.storedobject.core.JournalVoucher
Get the entry count of this JV.
getEntrySerial() - Method in class com.storedobject.core.JournalVoucher.Entry
Get the serial number of this entry in the JV.
getEntrySerial() - Method in interface com.storedobject.core.LedgerEntry
Get the entry serial number.
getEntrySerial() - Method in class com.storedobject.core.TransactionValueDate
 
getEntrySerial() - Method in class com.storedobject.core.UnpostedJournalEntry
 
getEnvironment() - Method in class com.storedobject.common.SystemProcess
Retrieves the environment variables associated with the system process.
getEnvironment() - Method in class com.storedobject.vaadin.Application
Get the current "application environment".
getEpoch() - Method in class com.storedobject.ui.DatePeriodField
Get the current epoch value.
getEpoch() - Method in class com.storedobject.ui.TimestampField
Get the current epoch value.
getEpoch() - Method in class com.storedobject.ui.TimestampPeriodField
Get the current epoch value.
getEpoch() - Method in class com.storedobject.vaadin.DateField
Get the current epoch value.
getEpoch() - Method in class com.storedobject.vaadin.LegacyDateField
Get the current epoch value.
getError() - Method in class com.storedobject.client.Client
Get the current error if any.
getError() - Method in class com.storedobject.common.ErrorText
 
getError() - Method in class com.storedobject.common.SystemProcess
Retrieves the error message generated during the execution of the process.
getError() - Method in class com.storedobject.core.AbstractTransaction
Gets the current error in Transaction.
getError() - Method in interface com.storedobject.core.ContentProducer
Get the current error (set via ContentProducer.abort(Throwable)).
getError() - Method in exception class com.storedobject.core.Error_Running_SQL
 
getError() - Method in class com.storedobject.core.Message
Get the current error value.
getError() - Method in class com.storedobject.core.RawSQL
 
getError() - Method in class com.storedobject.core.StreamContentProducer
 
getError() - Method in interface com.storedobject.core.Transaction
Gets the current error in Transaction.
getError() - Method in class com.storedobject.mail.Error
 
getErrorCellValue() - Method in class com.storedobject.office.od.ods.Cell
 
getErrorDisplay() - Method in class com.storedobject.vaadin.AbstractDataForm
Get the current error display of the form.
getErrorDisplay() - Method in class com.storedobject.vaadin.AbstractForm
Get the current error display of the form.
getErrorDisplay() - Method in class com.storedobject.vaadin.util.Data
Get the current error display.
getErrorMessageCount() - Static method in class com.storedobject.iot.MQTT
 
getErrorObject() - Method in class com.storedobject.common.ErrorText
 
getErrorValue() - Method in class com.storedobject.mail.Mail
Retrieves the error value associated with the current object's error property.
getErrorValue() - Method in class com.storedobject.sms.SMSMessage
 
getErrorValue() - Method in class com.storedobject.telegram.Telegram
 
getErrorValue(int) - Static method in class com.storedobject.mail.Mail
Retrieves a specific error value from the predefined error values array based on the provided input value.
getErrorValue(int) - Static method in class com.storedobject.sms.SMSMessage
 
getErrorValue(int) - Static method in class com.storedobject.telegram.Telegram
 
getErrorValues() - Static method in class com.storedobject.mail.Mail
Retrieves the array of error values associated with the mail.
getErrorValues() - Static method in class com.storedobject.sms.SMSMessage
 
getErrorValues() - Static method in class com.storedobject.telegram.Telegram
 
getEscalateTo() - Method in class com.storedobject.job.MessageEscalation
 
getEscalateToId() - Method in class com.storedobject.job.MessageEscalation
 
getEvent() - Method in class com.storedobject.chart.SOEvent
Get the event name.
getEventGroup(int) - Method in class com.storedobject.chart.ActivityList
getEventListeners() - Method in class com.storedobject.chart.Node
 
getEvents() - Method in class com.storedobject.chart.Chart
 
getEvents() - Method in interface com.storedobject.chart.Component
 
getEveryday() - Method in class com.storedobject.iot.FullConsumption
 
getExact(String) - Static method in class com.storedobject.core.SystemUser
 
getExcelCell(int, int) - Method in class com.storedobject.ui.common.ExcelDataUpload
Get the name of the excel cell address for the given data row.
getExcelColumn(int) - Method in class com.storedobject.ui.common.ExcelDataUpload
Get the column name of the Excel cell address for the given data row.
getExcelInBrowse() - Method in class com.storedobject.core.UIMetadata
 
getExcelRow(int) - Method in class com.storedobject.ui.common.ExcelDataUpload
Get the Excel row number for the given data row.
getException() - Method in class com.storedobject.common.HTTP2.Builder
 
getException() - Method in class com.storedobject.common.StringCollector
Retrieves the exception that occurred during the reading process, if any.
getException() - Method in exception class com.storedobject.core.Error_Running_SQL
 
getException() - Method in class com.storedobject.mail.Sender.Debugger
 
getException() - Method in class com.storedobject.office.ODT
 
getException(String) - Method in class com.storedobject.core.SQLConnector
Gets an equivalent exception from the StoredObject system.
getExchangeRate() - Method in class com.storedobject.accounts.Invoice
 
getExchangeRate(Currency) - Method in class com.storedobject.core.Money
Gets the exchange rate (average of selling rate and buying rate).
getExchangeRate(Currency, SystemEntity) - Method in class com.storedobject.core.Money
Gets the exchange rate (average of selling rate and buying rate).
getExchangeRate(Currency, Currency) - Static method in class com.storedobject.core.Money
Gets the exchange rate (average of selling rate and buying rate).
getExchangeRate(Currency, Currency, SystemEntity) - Static method in class com.storedobject.core.Money
Gets the exchange rate (average of selling rate and buying rate).
getExecutable() - Method in class com.storedobject.core.Logic
 
getExecutable() - Method in exception class com.storedobject.core.LogicRedirected
Get the alternate logic of the original logic.
getExistsCondition(Class<O>, String) - Static method in class com.storedobject.core.QueryBuilder
Create an "exists condition" that can be used for retrieving or querying StoredObject instances.
getExistsCondition(Class<O>, String) - Static method in class com.storedobject.core.StoredObject
getExistsCondition(Class<O>, String, String) - Static method in class com.storedobject.core.QueryBuilder
Create an "exists condition" that can be used for retrieving or querying StoredObject instances.
getExistsCondition(Class<O>, String, String) - Static method in class com.storedobject.core.StoredObject
getExitSite() - Method in class com.storedobject.core.BrowserDeviceLayout
 
getExitSite() - Method in interface com.storedobject.core.IdentityCheck
Get the site to go when password is successfully set.
getExitValue() - Method in class com.storedobject.common.SystemProcess
Retrieves the exit value of the last executed system process.
getExpiry() - Method in class com.storedobject.core.Document
 
getExpiry() - Method in class com.storedobject.core.PIN
 
getExpiryApplicable() - Method in class com.storedobject.core.DocumentType
 
getExpiryDate() - Method in class com.storedobject.core.FileData
 
getExpiryDays() - Method in class com.storedobject.core.PasswordPolicy
 
getExt() - Method in class com.storedobject.ui.util.AbstractContentGenerator
 
getExternalUser() - Method in class com.storedobject.core.ExternalSystemUser
 
getExtraAxisLabel(AbstractTask) - Method in class com.storedobject.chart.AbstractProject
Get the extra axis label for the task/activity.
getExtraAxisLabel(AbstractTask) - Method in class com.storedobject.chart.ActivityList
 
getExtraAxisLabel(AbstractTask) - Method in class com.storedobject.chart.Project
Get the extra axis label for the task.
getExtraAxisLabel(ActivityList.ActivityGroup) - Method in class com.storedobject.chart.ActivityList
 
getExtraCaptions() - Method in class com.storedobject.report.ObjectList
 
getExtraCaptions() - Method in class com.storedobject.report.ObjectListExcel
 
getExtraCondition() - Method in class com.storedobject.report.ObjectList
 
getExtraCondition() - Method in interface com.storedobject.report.ObjectLister
 
getExtraCondition() - Method in class com.storedobject.report.ObjectListExcel
 
getExtraCondition() - Method in class com.storedobject.ui.ObjectList
Specify extra condition to be applied while retrieving the data.
getExtraConstructors() - Method in class com.storedobject.tools.TableDefinition
 
getExtraData() - Method in class com.storedobject.core.JournalVoucher.Entry
Returns the extra data associated with this entry.
getExtraData() - Method in class com.storedobject.core.UnpostedJournalEntry
 
getExtraFields() - Method in class com.storedobject.core.ClassAttribute
Get extra fields of this.
getExtraFontSize() - Method in class com.storedobject.chart.AbstractProject
Get the font-size used to render the extra information of group.
getExtraFontSize() - Method in class com.storedobject.chart.AbstractTask
Get the font-size used to render the extra information of group (Applicable only if this is a group).
getExtraImports() - Method in class com.storedobject.tools.TableDefinition
 
getExtraInfo() - Method in class com.storedobject.chart.AbstractTask
Get the extra information associated with this.
getExtraInfo() - Method in class com.storedobject.core.ClassAttribute
 
getExtraInfoClass() - Method in class com.storedobject.core.ExtraInfoDefinition
 
getExtraInfoClassName() - Method in class com.storedobject.core.ExtraInfoDefinition
 
getExtraInfoField() - Method in class com.storedobject.ui.ObjectEditor
Get the extra info field if exists.
getExtraInformation() - Method in class com.storedobject.core.UnpostedJournal
 
getExtraLines() - Method in class com.storedobject.common.Address
Get the number of extra lines.
getExtraLines() - Method in class com.storedobject.common.AEAddress
 
getExtraLines() - Method in class com.storedobject.common.GBAddress
 
getExtraLines() - Method in class com.storedobject.common.INAddress
 
getExtraLines() - Method in class com.storedobject.common.LKAddress
 
getExtraLines() - Method in class com.storedobject.common.MYAddress
 
getExtraLines() - Method in class com.storedobject.common.PKAddress
 
getExtraLines() - Method in class com.storedobject.common.SGAddress
 
getExtraLines() - Method in class com.storedobject.common.USAddress
 
getExtraLines() - Method in class com.storedobject.common.XXAddress
 
getExtraMethods() - Method in class com.storedobject.tools.TableDefinition
 
getExtraParagraphSpace() - Method in class com.storedobject.pdf.PDFCell
Get the extra space between paragraphs.
getFailureMessage() - Method in interface com.storedobject.core.IdentityCheck
Get the message to be shown when a "password change" fails.
getFamily() - Method in class com.storedobject.chart.Font
Get font-family.
getFamily() - Method in class com.storedobject.core.ClassAttribute
 
getFamily() - Method in class com.storedobject.pdf.PDFFont
Get the font family.
getFamily(String) - Static method in class com.storedobject.pdf.PDFFont
Get the font family for the given name.
getFamilyName() - Method in class com.storedobject.pdf.PDFFont
Get the font family name.
getFault() - Method in class com.storedobject.common.SOAP
Get the SOAP Fault node (Available when response is received).
getFault(JSON) - Static method in class com.storedobject.client.Client
Extract fault if any from the given JSON object.
getFemale() - Method in class com.storedobject.ui.tools.ManageSalutation.Salutation
 
getField() - Method in class com.storedobject.ui.AbstractLinkGrid
 
getField() - Method in class com.storedobject.ui.DecimalNumberField
 
getField() - Method in interface com.storedobject.ui.LinkGrid
 
getField() - Method in interface com.storedobject.ui.LinkValue
 
getField() - Method in class com.storedobject.ui.ObjectField
Get the internal field.
getField() - Method in class com.storedobject.ui.RateField
 
getField() - Method in class com.storedobject.ui.TimestampField
 
getField() - Method in class com.storedobject.ui.util.ComputedField
 
getField() - Method in class com.storedobject.vaadin.CustomTextField
Get the internal text field that represents the value of the field.
getField() - Method in class com.storedobject.vaadin.DateField
 
getField() - Method in class com.storedobject.vaadin.TranslatedField
Get the embedded field.
getField(int) - Method in class com.storedobject.vaadin.CompoundField
Get a field from this.
getField(String) - Method in class com.storedobject.ui.AbstractEditableGrid
Get the field for the given column name.
getField(String) - Method in class com.storedobject.ui.EditableGrid
 
getField(String) - Method in class com.storedobject.ui.EditableObjectGrid
 
getField(String) - Method in class com.storedobject.ui.ObjectEditor
 
getField(String) - Method in class com.storedobject.ui.tools.PermissionEditor
 
getField(String) - Method in class com.storedobject.vaadin.AbstractDataForm
Get a field associated with a field name.
getField(String) - Method in class com.storedobject.vaadin.AbstractForm
Get a field associated with a field name.
getField(String) - Method in class com.storedobject.vaadin.util.Data
Get the field for the given field name.
getFieldCount() - Method in class com.storedobject.vaadin.util.Data
Get the number of fields.
getFieldCreator() - Method in class com.storedobject.vaadin.AbstractDataEditor
Get the "field creator" for this form.
getFieldGetMethod(String) - Method in class com.storedobject.ui.util.SOFieldCreator
 
getFieldGetMethod(String) - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
 
getFieldGetMethod(String) - Method in class com.storedobject.vaadin.AbstractDataEditor
Get the field's "get" method.
getFieldGetMethod(String) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
Get the "getXXX" method for a given field name.
getFieldGetMethod(String) - Method in class com.storedobject.vaadin.ObjectForm
Get the field's "get" method.
getFieldGetMethods() - Method in class com.storedobject.ui.util.SOFieldCreator
 
getFieldGetMethods() - Method in interface com.storedobject.vaadin.ObjectFieldCreator
Get the "getXXX" methods of the object from which name of the "fields" can be determined.
getFieldLabel(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
Get label for the given field.
getFieldLabel(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
Get label for the given field.
getFieldLabel(String) - Method in class com.storedobject.vaadin.AbstractDataForm
Get label for the given field.
getFieldLabel(String) - Method in class com.storedobject.vaadin.AbstractForm
Get label for the given field.
getFieldMetadata(String) - Method in class com.storedobject.core.ClassAttribute
Get the UI field metadata for a given attribute name.
getFieldMetadata(String, boolean) - Method in class com.storedobject.core.ClassAttribute
Get the UI field metadata for a given attribute name.
getFieldName() - Method in class com.storedobject.core.UIFieldMetadata
 
getFieldName() - Method in class com.storedobject.ui.ObjectEditor
 
getFieldName() - Method in class com.storedobject.ui.ObjectLinkField
 
getFieldName(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
Get a field name associated with a field.
getFieldName(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
Get a field name associated with a field.
getFieldName(Method) - Method in class com.storedobject.ui.util.SOFieldCreator
 
getFieldName(Method) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
Get field name for a method (typically a getXXX or isXXX method).
getFieldNameForId(String) - Method in class com.storedobject.ui.TemplateDataForm
Get the name of the field.
getFieldNames() - Method in class com.storedobject.ui.common.ManageMailSenders
 
getFieldNames() - Method in class com.storedobject.ui.common.ManageMailSenders.ManageGMailSenders
 
getFieldNames() - Method in class com.storedobject.ui.util.SOFieldCreator
 
getFieldNames() - Method in class com.storedobject.vaadin.AbstractDataEditor
Get the names of the fields to be generated in the form.
getFieldNames() - Method in class com.storedobject.vaadin.AbstractDataForm
Get the field names.
getFieldNames() - Method in class com.storedobject.vaadin.AbstractForm
Get the field names.
getFieldNames() - Method in interface com.storedobject.vaadin.ObjectFieldCreator
Get additional field names (in addition to the ones got from ObjectFieldCreator.getFieldGetMethods().
getFieldNames() - Method in class com.storedobject.vaadin.ObjectForm
Get the valid/allowed field names.
getFieldNames() - Method in class com.storedobject.vaadin.util.Data
Get the names of all the fields.
getFieldOrder() - Method in class com.storedobject.core.UIFieldMetadata
 
getFieldOrder(String) - Method in class com.storedobject.ui.common.MemoSystem.MemoEditor
 
getFieldOrder(String) - Method in class com.storedobject.ui.tools.JavaClassEditor
 
getFieldOrder(String) - Method in class com.storedobject.ui.tools.ManageExternalUsers
 
getFieldOrder(String) - Method in class com.storedobject.ui.tools.TableDefinitionEditor
 
getFieldOrder(String) - Method in class com.storedobject.ui.util.SOFieldCreator
 
getFieldOrder(String) - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
 
getFieldOrder(String) - Method in class com.storedobject.vaadin.AbstractDataEditor
Get the order in which a field to appear in the form.
getFieldOrder(String) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
Determine the order in which field is displayed on the form.
getFieldOrder(String) - Method in class com.storedobject.vaadin.ObjectForm
Get the order in which a field to appear in the form.
getFields() - Method in class com.storedobject.vaadin.util.Data
Get all the fields.
getFields(int) - Method in class com.storedobject.ui.SteppedDataForm
Get field names for the step.
getFields(int) - Method in class com.storedobject.ui.SteppedObjectForm
Get field names for the step.
getFieldSetMethod(String, Method) - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
 
getFieldSetMethod(String, Method) - Method in class com.storedobject.vaadin.AbstractDataEditor
Get the field's "set" method.
getFieldSetMethod(String, Method) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
Get the "setXXX" method for a given field name.
getFieldSetMethod(String, Method) - Method in class com.storedobject.vaadin.ObjectForm
Get the field's "set" method.
getFieldValueHandler() - Method in class com.storedobject.vaadin.util.Data
Get the current field value handler.
getFile() - Method in class com.storedobject.core.FileData
 
getFile() - Method in class com.storedobject.core.MediaFile
 
getFile() - Method in class com.storedobject.mail.Attachment
 
getFileClass() - Method in class com.storedobject.core.AttachmentDefinition
 
getFileClass() - Method in class com.storedobject.core.DocumentConfiguration
 
getFileClass() - Method in class com.storedobject.ui.util.StreamAttachment
 
getFileClassName() - Method in class com.storedobject.core.AttachmentDefinition
 
getFileCount() - Method in class com.storedobject.ui.UploadProcessorView
 
getFileData(String) - Method in class com.storedobject.core.Id
 
getFileData(String) - Method in class com.storedobject.core.StoredObject
Get the "file data" FileData attachment instance available under this instance.
getFileData(String, Transaction) - Method in class com.storedobject.core.Id
 
getFileData(String, Transaction) - Method in class com.storedobject.core.StoredObject
Get the "file data" FileData attachment instance available under this instance for a given transaction.
getFileExtension() - Method in interface com.storedobject.common.BinaryContentGenerator
File extension normally used for this type of content.
getFileExtension() - Method in interface com.storedobject.common.ContentGenerator
File extension normally used for this type of content.
getFileExtension() - Method in class com.storedobject.common.CSV
 
getFileExtension() - Method in interface com.storedobject.common.ImageGenerator
File extension normally used for this type of content.
getFileExtension() - Method in class com.storedobject.common.SVG
 
getFileExtension() - Method in interface com.storedobject.common.TextContentGenerator
File extension normally used for this type of content.
getFileExtension() - Method in interface com.storedobject.core.ContentProducer
 
getFileExtension() - Method in class com.storedobject.core.FileData
 
getFileExtension() - Method in class com.storedobject.core.ImageProducer
 
getFileExtension() - Method in class com.storedobject.core.StreamData
 
getFileExtension() - Method in class com.storedobject.core.StreamDataContent
 
getFileExtension() - Method in class com.storedobject.core.TextContentProducer
 
getFileExtension() - Method in class com.storedobject.office.Excel
 
getFileExtension() - Method in class com.storedobject.office.ODS
 
getFileExtension() - Method in class com.storedobject.office.ODT
 
getFileExtension() - Method in class com.storedobject.pdf.PDF
Gets the file name extension.
getFileExtension() - Method in class com.storedobject.ui.Content
 
getFileExtension(String) - Static method in interface com.storedobject.common.ContentGenerator
 
getFileId() - Method in class com.storedobject.core.FileData
 
getFileId() - Method in class com.storedobject.core.MediaFile
 
getFileId() - Method in class com.storedobject.mail.Attachment
 
getFileName() - Method in interface com.storedobject.core.ContentProducer
 
getFileName() - Method in class com.storedobject.core.MediaFile
 
getFileName() - Method in class com.storedobject.core.StreamContentProducer
 
getFileName() - Method in class com.storedobject.core.StreamDataContent
 
getFileName() - Method in class com.storedobject.mail.Attachment
 
getFileName() - Method in class com.storedobject.office.ODT
 
getFileName() - Method in class com.storedobject.pdf.PDF
Gets the name of the file for this PDF
getFileName() - Method in class com.storedobject.ui.Content
 
getFileName() - Method in class com.storedobject.ui.FileField
 
getFileName() - Method in class com.storedobject.ui.iot.DataDownload
 
getFileName() - Method in class com.storedobject.ui.UploadProcessorView
 
getFileName() - Method in class com.storedobject.ui.util.DownloadStream
Returns the file name.
getFileName() - Method in class com.storedobject.vaadin.UploadField
Get name of the file that is being processed.
getFillColor() - Method in class com.storedobject.chart.Shape.Style
Get the fill color.
getFiller() - Method in class com.storedobject.office.ODT
 
getFillerColor() - Method in class com.storedobject.chart.DataZoom
Get the filler color.
getFilter() - Method in interface com.storedobject.core.Filtered
 
getFilter() - Method in class com.storedobject.core.MemoryCache
 
getFilter() - Method in class com.storedobject.core.ObjectCacheList
 
getFilter() - Method in class com.storedobject.core.ObjectForest
 
getFilter() - Method in class com.storedobject.core.ObjectLoadFilter
Get the current filter condition.
getFilter() - Method in class com.storedobject.core.ObjectTree
 
getFilter() - Method in class com.storedobject.core.ReportDefinition
Get the filter variables with comparison indicators.
getFilter() - Method in class com.storedobject.office.PDFProperties
 
getFilter(String) - Method in class com.storedobject.core.ObjectLoadFilter
Get the current filter condition with an extra condition appended to it.
getFilterButton() - Method in class com.storedobject.ui.util.LoadFilterButtons
 
getFilterCondition() - Method in interface com.storedobject.common.FilterProvider
Get the filter condition string.
getFilterCondition() - Method in interface com.storedobject.core.FilterMethods
Get the current filter condition that is applicable when loading the instances.
getFilterMode() - Method in class com.storedobject.chart.AbstractDataZoom
Get the filter mode.
getFilterPredicate() - Method in interface com.storedobject.core.ObjectSearchBuilder
 
getFilterPredicate() - Method in class com.storedobject.ui.ObjectFilter
 
getFilterProvider() - Method in class com.storedobject.core.ObjectLoadFilter
Get the "filter provider".
getFilterText() - Method in interface com.storedobject.core.ObjectSearchBuilder
 
getFilterText() - Method in class com.storedobject.ui.ObjectFilter
 
getFireImmediately() - Method in class com.storedobject.job.Schedule
 
getFirst() - Method in class com.storedobject.core.MemoComment
 
getFirstCellNum() - Method in class com.storedobject.office.od.ods.Row
 
getFirstLineIndent() - Method in class com.storedobject.pdf.PDFParagraph
 
getFirstName() - Method in class com.storedobject.core.Person
Get the first name of the person
getFirstRowNum() - Method in class com.storedobject.office.od.ods.Sheet
 
getFirstStream() - Method in class com.storedobject.common.TeeOutputStream
Get the first stream.
getFirstVisibleTab() - Method in class com.storedobject.office.od.ods.Workbook
 
getFittedItem() - Method in class com.storedobject.core.InventoryFitmentPosition
Get the item that is fitted at this position.
getFittedItem(Transaction) - Method in class com.storedobject.core.InventoryFitmentPosition
Get the item that is fitted at this position (checks within a transaction).
getFitToPage() - Method in class com.storedobject.office.od.ods.Sheet
 
getFixedColumnWidth(String) - Method in interface com.storedobject.vaadin.HasColumns
This method is invoked when the real column is created to determine whether the column requires "fixed and inflexible width" or not.
getFixedFilter() - Method in class com.storedobject.ui.ObjectForestProvider
 
getFixedFilter() - Method in class com.storedobject.ui.ObjectListProvider
 
getFixedFilter() - Method in interface com.storedobject.ui.ObjectLoader
 
getFixedFilter() - Method in class com.storedobject.ui.ObjectTreeProvider
 
getFixedHeight() - Method in class com.storedobject.pdf.PDFCell
Get fixed height for the cell.
getFlag() - Method in class com.storedobject.common.Country
Get the flag as an emoji that can be displayed in most of the computer systems.
getFmt() - Method in class com.storedobject.core.WebBiometric.Attestation
 
getFolder() - Method in class com.storedobject.core.FileData
 
getFolder() - Static method in class com.storedobject.ui.util.SOServlet
 
getFoldingPoint() - Method in class com.storedobject.ui.FoldingLayout
Set the folding point (Point at which folding is initiated).
getFollowingIndent() - Method in class com.storedobject.pdf.PDFCell
Get the following indent.
getFont() - Method in class com.storedobject.chart.Text
Get the current font.
getFont() - Method in class com.storedobject.pdf.PDFChunk
Set the font.
getFont() - Method in class com.storedobject.pdf.PDFPhrase
Get the current font.
getFontAt(int) - Method in class com.storedobject.office.od.ods.Workbook
 
getFontSize() - Method in class com.storedobject.chart.AbstractTask
Get the font-size used to render the details
getFontSize() - Method in class com.storedobject.core.ApplicationModule
 
getFontSize() - Method in class com.storedobject.pdf.PDF
Gets default font size.
getFontSize() - Method in class com.storedobject.ui.ModuleMenu
Get the font-size of the menu title.
getFontStyle() - Method in class com.storedobject.chart.TextStyle
Get font.
getFooter() - Method in class com.storedobject.core.ReportColumnDefinition
 
getFooter() - Method in class com.storedobject.mail.Sender
 
getFooter() - Method in class com.storedobject.office.od.ods.Sheet
 
getFooter() - Method in class com.storedobject.pdf.PDF
Footer to be displayed on each page.
getFooterAlignment() - Method in class com.storedobject.core.ReportColumnDefinition
 
getFooterAlignmentValue() - Method in class com.storedobject.core.ReportColumnDefinition
 
getFooterAlignmentValue(int) - Static method in class com.storedobject.core.ReportColumnDefinition
 
getFooterAlignmentValues() - Static method in class com.storedobject.core.ReportColumnDefinition
 
getFooterHeight() - Method in class com.storedobject.pdf.PDFTable
 
getFooterRows() - Method in class com.storedobject.pdf.PDFTable
 
getFooterType() - Method in class com.storedobject.mail.Sender
 
getFor(Id) - Static method in class com.storedobject.accounts.BusinessEntity
Retrieves the business entity for the given entity ID.
getFor(Id) - Static method in class com.storedobject.accounts.PersonalEntity
 
getFor(Id) - Static method in class com.storedobject.core.LandedCostType
 
getFor(Id) - Static method in class com.storedobject.core.TaxMethod
 
getFor(Id) - Static method in class com.storedobject.core.TaxRate
 
getFor(Id) - Static method in class com.storedobject.core.TaxRegion
 
getFor(Id) - Static method in class com.storedobject.core.TaxType
 
getFor(Id, int, int) - Static method in class com.storedobject.accounts.AccountConfiguration
Retrieves the AccountConfiguration for a given SystemEntity, category, and type.
getFor(SystemUser) - Static method in class com.storedobjects.support.SupportPerson
 
getFor(TransactionManager, JavaClass) - Static method in class com.storedobject.core.DeveloperLog
 
getFor(Class<?>) - Static method in class com.storedobject.core.DataChangeNotifierLogic
Retrieves the DataChangeNotifier class for a given data class.
getFor(Class<? extends StoredObject>) - Static method in class com.storedobject.core.SerialConfigurator
 
getFor(Class<? extends StoredObject>, String) - Static method in class com.storedobject.core.PrintLogicDefinition
 
getFor(Class<? extends Unit>) - Static method in class com.storedobject.iot.UnitItemType
 
getFor(Class<? extends Unit>) - Static method in class com.storedobject.iot.UnitType
 
getFor(Class<? extends Unit>, Class<? extends Data>) - Static method in class com.storedobject.iot.UnitDefinition
 
getFor(String) - Static method in class com.storedobject.core.Account
 
getFor(String) - Static method in class com.storedobject.core.MessageTemplate
 
getFor(String) - Static method in class com.storedobject.core.TransactionType
 
getFor(String) - Static method in class com.storedobject.iot.UnitItemType
 
getFor(String) - Static method in class com.storedobject.iot.UnitType
 
getFor(String) - Static method in class com.storedobject.job.MessageGroup
 
getFor(String, String) - Static method in class com.storedobject.iot.UnitDefinition
 
getForceFormulaRecalculation() - Method in class com.storedobject.office.od.ods.Sheet
 
getForceFormulaRecalculation() - Method in class com.storedobject.office.od.ods.Workbook
 
getForClass(Class<T>) - Static method in class com.storedobject.core.PasswordPolicy
 
getForConsumer(Id) - Static method in class com.storedobject.core.InventoryVirtualLocation
 
getForeignCurrency() - Method in class com.storedobject.core.ExchangeRate
 
getForeignReference() - Method in class com.storedobject.core.JournalVoucher
Get the foreign reference of this JV (to be used by the foreign system).
getForeignReference() - Method in class com.storedobject.core.UnpostedJournal
 
getForeignSystem() - Method in class com.storedobject.core.JournalVoucherStage
 
getForeignSystemId() - Method in class com.storedobject.core.JournalVoucherStage
 
getForest() - Method in class com.storedobject.ui.ObjectForestProvider
 
getForExternalOwner(Id) - Static method in class com.storedobject.core.InventoryVirtualLocation
 
getForLoanFrom(Id) - Static method in class com.storedobject.core.InventoryVirtualLocation
 
getForLoanTo(Id) - Static method in class com.storedobject.core.InventoryVirtualLocation
 
getForm() - Method in class com.storedobject.vaadin.AbstractDataEditor
 
getForm() - Method in class com.storedobject.vaadin.AbstractDataForm
Get the form embedded in this view.
getFormat() - Method in class com.storedobject.common.Barcode
Get the barcode format.
getFormat() - Method in class com.storedobject.ui.BarcodeImage
 
getFormatter() - Method in class com.storedobject.chart.Label
Get the label formatter currently set.
getFormEditor() - Method in class com.storedobject.ui.ObjectFormField
 
getFormLayout() - Method in class com.storedobject.core.ClassAttribute
Get the "form layout" information of this.
getFormLayout() - Method in class com.storedobject.core.UIMetadata
 
getFormStyle() - Method in class com.storedobject.core.ClassAttribute
Get the "form style" of this.
getFormStyle() - Method in class com.storedobject.core.UIMetadata
 
getFormStyle() - Method in class com.storedobject.tools.TableDefinition
 
getFormStyleValue() - Method in class com.storedobject.core.UIMetadata
 
getFormStyleValue() - Method in class com.storedobject.tools.TableDefinition
 
getFormStyleValue(int) - Static method in class com.storedobject.core.UIMetadata
 
getFormStyleValue(int) - Static method in class com.storedobject.tools.TableDefinition
 
getFormStyleValues() - Static method in class com.storedobject.core.UIMetadata
 
getFormStyleValues() - Static method in class com.storedobject.tools.TableDefinition
 
getFormTitle() - Method in class com.storedobject.tools.TableDefinition
 
getForPerson(Id) - Static method in class com.storedobject.core.InventoryCustodyLocation
 
getForPerson(Person) - Static method in class com.storedobject.core.InventoryCustodyLocation
 
getForRepairOrganization(Id) - Static method in class com.storedobject.core.InventoryVirtualLocation
 
getForStore(Id) - Static method in class com.storedobject.core.InventoryStoreBin
 
getForStore(InventoryStore) - Static method in class com.storedobject.core.InventoryStoreBin
 
getForSupplier(Id) - Static method in class com.storedobject.core.InventoryVirtualLocation
 
getFractionDigits() - Method in class com.storedobject.core.Money
 
getFractionDigits(Currency) - Static method in class com.storedobject.core.Money
 
getFreeConnectionCount() - Static method in class com.storedobject.core.SQLConnector
Gets the number of free connections available in the pool as of now.
getFriday() - Method in class com.storedobject.iot.FullConsumption
 
getFrom() - Method in class com.storedobject.chart.BezierCurve
Get the "from" point.
getFrom() - Method in class com.storedobject.chart.Line
Get the "from" point.
getFrom() - Method in class com.storedobject.chart.SankeyChart.Edge
Get the starting node of the edge.
getFrom() - Method in class com.storedobject.common.Range
 
getFrom() - Method in class com.storedobject.ui.RangeField
 
getFrom(InventoryLedger) - Method in class com.storedobject.ui.inventory.ItemMovementView
 
getFromAddress() - Method in class com.storedobject.mail.Mail
Retrieves the "from address" associated with the sender of the mail.
getFromAddress() - Method in class com.storedobject.mail.Sender
 
getFromAddressName() - Method in class com.storedobject.mail.Sender
 
getFromField() - Method in class com.storedobject.ui.RangeField
 
getFromField() - Method in class com.storedobject.ui.TimestampPeriodField
 
getFromInventory() - Method in class com.storedobject.accounts.Invoice
 
getFromLink() - Method in class com.storedobject.core.ServerLink
 
getFromLocation() - Method in class com.storedobject.core.InventoryTransfer
 
getFromLocation() - Method in class com.storedobject.core.MaterialRequest
 
getFromLocationId() - Method in class com.storedobject.core.InventoryTransfer
 
getFromLocationId() - Method in class com.storedobject.core.MaterialRequest
 
getFromMonth() - Method in class com.storedobject.ui.MonthPeriodField
 
getFromYear() - Method in class com.storedobject.ui.MonthPeriodField
 
getGap() - Method in class com.storedobject.chart.AbstractLabel
Set the gap between the part and labels.
getGap() - Method in class com.storedobject.chart.Axis.PointerHandle
Set the gap between the axis and the handle.
getGap() - Method in class com.storedobject.chart.Title
Get the gap between title and sub-title.
getGap() - Method in class com.storedobject.ui.FoldingLayout
Get the gap between components.
getGap() - Method in class com.storedobject.vaadin.ButtonLayout
Get the gap between components.
getGapName() - Method in class com.storedobject.chart.AbstractLabel
Name of the gap to be used when rendering (It is different when different parts are used).
getGapName() - Method in class com.storedobject.chart.Chart.Label
 
getGender() - Method in class com.storedobject.core.Person
Get the gender value
getGenderValue() - Method in class com.storedobject.core.Person
Get the gender value as a String in the local language
getGenderValues() - Static method in class com.storedobject.core.Person
 
getGeneralRemarks() - Method in class com.storedobject.sms.Provider
 
getGenerated() - Method in class com.storedobject.core.JavaClass
 
getGeneratedBy() - Method in class com.storedobject.core.JournalVoucher
Get the owner who generated this JV.
getGeneratedBy() - Method in class com.storedobject.core.LoginMessage
 
getGetMethod(String) - Method in class com.storedobject.core.ObjectData
 
getGlobalBooleanProperty(String) - Static method in class com.storedobject.core.ApplicationServer
 
getGlobalBooleanProperty(String, boolean) - Static method in class com.storedobject.core.ApplicationServer
 
getGlobalBooleanProperty(String, boolean, boolean) - Static method in class com.storedobject.core.ApplicationServer
 
getGlobalProperty(String) - Static method in class com.storedobject.core.ApplicationServer
 
getGlobalProperty(String, boolean) - Static method in class com.storedobject.core.ApplicationServer
 
getGlobalProperty(String, String) - Static method in class com.storedobject.core.ApplicationServer
 
getGlobalProperty(String, String, boolean) - Static method in class com.storedobject.core.ApplicationServer
 
getGrandParentItem() - Method in class com.storedobject.core.InventoryItem
Get the grandparent item on which this item is fitted on.
getGravity() - Method in class com.storedobject.chart.GraphChart
 
getGrayFill() - Method in class com.storedobject.pdf.PDFRectangle
Get the gray fill value.
getGreen() - Method in class com.storedobject.pdf.PDFColor
Get the green value.
getGrid() - Method in class com.storedobject.ui.ObjectEditor
Get the grid associated with this editor.
getGrid() - Method in class com.storedobject.ui.ObjectLinkField
 
getGridAreas(boolean) - Method in class com.storedobject.chart.Axis
Get the grid-areas for the axis.
getGridLines(boolean) - Method in class com.storedobject.chart.Axis
Get the grid-lines of the axis.
getGRN() - Method in class com.storedobject.core.InventoryItem
 
getGRNId() - Method in class com.storedobject.core.InventoryItem
 
getGRNProducer() - Method in class com.storedobject.ui.inventory.GRN
 
getGRNType() - Method in class com.storedobject.core.InventoryPO
Get the GRN type.
getGrossWeight() - Method in class com.storedobject.core.ConsignmentPacket
 
getGroup() - Method in class com.storedobject.chart.ActivityList.Activity
Get the ActivityList.ActivityGroup this activity belongs to.
getGroup() - Method in class com.storedobject.chart.Project.Task
Get the Project.TaskGroup this task belongs to.
getGroupCount() - Method in class com.storedobject.chart.ActivityList
Get the number of ActivityList.Activity belonging to this group.
getGroupCount() - Method in class com.storedobject.chart.Project
Get the number of Project.Task belonging to this group.
getGroupFontSize() - Method in class com.storedobject.chart.AbstractProject
Get the font-size used to render the task/activity group.
getGroupingCode() - Method in class com.storedobject.core.ContactGroupingCode
 
getGroupingCode() - Method in class com.storedobject.core.ContactType
 
getHandle(boolean) - Method in class com.storedobject.chart.Axis.Pointer
Get the pointer-handle.
getHandleStyle(boolean) - Method in class com.storedobject.chart.DataZoom
Get the handle style.
getHead() - Method in class com.storedobject.core.StoredObjectUtility.MethodList
 
getHead() - Method in class com.storedobject.vaadin.Breadcrumbs
Get the head breadcrumb.
getHeader() - Method in class com.storedobject.common.SOAP
Get the SOAP Header node.
getHeader() - Method in class com.storedobject.office.od.ods.Sheet
 
getHeader() - Method in class com.storedobject.ui.util.Stepper.Step
 
getHeader() - Method in class com.storedobject.vaadin.ContentWithHeader
Get the ButtonLayout from the header portion.
getHeaderBackground() - Method in class com.storedobject.vaadin.ApplicationFrame
Get the background color of the header area.
getHeaderCellCustomizer() - Method in class com.storedobject.report.ObjectList
 
getHeaderColor() - Method in class com.storedobject.vaadin.ApplicationFrame
Get the foreground color of the header area.
getHeaderHeight() - Method in class com.storedobject.pdf.PDFTable
 
getHeaderHeight() - Method in class com.storedobject.vaadin.ApplicationFrame
Get the height of the header area.
getHeaderRows() - Method in class com.storedobject.pdf.PDFTable
 
getHeading(Geolocation) - Method in class com.storedobject.common.Geolocation
 
getHeight() - Method in class com.storedobject.chart.Axis.PointerHandle
Get the height in pixels.
getHeight() - Method in class com.storedobject.chart.Image
Get height in pixels.
getHeight() - Method in class com.storedobject.chart.Rectangle
Get height.
getHeight() - Method in class com.storedobject.common.Barcode
Get the height of hte barcode image.
getHeight() - Method in class com.storedobject.common.SVG
Get the height.
getHeight() - Method in class com.storedobject.core.ConsignmentPacket
 
getHeight() - Method in class com.storedobject.office.od.ods.Row
 
getHeight() - Method in class com.storedobject.pdf.PDF
Gets the printable height.
getHeight() - Method in class com.storedobject.pdf.PDFRectangle
Get the height.
getHeight() - Method in class com.storedobject.vaadin.Icon
 
getHeightInPoints() - Method in class com.storedobject.office.od.ods.Row
 
getHigh() - Method in class com.storedobject.iot.ValueLimit
 
getHigher() - Method in class com.storedobject.iot.ValueLimit
 
getHighest() - Method in class com.storedobject.iot.ValueLimit
 
getHistorical(Class<H>, Id) - Static method in class com.storedobject.core.StoredObject
Retrieve an object from the database or from history if already deleted.
getHitTime() - Method in class com.storedobject.core.SystemUser.LogicHit
 
getHoleRadius() - Method in class com.storedobject.chart.ArcPart
Get radius of the hole.
getHoleRadius() - Method in class com.storedobject.chart.Ring
Get radius of the hole.
getHorizontalAlignment() - Method in class com.storedobject.core.ReportColumnDefinition
 
getHorizontalAlignment() - Method in class com.storedobject.pdf.PDFCell
Get the horizontal alignment.
getHorizontalAlignment() - Method in class com.storedobject.pdf.PDFTable
 
getHorizontalAlignment(String) - Method in class com.storedobject.ui.ObjectGridReport
Get the horizontal alignment.
getHorizontalAlignmentValue() - Method in class com.storedobject.core.ReportColumnDefinition
 
getHorizontalAlignmentValue(int) - Static method in class com.storedobject.core.ReportColumnDefinition
 
getHorizontalAlignmentValues() - Static method in class com.storedobject.core.ReportColumnDefinition
 
getHorizontallyCenter() - Method in class com.storedobject.office.od.ods.Sheet
 
getHorizontalScaling() - Method in class com.storedobject.pdf.PDFChunk
Get horizontal scaling.
getHostName() - Method in class com.storedobject.common.IPLocation
 
getHour() - Method in class com.storedobject.iot.AQI
 
getHour() - Method in class com.storedobject.iot.HourlyConsumption
Retrieves the hour value associated with this instance.
getHour() - Method in class com.storedobject.iot.HourlyStatistics
Retrieves the hour associated with this HourlyStatistics instance.
getHourlyConsumption(Id, int, int) - Method in class com.storedobject.iot.Resource
 
getHourlyConsumption(Id, D) - Method in class com.storedobject.iot.Resource
 
getHourlyConsumption(Resource) - Method in class com.storedobject.iot.AbstractUnit
Retrieves the hourly consumption for the specified resource.
getHourlyConsumption(Resource, int, int) - Method in class com.storedobject.iot.AbstractUnit
Retrieves the hourly consumption for a specific resource, year, and hour.
getHourlyConsumption(Resource, D) - Method in class com.storedobject.iot.AbstractUnit
Retrieves the hourly consumption for the specified resource and date.
getHourlyStatistics(String) - Method in class com.storedobject.iot.Unit
 
getHourlyStatistics(String, int, int) - Method in class com.storedobject.iot.Unit
 
getHourlyStatistics(String, D) - Method in class com.storedobject.iot.Unit
 
getHourOfYear(D) - Static method in class com.storedobject.common.DateUtility
Get the hour of the year.
getHourStyle() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getHouseName() - Method in class com.storedobject.common.Address
Get the apartment/villa/house/office name.
getHSNCode() - Method in class com.storedobject.core.InventoryItemType
 
getHTML() - Method in class com.storedobject.ui.ELabel
 
getHTML() - Method in class com.storedobject.ui.HTMLText
 
getHTML() - Method in interface com.storedobject.ui.StyledBuilder
 
getHTML() - Method in class com.storedobject.ui.StyledString
 
getHTML() - Method in interface com.storedobject.vaadin.HTMLGenerator
Get the HTML text generated.
getHTML() - Method in class com.storedobject.vaadin.StyledText
 
getHTTP() - Method in class com.storedobject.common.SOAP
Get the HTTP connection associated with this SOAP.
getHyperlink() - Method in class com.storedobject.office.od.ods.Cell
 
getHyperlink(int, int) - Method in class com.storedobject.office.od.ods.Sheet
 
getHyperlink(CellAddress) - Method in class com.storedobject.office.od.ods.Sheet
 
getHyperlinkList() - Method in class com.storedobject.office.od.ods.Sheet
 
getIcon() - Method in interface com.storedobject.vaadin.HasIcon
Get the current icon name
getIcon() - Method in class com.storedobject.vaadin.Icon
 
getIconImageName() - Method in class com.storedobject.core.Logic
 
getIconName() - Method in class com.storedobject.core.DashboardDefinition
 
getIconName() - Method in class com.storedobject.core.PrintLogicDefinition
 
getIconName(VaadinIcon) - Static method in interface com.storedobject.vaadin.HasIcon
Get the name of the Vaadin icon.
getIconName(String) - Method in class com.storedobject.ui.util.SOEnvironment
 
getIconName(String) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
This method is used to determine the name of the icon to be displayed on a Button from its label.
getIconName(String) - Static method in interface com.storedobject.vaadin.HasIcon
Find the real name of the icon to be used from the ApplicationEnvironment.
getId() - Method in interface com.storedobject.chart.AbstractDataProvider
 
getId() - Method in class com.storedobject.chart.AbstractPart
Get a unique Id for this part.
getId() - Method in class com.storedobject.chart.AbstractTask
Unique ID for this task/activity.
getId() - Method in interface com.storedobject.chart.ComponentPart
Each part should have a unique Id.
getId() - Method in class com.storedobject.chart.Node
 
getId() - Method in class com.storedobject.chart.Node.Type
 
getId() - Method in class com.storedobject.chart.TreeData
 
getId() - Method in class com.storedobject.chart.VisualMap
 
getId() - Method in class com.storedobject.core.AbstractTransaction
Gets the Id of this transaction.
getId() - Method in class com.storedobject.core.AuditTrail
Get transaction Id.
getId() - Method in exception class com.storedobject.core.Database_Id_Message
 
getId() - Method in interface com.storedobject.core.Detail
Get the Id of the detail class instance.
getId() - Method in interface com.storedobject.core.HasContacts
Get the Id.
getId() - Method in interface com.storedobject.core.HasId
Get the Id.
getId() - Method in class com.storedobject.core.ObjectForest.LinkNode
 
getId() - Method in class com.storedobject.core.ObjectForest.LinkObject
 
getId() - Method in class com.storedobject.core.ObjectText
Get the Id value.
getId() - Method in class com.storedobject.core.StoredObject
Get the Id of this instance.
getId() - Method in interface com.storedobject.core.Transaction
Gets the Id of this transaction.
getId() - Method in class com.storedobject.iot.DataSet.AbstractData
 
getId() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the unique identifier associated with the current data status.
getId() - Method in class com.storedobject.ui.util.AbstractContentGenerator
 
getId(int) - Method in class com.storedobject.core.ObjectCache
 
getId(StoredObject) - Method in class com.storedobject.core.PseudoTransaction
 
getId(Object) - Method in class com.storedobject.ui.ObjectForestProvider
 
getId(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a Id from the JSON request.
getId(T) - Method in class com.storedobject.ui.ObjectListProvider
 
getId(T) - Method in class com.storedobject.ui.ObjectTreeProvider
 
getIdBuffer() - Method in class com.storedobject.core.ObjectCache
 
getIdentifier() - Method in interface com.storedobject.core.Device
 
getIdentifier() - Method in class com.storedobject.tools.SystemDevice
 
getIdentifier() - Method in class com.storedobject.vaadin.Application
Get an identifier of the application (can be used for logging etc.).
getIdentifierTag() - Method in class com.storedobject.job.Scheduler
 
getIdentifierTag() - Method in class com.storedobject.tools.AbstractJSONService
 
getIdentifierTag() - Method in class com.storedobject.tools.DeveloperService
 
getIdentifierTag() - Method in class com.storedobject.tools.SystemDevice
 
getIdentifierTag() - Method in class com.storedobject.tools.TestDevice
 
getIdLoop() - Method in class com.storedobject.core.ObjectCache
 
getIgnoredMessageCount() - Static method in class com.storedobject.iot.MQTT
 
getImage() - Method in class com.storedobject.common.Barcode
Get the image of the barcode.
getImage() - Method in class com.storedobject.core.Signature
 
getImage() - Method in class com.storedobject.pdf.PDFCell
Get the image contained in this cell.
getImage() - Method in class com.storedobject.pdf.PDFChunk
Get the image in this chunk.
getImage(String) - Static method in class com.storedobject.ui.util.SOServlet
 
getImage(String...) - Static method in class com.storedobject.ui.util.SOServlet
 
getImageComponent(Image) - Method in class com.storedobject.vaadin.ImageView
Get the image component that will be set as the component of this view.
getImageHeight() - Method in class com.storedobject.vaadin.PaintedImage
Get image height.
getImageName() - Method in class com.storedobject.iot.Block
Retrieves the image name for the block.
getImageName() - Method in class com.storedobject.iot.Site
Retrieves the name of the image associated with the site.
getImagePrefix() - Method in class com.storedobject.iot.ValueDefinition
 
getImageRotation() - Method in class com.storedobject.pdf.PDFImage
 
getImageURL() - Method in class com.storedobject.chart.Image
Get current image URL.
getImageWidth() - Method in class com.storedobject.vaadin.PaintedImage
Get image width.
getImageX() - Method in class com.storedobject.iot.ValueDefinition
 
getImageX() - Method in class com.storedobject.iot.ValueImagePosition
 
getImageX(int, int) - Method in class com.storedobject.iot.ValueDefinition
 
getImageX(Unit) - Method in class com.storedobject.iot.ValueDefinition
 
getImageY() - Method in class com.storedobject.iot.ValueDefinition
 
getImageY() - Method in class com.storedobject.iot.ValueImagePosition
 
getImageY(int, int) - Method in class com.storedobject.iot.ValueDefinition
 
getImageY(Unit) - Method in class com.storedobject.iot.ValueDefinition
 
getInactive() - Method in class com.storedobject.core.LandedCostType
 
getInactive() - Method in class com.storedobject.core.MemoType
 
getIncludeFieldChecker(int) - Method in class com.storedobject.ui.SteppedDataForm
Return the "include field checker" for the step.
getIncludeFieldChecker(int) - Method in class com.storedobject.ui.SteppedObjectForm
Return the "include field checker" for the step.
getIncludeSubclasses() - Method in class com.storedobject.core.ReportDefinition
 
getInCondition(String, Class<O>) - Static method in class com.storedobject.core.QueryBuilder
 
getInCondition(String, Class<O>, boolean) - Static method in class com.storedobject.core.QueryBuilder
 
getInCondition(String, Class<O>, String) - Static method in class com.storedobject.core.QueryBuilder
 
getInCondition(String, Class<O>, String, boolean) - Static method in class com.storedobject.core.QueryBuilder
 
getIndent() - Method in class com.storedobject.pdf.PDFCell
Get the indent.
getIndentationLeft() - Method in class com.storedobject.pdf.PDFImage
 
getIndentationLeft() - Method in class com.storedobject.pdf.PDFParagraph
 
getIndentationRight() - Method in class com.storedobject.pdf.PDFImage
 
getIndentationRight() - Method in class com.storedobject.pdf.PDFParagraph
 
getIndependent() - Method in class com.storedobject.iot.UnitItem
 
getIndex() - Method in class com.storedobject.vaadin.ComboField
Get the index of the current value.
getIndex() - Method in class com.storedobject.vaadin.LabelField
Get the index of the currently displayed label.
getIndex() - Method in class com.storedobject.vaadin.RadioField
Get the index of the current value.
getIndex() - Method in class com.storedobject.vaadin.util.BasicComboList
 
getIndex(T) - Method in class com.storedobject.vaadin.ComboField
Get the index of qn item.
getIndex(T) - Method in class com.storedobject.vaadin.LabelField
Get index of an item.
getIndex(T) - Method in class com.storedobject.vaadin.ListField
Get index of an item.
getIndex(T) - Method in class com.storedobject.vaadin.RadioField
Get the index of a value.
getIndex(T) - Method in class com.storedobject.vaadin.util.BasicComboList
 
getInfo() - Method in class com.storedobject.chart.Edge
 
getInfo() - Method in class com.storedobject.chart.Node
 
getInfo() - Method in class com.storedobject.ui.util.ExtraInfoValue
 
getInformSuccess() - Method in class com.storedobject.job.Schedule
 
getInitialComment() - Method in class com.storedobject.core.Memo
 
getInitialPassword() - Method in class com.storedobject.core.PasswordPolicy
 
getInitialRotation() - Method in class com.storedobject.pdf.PDFImage
 
getInitiatedBy() - Method in class com.storedobject.core.Memo
 
getInitiatedById() - Method in class com.storedobject.core.Memo
 
getInitString() - Method in class com.storedobject.tools.ColumnDefinition
 
getInkColor() - Method in class com.storedobject.vaadin.ButtonIcon
Get the ink color
getInnerClassList() - Method in class com.storedobject.core.JavaClass
 
getInnerClassList(Transaction) - Method in class com.storedobject.core.JavaClass
 
getInput(File) - Static method in class com.storedobject.common.IO
Create a buffered stream from the file
getInput(String) - Static method in class com.storedobject.common.IO
Create a buffered stream from the file
getInput(Path) - Static method in class com.storedobject.common.IO
Create a buffered stream from the path
getInputStream() - Method in class com.storedobject.common.HTTP
Get the input stream to read the response.
getInputStream() - Method in class com.storedobject.common.InputOutputStream
Get the input stream for reading.
getInputStream() - Method in class com.storedobject.common.InvertedOutputStream
Get the associated input stream.
getInputStream() - Method in class com.storedobject.mail.Attachment
 
getInspected() - Method in class com.storedobject.core.InventoryGRNItem
 
getInstance(String) - Static method in class com.storedobject.pdf.PDFPhrase
Create an instance for the given text.
getInteger(Id, String) - Static method in class com.storedobject.core.GlobalProperty
 
getInteger(SystemEntity, String) - Static method in class com.storedobject.core.GlobalProperty
 
getInteger(TransactionManager, String) - Static method in class com.storedobject.core.GlobalProperty
 
getInteger(String) - Static method in class com.storedobject.core.GlobalProperty
 
getInteger(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a Integer value from the JSON request.
getInterfaces() - Method in class com.storedobject.tools.TableDefinition
 
getInternalElement() - Method in class com.storedobject.vaadin.CustomTextField
 
getInternalElement() - Method in interface com.storedobject.vaadin.HasStyle
Get the internal element to which style will be applied.
getInternalElement() - Method in interface com.storedobject.vaadin.HasThemeStyle
Get the internal element where the theme is ultimately applied.
getInternalElement() - Method in class com.storedobject.vaadin.Icon
 
getInternalElement() - Method in interface com.storedobject.vaadin.util.InternalElement
 
getInternalLabel() - Method in class com.storedobject.ui.AbstractObjectField
 
getInternalLabel() - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
getInternalLabel() - Method in class com.storedobject.ui.ObjectCodeField
 
getInternalLabel() - Method in class com.storedobject.ui.ObjectComboField
 
getInternalLabel() - Method in class com.storedobject.ui.ObjectFormField
 
getInternalLabel() - Method in interface com.storedobject.ui.ObjectInput
Get the internal label of this field.
getInternalLabel() - Method in class com.storedobject.ui.ObjectListField
 
getInternalStyledBuilder() - Method in class com.storedobject.ui.Alert
 
getInternalStyledBuilder() - Method in class com.storedobject.ui.ELabel
 
getInternalStyledBuilder() - Method in class com.storedobject.ui.ELabelField
 
getInternalStyledBuilder() - Method in class com.storedobject.ui.ELabels
 
getInternalStyledBuilder() - Method in interface com.storedobject.ui.StyledBuilder
 
getInternalStyledBuilder() - Method in class com.storedobject.ui.TextView
 
getInterval() - Method in class com.storedobject.chart.Axis.GridAreas
Get the interval for the grid lines.
getInterval() - Method in class com.storedobject.chart.Axis.GridLines
Get the interval for the grid lines.
getInterval() - Method in class com.storedobject.chart.Axis.Label
Get the interval between labels.
getInterval() - Method in class com.storedobject.chart.Axis.Ticks
Get the interval between labels.
getInterval() - Method in class com.storedobject.job.Schedule
 
getIntervalConverter() - Static method in class com.storedobject.job.Schedule
 
getIntervalValue() - Method in class com.storedobject.job.Schedule
 
getIntervalValue(int) - Static method in class com.storedobject.job.Schedule
 
getInTime() - Method in class com.storedobject.core.SystemUser.SessionLog
 
getIntParameter(int, int) - Method in class com.storedobject.core.UIFieldMetadata
 
getInTransit() - Method in class com.storedobject.core.InventoryItem
 
getInventoryItemType() - Method in interface com.storedobject.core.HasInventoryItemType
Returns the InventoryItemType (P/N) associated with this object.
getInventoryItemType() - Method in class com.storedobject.core.InventoryItemType
 
getInventoryItemType() - Method in class com.storedobject.core.MaterialRequestItem
 
getInvoiceDate() - Method in class com.storedobject.core.InventoryGRN
 
getInvoiceDate() - Method in class com.storedobject.core.InventoryTransfer
 
getInvoiceNo() - Method in class com.storedobject.accounts.CustomerInvoice
 
getInvoiceNo() - Method in class com.storedobject.accounts.Invoice
 
getInvoiceNo() - Method in class com.storedobject.accounts.SupplierInvoice
 
getInvoiceNumber() - Method in class com.storedobject.core.InventoryGRN
 
getInvoiceNumber() - Method in class com.storedobject.core.InventoryTransfer
 
getIP() - Method in class com.storedobject.common.IPLocation
 
getIP() - Method in class com.storedobject.ui.ObjectHistoryGrid
 
getIPAddress() - Method in class com.storedobject.core.AuditTrail
Get the IP address from which this transaction was carried out.
getIPAddress() - Method in interface com.storedobject.core.Device
 
getIPAddress() - Method in class com.storedobject.core.SystemUser.SessionLog
 
getIPAddress() - Method in class com.storedobject.tools.SystemDevice
 
getIPAddress() - Method in class com.storedobject.vaadin.Application
Get the IP address of the application.
getISDCode() - Method in class com.storedobject.common.Country
Get the ISD prefix for the country.
getISO3CharacterCode() - Method in class com.storedobject.common.Country
Get ISO 3 character code of the country.
getIssued() - Method in class com.storedobject.core.DocumentType
 
getIssued() - Method in class com.storedobject.core.MaterialRequestItem
 
getIssuedOn() - Method in class com.storedobject.core.Document
 
getIssueReference() - Method in class com.storedobject.core.MaterialRequest
 
getIssueText() - Method in class com.storedobject.core.InventoryLocation
 
getItem() - Method in class com.storedobject.core.ConsignmentItem
 
getItem() - Method in interface com.storedobject.core.HasInventoryItem
Retrieves the inventory item associated with this entity.
getItem() - Method in class com.storedobject.core.InventoryFitmentPosition
 
getItem() - Method in class com.storedobject.core.InventoryGRNItem
 
getItem() - Method in class com.storedobject.core.InventoryItem
 
getItem() - Method in class com.storedobject.core.InventoryLedger
 
getItem() - Method in class com.storedobject.core.InventoryTransferItem
 
getItem() - Method in class com.storedobject.core.InventoryUnitCorrection
 
getItem() - Method in class com.storedobject.core.MaterialIssuedItem
 
getItem() - Method in class com.storedobject.iot.Consumption
Retrieves the associated item as an AbstractUnit.
getItem(int) - Method in class com.storedobject.ui.AbstractLinkGrid
 
getItem(int) - Method in class com.storedobject.ui.AbstractObjectForest
 
getItem(int) - Method in interface com.storedobject.ui.LinkGrid
 
getItem(int) - Method in interface com.storedobject.ui.ObjectGridData
 
getItemClass() - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
getItemFromHistory() - Method in class com.storedobject.core.InventoryLedger
 
getItemId() - Method in class com.storedobject.core.ConsignmentItem
 
getItemId() - Method in class com.storedobject.core.InventoryFitmentPosition
 
getItemId() - Method in class com.storedobject.core.InventoryGRNItem
 
getItemId() - Method in class com.storedobject.core.InventoryLedger
 
getItemId() - Method in class com.storedobject.core.InventoryTransferItem
 
getItemId() - Method in class com.storedobject.core.InventoryUnitCorrection
 
getItemId() - Method in class com.storedobject.core.MaterialIssuedItem
 
getItemId() - Method in class com.storedobject.iot.Consumption
Retrieves the unique identifier associated with the item in the consumption record.
getItemLabelGenerator() - Method in class com.storedobject.ui.AbstractTreeProvider
 
getItems() - Method in class com.storedobject.ui.AbstractListProvider
 
getItems() - Method in class com.storedobject.ui.ObjectLinkField
 
getItemsChanged() - Method in class com.storedobject.core.InventoryTransaction
 
getItemStyle(boolean) - Method in class com.storedobject.chart.Chart
Get item style.
getItemStyle(boolean) - Method in class com.storedobject.chart.ComposedPart
 
getItemStyle(boolean) - Method in interface com.storedobject.chart.HasItemStyle
Get the item-style for this part.
getItemStyle(boolean) - Method in class com.storedobject.chart.MarkArea.Block
Get item style for this block.
getItemStyle(boolean) - Method in class com.storedobject.chart.MarkArea
Get item style.
getItemStyle(boolean) - Method in interface com.storedobject.chart.TreeDataProvider
Get item style.
getItemType() - Method in class com.storedobject.core.InventoryAssembly
 
getItemType() - Method in class com.storedobject.core.InventoryItem
 
getItemType() - Method in class com.storedobject.core.InventoryItemType
 
getItemType() - Method in class com.storedobject.core.InventoryLedger
 
getItemType() - Method in class com.storedobject.core.InventoryROItem
 
getItemTypeFromHistory() - Method in class com.storedobject.core.InventoryLedger
 
getItemTypeId() - Method in class com.storedobject.core.InventoryAssembly
 
getItemTypeId() - Method in class com.storedobject.core.InventoryLedger
 
getItemTypeTitle(InventoryItemType) - Method in class com.storedobject.report.StockMovementReport
 
getItemTypeTitle(InventoryItemType) - Method in class com.storedobject.report.StockReport
 
getItemTypeTitle(InventoryItemType) - Method in class com.storedobject.report.StockReportExcel
 
getItemTypeTitle(InventoryItemType) - Method in class com.storedobject.ui.inventory.StockMovementReport
 
getItemTypeTitle(InventoryItemType) - Method in class com.storedobject.ui.inventory.StockReport
 
getJarList() - Static method in class com.storedobject.tools.JavaTool
 
getJarsDirectory() - Static method in class com.storedobject.tools.JavaTool
 
getJavaVersion() - Static method in class com.storedobject.tools.JavaTool
 
getJobClassName() - Method in class com.storedobject.job.Schedule
 
getJobLog() - Method in class com.storedobject.job.Schedule
 
getJSON() - Method in class com.storedobject.ui.JSONData
 
getJVClassName() - Method in class com.storedobject.core.UnpostedJournal
 
getKeepAliveInterval() - Method in class com.storedobject.iot.MQTT
 
getKeepTogether() - Method in class com.storedobject.pdf.PDFParagraph
 
getKeepTogether() - Method in class com.storedobject.pdf.PDFTable
 
getKey() - Method in class com.storedobject.telegram.Bot
 
getKeyIndex() - Method in class com.storedobject.core.Secret
 
getKeyIndex(String) - Method in class com.storedobject.core.StoredObject
Get the key-index of the encryption key to be used for encrypting the given attribute value.
getKeySerial() - Method in class com.storedobject.core.Secret
 
getKeyStoreFile() - Method in class com.storedobject.iot.MQTT
 
getKeyStoreFileId() - Method in class com.storedobject.iot.MQTT
 
getKeyStorePassword() - Method in class com.storedobject.iot.MQTT
 
getLabel() - Method in class com.storedobject.core.ConsignmentPacket
 
getLabel() - Method in class com.storedobject.core.PrintLogicDefinition
 
getLabel() - Method in class com.storedobject.core.Stock
 
getLabel() - Method in class com.storedobject.core.Tax
 
getLabel() - Method in class com.storedobject.iot.ValueDefinition
 
getLabel() - Method in class com.storedobject.iot.ValueImagePosition
 
getLabel() - Method in class com.storedobject.ui.Application.BusyIndicator
 
getLabel() - Method in class com.storedobject.ui.ObjectLinkField
 
getLabel() - Method in class com.storedobject.ui.util.ExtraInfo
 
getLabel() - Method in class com.storedobject.vaadin.GridColumnDetail
Retrieves the label of the grid column.
getLabel(boolean) - Method in class com.storedobject.chart.Axis
Get the label.
getLabel(boolean) - Method in class com.storedobject.chart.Axis.Pointer
Get the label of the pointer.
getLabel(boolean) - Method in class com.storedobject.chart.Chart
Get the label for this chart values.
getLabel(boolean) - Method in class com.storedobject.chart.ComposedPart
 
getLabel(boolean) - Method in interface com.storedobject.chart.HasLabel
Get the label for this part.
getLabel(boolean) - Method in class com.storedobject.chart.TreeData
 
getLabel(boolean) - Method in interface com.storedobject.chart.TreeDataProvider
Get the label for this tree node.
getLabel(int, int) - Method in class com.storedobject.iot.ValueDefinition
 
getLabel(AbstractTask) - Method in class com.storedobject.chart.AbstractProject
Get the label of the given task/activity (Will be used for displaying the label on the task/activity bar).
getLabel(Unit) - Method in class com.storedobject.iot.ValueDefinition
 
getLabel(HasValue<?, ?>) - Static method in class com.storedobject.vaadin.util.Data
Get the label for the given field.
getLabel(String) - Method in class com.storedobject.ui.common.FlowDiagramEditor
 
getLabel(String) - Method in class com.storedobject.ui.common.ProcessingLanguageEditor
 
getLabel(String) - Method in class com.storedobject.ui.util.SOFieldCreator
 
getLabel(String) - Method in class com.storedobject.vaadin.AbstractDataForm
This method is invoked to determine the label used for displaying the field.
getLabel(String) - Method in class com.storedobject.vaadin.AbstractForm
This method is invoked to determine the label used for displaying the field.
getLabel(String) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
Determine the label to be used for a field.
getLabel(String) - Method in class com.storedobject.vaadin.ObjectForm
Get the label for the field.
getLabelClass() - Method in class com.storedobject.chart.ComposedPart
This is invoked to determine the class of the label to create.
getLabelClass() - Method in class com.storedobject.chart.SankeyChart.Edge
 
getLabelClass() - Method in class com.storedobject.chart.SankeyChart.Node
 
getLabelName() - Method in class com.storedobject.chart.Chart
Get the label name for encoding label if exists.
getLabelName() - Method in class com.storedobject.chart.GaugeChart
 
getLabelTag() - Method in class com.storedobject.chart.AbstractPart
 
getLabelTag() - Method in class com.storedobject.chart.SankeyChart.Edge
 
getLandedCost() - Method in class com.storedobject.core.InventoryGRN
 
getLastCellNum() - Method in class com.storedobject.office.od.ods.Row
 
getLastComment() - Method in class com.storedobject.core.Memo
 
getLastCommentBy() - Method in class com.storedobject.core.Memo
 
getLastName() - Method in class com.storedobject.core.Person
Get the last name of the person
getLastProcessingTime() - Static method in class com.storedobject.iot.MQTT
 
getLastRowNum() - Method in class com.storedobject.office.od.ods.Sheet
 
getLastUpdate() - Method in class com.storedobject.ui.iot.BlockView
Retrieves the formatted timestamp for the last update of the block view.
getLastUpdateTime() - Method in class com.storedobject.ui.iot.BlockView
Retrieves the last update time of the block view.
getLatest() - Method in class com.storedobject.core.MemoComment
 
getLatest(Class<IOT>, Id) - Static method in class com.storedobject.iot.Data
Get the latest data record collected.
getLatestComment() - Method in class com.storedobject.core.Memo
 
getLatestData(Id) - Method in class com.storedobject.iot.ValueDefinition
 
getLatitude() - Method in class com.storedobject.common.Geolocation
 
getLatitudeDegree() - Method in class com.storedobject.common.Geolocation
 
getLayout() - Method in class com.storedobject.chart.GraphChart
 
getLayout(Device, int) - Static method in class com.storedobject.core.DeviceLayout
 
getLayoutStyle() - Method in class com.storedobject.iot.Block
Retrieves the layout style identifier for the block.
getLayoutStyle() - Method in class com.storedobject.iot.Unit
 
getLayoutStyle() - Method in class com.storedobject.iot.ValueImagePosition
 
getLayoutStyleValue() - Method in class com.storedobject.iot.Block
Retrieves the layout style value for the current layoutStyle of the block.
getLayoutStyleValue() - Method in class com.storedobject.iot.ValueImagePosition
 
getLayoutStyleValue(int) - Static method in class com.storedobject.iot.Block
Returns the layout style value corresponding to the given layout style index.
getLayoutStyleValue(int) - Static method in class com.storedobject.iot.ValueImagePosition
 
getLayoutStyleValues() - Static method in class com.storedobject.iot.Block
Retrieves all layout style values available in the system.
getLayoutStyleValues() - Static method in class com.storedobject.iot.ValueImagePosition
 
getLeading() - Method in class com.storedobject.pdf.PDFCell
Get the leading.
getLeading() - Method in class com.storedobject.pdf.PDFPhrase
Get the leading.
getLedger() - Method in class com.storedobject.ui.accounts.StatementView
 
getLedger(Account, DatePeriod) - Method in class com.storedobject.core.JSONLedger
 
getLedger(DatePeriod) - Method in class com.storedobject.core.Account
 
getLedger(Date, Date) - Method in class com.storedobject.core.Account
 
getLedger(Date, Date) - Method in class com.storedobject.core.LedgerWindow
Get the ledger entries for the given period for the account.
getLedgerTran() - Method in class com.storedobject.core.JournalVoucher
Get the original transaction Id of this voucher for which ledger entries are created.
getLedgerTran() - Method in interface com.storedobject.core.LedgerEntry
Get the transaction Id that created this entry.
getLedgerTran() - Method in class com.storedobject.core.TransactionValueDate
 
getLeft() - Method in class com.storedobject.pdf.PDFRectangle
 
getLeftCol() - Method in class com.storedobject.office.od.ods.Sheet
 
getLeftMargin() - Method in class com.storedobject.pdf.PDF
Document margin.
getLength() - Method in class com.storedobject.core.ConsignmentPacket
 
getLength() - Method in class com.storedobject.office.od.ODInputStream
 
getLength() - Method in class com.storedobject.ui.DaysField
 
getLength() - Method in class com.storedobject.ui.MinutesField
 
getLength() - Method in class com.storedobject.ui.SecondsField
 
getLength() - Method in class com.storedobject.vaadin.util.NumericField
 
getLevel() - Method in class com.storedobject.core.InventoryAssembly
Get the level number for this assembly.
getLevel() - Method in class com.storedobject.core.InventoryFitmentPosition
Get the level number for this assembly.
getLevel() - Method in class com.storedobjects.support.Issue
 
getLevelValue() - Method in class com.storedobjects.support.Issue
 
getLevelValue(int) - Static method in class com.storedobjects.support.Issue
 
getLevelValues() - Static method in class com.storedobjects.support.Issue
 
getLicenseStatus() - Static method in class com.storedobject.core.ApplicationServer
 
getLimitAmount() - Method in class com.storedobject.core.AccountLimit
 
getLimitCheck() - Method in class com.storedobject.core.AccountChart
 
getLine(int) - Method in class com.storedobject.common.Address
Get a line (extra line) from the address.
getLineCaption(int) - Method in class com.storedobject.common.IDAddress
 
getLineCaption(int) - Method in class com.storedobject.common.SGAddress
 
getLineCaption(int) - Method in class com.storedobject.common.XXAddress
Get the caption for the extra line.
getLineCount() - Method in class com.storedobject.ui.util.XXAddressForm
 
getLineHeight() - Method in class com.storedobject.chart.Font
Get line-height of this font.
getLineNumber() - Method in class com.storedobject.ui.CSVUploadProcessorView
Get the line number of the line being processed currently.
getLineStyle(boolean) - Method in class com.storedobject.chart.Axis.Pointer
Get the line-style of the pointer.
getLineStyle(boolean) - Method in class com.storedobject.chart.DataZoom.DataShadowStyle
Get the line style.
getLineStyle(boolean) - Method in class com.storedobject.chart.LineChart
Get the line-style.
getLineStyle(boolean) - Method in class com.storedobject.chart.SankeyChart.Edge
Get line style.
getLineStyle(boolean) - Method in class com.storedobject.chart.SankeyChart
Get line style.
getLineWidth() - Method in class com.storedobject.chart.Shape.Style
Get the line width.
getLink() - Method in interface com.storedobject.core.ContentType
 
getLink() - Method in class com.storedobject.core.ObjectForest.LinkNode
 
getLink() - Method in class com.storedobject.core.StreamData
 
getLink() - Method in class com.storedobject.core.StreamDataContent
 
getLink() - Method in class com.storedobject.core.TransactionInformation.TransactionLink
Get the link object involved.
getLink() - Method in class com.storedobject.ui.DetailLinkGrid
 
getLink() - Method in interface com.storedobject.ui.LinkGrid
 
getLink() - Method in interface com.storedobject.ui.LinkValue
 
getLink() - Method in class com.storedobject.ui.ObjectLinkField
 
getLink() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
getLink(Id) - Method in class com.storedobject.core.QueryBuilder
Get the first link object.
getLink(Id, int) - Method in class com.storedobject.core.QueryBuilder
Get the first link object.
getLink(StoredObject) - Method in class com.storedobject.core.QueryBuilder
Get the first link object.
getLink(StoredObject, int) - Method in class com.storedobject.core.QueryBuilder
Get the first link object.
getLinkClass() - Method in class com.storedobject.core.TransactionInformation.TransactionLink
Class of the link object.
getLinkField(String) - Method in class com.storedobject.ui.ObjectEditor
Get the link field.
getLinkGrid() - Method in class com.storedobject.ui.DetailLinkGrid
 
getLinkGrid() - Method in interface com.storedobject.ui.LinkGrid
 
getLinkGrid() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
getLinkId() - Method in class com.storedobject.core.TransactionInformation.TransactionLink
Get the Id of the link object.
getLinkName() - Method in class com.storedobject.vaadin.Application
Get the "context path" of the application.
getLinkNode() - Method in class com.storedobject.core.ObjectForest.LinkObject
 
getLinks() - Method in class com.storedobject.core.AuditTrailConfiguration
 
getLinks() - Method in class com.storedobject.core.UIMetadata
 
getLinksValue() - Method in class com.storedobject.core.AuditTrailConfiguration
 
getLinksValue(int) - Static method in class com.storedobject.core.AuditTrailConfiguration
 
getLinksValues() - Static method in class com.storedobject.core.AuditTrailConfiguration
 
getLinkType() - Method in class com.storedobject.core.AuditTrailLinkConfiguration
 
getLinkType() - Method in interface com.storedobject.core.ObjectLoader
Get the current link type.
getLinkType() - Method in class com.storedobject.core.ObjectLoadFilter
Get the "link type" for this filter.
getLinkVisibility() - Method in class com.storedobject.core.ObjectForest
 
getListLinks() - Method in class com.storedobject.core.ObjectForest
 
getLoadButton() - Method in class com.storedobject.ui.util.LoadFilterButtons
 
getLoader() - Method in class com.storedobject.core.ObjectMemoryList
 
getLoadFilter() - Method in interface com.storedobject.core.FilterMethods
Get the load filter.
getLoadFilter() - Method in class com.storedobject.core.ObjectCache
 
getLoadFilter() - Method in class com.storedobject.core.ObjectCacheList
 
getLoadFilter() - Method in class com.storedobject.core.ObjectForest
 
getLoadFilter() - Method in class com.storedobject.core.ObjectMemoryList
 
getLoadFilter() - Method in interface com.storedobject.core.ObjectSearcher
 
getLoadFilter() - Method in class com.storedobject.core.ObjectTree
 
getLoadFilter() - Method in class com.storedobject.report.ObjectList
 
getLoadFilter() - Method in interface com.storedobject.report.ObjectLister
 
getLoadFilter() - Method in class com.storedobject.report.ObjectListExcel
 
getLoadFilter() - Method in class com.storedobject.ui.AbstractObjectField
 
getLoadFilter() - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
getLoadFilter() - Method in class com.storedobject.ui.ObjectCodeField
 
getLoadFilter() - Method in class com.storedobject.ui.ObjectField
 
getLoadFilter() - Method in class com.storedobject.ui.ObjectForestProvider
 
getLoadFilter() - Method in class com.storedobject.ui.ObjectFormField
 
getLoadFilter() - Method in interface com.storedobject.ui.ObjectGridData
 
getLoadFilter() - Method in class com.storedobject.ui.ObjectListProvider
 
getLoadFilter() - Method in interface com.storedobject.ui.ObjectLoader
 
getLoadFilter() - Method in class com.storedobject.ui.ObjectTable
 
getLoadFilter() - Method in class com.storedobject.ui.ObjectTreeProvider
 
getLoadingPredicate() - Method in class com.storedobject.core.ObjectLoadFilter
Get the filter that needs to be applied while loading into the memory from the DB - for "view filtering".
getLoadPredicate() - Method in class com.storedobject.core.StoredObjectUtility.Link
 
getLocalCurrency() - Method in class com.storedobject.core.Account
Gets the local currency.
getLocalCurrency() - Method in class com.storedobject.core.ExchangeRate
 
getLocalCurrencyAmount() - Method in class com.storedobject.core.JournalVoucher.Entry
Get the amount of this entry (in accounting currency).
getLocalCurrencyAmount() - Method in interface com.storedobject.core.LedgerEntry
Local currency amount of this entry.
getLocalCurrencyAmount() - Method in class com.storedobject.core.UnpostedJournalEntry
 
getLocalCurrencyBalance() - Method in class com.storedobject.core.Account
 
getLocalCurrencyBalance() - Method in interface com.storedobject.core.LedgerEntry
Get the local currency balance in the account after this entry is counted.
getLocalCurrencyBalance(Date) - Method in class com.storedobject.core.Account
 
getLocalCurrencyOpeningBalance() - Method in class com.storedobject.core.Account
 
getLocalCurrencyOpeningBalance() - Method in interface com.storedobject.core.Ledger
Local currency opening balance.
getLocalCurrencyOpeningBalance() - Method in interface com.storedobject.core.LedgerEntry
Get the opening balance in local currency in the account at this entry (before effecting transaction of this entry).
getLocalCurrencyOpeningBalance(Date) - Method in class com.storedobject.core.Account
 
getLocalDateTimeCellValue() - Method in class com.storedobject.office.od.ods.Cell
 
getLocale() - Method in interface com.storedobject.core.Device
 
getLocale() - Method in class com.storedobject.core.SystemUser
 
getLocale() - Method in class com.storedobject.tools.SystemDevice
 
getLocale() - Method in class com.storedobject.vaadin.Application
 
getLocale(String, String) - Static method in class com.storedobject.core.SystemUser
 
getLocaleCountry() - Method in class com.storedobject.core.SystemUser
 
getLocaleLanguage() - Method in class com.storedobject.core.SystemUser
 
getLocales() - Method in class com.storedobject.common.Country
Get the Locales of the country.
getLocalName() - Method in class com.storedobject.common.Country
Get the local name of the country.
getLocalServer() - Static method in class com.storedobject.core.ServerInformation
 
getLocation() - Method in class com.storedobject.common.IPLocation
 
getLocation() - Method in class com.storedobject.core.Entity
Gets the location of the Entity.
getLocation() - Method in class com.storedobject.core.InventoryItem
 
getLocation() - Method in class com.storedobject.core.MaterialIssued
 
getLocation() - Method in class com.storedobject.core.SystemEntity
Gets the location of the Entity.
getLocation(InventoryItem) - Method in class com.storedobject.ui.inventory.LocationMonitoring
 
getLocation(InventoryItem) - Method in class com.storedobject.ui.inventory.ReceiveAndBin
 
getLocation(String, boolean, int...) - Static method in class com.storedobject.ui.inventory.LocationField
Get the location for the given location name.
getLocation(String, int...) - Static method in class com.storedobject.ui.inventory.LocationField
Get the location for the given location name.
getLocationCount() - Method in class com.storedobject.ui.inventory.LocationField
Get the number of locations allowed in this field.
getLocationDisplay() - Method in class com.storedobject.core.InventoryItem
Get the name of the current location for display purposes.
getLocationDisplay(InventoryItem) - Method in class com.storedobject.ui.inventory.LocateItem
 
getLocationField() - Method in class com.storedobject.ui.inventory.ItemsSentForRepair
 
getLocationField() - Method in class com.storedobject.ui.inventory.LocationMonitoring
 
getLocationField() - Method in class com.storedobject.ui.inventory.ToolMonitoring
 
getLocationFrom() - Method in class com.storedobject.core.InventoryLedger
 
getLocationFrom() - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
getLocationFromId() - Method in class com.storedobject.core.InventoryLedger
 
getLocationId() - Method in class com.storedobject.core.InventoryItem
 
getLocationId() - Method in class com.storedobject.core.MaterialIssued
 
getLocations() - Method in class com.storedobject.ui.inventory.LocationField
Get the list of locations allowed in this field instance.
getLocationTo() - Method in class com.storedobject.core.InventoryLedger
 
getLocationTo() - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
getLocationToId() - Method in class com.storedobject.core.InventoryLedger
 
getLocationType() - Method in class com.storedobject.ui.inventory.ItemsSentForRepair
 
getLocationType() - Method in class com.storedobject.ui.inventory.LocationMonitoring
 
getLog() - Method in class com.storedobject.job.Schedule
 
getLogFile() - Static method in class com.storedobject.core.ApplicationServer
 
getLoggedAt() - Method in class com.storedobject.core.SystemLog
Gets the timestamp when the log entry was created.
getLogger() - Static method in class com.storedobject.core.SQLConnector
 
getLogic() - Method in class com.storedobject.core.FileFolder
 
getLogic() - Method in interface com.storedobject.core.HasLogic
Get the logic.
getLogic() - Method in class com.storedobject.core.ModuleLogic
 
getLogic() - Method in class com.storedobject.core.PseudoTran
 
getLogic() - Method in class com.storedobject.core.SystemUser.LogicHit
 
getLogic() - Method in class com.storedobject.ui.AbstractObjectForest
 
getLogic() - Method in class com.storedobject.ui.ObjectBrowser
 
getLogic() - Method in class com.storedobject.ui.ObjectEditor
 
getLogic() - Method in class com.storedobject.ui.ObjectTree
 
getLogic() - Method in interface com.storedobject.ui.Transactional
 
getLogic(String) - Static method in class com.storedobject.core.JavaClassLoader
Load a logic or data class from the database.
getLogic(String, boolean) - Static method in class com.storedobject.core.JavaClassLoader
Load a logic or data class from the database.
getLogicCaption(String) - Static method in class com.storedobject.ui.Application
Get the caption of the currently running logic from the current Application.
getLogicClass() - Method in class com.storedobject.core.DataLogic
Returns the Logic Class instance.
getLogicClass() - Method in class com.storedobject.core.PrintLogicDefinition
 
getLogicClass() - Method in class com.storedobject.core.ReportDefinition
 
getLogicClassName() - Method in class com.storedobject.core.DataLogic
Gets Logic Class Name.
getLogicCode() - Method in class com.storedobject.core.PseudoTran
 
getLogicHit(SystemUser.SessionLog) - Method in class com.storedobject.core.SystemUser
 
getLogicId() - Method in class com.storedobject.core.ModuleLogic
 
getLogicName() - Method in class com.storedobject.core.ConnectorLogic
 
getLogicName() - Method in class com.storedobject.core.ParameterLogic
 
getLogicName() - Method in class com.storedobject.iot.CustomMessageLogic
 
getLogicTitle(String) - Method in class com.storedobject.ui.Application
Get the title of the currently running logic.
getLogin() - Method in class com.storedobject.core.ObjectPermissionUser
 
getLogin() - Method in class com.storedobject.core.PseudoTranApproval
 
getLogin() - Method in class com.storedobject.core.SystemUser
Gets the login name.
getLogin() - Method in class com.storedobject.core.WebBiometric
 
getLogin() - Method in class com.storedobject.ui.Application
This return the Login instance associated with application.
getLoginAlert() - Method in class com.storedobject.core.LoginMessage
 
getLoginId() - Method in class com.storedobject.core.ObjectPermissionUser
 
getLoginId() - Method in class com.storedobject.core.PseudoTranApproval
 
getLoginId() - Method in class com.storedobject.core.WebBiometric
 
getLoginImageName() - Method in class com.storedobject.core.BrowserDeviceLayout
 
getLoginMethod() - Method in class com.storedobject.core.AutoLogin
 
getLoginMethodValue() - Method in class com.storedobject.core.AutoLogin
 
getLoginMethodValue(int) - Static method in class com.storedobject.core.AutoLogin
 
getLoginMethodValues() - Static method in class com.storedobject.core.AutoLogin
 
getLoginTime() - Method in class com.storedobject.core.AuditTrail
Get the login time of the user.
getLogo() - Method in class com.storedobject.pdf.PDFReport
Get the configured logo of the organization (could be null).
getLogo() - Method in class com.storedobject.ui.util.ApplicationFrame
 
getLogo() - Method in class com.storedobject.vaadin.ApplicationFrame
Get the Logo (typically an Image component) to be displayed on the "Nav Bar", next to the "drawer menu" icon.
getLogoName() - Method in class com.storedobject.core.SystemEntity
 
getLogoName() - Method in class com.storedobject.pdf.PDFReport
Get the name of the configured logo of the organization.
getLogoName(TransactionManager) - Method in class com.storedobject.core.DeviceLayout
 
getLogoPosition() - Method in class com.storedobject.core.ReportFormat
Get the position of the logo in the report.
getLogoPosition() - Method in class com.storedobject.pdf.PDFReport
Get the position of the logo in this report.
getLogoPositionValue() - Method in class com.storedobject.core.ReportFormat
Get the position value of the logo for this instance.
getLogoPositionValue(int) - Static method in class com.storedobject.core.ReportFormat
Get the position value of the logo for the given position.
getLogoPositionValues() - Static method in class com.storedobject.core.ReportFormat
Get the position values of the logo.
getLogoutTime() - Method in class com.storedobject.core.AuditTrail
Get the logout time of the user.
getLogValue() - Method in class com.storedobject.job.Schedule
 
getLogValue(int) - Static method in class com.storedobject.job.Schedule
 
getLogValues() - Static method in class com.storedobject.job.Schedule
 
getLong(Id, String) - Static method in class com.storedobject.core.GlobalProperty
 
getLong(SystemEntity, String) - Static method in class com.storedobject.core.GlobalProperty
 
getLong(TransactionManager, String) - Static method in class com.storedobject.core.GlobalProperty
 
getLong(String) - Static method in class com.storedobject.core.GlobalProperty
 
getLong(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a Long value from the JSON request.
getLongitude() - Method in class com.storedobject.common.Geolocation
 
getLongitudeDegree() - Method in class com.storedobject.common.Geolocation
 
getLow() - Method in class com.storedobject.iot.ValueLimit
 
getLower() - Method in class com.storedobject.iot.ValueLimit
 
getLowest() - Method in class com.storedobject.iot.ValueLimit
 
getMailSender() - Method in class com.storedobject.ui.Application
 
getMajorVersion() - Method in interface com.storedobject.core.Device
 
getMajorVersion() - Method in class com.storedobject.tools.SystemDevice
 
getMajorVersion() - Method in class com.storedobject.vaadin.Application
Get the major version number (from browser information).
getMale() - Method in class com.storedobject.ui.tools.ManageSalutation.Salutation
 
getManager() - Method in class com.storedobject.core.AbstractTransaction
Gets the TransactionManager associated with this Transaction.
getManager() - Method in interface com.storedobject.core.Transaction
Gets the TransactionManager associated with this Transaction.
getManager() - Method in class com.storedobject.core.TransactionControl
 
getMandatory() - Method in class com.storedobject.core.AttachmentDefinition
 
getMandatory() - Method in class com.storedobject.core.ExtraInfoDefinition
 
getMandatoryParameters() - Method in interface com.storedobject.core.ParameterService
Gets the mandatory set of parameters to be present when calling this service.
getMandatoryParameters() - Method in class com.storedobject.mail.GMailRegistrationService
 
getMap() - Method in class com.storedobject.vaadin.MapComboField
Get the map.
getMargin(short) - Method in class com.storedobject.office.od.ods.Sheet
 
getMargin(PageMargin) - Method in class com.storedobject.office.od.ods.Sheet
 
getMaritalStatus() - Method in class com.storedobject.core.Person
Get the marital status value
getMaritalStatusValue() - Method in class com.storedobject.core.Person
Get the marital status value as a String in the local language
getMaritalStatusValues() - Static method in class com.storedobject.core.Person
 
getMarkArea(boolean) - Method in class com.storedobject.chart.BarChart
This chart doesn't support mark area and this method always returns null.
getMarkArea(boolean) - Method in class com.storedobject.chart.Chart
Get the mark area for the chart.
getMaster() - Method in interface com.storedobject.core.ObjectLoader
Get the current master instance if available.
getMaster() - Method in class com.storedobject.core.ObjectLoadFilter
Get the master instance for this filter.
getMaster() - Method in class com.storedobject.core.StoredObjectLink.Copy
 
getMaster() - Method in interface com.storedobject.core.StoredObjectLink
 
getMaster() - Method in class com.storedobject.ui.AbstractLinkGrid
 
getMaster() - Method in interface com.storedobject.ui.LinkGrid
 
getMaster() - Method in class com.storedobject.ui.ObjectLinkField
 
getMaster() - Method in class com.storedobject.ui.util.ContactData
 
getMaster() - Method in class com.storedobject.ui.util.ExtraInfoValue
 
getMaster() - Method in class com.storedobject.ui.util.StreamAttachmentData
 
getMaster(int, Class<T>) - Method in class com.storedobject.core.Id
 
getMaster(int, Class<T>) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(int, Class<T>, boolean) - Method in class com.storedobject.core.Id
 
getMaster(int, Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(int, Class<T>, String) - Method in class com.storedobject.core.Id
 
getMaster(int, Class<T>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(int, Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
getMaster(int, Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(int, Class<T>, String, String) - Method in class com.storedobject.core.Id
 
getMaster(int, Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
getMaster(Id) - Method in class com.storedobject.core.QueryBuilder
Get the first master object.
getMaster(Id, int) - Method in class com.storedobject.core.QueryBuilder
Get the first master object.
getMaster(StoredObject) - Method in class com.storedobject.core.QueryBuilder
Get the first master object.
getMaster(StoredObject, int) - Method in class com.storedobject.core.QueryBuilder
Get the first master object.
getMaster(Transaction, int, Class<T>) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, int, Class<T>) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(Transaction, int, Class<T>, boolean) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, int, Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(Transaction, int, Class<T>, String) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, int, Class<T>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(Transaction, int, Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, int, Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(Transaction, int, Class<T>, String, String) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, int, Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, Class<T>) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, Class<T>) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(Transaction, Class<T>, boolean) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(Transaction, Class<T>, String) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, Class<T>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(Transaction, Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(Transaction, Class<T>, String, String) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, String, Class<T>) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, String, Class<T>) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(Transaction, String, Class<T>, boolean) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, String, Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(Transaction, String, Class<T>, String) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, String, Class<T>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(Transaction, String, Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, String, Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(Transaction, String, Class<T>, String, String) - Method in class com.storedobject.core.Id
 
getMaster(Transaction, String, Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
getMaster(Class<T>) - Method in class com.storedobject.core.Id
 
getMaster(Class<T>) - Method in class com.storedobject.core.StoredObject
For the given parameter, look for a single master for this instance.
getMaster(Class<T>, boolean) - Method in class com.storedobject.core.Id
 
getMaster(Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(Class<T>, String) - Method in class com.storedobject.core.Id
 
getMaster(Class<T>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
getMaster(Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(Class<T>, String, String) - Method in class com.storedobject.core.Id
 
getMaster(Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
getMaster(String, Class<T>) - Method in class com.storedobject.core.Id
 
getMaster(String, Class<T>) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(String, Class<T>, boolean) - Method in class com.storedobject.core.Id
 
getMaster(String, Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(String, Class<T>, String) - Method in class com.storedobject.core.Id
 
getMaster(String, Class<T>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(String, Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
getMaster(String, Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, look for a single master for this instance.
getMaster(String, Class<T>, String, String) - Method in class com.storedobject.core.Id
 
getMaster(String, Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
getMasterClass() - Method in class com.storedobject.core.StoredObjectUtility.Link
 
getMasterClass() - Method in class com.storedobject.ui.ObjectLinkField
 
getMasterView() - Method in class com.storedobject.ui.util.LinkGridButtons
 
getMax() - Method in interface com.storedobject.chart.AbstractDataProvider
Get the maximum value from this data.
getMax() - Method in class com.storedobject.chart.CategoryData
 
getMax() - Method in class com.storedobject.chart.Chart
Get the minimum value for this chart.
getMax() - Method in class com.storedobject.chart.VisualMap
Get the maximum value to be used by this map.
getMax() - Method in class com.storedobject.iot.Statistics
Retrieves the maximum value among the recorded statistics.
getMax() - Method in class com.storedobject.ui.TimestampField
Get the allowed maximum value that is currently set.
getMax() - Method in class com.storedobject.ui.TimestampPeriodField
Get the allowed maximum value that is currently set.
getMax() - Method in class com.storedobject.vaadin.DateField
Get the allowed maximum value that is currently set.
getMaxDate(Date) - Method in class com.storedobject.core.LedgerWindow
Get the date of the most recent transaction within the upper boundary.
getMaxFiles() - Method in class com.storedobject.vaadin.UploadField
Get the number of files allowed to upload.
getMaxHeight() - Method in class com.storedobject.pdf.PDFCell
Get the maximum height.
getMaxHeight() - Method in class com.storedobject.vaadin.Icon
 
getMaximum() - Method in class com.storedobject.iot.ValueLimit
 
getMaximumContentHeight() - Method in class com.storedobject.vaadin.DataForm
Get the maximum "content height" (Percentage value of the view port height.
getMaximumContentWidth() - Method in class com.storedobject.ui.inventory.ComputeLandedCost
 
getMaximumContentWidth() - Method in class com.storedobject.ui.tools.DataDownload
 
getMaximumContentWidth() - Method in class com.storedobject.ui.util.AddressForm
 
getMaximumContentWidth() - Method in class com.storedobject.vaadin.DataForm
Get the maximum "content width" (Percentage value of the view port width).
getMaximumDeviceHeight() - Method in class com.storedobject.core.DeviceLayout
 
getMaximumDeviceHeight() - Method in class com.storedobject.core.Logic
 
getMaximumDeviceWidth() - Method in class com.storedobject.core.DeviceLayout
 
getMaximumDeviceWidth() - Method in class com.storedobject.core.Logic
 
getMaximumLength() - Method in class com.storedobject.core.PasswordPolicy
 
getMaxProcessingTime() - Static method in class com.storedobject.iot.MQTT
 
getMaxSpan() - Method in class com.storedobject.chart.AbstractDataZoom
The maximum span percentage value of the window out of the data extent, in the range of 0 ~ 100.
getMaxSpanValue() - Method in class com.storedobject.chart.AbstractDataZoom
The absolute maximum span value of the window.
getMaxWidth() - Method in class com.storedobject.vaadin.Icon
 
getMD(String) - Method in class com.storedobject.ui.util.SOFieldCreator
 
getMean() - Method in class com.storedobject.iot.Statistics
Retrieves the mean value of the statistical data.
getMeasurementUnit() - Method in class com.storedobject.iot.Resource
 
getMechanismNames(Map<String, ?>) - Method in class com.storedobject.mail.OAuth2SaslClientFactory
 
getMedia(String) - Static method in class com.storedobject.ui.util.SOServlet
 
getMedia(String...) - Static method in class com.storedobject.ui.util.SOServlet
 
getMemo() - Method in class com.storedobject.core.MemoComment
 
getMemoClass() - Method in class com.storedobject.core.MemoType
 
getMemoId() - Method in class com.storedobject.core.MemoComment
 
getMemoLabel() - Method in class com.storedobject.ui.common.MemoSystem
 
getMemoLabel() - Method in class com.storedobject.ui.support.SupportSystem
 
getMemoStatus() - Method in class com.storedobject.core.Memo
 
getMemoStatus() - Method in class com.storedobject.core.MemoComment
 
getMemoStatus() - Method in class com.storedobjects.support.Issue
 
getMenu() - Method in class com.storedobject.core.AuditTrailConfiguration
 
getMenu() - Method in class com.storedobject.vaadin.ApplicationFrame
 
getMenu() - Method in interface com.storedobject.vaadin.ApplicationLayout
The "menu" of the layout.
getMenuIconName() - Method in class com.storedobject.ui.inventory.AbstractRequestMaterial
 
getMenuIconName() - Method in interface com.storedobject.vaadin.ExecutableView
Get the name of the icon to be displayed in the menu when this view is active (running).
getMenuIconName() - Method in class com.storedobject.vaadin.WrappedView
 
getMenuImage() - Method in class com.storedobject.core.ModuleLogic
 
getMenuImageId() - Method in class com.storedobject.core.ModuleLogic
 
getMenuItem() - Method in interface com.storedobject.vaadin.HasColumns
Get the menu item for this when displayed as view.
getMenuItem() - Method in class com.storedobject.vaadin.View
Get the menu item for this view.
getMenuItem(Runnable) - Method in interface com.storedobject.vaadin.ExecutableView
Get the menu item for this view.
getMenuItem(Runnable) - Method in class com.storedobject.vaadin.View
Get the menu item for this view.
getMenuPane() - Method in interface com.storedobject.vaadin.ApplicationMenu
Get the menu pane.
getMenuSearcher() - Method in class com.storedobject.ui.util.ApplicationFrame
 
getMenuSearcher() - Method in interface com.storedobject.vaadin.ApplicationLayout
Get the "menu searcher" component.
getMergedRegion(int) - Method in class com.storedobject.office.od.ods.Sheet
 
getMergedRegions() - Method in class com.storedobject.office.od.ods.Sheet
 
getMessage() - Method in class com.storedobject.common.Fault
Retrieves the message associated with this method.
getMessage() - Method in exception class com.storedobject.common.SOException
 
getMessage() - Method in exception class com.storedobject.common.SORuntimeException
 
getMessage() - Method in exception class com.storedobject.core.Error_Running_SQL
 
getMessage() - Method in exception class com.storedobject.core.Invalid_State
 
getMessage() - Method in class com.storedobject.core.LoginMessage
 
getMessage() - Method in class com.storedobject.core.Message
 
getMessage() - Method in exception class com.storedobject.core.SOClassError
 
getMessage() - Method in class com.storedobject.core.SystemLog
Retrieves the message associated with this log entry.
getMessage() - Method in class com.storedobject.iot.LimitMessage
 
getMessage() - Method in class com.storedobject.job.Log
 
getMessage(DataSet.DataStatus) - Method in class com.storedobject.ui.iot.StatusGrid
 
getMessageCount() - Static method in class com.storedobject.iot.MQTT
 
getMessageEmail() - Method in class com.storedobject.core.UserRegistrationConfiguration
 
getMessageGroup() - Method in class com.storedobject.iot.Block
Retrieves the associated MessageGroup for this Block.
getMessageGroup() - Method in class com.storedobject.iot.Site
Retrieves the related MessageGroup instance for the current Site.
getMessageGroupId() - Method in class com.storedobject.iot.Block
Retrieves the identifier of the message group associated with the block.
getMessageGroupId() - Method in class com.storedobject.iot.Site
Retrieves the unique identifier for the message group associated with this site.
getMessageID() - Method in class com.storedobject.core.Message
 
getMessageMobile() - Method in class com.storedobject.core.UserRegistrationConfiguration
 
getMessageSubject() - Method in class com.storedobject.core.UserRegistrationConfiguration
 
getMessageType() - Method in class com.storedobject.mail.Mail
Retrieves the message type associated with this mail.
getMessageViewer() - Method in interface com.storedobject.core.Device
 
getMessageViewer() - Method in class com.storedobject.tools.SystemDevice
 
getMessageViewer() - Method in class com.storedobject.ui.Application
 
getMetadata() - Method in class com.storedobject.core.AttachmentDefinition
 
getMetadata() - Method in class com.storedobject.core.ExtraInfoDefinition
 
getMetadata() - Method in class com.storedobject.core.UIFieldMetadata
 
getMethod() - Method in class com.storedobject.common.HTTP
Get the request method.
getMethod(Class<?>, String, Class<?>) - Static method in class com.storedobject.core.Utility
Get a method of a class.
getMethod(String) - Method in class com.storedobject.core.ClassAttribute
Get the "get" method for the given attribute.
getMiddleName() - Method in class com.storedobject.core.Person
Get the middle name of the person
getMime() - Method in class com.storedobject.vaadin.util.MediaStreamVariable
 
getMimeType() - Method in interface com.storedobject.core.ContentType
 
getMimeType() - Method in class com.storedobject.core.MediaFile
 
getMimeType() - Method in class com.storedobject.core.StreamData
 
getMin() - Method in interface com.storedobject.chart.AbstractDataProvider
Get the minimum value from this data.
getMin() - Method in class com.storedobject.chart.CategoryData
 
getMin() - Method in class com.storedobject.chart.Chart
Get the minimum value for this chart.
getMin() - Method in class com.storedobject.chart.VisualMap
Get the minimum value to be used by this map.
getMin() - Method in class com.storedobject.iot.Statistics
Retrieves the minimum value from the statistical data.
getMin() - Method in class com.storedobject.ui.TimestampField
Get the allowed minimum value that is currently set.
getMin() - Method in class com.storedobject.ui.TimestampPeriodField
Get the allowed minimum value that is currently set.
getMin() - Method in class com.storedobject.vaadin.DateField
Get the allowed minimum value that is currently set.
getMinDate(Date) - Method in class com.storedobject.core.LedgerWindow
Get the date of the first transaction available for the current account.
getMinHeight() - Method in class com.storedobject.vaadin.Icon
 
getMinimum() - Method in class com.storedobject.iot.ValueLimit
 
getMinimumContentHeight() - Method in class com.storedobject.vaadin.DataForm
Get the minimum "content height" (Percentage value of the view port height.
getMinimumContentWidth() - Method in class com.storedobject.ui.inventory.ReceiveReturnedItems
 
getMinimumContentWidth() - Method in class com.storedobject.ui.tools.DeployFlutterApplication
 
getMinimumContentWidth() - Method in class com.storedobject.ui.tools.LicenseManagement
 
getMinimumContentWidth() - Method in class com.storedobject.ui.util.ApplicationFrame.EntitySelector
 
getMinimumContentWidth() - Method in class com.storedobject.vaadin.DataForm
Get the minimum "content width" (Percentage value of the view port width).
getMinimumDeviceHeight() - Method in class com.storedobject.core.DeviceLayout
 
getMinimumDeviceHeight() - Method in class com.storedobject.core.Logic
 
getMinimumDeviceWidth() - Method in class com.storedobject.core.DeviceLayout
 
getMinimumDeviceWidth() - Method in class com.storedobject.core.Logic
 
getMinimumHeight() - Method in class com.storedobject.pdf.PDFCell
Get minimum height for the cell.
getMinimumLength() - Method in class com.storedobject.core.PasswordPolicy
 
getMinimumStockLevel() - Method in class com.storedobject.core.InventoryItemType
 
getMinorGridLines(boolean) - Method in class com.storedobject.chart.Axis
Get the minor grid-lines of the axis.
getMinorTicks(boolean) - Method in class com.storedobject.chart.Axis
Get the minor tick of the axis-line.
getMinorVersion() - Method in interface com.storedobject.core.Device
 
getMinorVersion() - Method in class com.storedobject.tools.SystemDevice
 
getMinorVersion() - Method in class com.storedobject.vaadin.Application
Get the minor version number (from browser information).
getMinProcessingTime() - Static method in class com.storedobject.iot.MQTT
 
getMinSpan() - Method in class com.storedobject.chart.AbstractDataZoom
The minimum span percentage value of the window out of the data extent, in the range of 0 ~ 100.
getMinSpanValue() - Method in class com.storedobject.chart.AbstractDataZoom
The absolute minimum span value of the window.
getMinutes() - Method in class com.storedobject.core.Minutes
 
getMinWidth() - Method in class com.storedobject.vaadin.Icon
 
getMissingCellPolicy() - Method in class com.storedobject.office.od.ods.Workbook
 
getMobile() - Method in interface com.storedobject.core.HasContacts
Get the mobile number.
getMobile() - Method in interface com.storedobject.core.IdentityCheck
Get the mobile number of this user.
getMobileNumber() - Method in class com.storedobject.sms.SMSMessage
 
getModelValue(String) - Method in class com.storedobject.ui.DaysField
 
getModelValue(String) - Method in class com.storedobject.ui.GeolocationField
 
getModelValue(String) - Method in class com.storedobject.ui.JSONField
 
getModelValue(String) - Method in class com.storedobject.ui.MinutesField
 
getModelValue(String) - Method in class com.storedobject.ui.MoneyField
 
getModelValue(String) - Method in class com.storedobject.ui.ObjectCodeField
 
getModelValue(String) - Method in class com.storedobject.ui.SecondsField
 
getModelValue(String) - Method in class com.storedobject.ui.tools.ClassNameField
 
getModelValue(String) - Method in class com.storedobject.ui.util.AbstractQuantityField
 
getModelValue(String) - Method in class com.storedobject.vaadin.BigDecimalField
 
getModelValue(String) - Method in class com.storedobject.vaadin.CustomTextField
Create the model value from the string value passed.
getModelValue(String) - Method in class com.storedobject.vaadin.DoubleField
 
getModelValue(String) - Method in class com.storedobject.vaadin.IntegerField
 
getModelValue(String) - Method in class com.storedobject.vaadin.LongField
 
getModuleName() - Method in class com.storedobject.core.ClassAttribute
Get the module name.
getMonday() - Method in class com.storedobject.iot.FullConsumption
 
getMoney(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a monetary value from the JSON request.
getMonth() - Static method in class com.storedobject.common.DateUtility
 
getMonth() - Method in class com.storedobject.core.AbstractPeriod
 
getMonth() - Method in class com.storedobject.iot.MonthlyConsumption
Retrieves the value of the month corresponding to this instance of MonthlyConsumption.
getMonth() - Method in class com.storedobject.iot.MonthlyStatistics
Retrieves the month associated with this statistical record.
getMonth() - Method in class com.storedobject.ui.MonthField
 
getMonth(D) - Static method in class com.storedobject.common.DateUtility
 
getMonth(String) - Static method in class com.storedobject.common.DateUtility
 
getMonthFrom() - Method in class com.storedobject.core.AbstractPeriod
 
getMonthlyConsumption(Id, int, int) - Method in class com.storedobject.iot.Resource
 
getMonthlyConsumption(Id, D) - Method in class com.storedobject.iot.Resource
 
getMonthlyConsumption(Resource) - Method in class com.storedobject.iot.AbstractUnit
Retrieves the monthly consumption data for the specified resource.
getMonthlyConsumption(Resource, int, int) - Method in class com.storedobject.iot.AbstractUnit
Retrieves the monthly consumption for a specific resource in a given year and month.
getMonthlyConsumption(Resource, D) - Method in class com.storedobject.iot.AbstractUnit
Retrieves the monthly consumption for a given resource and date.
getMonthlyStatistics(String) - Method in class com.storedobject.iot.Unit
 
getMonthlyStatistics(String, int, int) - Method in class com.storedobject.iot.Unit
 
getMonthlyStatistics(String, D) - Method in class com.storedobject.iot.Unit
 
getMonthName(int) - Static method in class com.storedobject.common.DateUtility
 
getMonthName(D) - Static method in class com.storedobject.common.DateUtility
 
getMonthNames() - Static method in class com.storedobject.common.DateUtility
Returns an array of month names.
getMonthTo() - Method in class com.storedobject.core.AbstractPeriod
 
getMonthZeroBased() - Static method in class com.storedobject.common.DateUtility
 
getMonthZeroBased(D) - Static method in class com.storedobject.common.DateUtility
 
getMQTTVersion() - Method in class com.storedobject.iot.MQTT
 
getMQTTVersionValue() - Method in class com.storedobject.iot.MQTT
 
getMQTTVersionValue(int) - Static method in class com.storedobject.iot.MQTT
 
getMQTTVersionValues() - Static method in class com.storedobject.iot.MQTT
 
getMultipliedLeading() - Method in class com.storedobject.pdf.PDFCell
Get the variable leading.
getMultiplier() - Method in class com.storedobject.core.MeasurementUnit
 
getName() - Method in class com.storedobject.accounts.AccountConfiguration
Retrieves the name of the AccountConfiguration.
getName() - Method in class com.storedobject.accounts.AccountEntity
Retrieves the name of the entity associated with this account.
getName() - Method in class com.storedobject.accounts.BusinessEntity
Retrieves the name of the business entity associated with this account entity.
getName() - Method in class com.storedobject.accounts.PersonalEntity
Returns the name of the person associated with the account.
getName() - Method in class com.storedobject.calendar.Calendar
 
getName() - Method in class com.storedobject.chart.AbstractData
Get the name of this data set.
getName() - Method in interface com.storedobject.chart.AbstractDataProvider
 
getName() - Method in class com.storedobject.chart.AbstractPart
Get the name of this part.
getName() - Method in class com.storedobject.chart.AbstractProject
Get the name of the project.
getName() - Method in class com.storedobject.chart.AbstractTask
Get the name.
getName() - Method in class com.storedobject.chart.ActivityList.Activity
Get the name.
getName() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
Get the name.
getName() - Method in class com.storedobject.chart.Axis
Get name of the axis.
getName() - Method in class com.storedobject.chart.Chart
Set the name of the chart.
getName() - Method in interface com.storedobject.chart.ComponentPart
Get the name of this part.
getName() - Method in class com.storedobject.chart.DataMatrix
Get name of the data set.
getName() - Method in class com.storedobject.chart.FunctionData
Get the name of this data set.
getName() - Method in class com.storedobject.chart.GaugeChart.Needle
Get the name of the needle (This will be displayed on the dial).
getName() - Method in class com.storedobject.chart.MarkArea.Block
Get the name of the block.
getName() - Method in class com.storedobject.chart.Node
 
getName() - Method in class com.storedobject.chart.Node.Type
 
getName() - Method in class com.storedobject.chart.Project.Task
Get the name.
getName() - Method in class com.storedobject.chart.Project.TaskGroup
Get the name.
getName() - Method in class com.storedobject.chart.SankeyChart.Node
Get the name of the node.
getName() - Method in class com.storedobject.chart.TreeData
 
getName() - Method in class com.storedobject.common.Country
Gets the name of the Country
getName() - Method in interface com.storedobject.common.HasName
 
getName() - Method in class com.storedobject.core.AbstractCheckList
 
getName() - Method in class com.storedobject.core.AbstractCheckListItem
 
getName() - Method in class com.storedobject.core.Account
 
getName() - Method in class com.storedobject.core.AccountChart
 
getName() - Method in class com.storedobject.core.AttachmentDefinition
 
getName() - Method in class com.storedobject.core.AuditTrailConfiguration
 
getName() - Method in class com.storedobject.core.CheckListTemplateItem
 
getName() - Method in class com.storedobject.core.ContactType
 
getName() - Method in class com.storedobject.core.DashboardDefinition
 
getName() - Method in class com.storedobject.core.DeviceLayout
 
getName() - Method in class com.storedobject.core.DocumentConfiguration
 
getName() - Method in class com.storedobject.core.Entity
Gets the name of the Entity
getName() - Method in class com.storedobject.core.EntityRole
 
getName() - Method in class com.storedobject.core.FileData
 
getName() - Method in class com.storedobject.core.FileFolder
 
getName() - Method in class com.storedobject.core.GlobalProperty
 
getName() - Method in interface com.storedobject.core.HasContacts
Name of the contact.
getName() - Method in interface com.storedobject.core.HasName
Get the name.
getName() - Method in class com.storedobject.core.InventoryFitmentPosition
 
getName() - Method in class com.storedobject.core.InventoryItemType
 
getName() - Method in class com.storedobject.core.InventoryLocation
 
getName() - Method in class com.storedobject.core.InventoryStore
 
getName() - Method in class com.storedobject.core.JavaInnerClass
Gets the name of the JavaClass
getName() - Method in class com.storedobject.core.LandedCostType
 
getName() - Method in class com.storedobject.core.LogicGroup
Gets the name of the LogicGroup
getName() - Method in class com.storedobject.core.MemoType
 
getName() - Method in class com.storedobject.core.ModuleLogic
 
getName() - Method in class com.storedobject.core.Name
 
getName() - Method in interface com.storedobject.core.ParameterService
Name of the service.
getName() - Method in class com.storedobject.core.Person
Get the name of the person
getName() - Method in class com.storedobject.core.PersonRole
 
getName() - Method in class com.storedobject.core.SerialGenerator
 
getName() - Method in class com.storedobject.core.SerialPattern
 
getName() - Method in class com.storedobject.core.ServerInformation
 
getName() - Method in class com.storedobject.core.StoredObjectLink.Copy
 
getName() - Method in interface com.storedobject.core.StoredObjectLink
 
getName() - Method in class com.storedobject.core.StoredObjectUtility.Link
 
getName() - Method in class com.storedobject.core.StoredObjectUtility.MethodList
 
getName() - Method in class com.storedobject.core.SystemEntity
Gets the name of the Entity
getName() - Method in class com.storedobject.core.SystemUser
Gets the name of the Person
getName() - Method in class com.storedobject.core.SystemUserGroup
Gets the name of the System User Group
getName() - Method in class com.storedobject.core.TextContent
Gets the name of the Text Content
getName() - Method in class com.storedobject.iot.DataSet.AbstractData
 
getName() - Method in class com.storedobject.iot.DataSet.SiteData
 
getName() - Method in class com.storedobject.iot.DataSet.UnitData
 
getName() - Method in class com.storedobject.iot.DataSet.UnitHeaderData
 
getName() - Method in class com.storedobject.iot.MQTT
 
getName() - Method in class com.storedobject.iot.Site
Retrieves the name of the site.
getName() - Method in class com.storedobject.iot.Statistics
Retrieves the name associated with this instance.
getName() - Method in class com.storedobject.iot.ValueDefinition
 
getName() - Method in class com.storedobject.job.MessageGroup
 
getName() - Method in class com.storedobject.job.Schedule
 
getName() - Method in class com.storedobject.mail.Attachment
 
getName() - Method in class com.storedobject.mail.GMailRegistrationService
 
getName() - Method in class com.storedobject.mail.Sender
 
getName() - Method in class com.storedobject.mail.SenderGroup
 
getName() - Method in class com.storedobject.platform.Application
 
getName() - Method in class com.storedobject.sms.Provider
 
getName() - Method in class com.storedobject.telegram.Bot
 
getName() - Method in class com.storedobject.tools.ColumnDefinition
 
getName() - Method in class com.storedobject.tools.LinkDefinition
 
getName() - Method in class com.storedobject.ui.AbstractLinkGrid
 
getName() - Method in class com.storedobject.ui.Application
 
getName() - Method in interface com.storedobject.ui.LinkGrid
 
getName() - Method in interface com.storedobject.ui.LinkValue
 
getName() - Method in class com.storedobject.ui.util.ContactData
 
getName() - Static method in class com.storedobject.ui.util.ExtraInfo
 
getName() - Method in class com.storedobject.ui.util.ExtraInfoValue
 
getName() - Method in class com.storedobject.ui.util.StreamAttachment
 
getName() - Method in class com.storedobject.ui.util.StreamAttachmentData
 
getName() - Method in class com.storedobject.vaadin.GridRow.Cell
Get the name of this cell.
getName(int) - Method in class com.storedobject.core.ColumnDefinitions
 
getName(int) - Method in interface com.storedobject.core.Columns
 
getName(InventoryFitmentPosition) - Method in class com.storedobject.ui.inventory.AbstractAssembly
 
getName(InventoryItem) - Method in class com.storedobject.ui.inventory.LocationMonitoring
 
getName(HasValue<?, ?>) - Method in class com.storedobject.vaadin.util.Data
Get the name of the given field.
getName(String) - Method in class com.storedobject.office.od.ods.Workbook
 
getNameGap() - Method in class com.storedobject.chart.Axis
Get the gap between the axis and the name in pixels.
getNameLocation() - Method in class com.storedobject.chart.Axis
Get the location of the name.
getNameRotation() - Method in class com.storedobject.chart.Axis
Get the rotation of the name in degrees.
getNames(String) - Method in class com.storedobject.office.od.ods.Workbook
 
getNamespacePrefix(String) - Method in class com.storedobject.common.XML
Returns the namespace prefix associated with the given URI.
getNamespaceURI(String) - Method in class com.storedobject.common.XML
Retrieves the namespace URI associated with the given prefix.
getNameTextStyle(boolean) - Method in class com.storedobject.chart.Axis
Get the text style for the name.
getNetWeight() - Method in class com.storedobject.core.ConsignmentPacket
 
getNewDate() - Method in class com.storedobject.core.TransactionDate
 
getNewValueDate() - Method in class com.storedobject.core.TransactionValueDate
 
getNext() - Method in class com.storedobject.core.MemoComment
 
getNext() - Method in class com.storedobject.core.StoredObjectUtility.MethodList
 
getNextByPhoneNumber(String) - Method in class com.storedobject.common.Country
Get the next country for the given phone number by matching its ISD prefix.
getNextCell() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getNextRow() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getNextSheet() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getNo() - Method in class com.storedobject.accounts.CustomerInvoice
 
getNo() - Method in class com.storedobject.core.Consignment
 
getNo() - Method in class com.storedobject.core.Document
 
getNo() - Method in interface com.storedobject.core.HasReference
 
getNo() - Method in class com.storedobject.core.InventoryGRN
 
getNo() - Method in class com.storedobject.core.InventoryPO
 
getNo() - Method in class com.storedobject.core.InventoryTransfer
 
getNo() - Method in class com.storedobject.core.JournalVoucher
Get the serial number of this JV.
getNo() - Method in class com.storedobject.core.MaterialIssued
 
getNo() - Method in class com.storedobject.core.MaterialRequest
 
getNo() - Method in class com.storedobject.core.Memo
 
getNo() - Method in class com.storedobject.core.PseudoTran
 
getNO2() - Method in class com.storedobject.iot.AQI
 
getNode(String) - Method in class com.storedobject.common.SOAP
Get a node from the SOAP Body.
getNode(String) - Method in class com.storedobject.common.XML
Retrieves the Node object corresponding to the given XPath expression.
getNode(Node, String) - Method in class com.storedobject.common.XML
Retrieves the specific node based on the given XPath expression.
getNodeAlignment(boolean) - Method in class com.storedobject.chart.SankeyChart
Get the current node alignment.
getNodes() - Method in class com.storedobject.chart.SankeyData
 
getNodes() - Method in interface com.storedobject.chart.SankeyDataProvider
Get the nodes.
getNodes() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
Get child nodes.
getNotes() - Method in class com.storedobject.core.JavaClass
 
getNotes() - Method in class com.storedobject.core.TextContent
 
getNotes() - Method in class com.storedobject.tools.ColumnDefinition
 
getNotes() - Method in class com.storedobject.tools.IndexDefinition
 
getNotes() - Method in class com.storedobject.tools.LinkDefinition
 
getNotes() - Method in class com.storedobject.tools.TableDefinition
 
getNotExistsCondition(Class<O>, String) - Static method in class com.storedobject.core.QueryBuilder
Create a "not exists condition" that can be used for retrieving or querying StoredObject instances.
getNotExistsCondition(Class<O>, String) - Static method in class com.storedobject.core.StoredObject
getNotExistsCondition(Class<O>, String, String) - Static method in class com.storedobject.core.QueryBuilder
Create a "not exists condition" that can be used for retrieving or querying StoredObject instances.
getNotExistsCondition(Class<O>, String, String) - Static method in class com.storedobject.core.StoredObject
getNotInCondition(String, Class<O>) - Static method in class com.storedobject.core.QueryBuilder
 
getNotInCondition(String, Class<O>, boolean) - Static method in class com.storedobject.core.QueryBuilder
 
getNotInCondition(String, Class<O>, String) - Static method in class com.storedobject.core.QueryBuilder
 
getNotInCondition(String, Class<O>, String, boolean) - Static method in class com.storedobject.core.QueryBuilder
 
getNullConnectionHandler() - Static method in class com.storedobject.core.RawSQL
 
getNumber() - Method in class com.storedobject.common.JSON
Get this as a Number.
getNumber() - Method in class com.storedobject.core.Account
 
getNumber() - Method in class com.storedobject.core.ConsignmentPacket
 
getNumber(SystemEntity, long, Date) - Method in class com.storedobject.core.SerialPattern
Get the number string appropriately stuffed as per the pattern.
getNumber(SystemEntity, long, Date, String) - Static method in class com.storedobject.core.SerialPattern
Get the number string appropriately stuffed as per the pattern.
getNumber(TransactionManager, long, Date) - Method in class com.storedobject.core.SerialPattern
Get the number string appropriately stuffed as per the pattern.
getNumber(TransactionManager, long, Date, String) - Static method in class com.storedobject.core.SerialPattern
Get the number string appropriately stuffed as per the pattern.
getNumber(String) - Method in class com.storedobject.common.JSON
Get the value for the given key as a Number.
getNumber(String) - Method in class com.storedobject.common.SOAP
Extract the numeric value of a path within the SOAP Body.
getNumber(String) - Method in class com.storedobject.common.XML
Extract the numeric value of a path.
getNumber(String, int) - Method in class com.storedobject.common.JSON
Retrieve the value for the given key and get the value from the given position as a Number from that value, assuming that value is an array type.
getNumber(String, SystemEntity, long, Date) - Static method in class com.storedobject.core.SerialPattern
Get the number string appropriately stuffed as per the pattern.
getNumber(String, TransactionManager, long, Date) - Static method in class com.storedobject.core.SerialPattern
Get the number string appropriately stuffed as per the pattern.
getNumber(Node, String) - Method in class com.storedobject.common.XML
Extract the numeric value of a path under a given node.
getNumberOfColumns() - Method in class com.storedobject.pdf.PDFTable
 
getNumberOfFonts() - Method in class com.storedobject.office.od.ods.Workbook
 
getNumberOfFontsAsInt() - Method in class com.storedobject.office.od.ods.Workbook
 
getNumberOfNames() - Method in class com.storedobject.office.od.ods.Workbook
 
getNumberOfNeedles() - Method in class com.storedobject.chart.GaugeChart
Get number of needles.
getNumberOfPages() - Method in class com.storedobject.pdf.PDF.PDFContent
Number of pages in this content.
getNumberOfRows() - Method in class com.storedobject.pdf.PDFTable
 
getNumberOfSheets() - Method in class com.storedobject.office.od.ods.Workbook
 
getNumCellStyles() - Method in class com.storedobject.office.od.ods.Workbook
 
getNumericCellValue() - Method in class com.storedobject.office.od.ods.Cell
 
getNumericStyle(int, int) - Method in class com.storedobject.office.AbstractSpreadSheet
 
getNumericStyle(int, int, boolean) - Method in class com.storedobject.office.AbstractSpreadSheet
 
getNumericTag() - Method in class com.storedobject.core.SerialGenerator
 
getNumMergedRegions() - Method in class com.storedobject.office.od.ods.Sheet
 
getO3() - Method in class com.storedobject.iot.AQI
 
getOAuth() - Static method in class com.storedobject.ui.util.SOServlet
 
getOAuthProviders() - Static method in class com.storedobject.ui.util.SOServlet
 
getObject() - Method in class com.storedobject.core.DataChanged
Retrieves the object instance that was changed.
getObject() - Method in class com.storedobject.core.Id
 
getObject() - Method in class com.storedobject.core.ObjectData
 
getObject() - Method in class com.storedobject.core.ObjectForest.LinkObject
 
getObject() - Method in interface com.storedobject.core.ObjectGetter
Get the object that is provided.
getObject() - Method in class com.storedobject.core.ObjectText
Get the object value.
getObject() - Method in class com.storedobject.core.PseudoTranDetail
 
getObject() - Method in class com.storedobject.core.TransactionInformation.TransactionObject
Get the object involved.
getObject() - Method in class com.storedobject.office.ODTObjectReport
Get the current object instance to report.
getObject() - Method in class com.storedobject.pdf.PDFObjectReport
Get the current object instance to report.
getObject() - Method in interface com.storedobject.ui.IdInput
Get the current object value.
getObject() - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
getObject() - Method in class com.storedobject.ui.ObjectEditor
 
getObject() - Method in class com.storedobject.ui.ObjectFormField
 
getObject() - Method in interface com.storedobject.ui.ObjectInput
Get the current object.
getObject() - Method in interface com.storedobject.ui.ObjectProvider
Get the object provided.
getObject() - Method in class com.storedobject.ui.SteppedObjectForm
Get the currenct object value.
getObject() - Method in interface com.storedobject.ui.util.AbstractObjectInput
Get the object that is currently set.
getObject() - Method in interface com.storedobject.ui.util.DelegatedIdInput
 
getObject() - Method in class com.storedobject.vaadin.AbstractDataEditor
Get the instance of the currently editing object.
getObject() - Method in class com.storedobject.vaadin.AbstractForm
Get the instance of the currently editing data object.
getObject(boolean) - Method in class com.storedobject.vaadin.AbstractForm
Get the instance of the currently editing data object.
getObject(int) - Method in class com.storedobject.ui.ObjectComboField
 
getObject(int) - Method in class com.storedobject.ui.ObjectListField
 
getObject(int) - Method in class com.storedobject.ui.SteppedDataForm
Get the object value from a given step.
getObject(Id) - Method in class com.storedobject.core.TransactionInformation
Get the involved object for the given Id.
getObject(Id) - Method in class com.storedobject.ui.ObjectFormField
 
getObject(Id) - Method in interface com.storedobject.ui.util.AbstractObjectInput
Get the object for the given Id.
getObject(String, Class<T>) - Method in class com.storedobject.ui.common.ExcelDataUpload
Converts the given value to an object.
getObject(O) - Method in class com.storedobject.core.TransactionInformation
Get the involved object for the given object.
getObjectClass() - Method in class com.storedobject.core.AuditTrailConfiguration
 
getObjectClass() - Method in class com.storedobject.core.ClassAttribute
Class of this.
getObjectClass() - Method in class com.storedobject.core.Id
 
getObjectClass() - Method in class com.storedobject.core.Logic
 
getObjectClass() - Method in class com.storedobject.core.ObjectCache
 
getObjectClass() - Method in class com.storedobject.core.ObjectCacheList
 
getObjectClass() - Method in interface com.storedobject.core.ObjectConsumer
 
getObjectClass() - Method in class com.storedobject.core.ObjectData
 
getObjectClass() - Method in class com.storedobject.core.ObjectForest
 
getObjectClass() - Method in interface com.storedobject.core.ObjectGetter
Class of the object provided.
getObjectClass() - Method in interface com.storedobject.core.ObjectLoader
The class of the instances.
getObjectClass() - Method in class com.storedobject.core.ObjectMemoryList
 
getObjectClass() - Method in interface com.storedobject.core.ObjectSearchBuilder
 
getObjectClass() - Method in interface com.storedobject.core.ObjectSetter
Class of the object accepted.
getObjectClass() - Method in class com.storedobject.core.ObjectTree
 
getObjectClass() - Method in class com.storedobject.core.QueryBuilder
Retrieves the class type of the object represented by this instance.
getObjectClass() - Method in class com.storedobject.core.StoredObjectUtility.Link
 
getObjectClass() - Method in class com.storedobject.core.TransactionInformation.TransactionObject
Get the class of the object involved.
getObjectClass() - Method in class com.storedobject.ui.AbstractListProvider
 
getObjectClass() - Method in class com.storedobject.ui.AbstractObjectField
 
getObjectClass() - Method in class com.storedobject.ui.AbstractObjectForest
 
getObjectClass() - Method in class com.storedobject.ui.AbstractTreeProvider
 
getObjectClass() - Method in class com.storedobject.ui.DataGrid
 
getObjectClass() - Method in class com.storedobject.ui.GridSearchField
 
getObjectClass() - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
getObjectClass() - Method in interface com.storedobject.ui.LinkGrid
 
getObjectClass() - Method in class com.storedobject.ui.ObjectCodeField
 
getObjectClass() - Method in class com.storedobject.ui.ObjectComboField
 
getObjectClass() - Method in class com.storedobject.ui.ObjectField
 
getObjectClass() - Method in class com.storedobject.ui.ObjectFilter
 
getObjectClass() - Method in class com.storedobject.ui.ObjectFormField
 
getObjectClass() - Method in interface com.storedobject.ui.ObjectGridData
 
getObjectClass() - Method in class com.storedobject.ui.ObjectLinkField
 
getObjectClass() - Method in class com.storedobject.ui.ObjectListField
 
getObjectClass() - Method in interface com.storedobject.ui.ObjectProvider
Get the class of the object provided.
getObjectClass() - Method in class com.storedobject.ui.ObjectSearchForm
 
getObjectClass() - Method in class com.storedobject.ui.ObjectTable
Get the object class.
getObjectClass() - Method in class com.storedobject.ui.ObjectTextField
 
getObjectClass() - Method in class com.storedobject.ui.ObjectTree
 
getObjectClass() - Method in class com.storedobject.ui.SteppedObjectForm
Get the class of the object.
getObjectClass() - Method in class com.storedobject.ui.tools.ClassNameField
 
getObjectClass() - Method in class com.storedobject.ui.tools.DataTransfer
 
getObjectClass() - Method in interface com.storedobject.ui.util.AbstractObjectInput
Class of the object supported in this input field.
getObjectClass() - Method in interface com.storedobject.ui.util.DelegatedIdInput
 
getObjectClass() - Method in interface com.storedobject.ui.util.DelegatedObjectInput
 
getObjectClass() - Method in class com.storedobject.ui.util.SOFieldCreator
 
getObjectClass() - Method in interface com.storedobject.ui.util.ViewFilterSupport
 
getObjectClass() - Method in class com.storedobject.vaadin.AbstractDataEditor
Get the class of the object being edited.
getObjectClass() - Method in class com.storedobject.vaadin.ObjectForm
Get the class of the object being edited.
getObjectClass(int) - Method in class com.storedobject.ui.SteppedDataForm
If SteppedDataForm.createObjectForm(int) returns null, the class returned by this method is used to create the form for the step.
getObjectClass(String) - Static method in class com.storedobject.core.StoredObjectUtility
 
getObjectClassName() - Method in class com.storedobject.core.Database
Get the name of Object class of this database.
getObjectClassName() - Method in class com.storedobject.database.postgres.Database
 
getObjectClassName() - Method in class com.storedobject.ui.tools.ClassNameField
 
getObjectClassName(int) - Static method in class com.storedobject.ui.tools.ClassNameField
 
getObjectColumnCreator() - Method in class com.storedobject.ui.util.SOEnvironment
 
getObjectColumnCreator() - Method in interface com.storedobject.vaadin.ApplicationEnvironment
Create a "column creator" for the application when an Object is viewed in a Grid.
getObjectCount() - Method in interface com.storedobject.core.ObjectSearcher
 
getObjectCount() - Method in class com.storedobject.ui.AbstractListProvider
 
getObjectCount() - Method in class com.storedobject.ui.AbstractTreeProvider
 
getObjectCount() - Method in class com.storedobject.ui.ObjectComboField
 
getObjectCount() - Method in interface com.storedobject.ui.ObjectGridData
 
getObjectCount() - Method in class com.storedobject.ui.ObjectListField
 
getObjectCount() - Method in class com.storedobject.ui.ObjectListProvider
 
getObjectCount() - Method in interface com.storedobject.ui.ObjectLoader
 
getObjectCount() - Method in class com.storedobject.ui.ObjectTreeProvider
 
getObjectEditor() - Method in class com.storedobject.ui.EditableObjectGrid
 
getObjectEditor() - Method in interface com.storedobject.ui.LinkGrid
 
getObjectEditor() - Method in class com.storedobject.ui.ObjectBrowser
 
getObjectEditor() - Method in class com.storedobject.ui.ObjectLinkField
 
getObjectEditor() - Method in class com.storedobject.ui.ObjectTree
 
getObjectEditor() - Method in class com.storedobject.ui.util.LinkGridButtons
 
getObjectEditor(Class<O>) - Method in class com.storedobject.ui.BaseObjectForest
 
getObjectFamily(String) - Static method in class com.storedobject.ui.tools.ClassNameField
 
getObjectFieldCreator() - Method in class com.storedobject.ui.util.SOEnvironment
 
getObjectFieldCreator() - Method in interface com.storedobject.vaadin.ApplicationEnvironment
Create the "field creator" for the application when an Object is edited or viewed in a "data entry form".
getObjectFieldType(String) - Method in class com.storedobject.ui.common.EntityRoleEditor
 
getObjectFieldType(String) - Method in class com.storedobject.ui.common.PersonRoleEditor
 
getObjectFieldType(String) - Method in class com.storedobject.ui.common.SystemUserEditor
 
getObjectFieldType(String) - Method in class com.storedobject.ui.ObjectEditor
Get the ObjectField.Type for a given field.
getObjectForm(int) - Method in class com.storedobject.ui.SteppedDataForm
Get the form for the step.
getObjectForm(int) - Method in class com.storedobject.ui.SteppedObjectForm
Get the form for the step.
getObjectId() - Method in interface com.storedobject.core.ObjectGetter
Get the Id of object that is provided.
getObjectId() - Method in class com.storedobject.core.TransactionInformation.TransactionObject
Get the Id of the object involved.
getObjectId() - Method in interface com.storedobject.ui.IdInput
Get the current value.
getObjectId() - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
getObjectId() - Method in class com.storedobject.ui.ObjectFormField
 
getObjectId() - Method in interface com.storedobject.ui.ObjectProvider
Get the Id of the object provided.
getObjectId() - Method in class com.storedobject.ui.SteppedObjectForm
Get the Id of the current object value.
getObjectId() - Method in interface com.storedobject.ui.util.AbstractObjectInput
Get the Id of the current object.
getObjectId() - Method in interface com.storedobject.ui.util.DelegatedIdInput
 
getObjectId(T) - Method in class com.storedobject.ui.ObjectFormField
 
getObjectId(T) - Method in interface com.storedobject.ui.util.AbstractObjectInput
Get the Id of the given object.
getObjectInput() - Method in interface com.storedobject.ui.util.DelegatedIdInput
 
getObjectInput() - Method in interface com.storedobject.ui.util.DelegatedObjectInput
 
getObjectLabel() - Method in class com.storedobject.core.PseudoTranDetail
 
getObjectName() - Method in class com.storedobject.tools.LinkDefinition
 
getObjectRendered() - Method in interface com.storedobject.vaadin.HasColumns
Get the currently rendered object.
getObjectSearcher(Class<O>) - Method in class com.storedobject.ui.BaseObjectForest
 
getObjectUnwrapped() - Method in interface com.storedobject.vaadin.HasColumns
Get the currently rendered unwrapped object.
getObjectViewer() - Method in class com.storedobject.ui.ObjectListEditor
Get the viewer for this grid.
getODTFormat() - Method in class com.storedobject.core.PrintLogicDefinition
 
getODTFormatId() - Method in class com.storedobject.core.PrintLogicDefinition
 
getOfficeName() - Method in class com.storedobject.common.Address
Get the apartment/villa/house/office name.
getOffOn() - Method in class com.storedobject.iot.ControlSchedule
 
getOffset() - Method in class com.storedobject.chart.XYAxis
Get the offset of the axis.
getOffsetAmount() - Method in class com.storedobject.core.JournalVoucher
Get the offset amount of this JV.
getOffsetX() - Method in class com.storedobject.chart.Shadow
Get offset X.
getOffsetY() - Method in class com.storedobject.chart.Shadow
Get offset Y.
getOldValue() - Method in interface com.storedobject.ui.LinkGrid
 
getOldValue() - Method in class com.storedobject.ui.ObjectLinkField
 
getOldValue() - Method in class com.storedobject.ui.util.StreamAttachment
 
getOldValue() - Method in class com.storedobject.vaadin.ChangedValue
Get the old value of the field.
getOldValue() - Method in class com.storedobject.vaadin.ChangedValues
Get the old value.
getOpacity() - Method in class com.storedobject.chart.AbstractStyle
Get the opacity of the line (Value as percentage 0 to 100%).
getOpacity() - Method in class com.storedobject.chart.Shadow
Get the opacity of the shadow (Value as percentage 0 to 100%).
getOpeningBalance() - Method in class com.storedobject.core.Account
 
getOpeningBalance() - Method in interface com.storedobject.core.Ledger
Foreign currency opening balance.
getOpeningBalance() - Method in interface com.storedobject.core.LedgerEntry
Get the opening balance in the account at this entry (before effecting transaction of this entry).
getOpeningBalance(Date) - Method in class com.storedobject.core.Account
 
getOpeningStock(InventoryItemType, Date, InventoryLocation) - Static method in class com.storedobject.core.InventoryLedger
 
getOptional() - Method in class com.storedobject.core.InventoryAssembly
 
getOptional(InventoryAssembly) - Method in class com.storedobject.ui.inventory.DefineAssembly
 
getOptional(InventoryFitmentPosition) - Method in class com.storedobject.ui.inventory.AbstractAssembly
 
getOrder() - Method in class com.storedobject.chart.Project.Task
Get the order.
getOrder() - Method in class com.storedobject.chart.Project.TaskGroup
Get the order.
getOrderBy() - Method in interface com.storedobject.core.ObjectLoader
Get the current "ORDER BY" clause.
getOrderBy() - Method in class com.storedobject.core.ObjectLoadFilter
Get the "ORDER BY" clause set via ObjectLoadFilter.setOrderBy(String).
getOrderBy() - Method in class com.storedobject.core.ReportDefinition
 
getOrderBy() - Method in class com.storedobject.core.StoredObjectUtility.Link
 
getOrderBy() - Method in interface com.storedobject.report.ObjectLister
 
getOrderBy() - Method in class com.storedobject.ui.inventory.GRN
 
getOrderBy() - Method in class com.storedobject.ui.inventory.POBrowser
 
getOrderBy() - Method in class com.storedobject.ui.tools.DataTransfer
 
getOrdinality() - Method in class com.storedobject.iot.ControlSchedule
 
getOrdinality() - Method in class com.storedobject.iot.Unit
 
getOrdinality() - Method in class com.storedobject.iot.ValueImagePosition
 
getOrdinalityValue() - Method in class com.storedobject.iot.ControlSchedule
 
getOrdinalityValue() - Method in class com.storedobject.iot.Unit
 
getOrdinalityValue() - Method in class com.storedobject.iot.ValueImagePosition
 
getOrdinalityValue(int) - Static method in class com.storedobject.iot.ControlSchedule
 
getOrdinalityValue(int) - Static method in class com.storedobject.iot.Unit
 
getOrdinalityValue(int) - Static method in class com.storedobject.iot.ValueImagePosition
 
getOrdinalityValues() - Static method in class com.storedobject.iot.ControlSchedule
 
getOrdinalityValues() - Static method in class com.storedobject.iot.Unit
 
getOrdinalityValues() - Static method in class com.storedobject.iot.ValueImagePosition
 
getOrganization() - Method in class com.storedobject.common.IPLocation
 
getOrganization() - Method in class com.storedobject.core.AccessControl
 
getOrganization() - Method in class com.storedobject.core.EntityRole
 
getOrganization() - Method in class com.storedobjects.support.SupportUser
 
getOrganizationId() - Method in class com.storedobject.core.AccessControl
 
getOrganizationId() - Method in class com.storedobject.core.EntityRole
 
getOrganizationId() - Method in class com.storedobjects.support.Issue
 
getOrganizationId() - Method in class com.storedobjects.support.SupportUser
 
getOrientation() - Method in class com.storedobject.core.ReportDefinition
 
getOrientation() - Method in class com.storedobject.vaadin.Tabs
Get the current orientation of the tabs.
getOrientation(boolean) - Method in class com.storedobject.chart.TreeChart
Get orientation.
getOrientationValue() - Method in class com.storedobject.core.ReportDefinition
 
getOrientationValue(int) - Static method in class com.storedobject.core.ReportDefinition
 
getOrientationValues() - Static method in class com.storedobject.core.ReportDefinition
 
getOrigin() - Method in class com.storedobject.core.JournalVoucher
Get the origin of this JV.
getOriginatedFrom() - Method in class com.storedobject.core.JournalVoucher
Get the origin of this JV.
getOriginId() - Method in class com.storedobject.core.JournalVoucher
Get the origin Id of this JV.
getOTPErrorMessage() - Method in interface com.storedobject.core.IdentityCheck
Get the "error message" to be shown when failed to send OTP due to technical errors.
getOTPExitSite() - Method in interface com.storedobject.core.IdentityCheck
Get the "exit site" to exit the application when failed to send OTP due to technical errors.
getOTPTag() - Method in interface com.storedobject.core.IdentityCheck
Get the OTP tag that needs to be used when sending OTP.
getOTPTemplate() - Method in interface com.storedobject.core.IdentityCheck
Get the template t be used when sending OTP messages while verifying.
getOTPTimeout() - Method in interface com.storedobject.core.IdentityCheck
Get the OTP timeout in seconds.
getOutlineLevel() - Method in class com.storedobject.office.od.ods.Row
 
getOutput() - Method in class com.storedobject.common.SystemProcess
Retrieves the output produced by the executed system process.
getOutput(File) - Static method in class com.storedobject.common.IO
Create a buffered stream to write for the file
getOutput(String) - Static method in class com.storedobject.common.IO
Create a buffered stream to write for the file
getOutput(Path) - Static method in class com.storedobject.common.IO
Create a buffered stream to write for the file
getOutputStream() - Method in class com.storedobject.common.HTTP
Get the output stream to send the request directly.
getOutputStream() - Method in class com.storedobject.common.InputOutputStream
Get the output stream for writing to it.
getOutputStream() - Method in class com.storedobject.common.InvertedInputStream
Get the associated OutputStream.
getOutputStream() - Method in class com.storedobject.mail.Attachment
 
getOutputStream() - Method in class com.storedobject.tools.AbstractJSONService
 
getOutputStream() - Method in class com.storedobject.tools.JSONService
 
getOutputStream() - Method in class com.storedobject.tools.JSONServiceWS
 
getOutputStream() - Method in class com.storedobject.vaadin.util.MediaStreamVariable
 
getOutputStream(String) - Method in interface com.storedobject.vaadin.MediaCapture.DataReceiver
Get the output stream to which streamed data can be saved.
getOutTime() - Method in class com.storedobject.core.SystemUser.SessionLog
 
getOwner() - Method in class com.storedobject.calendar.Calendar
 
getOwner() - Method in class com.storedobject.core.Document
 
getOwner() - Method in class com.storedobject.core.InventoryItem
 
getOwner() - Method in class com.storedobject.core.JournalVoucher
Get the owner.
getOwner() - Method in class com.storedobject.core.PIN
Gets the owner.
getOwner() - Method in class com.storedobject.core.UnpostedJournal
 
getOwnerClass() - Method in class com.storedobject.core.AccountDocument
 
getOwnerClass() - Method in class com.storedobject.core.BusinessDocument
 
getOwnerClass() - Method in class com.storedobject.core.Document
 
getOwnerClass() - Method in class com.storedobject.core.PersonalDocument
 
getOwnerId() - Method in class com.storedobject.calendar.Calendar
 
getOwnerId() - Method in class com.storedobject.core.Document
 
getOwnerId() - Method in class com.storedobject.core.InventoryItem
 
getOwnerId() - Method in class com.storedobject.core.JournalVoucher
Get the owner Id.
getOwnerId() - Method in class com.storedobject.core.PIN
Gets the Id of the owner.
getOwnerId() - Method in class com.storedobject.core.UnpostedJournal
 
getPackage(Class<?>) - Static method in class com.storedobject.core.JavaClass
 
getPackage(String) - Static method in class com.storedobject.core.JavaClass
 
getPackageId() - Static method in class com.storedobject.core.ApplicationServer
 
getPackageName() - Static method in class com.storedobject.core.ApplicationServer
 
getPackageName() - Method in class com.storedobject.job.Scheduler
 
getPackageName() - Method in class com.storedobject.tools.AbstractJSONService
 
getPackageName() - Method in class com.storedobject.tools.DeveloperService
 
getPackageName() - Method in class com.storedobject.tools.SystemDevice
 
getPackageName() - Method in class com.storedobject.tools.TestDevice
 
getPacket() - Method in class com.storedobject.core.ConsignmentItem
 
getPacking() - Method in class com.storedobject.core.PackingUnit
 
getPadding(boolean) - Method in class com.storedobject.chart.ComposedPart
 
getPadding(boolean) - Method in interface com.storedobject.chart.HasPadding
Get the padding of this on the chart display area.
getPadding(boolean) - Method in class com.storedobject.chart.Legend
 
getPadding(boolean) - Method in class com.storedobject.chart.TextStyle
Get the padding.
getPaddingBottom() - Method in class com.storedobject.pdf.PDFCell
Get the bottom padding of this cell.
getPaddingLeft() - Method in class com.storedobject.pdf.PDFCell
Get the left padding of this cell.
getPaddingRight() - Method in class com.storedobject.pdf.PDFCell
Get the right padding of this cell.
getPaddingTop() - Method in class com.storedobject.pdf.PDFCell
Get the top padding of this cell.
getPage() - Method in class com.storedobject.vaadin.Application
Get the browser Page.
getPageImage(int) - Method in class com.storedobject.pdf.PDF.PDFContent
Creates an image from a particular page of this 'Content'.
getPageNumber() - Method in class com.storedobject.pdf.PDF
Get the current page number.
getPageOrientation() - Method in class com.storedobject.pdf.PDF
Page orientation - Portrait or Landscape
getPageOrientation() - Method in class com.storedobject.report.ObjectList
 
getPageSize() - Method in class com.storedobject.pdf.PDF
Page size.
getPageSize(int) - Static method in class com.storedobject.pdf.PDF
 
getPageSizeIndex() - Method in class com.storedobject.pdf.PDF
 
getPageTitle() - Method in class com.storedobject.vaadin.ApplicationView
Get the page title to be displayed.
getPainter() - Method in class com.storedobject.vaadin.PaintedImage
Get the current painter.
getPaneInformation() - Method in class com.storedobject.office.od.ods.Sheet
 
getParameter(int) - Method in class com.storedobject.core.UIFieldMetadata
 
getParameter(String) - Method in class com.storedobject.ui.util.DownloadStream
Gets a parameter for download stream.
getParameter(String, int) - Method in class com.storedobject.core.UIFieldMetadata
 
getParameterAsActions(int, boolean) - Method in class com.storedobject.core.UIFieldMetadata
 
getParameterAsClass(Class<? extends StoredObject>) - Method in class com.storedobject.core.UIFieldMetadata
 
getParameterClass() - Method in class com.storedobject.core.ParameterLogic
 
getParameterNames() - Method in class com.storedobject.ui.util.DownloadStream
Gets the names of the parameters.
getParameters() - Method in class com.storedobject.core.UIFieldMetadata
 
getParameters() - Method in class com.storedobject.tools.ColumnDefinition
 
getParent() - Method in class com.storedobject.core.ClassAttribute
Get the parent of this.
getParent() - Method in class com.storedobject.core.ObjectForest.LinkNode
 
getParent() - Method in class com.storedobject.core.StoredObject
Get the parent of this instance if exists.
getParent(ObjectTree<O>, O) - Method in interface com.storedobject.core.ObjectTree.Builder
 
getParent(Breadcrumbs.Breadcrumb) - Method in class com.storedobject.vaadin.Breadcrumbs
Get the parent of the given breadcrumb.
getParent(Class<T>) - Method in class com.storedobject.core.StoredObject
Get the specific type of parent of this instance if exists.
getParent(Class<T>, int) - Method in class com.storedobject.core.StoredObject
Get the specific type of parent of this instance if exists.
getParent(T) - Method in class com.storedobject.core.ObjectTree
 
getParentClassName() - Method in class com.storedobject.tools.TableDefinition
 
getParentFolder() - Method in class com.storedobject.core.FileFolder
 
getParentId() - Method in class com.storedobject.core.StoredObject
Get Id of the parent of this instance if exists.
getParentId(Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
Get Id of the specific type of parent of this instance if exists.
getParentId(Class<? extends StoredObject>, int) - Method in class com.storedobject.core.StoredObject
Get the Id of the specific type of parent of this instance if exists.
getParentItem() - Method in class com.storedobject.core.InventoryItem
Get the parent item on which this item is fitted on.
getParentItem(Class<I>) - Method in class com.storedobject.core.InventoryItem
Get the parent/grandparents item on which this item is fitted on.
getParentItemType() - Method in class com.storedobject.core.InventoryAssembly
 
getParentItemTypeId() - Method in class com.storedobject.core.InventoryAssembly
 
getParentLinkType() - Method in class com.storedobject.ui.ObjectEditor
Get the link type of the parent object previously set via ObjectEditor.setParentObject(StoredObject, int).
getParentObject() - Method in class com.storedobject.ui.ObjectEditor
Get the parent object previously set via ObjectEditor.setParentObject(StoredObject, int).
getParentOffsetX() - Method in class com.storedobject.ui.ImageViewer
Get the X-offset of the parent image.
getParentOffsetY() - Method in class com.storedobject.ui.ImageViewer
Get the Y-offset of the parent image.
getParentTableName() - Method in class com.storedobject.tools.TableDefinition
 
getParticulars() - Method in class com.storedobject.core.JournalVoucher.Entry
Get the particulars/narration of this entry.
getParticulars() - Method in interface com.storedobject.core.LedgerEntry
Transaction particulars (narration) of this entry.
getParticulars() - Method in class com.storedobject.core.UnpostedJournalEntry
 
getParticulars(boolean) - Method in interface com.storedobject.core.LedgerEntry
Transaction particulars (narration) of this entry.
getParticulars(JournalVoucher.Entry) - Method in class com.storedobject.ui.accounts.JournalVoucherView
 
getParticulars(LedgerEntry) - Method in class com.storedobject.ui.accounts.StatementView
 
getPartNumber() - Method in class com.storedobject.core.InventoryAPN
 
getPartNumber() - Method in class com.storedobject.core.InventoryGRNItem
 
getPartNumber() - Method in class com.storedobject.core.InventoryItem
 
getPartNumber() - Method in class com.storedobject.core.InventoryItemType
 
getPartNumber() - Method in class com.storedobject.core.InventoryPOItem
 
getPartNumber() - Method in class com.storedobject.core.MaterialRequestItem
 
getPartNumber() - Method in class com.storedobject.core.ServiceItem
 
getPartNumber() - Method in class com.storedobject.core.Stock
 
getPartNumber() - Method in class com.storedobject.core.SubscriptionItem
 
getPartNumber() - Method in class com.storedobject.ui.inventory.ItemField
Get the current value of the part number.
getPartNumber(InventoryFitmentPosition) - Method in class com.storedobject.ui.inventory.AbstractAssembly
 
getPartNumber(InventoryItem) - Method in class com.storedobject.ui.inventory.LocationMonitoring
 
getPartNumberId() - Method in class com.storedobject.core.InventoryAPN
 
getPartNumberId() - Method in class com.storedobject.core.InventoryGRNItem
 
getPartNumberId() - Method in class com.storedobject.core.InventoryItem
 
getPartNumberId() - Method in class com.storedobject.core.InventoryPOItem
 
getPartNumberId() - Method in class com.storedobject.core.MaterialRequestItem
 
getPartNumberId() - Method in class com.storedobject.ui.inventory.ItemField
Get Id of the current part number value.
getPartNumberName() - Method in class com.storedobject.core.AbstractServiceItemType
 
getPartNumberName() - Method in class com.storedobject.core.InventoryItem
 
getPartNumberName() - Method in class com.storedobject.core.InventoryItemType
 
getPartNumberProvider() - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
getPartNumberProvider() - Method in class com.storedobject.ui.inventory.ItemComboField
 
getPartNumberProvider() - Method in class com.storedobject.ui.inventory.ItemField
 
getPartNumberProvider() - Method in class com.storedobject.ui.inventory.ItemGetField
 
getPartNumberProvider() - Method in interface com.storedobject.ui.inventory.ItemInput
Get the P/N provider of this.
getPartNumberShortName() - Method in class com.storedobject.core.AbstractServiceItemType
 
getPartNumberShortName() - Method in class com.storedobject.core.InventoryItem
 
getPartNumberShortName() - Method in class com.storedobject.core.InventoryItemType
 
getPartNumberType() - Method in class com.storedobject.core.InventoryItem
 
getPartOfInvoice() - Method in class com.storedobject.core.LandedCostType
 
getParty() - Method in class com.storedobject.accounts.AccountEntity
Retrieves the party associated with this account entity.
getParty() - Method in class com.storedobject.accounts.Invoice
 
getPartyClass() - Method in class com.storedobject.accounts.AccountEntity
Retrieves the party class associated with this object.
getPartyClass() - Method in class com.storedobject.accounts.BusinessEntity
Returns the class representing the party associated with this entity.
getPartyClass() - Method in class com.storedobject.accounts.PersonalEntity
Returns the class of the party associated with this PersonalEntity.
getPartyId() - Method in class com.storedobject.accounts.AccountEntity
Retrieves the ID of the party associated with this object.
getPartyId() - Method in class com.storedobject.accounts.BusinessEntity
Retrieves the party ID.
getPartyId() - Method in class com.storedobject.accounts.Invoice
 
getPartyId() - Method in class com.storedobject.accounts.PersonalEntity
Retrieves the Party ID.
getPassword() - Method in class com.storedobject.mail.MailSender
 
getPassword() - Method in class com.storedobject.sms.Provider
 
getPasswordChangeCaption() - Method in interface com.storedobject.core.IdentityCheck
Get the caption used when changing the password.
getPasswordExpiry() - Method in class com.storedobject.core.SystemUser
 
getPath(String) - Static method in class com.storedobject.common.IO
Get the path class for the file name passed.
getPattern() - Method in class com.storedobject.core.SerialPattern
 
getPatternType() - Method in class com.storedobject.core.SerialConfigurator
 
getPatternTypeValue() - Method in class com.storedobject.core.SerialConfigurator
 
getPatternTypeValues() - Method in class com.storedobject.core.SerialConfigurator
 
getPayload() - Method in class com.storedobject.core.AutoLogin
 
getPayment() - Method in class com.storedobject.accounts.Invoice
 
getPaymentDetail() - Method in class com.storedobject.accounts.Invoice
 
getPaymentStatus() - Method in class com.storedobject.accounts.Invoice
 
getPaymentStatusValue() - Method in class com.storedobject.accounts.Invoice
 
getPaymentStatusValue(int) - Static method in class com.storedobject.accounts.Invoice
 
getPaymentStatusValues() - Static method in class com.storedobject.accounts.Invoice
 
getPDFInBrowse() - Method in class com.storedobject.core.UIMetadata
 
getPDFProperties() - Method in class com.storedobject.office.od.ods.Workbook
 
getPDFProperties() - Method in class com.storedobject.office.ODS
 
getPendingMessageCount() - Static method in class com.storedobject.iot.MQTT
 
getPendingWith() - Method in class com.storedobject.core.Memo
 
getPendingWith() - Method in class com.storedobject.core.MemoComment
 
getPercentage() - Method in class com.storedobject.chart.Font.Stretch
Get the percentage of stretch.
getPercentage2Style() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getPercentageStyle() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getPeriod() - Method in interface com.storedobject.core.Ledger
The date-period selected.
getPeriod() - Method in class com.storedobject.iot.Consumption
Abstract method to retrieve the period associated with the consumption record.
getPeriod() - Method in class com.storedobject.iot.DailyConsumption
Retrieves the period value associated with the daily consumption instance.
getPeriod() - Method in class com.storedobject.iot.DailyStatistics
Retrieves the period associated with this instance, represented by the day of the year.
getPeriod() - Method in class com.storedobject.iot.HourlyConsumption
Retrieves the hourly period value representing the hour for this instance.
getPeriod() - Method in class com.storedobject.iot.HourlyStatistics
Retrieves the period associated with this instance, which corresponds to the hour value.
getPeriod() - Method in class com.storedobject.iot.MonthlyConsumption
Retrieves the period associated with the monthly consumption.
getPeriod() - Method in class com.storedobject.iot.MonthlyStatistics
Retrieves the period associated with the monthly statistics.
getPeriod() - Method in class com.storedobject.iot.Statistics
Retrieves the period value associated with the statistics object.
getPeriod() - Method in class com.storedobject.iot.WeeklyConsumption
Retrieves the period of the weekly consumption, represented by the week number.
getPeriod() - Method in class com.storedobject.iot.WeeklyStatistics
Gets the period represented by the current instance of WeeklyStatistics.
getPeriod() - Method in class com.storedobject.iot.YearlyConsumption
Retrieves the period for the yearly consumption, represented as an integer year value.
getPeriod() - Method in class com.storedobject.iot.YearlyStatistics
Retrieves the period value for this instance, which corresponds to the year.
getPeriod() - Method in class com.storedobject.ui.MonthEndField
 
getPeriod() - Method in class com.storedobject.ui.MonthField
 
getPeriod(JSON) - Method in class com.storedobject.core.JSONLedger
 
getPeriodDetail() - Method in class com.storedobject.iot.Consumption
Provides detailed information about the period associated with the consumption instance.
getPeriodDetail() - Method in class com.storedobject.iot.DailyConsumption
Retrieves the detailed representation of the period for the given year and day.
getPeriodDetail() - Method in class com.storedobject.iot.DailyStatistics
Retrieves detailed period information for a specific day within a given year.
getPeriodDetail() - Method in class com.storedobject.iot.HourlyConsumption
Provides the detailed representation of the period for the current hourly consumption.
getPeriodDetail() - Method in class com.storedobject.iot.HourlyStatistics
Retrieves the detailed representation of the period associated with this instance.
getPeriodDetail() - Method in class com.storedobject.iot.MonthlyConsumption
Retrieves the detailed representation of the consumption period in the format of "Month Year".
getPeriodDetail() - Method in class com.storedobject.iot.MonthlyStatistics
Retrieves a detailed representation of the period in the format "Month Year".
getPeriodDetail() - Method in class com.storedobject.iot.Statistics
Retrieves the detailed description of the period associated with this statistics object.
getPeriodDetail() - Method in class com.storedobject.iot.WeeklyConsumption
Retrieves the formatted period detail for the weekly consumption.
getPeriodDetail() - Method in class com.storedobject.iot.WeeklyStatistics
Retrieves a detailed representation of the specific period (week) for this instance, based on the year and week values.
getPeriodDetail() - Method in class com.storedobject.iot.YearlyConsumption
Provides a detailed description of the period by returning the year associated with this consumption record, prefixed by "Year ".
getPeriodDetail() - Method in class com.storedobject.iot.YearlyStatistics
Generates a detailed string representation of the period for this instance.
getPeriodInDays() - Method in class com.storedobject.core.AbstractPeriod
 
getPeriodInDays(D, D) - Static method in class com.storedobject.common.DateUtility
Get difference in days between two dates
getPeriodInDays(D, D, boolean) - Static method in class com.storedobject.common.DateUtility
Get difference in days between two dates by considering the time as well
getPeriodInMonths() - Method in class com.storedobject.core.AbstractPeriod
 
getPeriodInMonths(D, D) - Static method in class com.storedobject.common.DateUtility
Get difference in months between two dates
getPeriodName() - Method in class com.storedobject.iot.Consumption
Retrieves the period name of the consumption instance.
getPeriodName() - Method in class com.storedobject.iot.Statistics
Retrieves the period name associated with the instance of the class.
getPermission() - Method in class com.storedobject.core.ObjectPermission
 
getPermissionBitValues() - Static method in class com.storedobject.core.ObjectPermission
 
getPermissionValue() - Method in class com.storedobject.core.ObjectPermission
 
getPermissionValue(int) - Static method in class com.storedobject.core.ObjectPermission
 
getPerson() - Method in class com.storedobject.accounts.CashAccount
 
getPerson() - Method in class com.storedobject.accounts.PersonalEntity
Retrieves the person associated with this PersonalEntity.
getPerson() - Method in class com.storedobject.core.FileCirculation
 
getPerson() - Method in class com.storedobject.core.FileFolderAccessRights
 
getPerson() - Method in class com.storedobject.core.InventoryCustodyLocation
 
getPerson() - Method in class com.storedobject.core.MaterialRequest
 
getPerson() - Method in class com.storedobject.core.PersonRole
 
getPerson() - Method in class com.storedobject.core.Signature
 
getPerson() - Method in class com.storedobject.core.SystemUser
Gets the person.
getPerson() - Method in class com.storedobjects.support.SupportPerson
 
getPersonId() - Method in class com.storedobject.accounts.CashAccount
 
getPersonId() - Method in class com.storedobject.accounts.PersonalEntity
Retrieves the unique identifier of a person.
getPersonId() - Method in class com.storedobject.core.FileCirculation
 
getPersonId() - Method in class com.storedobject.core.FileFolderAccessRights
 
getPersonId() - Method in class com.storedobject.core.InventoryCustodyLocation
 
getPersonId() - Method in class com.storedobject.core.MaterialRequest
 
getPersonId() - Method in class com.storedobject.core.PersonRole
 
getPersonId() - Method in class com.storedobject.core.Signature
 
getPersonId() - Method in class com.storedobject.core.SystemUser
Gets the Id of the person.
getPersonId() - Method in class com.storedobjects.support.SupportPerson
 
getPhone() - Method in class com.storedobject.accounts.AccountEntity
 
getPhone() - Method in interface com.storedobject.core.HasContacts
Get the phone number.
getPhone(String) - Method in interface com.storedobject.core.HasContacts
Get the address.
getPhrase() - Method in class com.storedobject.pdf.PDFCell
Get the phrase inside the cell.
getPhysicalNumberOfCells() - Method in class com.storedobject.office.od.ods.Row
 
getPhysicalNumberOfRows() - Method in class com.storedobject.office.od.ods.Sheet
 
getPickingOrder() - Method in class com.storedobject.core.InventoryBin
 
getPid() - Method in class com.storedobject.core.PseudoTranDetail
 
getPIN() - Method in class com.storedobject.core.PIN
 
getPingTime() - Static method in class com.storedobject.iot.DataSet
Get the last time a ping was received.
getPlaceholder() - Method in class com.storedobject.ui.CountryField
Get the placeholder of this field.
getPlaceholder() - Method in class com.storedobject.vaadin.ChoiceField
Get the placeholder of this field.
getPlaceName() - Method in class com.storedobject.common.PKAddress
 
getPlainHeight() - Method in class com.storedobject.pdf.PDFImage
 
getPlainWidth() - Method in class com.storedobject.pdf.PDFImage
 
getPM10() - Method in class com.storedobject.iot.AQI
 
getPM25() - Method in class com.storedobject.iot.AQI
 
getPNField() - Method in class com.storedobject.ui.inventory.ItemField
 
getPO() - Method in class com.storedobject.core.InventoryItem
Get the PO through which this item was procured.
getPOBox() - Method in class com.storedobject.common.Address
Get the Post Box number.
getPOBoxName() - Method in class com.storedobject.common.Address
Get the caption for the Post Box.
getPOBoxName() - Method in class com.storedobject.common.CHAddress
 
getPOBoxName() - Method in class com.storedobject.common.MYAddress
 
getPointer(boolean) - Method in class com.storedobject.chart.Axis
Get the axis-pointer for the axis.
getPointSymbol(boolean) - Method in class com.storedobject.chart.BubbleChart
Get the PointSymbol that represents the "bubble".
getPointSymbol(boolean) - Method in class com.storedobject.chart.LineChart
Get the point symbol definition associated with this chart.
getPointSymbol(boolean) - Method in class com.storedobject.chart.ScatterChart
Get the PointSymbol.
getPOItem() - Method in class com.storedobject.core.InventoryGRNItem
 
getPolarProperty(boolean) - Method in class com.storedobject.chart.ComposedPart
 
getPolarProperty(boolean) - Method in class com.storedobject.chart.GaugeChart
 
getPolarProperty(boolean) - Method in interface com.storedobject.chart.HasPolarProperty
Get the polar property.
getPolarProperty(boolean) - Method in class com.storedobject.chart.PieChart
 
getPolarProperty(boolean) - Method in class com.storedobject.chart.PolarCoordinate
 
getPolarProperty(boolean) - Method in class com.storedobject.chart.RadarCoordinate
 
getPolarProperty(boolean) - Method in class com.storedobject.chart.SunburstChart
 
getPolicy() - Method in class com.storedobject.core.PIN
 
getPoolSize() - Static method in class com.storedobject.core.SQLConnector
Gets the current connection pool size.
getPort() - Method in class com.storedobject.iot.MQTT
 
getPort() - Method in class com.storedobject.mail.MailSender
 
getPortOfDischarge() - Method in class com.storedobject.core.Consignment
 
getPortOfLoading() - Method in class com.storedobject.core.Consignment
 
getPosition() - Method in class com.storedobject.chart.Chart.Label
Get the position indicator of this label.
getPosition() - Method in class com.storedobject.core.InventoryAssembly
 
getPosition() - Method in class com.storedobject.core.InventoryFitmentPosition
 
getPosition() - Method in class com.storedobject.office.od.ODInputStream
 
getPosition(boolean) - Method in class com.storedobject.chart.ComposedPart
 
getPosition(boolean) - Method in class com.storedobject.chart.CoordinateSystem
 
getPosition(boolean) - Method in class com.storedobject.chart.DataZoom
 
getPosition(boolean) - Method in interface com.storedobject.chart.HasPosition
Get the position of this on the chart display area.
getPosition(boolean) - Method in class com.storedobject.chart.Legend
 
getPosition(boolean) - Method in class com.storedobject.chart.SelfPositioningChart
 
getPosition(boolean) - Method in class com.storedobject.chart.SelfPositioningSpecialChart
 
getPosition(boolean) - Method in class com.storedobject.chart.Shape
Get the position.
getPosition(boolean) - Method in class com.storedobject.chart.SunburstChart
 
getPosition(boolean) - Method in class com.storedobject.chart.Title
 
getPosition(boolean) - Method in class com.storedobject.chart.Toolbox
 
getPosition(boolean) - Method in class com.storedobject.chart.VisualMap
 
getPosition(InventoryFitmentPosition) - Method in class com.storedobject.ui.inventory.AbstractAssembly
 
getPostalCode() - Method in class com.storedobject.common.Address
Get the Postal Code.
getPostalCodeCaption() - Method in class com.storedobject.common.Address
Get the caption for the Postal Code.
getPostalCodeCaption() - Method in class com.storedobject.common.GBAddress
 
getPostalCodeCaption() - Method in class com.storedobject.common.INAddress
 
getPostalCodeCaption() - Method in class com.storedobject.common.LKAddress
 
getPostalCodeCaption() - Method in class com.storedobject.common.USAddress
 
getPostalCodeMaxLength() - Method in class com.storedobject.common.Address
What is the maximum length of the postal code?
getPostalCodeMaxLength() - Method in class com.storedobject.common.CHAddress
 
getPostalCodeMaxLength() - Method in class com.storedobject.common.GBAddress
 
getPostalCodeMaxLength() - Method in class com.storedobject.common.IDAddress
 
getPostalCodeMaxLength() - Method in class com.storedobject.common.INAddress
 
getPostalCodeMaxLength() - Method in class com.storedobject.common.MYAddress
 
getPostalCodeMaxLength() - Method in class com.storedobject.common.PKAddress
 
getPostalCodeMaxLength() - Method in class com.storedobject.common.SGAddress
 
getPostalCodeMaxLength() - Method in class com.storedobject.common.USAddress
 
getPostalCodeMinLength() - Method in class com.storedobject.common.Address
What is the minimum length of the postal code?
getPostalCodeMinLength() - Method in class com.storedobject.common.GBAddress
 
getPostalCodeMinLength() - Method in class com.storedobject.common.USAddress
 
getPostalTown() - Method in class com.storedobject.common.MYAddress
 
getPosted() - Method in class com.storedobject.accounts.Invoice
 
getPosted() - Method in class com.storedobject.core.JournalVoucherStage
 
getPostOfficeName() - Method in class com.storedobject.common.INAddress
 
getPostTown() - Method in class com.storedobject.common.GBAddress
 
getPrecision() - Method in class com.storedobject.chart.Axis.PointerLabel
Get the precision for showing the value (Applicable to numeric values).
getPredicate() - Method in class com.storedobject.core.ObjectLoadFilter
Create a "predicate" that can be used in the Java program to apply the equivalent filter condition of using ObjectLoadFilter.getFilter() and ObjectLoadFilter.getLoadingPredicate().
getPredicate(String) - Method in class com.storedobject.core.ObjectLoadFilter
Create a "predicate" that can be used in the Java program to apply the equivalent filter condition of using ObjectLoadFilter.getFilter(String) and ObjectLoadFilter.getLoadingPredicate().
getPredicate(String, Predicate<T>) - Method in class com.storedobject.ui.util.ViewFilter
 
getPreferences() - Method in class com.storedobject.core.SystemUser
 
getPreferencesBitValues() - Static method in class com.storedobject.core.SystemUser
 
getPreferencesValue() - Method in class com.storedobject.core.SystemUser
 
getPreferencesValue(int) - Static method in class com.storedobject.core.SystemUser
 
getPrefixComponent() - Method in class com.storedobject.ui.AbstractObjectField
 
getPrefixComponent() - Method in class com.storedobject.vaadin.CustomTextField
 
getPrefixSOAP() - Method in class com.storedobject.common.SOAP
Get the current "SOAP-Env" prefix.
getPrevious() - Method in class com.storedobject.common.CheckWithPrevious
Gets the previous value that is compared with the current value.
getPreviousActionText() - Method in class com.storedobject.vaadin.ActionTextField
The action text that was already acted up on.
getPreviousCell() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getPreviousKey() - Method in interface com.storedobject.core.Secret.MasterKeyProvider
Get the key that was previously active.
getPreviousLocation() - Method in class com.storedobject.core.InventoryItem
 
getPreviousLocation(int) - Method in class com.storedobject.core.InventoryItem
 
getPreviousRow() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getPreviousSheet() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getPreviousTab() - Method in class com.storedobject.vaadin.Tabs.SelectedChangeEvent
Get the previously selected tab.
getPreviousUnit() - Method in class com.storedobject.core.InventoryUnitCorrection
 
getPreviousVersion() - Method in class com.storedobject.core.FileData
 
getPrice() - Method in class com.storedobject.core.InventorySaleItem
 
getPrimaryAddress() - Method in class com.storedobject.accounts.AccountEntity
Retrieves the primary address of the AccountEntity.
getPrimaryAddressValue() - Method in class com.storedobject.accounts.AccountEntity
Returns the primary address value of the AccountEntity.
getPrimaryEmail() - Method in class com.storedobject.accounts.AccountEntity
Retrieves the primary email address of the account entity.
getPrimaryPhone() - Method in class com.storedobject.accounts.AccountEntity
Retrieves the primary phone number of the account entity.
getPrintArea(int) - Method in class com.storedobject.office.od.ods.Workbook
 
getPrintDescription() - Method in class com.storedobject.core.ReportDefinition
 
getPrintLogicClassName() - Method in class com.storedobject.core.PrintLogicDefinition
 
getPrintSetup() - Method in class com.storedobject.office.od.ods.Sheet
 
getPrintText() - Method in interface com.storedobject.vaadin.HTMLGenerator
Get a printable object that can be used for creating a printable representation of the HTML text.
getPriority() - Method in class com.storedobject.core.LoginMessage
 
getPriority() - Method in class com.storedobject.core.MaterialRequest
 
getPriority() - Method in class com.storedobject.core.MaterialRequestPriority
 
getPriority() - Method in class com.storedobject.ui.Alert
 
getPriorityId() - Method in class com.storedobject.core.MaterialRequest
 
getPriorityValue() - Method in class com.storedobject.core.LoginMessage
 
getPriorityValue(int) - Static method in class com.storedobject.core.LoginMessage
 
getPriorityValues() - Static method in class com.storedobject.core.LoginMessage
 
getProcessingOrder() - Method in class com.storedobject.tools.Packager
 
getProcessor() - Method in class com.storedobject.ui.iot.DownloadData
 
getProcessor() - Method in class com.storedobject.ui.iot.SelectData
 
getProcessor() - Method in class com.storedobject.ui.iot.ViewData
 
getProcessorClass() - Method in class com.storedobject.iot.CustomMessageLogic
 
getProcessorLogic() - Method in class com.storedobject.core.LoginMessage
 
getProducer() - Method in class com.storedobject.ui.util.AbstractContentGenerator
 
getProduct() - Method in class com.storedobjects.support.Issue
 
getProduct() - Method in class com.storedobjects.support.ProductSkill
 
getProductId() - Method in class com.storedobjects.support.Issue
 
getProductId() - Method in class com.storedobjects.support.ProductSkill
 
getProductLogo() - Method in class com.storedobject.pdf.PDFReport
Get the configured logo of the product (could be null).
getProductLogoName() - Method in class com.storedobject.core.DeviceLayout
 
getProductLogoName() - Method in class com.storedobject.pdf.PDFReport
Get the name of the configured product logo of the organization.
getProgressBar(boolean) - Method in class com.storedobject.ui.Application
 
getProgressBarHolder() - Method in interface com.storedobject.ui.ApplicationLayout
 
getProgressBarHolder() - Method in class com.storedobject.ui.util.ApplicationFrame
 
getProgressCaption() - Method in class com.storedobject.ui.TextView
 
getProgressCaption() - Method in class com.storedobject.ui.UploadProcessorView
 
getProject() - Method in class com.storedobject.iot.Site
Retrieves the project associated with the site.
getProperties() - Method in class com.storedobject.office.PDFProperties
 
getProtect() - Method in class com.storedobject.office.od.ods.Sheet
 
getProtectedColumns() - Method in class com.storedobject.core.UIMetadata
 
getProtectedColumns() - Method in class com.storedobject.tools.TableDefinition
 
getProtocol() - Static method in class com.storedobject.ui.util.SOServlet
 
getProviderName() - Method in class com.storedobject.sms.CheckDelivery
 
getProviderName() - Method in class com.storedobject.sms.Server
 
getProviderName() - Method in class com.storedobject.sms.SMSSimulator
 
getProvince() - Method in class com.storedobject.common.PKAddress
 
getProvinceName() - Method in class com.storedobject.common.PKAddress
 
getProvinces() - Static method in class com.storedobject.common.PKAddress
 
getPublicKey() - Method in class com.storedobject.core.WebBiometric
 
getPurchaseDate() - Method in class com.storedobject.core.InventoryItem
 
getPurchaseType() - Method in class com.storedobject.accounts.SupplierInvoice
 
getPurgedMessageCount() - Static method in class com.storedobject.iot.MQTT
 
getQuantity() - Method in class com.storedobject.core.ConsignmentItem
 
getQuantity() - Method in interface com.storedobject.core.HasInventoryItem
Retrieves the quantity of the inventory item associated with this entity.
getQuantity() - Method in class com.storedobject.core.InventoryAssembly
 
getQuantity() - Method in class com.storedobject.core.InventoryGRNItem
 
getQuantity() - Method in class com.storedobject.core.InventoryItem
 
getQuantity() - Method in class com.storedobject.core.InventoryLedger
 
getQuantity() - Method in class com.storedobject.core.InventoryPOItem
 
getQuantity() - Method in class com.storedobject.core.InventoryTransferItem
 
getQuantity() - Method in class com.storedobject.core.MaterialIssuedItem
 
getQuantity() - Method in class com.storedobject.core.PackingUnit
 
getQuantity(InventoryFitmentPosition) - Method in class com.storedobject.ui.inventory.AbstractAssembly
 
getQuantity(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a quantity value from the JSON request.
getQuantityClass() - Method in class com.storedobject.core.MeasurementUnit
Get the Quantity class for this measurement unit.
getQueryBuilder() - Method in class com.storedobject.core.ReportDefinition
 
getQueryBuilder(String) - Method in class com.storedobject.core.ReportDefinition
 
getQueryBuilder(String, String) - Method in class com.storedobject.core.ReportDefinition
 
getQueryParameter(String) - Method in class com.storedobject.vaadin.Application
Get the query parameter value passed to this application.
getRadius() - Method in class com.storedobject.chart.CirclePart
Get radius.
getRate() - Method in class com.storedobject.core.CurrencyRate
 
getRate() - Method in interface com.storedobject.core.CurrencyRateProvider
 
getRate() - Method in class com.storedobject.core.ExchangeRate
 
getRate() - Method in class com.storedobject.core.Tax
 
getRate() - Method in class com.storedobject.core.TaxRate
 
getRate(Date, Id) - Static method in class com.storedobject.core.TaxRate
 
getRate(Date, TaxType) - Static method in class com.storedobject.core.TaxRate
 
getReadAt() - Method in class com.storedobject.core.FileCirculation
 
getReadBefore() - Method in class com.storedobject.core.FileData
 
getReadBeforeTime() - Method in class com.storedobject.core.FileData
 
getReader() - Method in class com.storedobject.common.HTTP
Get the response as a "reader".
getReader() - Method in class com.storedobject.common.InvertedWriter
Get the associated reader.
getReader(File) - Static method in class com.storedobject.common.IO
Create a buffered reader from the file
getReader(InputStream) - Static method in class com.storedobject.common.IO
Convert a stream to a buffered UTF-8 reader
getReader(String) - Static method in class com.storedobject.common.IO
Create a buffered reader from the file
getReader(Path) - Static method in class com.storedobject.common.IO
Create a buffered reader from the path
getReadStamp() - Method in class com.storedobject.core.FileData
 
getRealClassName() - Method in class com.storedobject.core.UIMetadata
 
getRealLocation() - Method in class com.storedobject.core.InventoryItem
Get the real location of this item.
getReceiptDate(MaterialIssued, MaterialRequest) - Method in class com.storedobject.ui.inventory.BaseReceiveMaterialRequested
 
getReceiptReference(MaterialIssued, MaterialRequest) - Method in class com.storedobject.ui.inventory.BaseReceiveMaterialRequested
 
getReceiptText() - Method in class com.storedobject.core.InventoryLocation
 
getReceived() - Method in class com.storedobject.core.InventoryPOItem
 
getReceived() - Method in class com.storedobject.core.MaterialRequest
 
getReceived(T) - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
getReceiveLogic() - Method in class com.storedobject.ui.inventory.BaseRequestMaterial
 
getRecycleLocation() - Static method in class com.storedobject.core.InventoryVirtualLocation
 
getRed() - Method in class com.storedobject.pdf.PDFColor
Get the red value.
getReference() - Method in class com.storedobject.accounts.CustomerInvoice
 
getReference() - Method in class com.storedobject.core.Consignment
 
getReference() - Method in interface com.storedobject.core.HasReference
 
getReference() - Method in class com.storedobject.core.InventoryGRN
 
getReference() - Method in class com.storedobject.core.InventoryLedger
 
getReference() - Method in class com.storedobject.core.InventoryPO
 
getReference() - Method in class com.storedobject.core.InventoryTransfer
 
getReference() - Method in class com.storedobject.core.JournalVoucher
Get the reference of this JV.
getReference() - Method in interface com.storedobject.core.LedgerEntry
Returns the reference of the entry.
getReference() - Method in class com.storedobject.core.MaterialIssued
 
getReference() - Method in class com.storedobject.core.MaterialRequest
 
getReference() - Method in class com.storedobject.core.Memo
 
getReference() - Method in class com.storedobject.core.MemoComment
 
getReference(InventoryLedger) - Method in class com.storedobject.ui.inventory.ItemMovementView
 
getReference(JournalVoucher.Entry) - Method in class com.storedobject.ui.accounts.JournalVoucherView
 
getReferenceNumber() - Method in class com.storedobject.core.InventoryGRN
 
getReferenceNumber() - Method in class com.storedobject.core.InventoryPO
Deprecated.
getReferenceNumber() - Method in class com.storedobject.core.InventoryTransfer
 
getReferenceNumber() - Method in class com.storedobject.core.MaterialIssued
Deprecated.
getReferenceNumber() - Method in class com.storedobject.core.MaterialRequest
Deprecated.
getRefreshToken() - Method in class com.storedobject.mail.GMailSender
 
getRegion() - Method in class com.storedobject.common.IPLocation
 
getRegion() - Method in class com.storedobject.core.Tax
 
getRegion() - Method in class com.storedobject.core.TaxType
 
getRegionId() - Method in class com.storedobject.core.TaxType
 
getRelated(Class<T>, Id) - Method in class com.storedobject.core.StoredObject
Get the related instance from the database for the given parameters.
getRelated(Class<T>, Id, boolean) - Method in class com.storedobject.core.StoredObject
Get the related instance from the database for the given parameters.
getRelativeColumnWidth(String) - Method in class com.storedobject.ui.accounts.JournalVoucherView
 
getRelativeColumnWidth(String) - Method in class com.storedobject.ui.accounts.StatementView
 
getRelativeColumnWidth(String) - Method in class com.storedobject.ui.inventory.AbstractAssembly
 
getRelativeColumnWidth(String) - Method in class com.storedobject.ui.inventory.GRN
 
getRelativeColumnWidth(String) - Method in class com.storedobject.ui.inventory.ReceiveAndBin
 
getRelativeColumnWidth(String) - Method in interface com.storedobject.vaadin.HasColumns
This method is invoked when the real column is created to determine the relative width of the column.
getRelativeWidth() - Method in class com.storedobject.core.ReportColumnDefinition
 
getRemark() - Method in class com.storedobject.core.Consignment
 
getRemark() - Method in class com.storedobject.core.InventoryTransfer
 
getRemarks() - Method in class com.storedobject.core.MaterialRequest
 
getRemarks() - Method in class com.storedobject.core.TransactionDate
 
getRenderingIndex() - Method in class com.storedobject.chart.Axis
 
getRenderingIndex() - Method in interface com.storedobject.chart.ComponentPart
Return the rendering index of this part.
getReorderPoint() - Method in class com.storedobject.core.InventoryItemType
 
getRepairable() - Method in class com.storedobject.core.InventoryStore
 
getRepairDetail() - Method in class com.storedobject.core.InventoryROItem
 
getRepairEntity() - Method in class com.storedobject.core.InventoryRO
 
getRepeatingColumns() - Method in class com.storedobject.office.od.ods.Sheet
 
getRepeatingRows() - Method in class com.storedobject.office.od.ods.Sheet
 
getReplyToAddress() - Method in class com.storedobject.mail.Mail
Retrieves the "reply-to address" associated with the mail.
getReplyToAddress() - Method in class com.storedobject.mail.Sender
 
getReplyToAddressName() - Method in class com.storedobject.mail.Sender
 
getReportClassName() - Method in class com.storedobject.ui.tools.ReportEditor
 
getReportDefinition() - Method in class com.storedobject.report.ObjectList
 
getReportDefinition() - Method in interface com.storedobject.report.ObjectLister
 
getReportDefinition() - Method in class com.storedobject.report.ObjectListExcel
 
getReportDefinition(JSON) - Method in interface com.storedobject.report.ObjectLister
 
getReportFormat() - Method in class com.storedobject.office.ExcelReport
 
getReportFormat() - Method in class com.storedobject.office.ODSReport
 
getReportFormat() - Method in class com.storedobject.office.ODTReport
 
getReportFormat() - Method in class com.storedobject.pdf.PDF
Get the 'Report Format Definition' for this report.
getReportStage() - Method in class com.storedobject.pdf.PDF
Stage of the report.
getReportTitle() - Method in class com.storedobject.report.StockReportExcel
 
getRepulsion() - Method in class com.storedobject.chart.GraphChart
 
getRequest() - Method in class com.storedobject.core.MaterialIssued
 
getRequest() - Method in class com.storedobject.core.MaterialIssuedItem
 
getRequested() - Method in class com.storedobject.core.MaterialRequestItem
 
getRequestId() - Method in class com.storedobject.core.MaterialIssued
 
getRequestId() - Method in class com.storedobject.core.MaterialIssuedItem
 
getRequestLogic(InventoryLocation) - Method in class com.storedobject.ui.inventory.BaseReceiveMaterialRequested
 
getRequestReference() - Method in class com.storedobject.core.MaterialIssued
 
getRequire() - Method in class com.storedobject.core.UserRegistrationConfiguration
 
getRequireBitValues() - Static method in class com.storedobject.core.UserRegistrationConfiguration
 
getRequiredBefore() - Method in class com.storedobject.core.MaterialRequest
 
getRequirement() - Method in class com.storedobject.core.PasswordPolicy
 
getRequirementValue() - Method in class com.storedobject.core.PasswordPolicy
 
getRequirementValue(int) - Static method in class com.storedobject.core.PasswordPolicy
 
getRequirementValues() - Static method in class com.storedobject.core.PasswordPolicy
 
getRequireMixedcase() - Method in class com.storedobject.core.PasswordPolicy
 
getRequireValue() - Method in class com.storedobject.core.UserRegistrationConfiguration
 
getRequireValue(int) - Static method in class com.storedobject.core.UserRegistrationConfiguration
 
getReserved() - Method in class com.storedobject.core.MaterialIssued
 
getReserved() - Method in class com.storedobject.core.MaterialRequest
 
getReservedBy() - Method in class com.storedobject.core.InventoryReservedBin
 
getReservedById() - Method in class com.storedobject.core.InventoryReservedBin
 
getResetCaption() - Method in class com.storedobject.chart.Toolbox.Zoom
Get the caption for the "reset zoom" part (will be shown as a tooltip).
getResolution() - Method in class com.storedobject.chart.Toolbox.Download
Get image resolution.
getResolution() - Method in class com.storedobject.ui.TimeField
 
getResolution() - Method in class com.storedobject.ui.TimestampField
Get the resolution.
getResolution() - Method in class com.storedobject.ui.TimestampPeriodField
Get the resolution.
getResource() - Method in class com.storedobject.common.FileBuffer
Get the "resource" owned by this buffer.
getResource() - Method in class com.storedobject.common.ResourceHolder
Get the resource.
getResource() - Method in interface com.storedobject.common.ResourceOwner
Get the "resource" owned by this "resource owner".
getResource() - Method in class com.storedobject.core.IdBuffer
 
getResource() - Method in class com.storedobject.core.RawSQL
 
getResource() - Method in class com.storedobject.iot.Consumption
Retrieves the Resource associated with the current object.
getResource() - Method in class com.storedobject.iot.FullConsumption
 
getResource() - Method in class com.storedobject.ui.iot.ConsumptionList
 
getResource() - Method in class com.storedobject.ui.ObjectComboField
 
getResource() - Method in class com.storedobject.ui.ObjectForestProvider
 
getResource() - Method in class com.storedobject.ui.ObjectListField
 
getResource() - Method in class com.storedobject.ui.ObjectListProvider
 
getResource() - Method in class com.storedobject.ui.ObjectTreeProvider
 
getResourceId() - Method in class com.storedobject.iot.Consumption
Retrieves the resource identifier associated with this consumption entity.
getResourceId() - Method in class com.storedobject.iot.FullConsumption
 
getResponse() - Method in class com.storedobject.core.WebBiometric.AttestationStatement
 
getRestartAnnually() - Method in class com.storedobject.core.SerialConfigurator
 
getResult() - Method in class com.storedobject.core.RawSQL
 
getResultSet() - Method in class com.storedobject.core.Query
Retrieves the current result set of the query.
getReturnPolicy() - Method in class com.storedobject.core.InventoryLocation
 
getReturnPolicyValue() - Method in class com.storedobject.core.InventoryLocation
 
getReturnPolicyValue(int) - Static method in class com.storedobject.core.InventoryLocation
 
getReturnPolicyValues() - Static method in class com.storedobject.core.InventoryLocation
 
getReturnType() - Method in class com.storedobject.common.CustomMethodInvoker
 
getReturnType() - Method in interface com.storedobject.common.MethodInvoker
 
getReturnType() - Method in class com.storedobject.common.SimpleMethodInvoker
 
getReturnType() - Method in class com.storedobject.common.StyledMethodInvoker
 
getReturnType() - Method in class com.storedobject.core.SerialNumberMethodInvoker
 
getReturnType() - Method in class com.storedobject.core.StoredObjectUtility.MethodList
 
getReuseHistory() - Method in class com.storedobject.core.PasswordPolicy
 
getRGB() - Method in class com.storedobject.pdf.PDFColor
Get the RGB value (32 bit value - each 8 bit part from the left represents Alpha, Red, Green, Blue respectively).
getRichStringCellValue() - Method in class com.storedobject.office.od.ods.Cell
 
getRichTextStyle(boolean) - Method in class com.storedobject.chart.TextStyle
Get the RichTextStyle instance associated with this text style.
getRight() - Method in class com.storedobject.pdf.PDFRectangle
Get the right value.
getRightAlignedStyle() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getRightIndent() - Method in class com.storedobject.pdf.PDFCell
Get the right indent.
getRightMargin() - Method in class com.storedobject.pdf.PDF
Document margin.
getRO() - Method in class com.storedobject.core.InventoryItem
Get the RO through which this item was repaired.
getRoot() - Static method in class com.storedobject.core.FileFolder
 
getRoot() - Method in class com.storedobject.ui.AbstractObjectForest
 
getRoot() - Method in class com.storedobject.ui.ObjectTree
 
getRootFolder() - Method in class com.storedobject.core.FileData
 
getRootFolder() - Method in class com.storedobject.core.FileFolder
 
getRootMessage() - Method in exception class com.storedobject.common.SOException
 
getRoots() - Method in class com.storedobject.core.ObjectForest
 
getRoots() - Method in class com.storedobject.core.ObjectTree
 
getRoots() - Method in class com.storedobject.ui.AbstractTreeProvider
 
getRoots() - Method in class com.storedobject.ui.ObjectForestProvider
 
getRoots() - Method in class com.storedobject.ui.ObjectTreeProvider
 
getRoots() - Method in class com.storedobject.vaadin.BreadcrumbsTree
Get the root nodes.
getRotation() - Method in class com.storedobject.chart.Label
Get the rotation of the label.
getRotation() - Method in class com.storedobject.pdf.PDFRectangle
Get the rotation value.
getRow() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getRow() - Method in class com.storedobject.office.od.ods.Cell
 
getRow(int) - Method in class com.storedobject.chart.DataMatrix
Get a specific row as data provider.
getRow(int) - Method in class com.storedobject.office.AbstractSpreadSheet
 
getRow(int) - Method in class com.storedobject.office.od.ods.Sheet
 
getRow(int, int) - Method in class com.storedobject.chart.DataMatrix
Get a specific row as data provider.
getRow(int, int) - Method in class com.storedobject.office.AbstractSpreadSheet
 
getRowBreaks() - Method in class com.storedobject.office.od.ods.Sheet
 
getRowCells(String) - Method in class com.storedobject.office.AbstractSpreadSheet
 
getRowCount() - Method in class com.storedobject.chart.ActivityList
 
getRowCount() - Method in class com.storedobject.chart.DataMatrix
Get the row count.
getRowCount() - Method in class com.storedobject.chart.Project
 
getRowCount() - Method in class com.storedobject.core.RawSQL
 
getRowCount() - Method in class com.storedobject.ui.ObjectTable
Get the row-count.
getRowCount(T) - Method in class com.storedobject.report.ObjectList
 
getRowCount(T) - Method in class com.storedobject.report.ObjectListExcel
 
getRowDataName() - Method in class com.storedobject.chart.DataMatrix
Get the name of the row data.
getRowEditor() - Method in class com.storedobject.ui.EditableObjectGrid
 
getRowEditor() - Method in class com.storedobject.ui.ObjectBrowser
 
getRowHeight(int) - Method in class com.storedobject.pdf.PDFTable
 
getRowIndex() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getRowIndex() - Method in class com.storedobject.office.od.ods.Cell
 
getRowName(int) - Method in class com.storedobject.chart.DataMatrix
Get the name of a particular row.
getRowNames() - Method in class com.storedobject.chart.DataMatrix
Get row names as a category data provider.
getRowNames(int) - Method in class com.storedobject.chart.DataMatrix
Get row names as a category data provider.
getRowNum() - Method in class com.storedobject.office.od.ods.Row
 
getRowSpan() - Method in class com.storedobject.pdf.PDFCell
Get the number of rows occupied by this cell.
getRowSpan(Component) - Method in class com.storedobject.vaadin.CSSGrid
Get number of rows the component takes up.
getRowSpan(Component) - Method in class com.storedobject.vaadin.PopupButton
Get number of rows the component takes up.
getRowStyle() - Method in class com.storedobject.office.od.ods.Row
 
getRowSumsBelow() - Method in class com.storedobject.office.od.ods.Sheet
 
getRowSumsRight() - Method in class com.storedobject.office.od.ods.Sheet
 
getRunnable() - Method in class com.storedobject.report.ObjectReport
 
getRunningLogic() - Method in interface com.storedobject.core.RunningLogic
 
getRunningLogic() - Method in class com.storedobject.ui.Application
 
getRunningLogic(Device) - Static method in class com.storedobject.core.Logic
 
getRunningLogicTitle(Device, String) - Static method in class com.storedobject.core.Logic
 
getSaleType() - Method in class com.storedobject.accounts.CustomerInvoice
 
getSalutation() - Method in class com.storedobject.ui.tools.ManageSalutation.Salutation
 
getSameOTP() - Method in class com.storedobject.core.UserRegistrationConfiguration
 
getSankeyData() - Method in class com.storedobject.chart.SankeyChart
Get the Sankey data associated with this chart.
getSaturday() - Method in class com.storedobject.iot.FullConsumption
 
getScaledHeight() - Method in class com.storedobject.pdf.PDFImage
 
getScaledWidth() - Method in class com.storedobject.pdf.PDFImage
 
getScalePercentage() - Method in class com.storedobject.pdf.CombinedPDFReport
Get the current value of the scale percentage (See CombinedPDFReport.setScalePercentage(int)).
getScenarioProtect() - Method in class com.storedobject.office.od.ods.Sheet
 
getSchedule() - Method in class com.storedobject.job.Log
 
getScheduleId() - Method in class com.storedobject.job.Log
 
getSchemaName(TransactionManager) - Method in class com.storedobject.tools.TableDefinition
 
getScrapLocation(SystemEntity) - Static method in class com.storedobject.core.InventoryVirtualLocation
 
getSD() - Method in class com.storedobject.iot.Statistics
Retrieves the standard deviation (SD) for the associated statistical data.
getSearchBuilder() - Method in interface com.storedobject.core.ObjectSearcher
 
getSearchBuilder() - Method in class com.storedobject.ui.ObjectBrowser
 
getSearchBuilder() - Method in interface com.storedobject.ui.ObjectGridData
 
getSearchBuilder() - Method in class com.storedobject.ui.util.LoadFilterButtons
 
getSearchColumns() - Method in class com.storedobject.core.UIMetadata
 
getSearchColumns() - Method in class com.storedobject.tools.TableDefinition
 
getSearchColumns() - Method in class com.storedobject.ui.AbstractObjectField
Get search columns.
getSearcher() - Method in class com.storedobject.ui.AbstractObjectField
Get the searcher for this field.
getSearcher() - Method in class com.storedobject.ui.inventory.POEditor
 
getSearcher() - Method in class com.storedobject.ui.ObjectEditor
Get the searcher for this editor.
getSearcher() - Method in interface com.storedobject.ui.ObjectInput
Get the searcher for this field.
getSearcher() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
getSearchField() - Method in class com.storedobject.ui.ObjectGetField
Get the search field for this.
getSearchFieldCount() - Method in interface com.storedobject.core.ObjectSearchBuilder
 
getSearchFieldCount() - Method in class com.storedobject.ui.ObjectFilter
 
getSearchFields() - Method in class com.storedobject.core.AuditTrailConfiguration
 
getSecondStream() - Method in class com.storedobject.common.TeeOutputStream
Get the second stream.
getSecret() - Method in class com.storedobject.oauth.OAuth
 
getSeed() - Method in class com.storedobject.core.Secret
 
getSeedChecker() - Method in class com.storedobject.core.Secret
 
getSelected() - Method in class com.storedobject.ui.AbstractLinkGrid
 
getSelected() - Method in interface com.storedobject.ui.LinkGrid
 
getSelected() - Method in class com.storedobject.ui.ObjectForest
 
getSelected() - Method in interface com.storedobject.vaadin.HasColumns
Get the selected item.
getSelectedIndex() - Method in class com.storedobject.vaadin.Tabs
Get the index of the selected tab.
getSelectedObjects() - Method in class com.storedobject.ui.AbstractObjectForest
 
getSelectedTab() - Method in class com.storedobject.vaadin.Tabs
Get the currently selected tab.
getSelectedTab() - Method in class com.storedobject.vaadin.Tabs.SelectedChangeEvent
Get the selected tab.
getSelectionModel() - Method in interface com.storedobject.ui.ObjectGridData
 
getSellingRate() - Method in class com.storedobject.core.CurrencyRate
 
getSellingRate() - Method in interface com.storedobject.core.CurrencyRateProvider
 
getSellingRate() - Method in class com.storedobject.core.ExchangeRate
 
getSellingRate(Currency) - Method in class com.storedobject.core.Money
Gets the selling rate.
getSellingRate(Currency, SystemEntity) - Method in class com.storedobject.core.Money
Gets the selling rate.
getSellingRate(Currency, Currency) - Static method in class com.storedobject.core.Money
Gets the selling rate.
getSellingRate(Currency, Currency, SystemEntity) - Static method in class com.storedobject.core.Money
Gets the selling rate.
getSendAt() - Method in class com.storedobject.iot.ControlSchedule
 
getSendAtConverter() - Static method in class com.storedobject.iot.ControlSchedule
 
getSendAtValue() - Method in class com.storedobject.iot.ControlSchedule
 
getSendAtValue(int) - Static method in class com.storedobject.iot.ControlSchedule
 
getSender() - Method in class com.storedobject.mail.Mail
Retrieves the sender associated with the mail.
getSenderGroup() - Method in class com.storedobject.mail.Mail
Retrieves the SenderGroup instance associated with the current senderGroupId.
getSenderGroup() - Method in class com.storedobject.mail.Sender
 
getSenderGroup() - Method in class com.storedobject.ui.MailForm
 
getSenderGroupId() - Method in class com.storedobject.mail.Mail
Retrieves the identifier of the sender group associated with the mail.
getSenderGroupId() - Method in class com.storedobject.mail.Sender
 
getSenderId() - Method in class com.storedobject.mail.Mail
Retrieves the identifier of the sender associated with the mail.
getSenderID() - Method in class com.storedobject.sms.Provider
 
getSent() - Method in class com.storedobject.core.Message
 
getSentAt() - Method in class com.storedobject.core.MaterialIssued
 
getSentAt() - Method in class com.storedobject.core.Message
 
getSentAt() - Method in class com.storedobject.iot.Command
 
getSentTo() - Method in class com.storedobject.core.Message
 
getSentToId() - Method in class com.storedobject.core.Message
 
getSerial() - Method in class com.storedobject.chart.AbstractData
 
getSerial() - Method in class com.storedobject.chart.AbstractDataStream
 
getSerial() - Method in class com.storedobject.chart.AbstractPart
 
getSerial() - Method in class com.storedobject.chart.BasicDataProvider
 
getSerial() - Method in interface com.storedobject.chart.ComponentPart
Get the current serial number (Serial number used internal purposes only).
getSerial() - Method in class com.storedobject.chart.FunctionData
 
getSerial() - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
 
getSerial() - Method in class com.storedobject.chart.Node
 
getSerial() - Method in class com.storedobject.chart.Node.Type
 
getSerial() - Method in class com.storedobject.chart.SerialData
 
getSerial() - Method in class com.storedobject.chart.SerialDate
 
getSerial() - Method in class com.storedobject.chart.SerialTime
 
getSerial() - Method in class com.storedobject.chart.TreeData
 
getSerial() - Method in class com.storedobject.chart.VisualMap
 
getSerial(int) - Method in class com.storedobject.core.Database
Get the SQL statement for generating next Id for the tag passed.
getSerial(int) - Method in class com.storedobject.database.postgres.Database
 
getSerialName() - Method in exception class com.storedobject.core.Serial_Not_Generated
 
getSerialNumber() - Method in class com.storedobject.core.InventoryGRNItem
 
getSerialNumber() - Method in class com.storedobject.core.InventoryItem
 
getSerialNumber() - Method in class com.storedobject.core.InventoryPOItem
 
getSerialNumber(InventoryFitmentPosition) - Method in class com.storedobject.ui.inventory.AbstractAssembly
 
getSerialNumberDisplay() - Method in class com.storedobject.core.InventoryGRNItem
 
getSerialNumberDisplay() - Method in class com.storedobject.core.InventoryItem
Get the serial number for display purposes.
getSerialNumberName() - Method in class com.storedobject.core.InventoryItem
 
getSerialNumberName() - Method in class com.storedobject.core.InventoryItemType
 
getSerialNumberName() - Method in class com.storedobject.core.SubscriptionItemType
 
getSerialNumberShortName() - Method in class com.storedobject.core.InventoryItem
 
getSerialNumberShortName() - Method in class com.storedobject.core.InventoryItemType
 
getServer() - Method in interface com.storedobject.core.Device
 
getServer() - Method in class com.storedobject.core.ExternalSystemUser
 
getServer() - Method in class com.storedobject.iot.MQTT
 
getServer() - Method in class com.storedobject.tools.SystemDevice
 
getServer() - Method in class com.storedobject.ui.Application
 
getServer() - Static method in class com.storedobject.ui.util.SOServlet
 
getServer(String) - Static method in class com.storedobject.core.ServerInformation
 
getServerId() - Method in class com.storedobject.core.ExternalSystemUser
 
getServiceClass() - Method in class com.storedobject.core.ConnectorLogic
 
getSession() - Method in interface com.storedobject.core.Transaction
Gets Session Id of the transaction.
getSession() - Method in class com.storedobject.core.TransactionManager
Gets Session Id.
getSessionLog(AbstractPeriod<?>, boolean, String) - Method in class com.storedobject.core.SystemUser
 
getSessionLog(AbstractPeriod<?>, String) - Method in class com.storedobject.core.SystemUser
 
getSetAllowed() - Method in class com.storedobject.tools.ColumnDefinition
 
getSetMethod(String) - Method in class com.storedobject.core.ObjectData
 
getShadow(boolean) - Method in class com.storedobject.chart.AbstractStyle
Get the shadow.
getShadow(boolean) - Method in class com.storedobject.chart.Axis.Pointer
Get the shadow-style of the pointer.
getShadow(boolean) - Method in class com.storedobject.chart.Axis.PointerHandle
Get the shadow-style of the pointer-handle.
getShadow(boolean) - Method in class com.storedobject.chart.DataZoom.HandleStyle
Get the shadow.
getShadow(boolean) - Method in class com.storedobject.chart.Shape.Style
Get the shadow.
getSheet() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getSheet() - Method in class com.storedobject.office.od.ods.Cell
 
getSheet() - Method in class com.storedobject.office.od.ods.Row
 
getSheet(int) - Method in class com.storedobject.office.AbstractSpreadSheet
 
getSheet(String) - Method in class com.storedobject.office.od.ods.Workbook
 
getSheetAt(int) - Method in class com.storedobject.office.od.ods.Workbook
 
getSheetConditionalFormatting() - Method in class com.storedobject.office.od.ods.Sheet
 
getSheetIndex() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getSheetIndex(String) - Method in class com.storedobject.office.od.ods.Workbook
 
getSheetIndex(Sheet) - Method in class com.storedobject.office.od.ods.Workbook
 
getSheetName() - Method in class com.storedobject.office.od.ods.Sheet
 
getSheetName(int) - Method in class com.storedobject.office.od.ods.Workbook
 
getSheetVisibility(int) - Method in class com.storedobject.office.od.ods.Workbook
 
getShelfLife() - Method in class com.storedobject.core.InventoryItem
Get the shelf-life of this item.
getShortageLocation(SystemEntity) - Static method in class com.storedobject.core.InventoryVirtualLocation
 
getShortName() - Method in class com.storedobject.accounts.AccountEntity
Retrieves the short name of the Entity.
getShortName() - Method in class com.storedobject.common.Country
Gets the short name of the Country.
getShortName() - Method in interface com.storedobject.core.HasShortName
Get the short name.
getShortName() - Method in class com.storedobject.core.Person
Get the short name of the person
getShortName() - Method in class com.storedobject.core.ShortName
 
getShortName() - Method in class com.storedobject.iot.ValueDefinition
 
getShortPrefix() - Method in class com.storedobject.core.MemoType
 
getShowChart() - Method in class com.storedobject.iot.ValueDefinition
 
getShowEveryTime() - Method in class com.storedobject.core.LoginMessage
 
getShowImage() - Method in class com.storedobject.iot.ValueDefinition
 
getShowMaxLabel() - Method in class com.storedobject.chart.Axis.Label
Check if label for the maximum value will be displayed or not.
getShowMinLabel() - Method in class com.storedobject.chart.Axis.Label
Check if label for the minimum value will be displayed or not.
getSig() - Method in class com.storedobject.core.WebBiometric.AttestationStatement
 
getSignature() - Method in class com.storedobject.core.Signature
 
getSignificance() - Method in class com.storedobject.iot.UnitDefinition
 
getSignificance() - Method in class com.storedobject.iot.ValueDefinition
 
getSigningSecret() - Method in class com.storedobject.core.AutoLogin
 
getSingleInstance() - Method in class com.storedobject.core.Logic
 
getSite() - Method in class com.storedobject.iot.AbstractUnit
Retrieves the associated site of the current unit.
getSite() - Method in class com.storedobject.iot.Block
Retrieves the associated Site object for this Block instance.
getSite() - Method in class com.storedobject.iot.DataSet.SiteData
 
getSite() - Method in class com.storedobject.iot.Unit
 
getSite() - Method in class com.storedobject.iot.UnitItem
 
getSite() - Method in class com.storedobject.ui.iot.BlockComboField
 
getSite() - Method in class com.storedobject.ui.iot.BlockView
Retrieves the Site associated with this BlockView instance.
getSite() - Method in class com.storedobject.ui.iot.GUI
Retrieves the current site associated with this instance.
getSiteId() - Method in class com.storedobject.iot.Block
Retrieves the identifier of the associated site or project.
getSiteId() - Method in class com.storedobject.iot.Unit
 
getSiteId() - Method in class com.storedobject.iot.UnitItem
 
getSites() - Static method in class com.storedobject.iot.DataSet
 
getSiteViewLabel() - Method in class com.storedobject.ui.iot.GUI
Retrieves the label associated with the site view.
getSize() - Method in class com.storedobject.chart.Font
Get font-size.
getSize() - Method in class com.storedobject.core.ApplicationModule
 
getSize() - Method in class com.storedobject.pdf.PDFFont
Get the size.
getSize() - Method in class com.storedobject.ui.ModuleMenu
Get the size of the menu block in pixels to be shown on the screen.
getSize() - Method in interface com.storedobject.vaadin.HasSquareElement
Get the current size
getSize() - Method in class com.storedobject.vaadin.Icon
 
getSkillLevel() - Method in class com.storedobjects.support.ProductSkill
 
getSkillLevelValue() - Method in class com.storedobjects.support.ProductSkill
 
getSkillLevelValue(int) - Static method in class com.storedobjects.support.ProductSkill
 
getSkillLevelValues() - Static method in class com.storedobjects.support.ProductSkill
 
getSliceGap() - Method in class com.storedobject.chart.FunnelChart
Get the gap between slices.
getSmall() - Method in class com.storedobject.core.UIMetadata
 
getSmall() - Method in class com.storedobject.tools.TableDefinition
 
getSmallList() - Method in class com.storedobject.core.UIMetadata
 
getSmallList() - Method in class com.storedobject.tools.TableDefinition
 
getSMSSender() - Method in class com.storedobject.ui.Application
 
getSMTPServer() - Method in class com.storedobject.mail.MailSender
 
getSnap() - Method in class com.storedobject.chart.Axis.Pointer
Get the snap attribute.
getSO2() - Method in class com.storedobject.iot.AQI
 
getSOClass() - Method in class com.storedobject.core.SOClass
 
getSOClass(Class<? extends StoredObject>) - Static method in class com.storedobject.core.SOClass
 
getSOGrid() - Method in class com.storedobject.vaadin.DataGrid
For internal use only.
getSOGrid() - Method in class com.storedobject.vaadin.DataTreeGrid
For internal use only.
getSOGrid() - Method in interface com.storedobject.vaadin.HasColumns
This method is invoked multiple times.
getSource() - Method in class com.storedobject.ui.tools.JavaClassEditor
 
getSourceCode() - Method in class com.storedobject.core.DeveloperLog
 
getSourceCodeId() - Method in class com.storedobject.core.DeveloperLog
 
getSourceData() - Method in class com.storedobject.core.JavaClass
Gets the "source data" of the Java Class
getSourceDataId() - Method in class com.storedobject.core.JavaClass
Gets the Id of the "source data" of this Java Class.
getSourceDirectory() - Static method in class com.storedobject.tools.JavaTool
 
getSourceNode() - Method in class com.storedobject.chart.Edge
 
getSourceStream() - Method in class com.storedobject.core.JavaClass
Gets the "source data" stream.
getSpacingAfter() - Method in class com.storedobject.pdf.PDFImage
 
getSpacingAfter() - Method in class com.storedobject.pdf.PDFParagraph
 
getSpacingBefore() - Method in class com.storedobject.pdf.PDFImage
 
getSpacingBefore() - Method in class com.storedobject.pdf.PDFParagraph
 
getSpecial() - Method in class com.storedobject.core.MemoType
 
getSpecial() - Method in class com.storedobject.core.PrintLogicDefinition
 
getSpreadsheetVersion() - Method in class com.storedobject.office.od.ods.Workbook
 
getSQL() - Method in class com.storedobject.core.Database
A convenient method to create RawSQL object for executing adhoc SQL statements.
getSQL() - Method in class com.storedobject.core.RawSQL
 
getStart() - Method in class com.storedobject.chart.AbstractDataZoom
The start percentage of the window out of the data extent, in the range of 0 ~ 100.
getStart() - Method in class com.storedobject.chart.AbstractProject
Get the project start.
getStart() - Method in class com.storedobject.chart.AbstractTask
Get the start.
getStart() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
 
getStart() - Method in class com.storedobject.chart.ActivityList
 
getStart() - Method in class com.storedobject.chart.Project.Task
 
getStart() - Method in class com.storedobject.chart.Project.TaskGroup
 
getStartAngle() - Method in class com.storedobject.chart.ArcPart
Get the starting angle.
getStartDate() - Method in class com.storedobject.calendar.Entry
 
getStartDate() - Method in class com.storedobject.job.Schedule
 
getStartedAt() - Method in class com.storedobject.job.Log
 
getStartingAngle() - Method in class com.storedobject.chart.AngleAxis
Get the starting angle.
getStartingAngle() - Method in class com.storedobject.chart.RadarCoordinate
Get the starting angle.
getStartingSide() - Method in class com.storedobject.chart.MarkArea.Block
Get the starting side.
getStartingValue() - Method in class com.storedobject.core.SerialGenerator
 
getStartOfFinancialYear() - Method in class com.storedobject.core.SystemEntity
Get the starting date of the financial year
getStartOfFinancialYear(Date) - Method in class com.storedobject.core.SystemEntity
Get the starting date of the financial year for the given date.
getStartOfWeek() - Method in class com.storedobject.calendar.Calendar
 
getStartOfWeekValue() - Method in class com.storedobject.calendar.Calendar
 
getStartOfWeekValues() - Static method in class com.storedobject.calendar.Calendar
 
getStartTime() - Method in class com.storedobject.calendar.Entry
 
getStartTime() - Method in class com.storedobject.iot.DataSet.DataValues
 
getStartTime() - Method in class com.storedobject.job.Schedule
 
getStartTimeConverter() - Static method in class com.storedobject.calendar.Entry
 
getStartTimeValue() - Method in class com.storedobject.calendar.Entry
 
getStartTimeValue(int) - Static method in class com.storedobject.calendar.Entry
 
getStartValue() - Method in class com.storedobject.chart.AbstractDataZoom
The absolute start value of the window.
getState() - Method in class com.storedobject.common.INAddress
 
getState() - Method in class com.storedobject.common.MYAddress
 
getState() - Method in class com.storedobject.common.USAddress
Get the state index.
getState() - Method in exception class com.storedobject.core.Error_Running_SQL
 
getState() - Method in class com.storedobject.core.RawSQL
 
getStateCode() - Method in class com.storedobject.common.USAddress
Retrieves the state code of the given USAddress.
getStatement() - Method in class com.storedobject.core.RawSQL
 
getStatement(String, String) - Static method in class com.storedobject.core.SQLConnector
Gets a statement object for execution of SQL for a particular login/password pair.
getStateName() - Method in class com.storedobject.common.INAddress
 
getStateName() - Method in class com.storedobject.common.MYAddress
 
getStateName() - Method in class com.storedobject.common.USAddress
Returns the name of the state for this USAddress.
getStates() - Static method in class com.storedobject.common.INAddress
 
getStates() - Static method in class com.storedobject.common.MYAddress
 
getStates() - Static method in class com.storedobject.common.USAddress
Get the name of the states.
getStatistics() - Method in class com.storedobject.iot.UnitType
 
getStatus() - Method in class com.storedobject.core.AccountChart
 
getStatus() - Method in class com.storedobject.core.AuditTrail
Get the status of the transaction.
getStatus() - Method in class com.storedobject.core.FileCirculation
 
getStatus() - Method in class com.storedobject.core.InventoryGRN
 
getStatus() - Method in class com.storedobject.core.InventoryPO
 
getStatus() - Method in class com.storedobject.core.InventoryTransfer
 
getStatus() - Method in class com.storedobject.core.InventoryVirtualLocation
 
getStatus() - Method in class com.storedobject.core.MaterialIssued
 
getStatus() - Method in class com.storedobject.core.MaterialRequest
 
getStatus() - Method in class com.storedobject.core.Memo
 
getStatus() - Method in class com.storedobject.core.MemoComment
 
getStatus() - Method in class com.storedobject.core.PIN
 
getStatus() - Method in class com.storedobject.core.PseudoTran
 
getStatus() - Method in class com.storedobject.core.PseudoTranDetail
 
getStatus() - Method in class com.storedobject.core.SystemEntity
 
getStatus() - Method in class com.storedobject.core.SystemUser
 
getStatus() - Method in class com.storedobject.core.Tax
Status - 0: Normal / No change, 1: Newly computed, 2: Recomputed, 3: Region changed (to deleted), 4: No more applicable (to delete)
getStatus() - Method in class com.storedobject.job.Job
Get current status information if any.
getStatus() - Method in class com.storedobject.job.Log
 
getStatus() - Static method in class com.storedobject.job.Scheduler
 
getStatus() - Method in class com.storedobject.mail.Sender
 
getStatus() - Method in class com.storedobject.neem.Neem
 
getStatus(int) - Method in class com.storedobject.core.AccountChart
 
getStatus(DataSet.DataStatus) - Method in class com.storedobject.ui.iot.StatusGrid
 
getStatusBitValues() - Static method in class com.storedobject.core.SystemUser
 
getStatusCode() - Method in class com.storedobject.job.Scheduler
 
getStatusDescription() - Method in class com.storedobject.core.Account
 
getStatusDescription() - Method in class com.storedobject.core.AccountChart
 
getStatusDescription() - Method in class com.storedobject.core.InventoryItem
Get that description of the status of this item (serviceability, storage condition etc.)
getStatusDescription(int) - Static method in class com.storedobject.core.Account
 
getStatusValue() - Method in class com.storedobject.core.FileCirculation
 
getStatusValue() - Method in class com.storedobject.core.InventoryGRN
 
getStatusValue() - Method in class com.storedobject.core.InventoryPO
 
getStatusValue() - Method in class com.storedobject.core.InventoryRO
 
getStatusValue() - Method in class com.storedobject.core.InventoryTransfer
 
getStatusValue() - Method in class com.storedobject.core.InventoryVirtualLocation
 
getStatusValue() - Method in class com.storedobject.core.MaterialIssued
 
getStatusValue() - Method in class com.storedobject.core.MaterialRequest
 
getStatusValue() - Method in class com.storedobject.core.Memo
 
getStatusValue() - Method in class com.storedobject.core.MemoComment
 
getStatusValue() - Method in class com.storedobject.core.PseudoTran
 
getStatusValue() - Method in class com.storedobject.core.PseudoTranDetail
 
getStatusValue() - Method in class com.storedobject.core.SystemUser
 
getStatusValue() - Method in class com.storedobject.job.Log
 
getStatusValue() - Method in class com.storedobject.mail.Sender
 
getStatusValue(int) - Static method in class com.storedobject.core.FileCirculation
 
getStatusValue(int) - Static method in class com.storedobject.core.InventoryPO
 
getStatusValue(int) - Static method in class com.storedobject.core.InventoryTransfer
 
getStatusValue(int) - Static method in class com.storedobject.core.InventoryVirtualLocation
 
getStatusValue(int) - Static method in class com.storedobject.core.MaterialIssued
 
getStatusValue(int) - Static method in class com.storedobject.core.MaterialRequest
 
getStatusValue(int) - Static method in class com.storedobject.core.Memo
 
getStatusValue(int) - Static method in class com.storedobject.core.MemoComment
 
getStatusValue(int) - Static method in class com.storedobject.core.PseudoTran
 
getStatusValue(int) - Static method in class com.storedobject.core.PseudoTranDetail
 
getStatusValue(int) - Static method in class com.storedobject.core.SystemUser
 
getStatusValue(int) - Static method in class com.storedobject.job.Log
 
getStatusValue(int) - Static method in class com.storedobject.mail.Sender
 
getStatusValues() - Static method in class com.storedobject.core.FileCirculation
 
getStatusValues() - Static method in class com.storedobject.core.InventoryGRN
 
getStatusValues() - Static method in class com.storedobject.core.InventoryPO
 
getStatusValues() - Static method in class com.storedobject.core.InventoryTransfer
 
getStatusValues() - Static method in class com.storedobject.core.InventoryVirtualLocation
 
getStatusValues() - Static method in class com.storedobject.core.MaterialIssued
 
getStatusValues() - Static method in class com.storedobject.core.MaterialRequest
 
getStatusValues() - Static method in class com.storedobject.core.Memo
 
getStatusValues() - Static method in class com.storedobject.core.MemoComment
 
getStatusValues() - Static method in class com.storedobject.core.PseudoTran
 
getStatusValues() - Static method in class com.storedobject.core.PseudoTranDetail
 
getStatusValues() - Static method in class com.storedobject.job.Log
 
getStatusValues() - Static method in class com.storedobject.mail.Sender
 
getStepCaption(int) - Method in class com.storedobject.ui.SteppedView
 
getStepComponent(int) - Method in class com.storedobject.ui.SteppedDataForm
 
getStepComponent(int) - Method in class com.storedobject.ui.SteppedObjectForm
 
getStepComponent(int) - Method in class com.storedobject.ui.SteppedView
Get the component to be used for the respective step.
getStepLabel(int) - Method in class com.storedobject.ui.SteppedView
Get a label for the step.
getStocks() - Method in class com.storedobject.core.Stock
 
getStorableValue() - Method in class com.storedobject.common.Geolocation
 
getStorableValue() - Method in interface com.storedobject.common.Storable
Get the storable value.
getStorableValue() - Method in class com.storedobject.core.AbstractComputedInteger
 
getStorableValue() - Method in class com.storedobject.core.ComputedDate
 
getStorableValue() - Method in class com.storedobject.core.ComputedDouble
 
getStorableValue() - Method in class com.storedobject.core.ComputedLong
 
getStorableValue() - Method in class com.storedobject.core.DecimalNumber
 
getStorableValue() - Method in class com.storedobject.core.Money
 
getStorableValue() - Method in class com.storedobject.core.ObjectText
 
getStorableValue() - Method in class com.storedobject.core.Quantity
 
getStore() - Method in class com.storedobject.core.InventoryBin
 
getStore() - Method in class com.storedobject.core.InventoryGRN
 
getStore() - Method in class com.storedobject.core.InventoryItem
 
getStore() - Method in class com.storedobject.core.InventoryPO
 
getStore() - Static method in class com.storedobject.ui.inventory.SelectStore
 
getStore(Id) - Static method in class com.storedobject.core.InventoryStore
 
getStore(String) - Static method in class com.storedobject.ui.inventory.LocationField
Get the store for the given store name.
getStoreBin() - Method in class com.storedobject.core.InventoryStore
 
getStoreId() - Method in class com.storedobject.core.InventoryBin
 
getStoreId() - Method in class com.storedobject.core.InventoryGRN
 
getStoreId() - Method in class com.storedobject.core.InventoryItem
 
getStoreId() - Method in class com.storedobject.core.InventoryPO
 
getStream() - Method in class com.storedobject.ui.util.DownloadStream
Gets downloadable stream.
getStream(StreamData) - Method in class com.storedobject.core.FileDataProvider
 
getStream(StreamData) - Method in interface com.storedobject.core.StreamDataProvider
Get an input stream for reading the data.
getStreamData() - Method in interface com.storedobject.core.ContentProducer
 
getStreamDataProvider() - Method in interface com.storedobject.core.ContentProducer
 
getStreamDataProvider() - Method in class com.storedobject.core.StreamData
 
getStreetName() - Method in class com.storedobject.common.Address
Get street name.
getStrictBalanceControl() - Method in class com.storedobject.core.AccountChart
 
getString() - Method in class com.storedobject.common.JSON
Get this as a String.
getString() - Method in class com.storedobject.common.StringCollector
Returns the concatenated string that has been collected from the input source.
getString(String) - Method in class com.storedobject.common.JSON
Get the value for the given key as a String.
getString(String, int) - Method in class com.storedobject.common.JSON
Retrieve the value for the given key and get the value from the given position as a String from that value, assuming that value is an array type.
getStringCellValue() - Method in class com.storedobject.office.od.ods.Cell
 
getStringCount(String, String) - Static method in class com.storedobject.common.StringUtility
Gets the number of occurrences of a given string in this string.
getStringList(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a StringList from the JSON request.
getStrokeColor() - Method in class com.storedobject.chart.Shape.Style
Get the stroke color.
getStyle() - Method in class com.storedobject.chart.Font
Get font-style.
getStyle() - Method in class com.storedobject.chart.GaugeChart.AxisLine
Get the style of the Gauge chart's axis line.
getStyle() - Method in class com.storedobject.core.StoredObjectUtility.Link
 
getStyle() - Method in class com.storedobject.core.UIFieldMetadata
 
getStyle() - Method in class com.storedobject.iot.ValueStyle
 
getStyle() - Method in class com.storedobject.pdf.PDFFont
Get the style.
getStyle() - Method in class com.storedobject.tools.LinkDefinition
 
getStyle() - Method in interface com.storedobject.ui.util.HtmlTemplate.StyleSupplier
 
getStyle() - Method in interface com.storedobject.vaadin.HasStyle
 
getStyle() - Method in class com.storedobject.vaadin.TimerComponent
 
getStyle(boolean) - Method in class com.storedobject.chart.Area
Get the style.
getStyle(boolean) - Method in class com.storedobject.chart.Axis.Line
Get the style.
getStyle(boolean) - Method in class com.storedobject.chart.Shape
Get the style.
getStyle(String) - Method in interface com.storedobject.vaadin.HasElement
Get the specific style value of an element.
getStyleHigh() - Method in class com.storedobject.iot.ValueStyle
 
getStyleHigher() - Method in class com.storedobject.iot.ValueStyle
 
getStyleHighest() - Method in class com.storedobject.iot.ValueStyle
 
getStyleLabel() - Method in class com.storedobject.iot.ValueStyle
 
getStyleLow() - Method in class com.storedobject.iot.ValueStyle
 
getStyleLower() - Method in class com.storedobject.iot.ValueStyle
 
getStyleLowest() - Method in class com.storedobject.iot.ValueStyle
 
getStyleNormal() - Method in class com.storedobject.iot.ValueStyle
 
getStyleOff() - Method in class com.storedobject.iot.ValueStyle
 
getStyleOn() - Method in class com.storedobject.iot.ValueStyle
 
getStyleValue() - Method in class com.storedobject.tools.LinkDefinition
 
getStyleValue(int) - Static method in class com.storedobject.tools.LinkDefinition
 
getStyleValues() - Static method in class com.storedobject.tools.LinkDefinition
 
getSubdomain() - Static method in class com.storedobject.ui.util.SOServlet
 
getSubject() - Method in class com.storedobject.core.Memo
 
getSubject() - Method in class com.storedobject.mail.Mail
Retrieves the subject of the mail.
getSubject() - Method in class com.storedobject.mail.Sender
 
getSubscriptionNumber() - Method in class com.storedobject.core.SubscriptionItem
 
getSubtext() - Method in class com.storedobject.chart.Title
Get the sub-text that will be shown as the sub-title in the second line.
getSubtextStyle(boolean) - Method in class com.storedobject.chart.Title
Get the sub-text style.
getSuccess() - Method in class com.storedobject.iot.Command
 
getSuccessMessage() - Method in interface com.storedobject.core.IdentityCheck
Get the message to be shown when a "password change" is done successfully.
getSuffix() - Method in class com.storedobject.core.Person
Gets the suffix of this person.
getSuffix() - Method in class com.storedobject.ui.tools.ManageSuffix.Suffix
 
getSuffixComponent() - Method in class com.storedobject.vaadin.CustomTextField
 
getSuffixValue() - Method in class com.storedobject.core.Person
Gets the suffix value of this person.
getSuffixValue(int) - Static method in class com.storedobject.core.Person
Get the suffix value for the index passed.
getSuffixValues() - Static method in class com.storedobject.core.Person
Gets the list of suffix values.
getSunburstData() - Method in class com.storedobject.chart.SunburstChart
Get the list of data associated with this chart.
getSunday() - Method in class com.storedobject.iot.FullConsumption
 
getSupplier() - Method in class com.storedobject.core.InventoryGRN
 
getSupplier() - Method in class com.storedobject.core.InventoryPO
 
GetSupplier() - Constructor for class com.storedobject.ui.ObjectGetField.GetSupplier
 
GetSupplier(Class<O>) - Constructor for class com.storedobject.ui.ObjectGetField.GetSupplier
Constructor.
GetSupplier(Class<O>, String, String) - Constructor for class com.storedobject.ui.ObjectGetField.GetSupplier
Constructor.
getSupplierId() - Method in class com.storedobject.core.InventoryGRN
 
getSupplierId() - Method in class com.storedobject.core.InventoryPO
 
getSupplierInvoice() - Method in class com.storedobject.core.InventoryGRN
 
getSupportedDevices() - Method in class com.storedobject.core.BrowserDeviceLayout
 
getSupportedDevices() - Method in class com.storedobject.core.DeviceLayout
 
getSupportUser() - Method in class com.storedobjects.support.SupportUser
 
getSupportUserId() - Method in class com.storedobjects.support.SupportUser
 
getSwitchLocationButton() - Method in class com.storedobject.ui.inventory.AbstractRequestMaterial
 
getSwitchLocationButton() - Method in class com.storedobject.ui.inventory.AbstractSale
 
getSwitchLocationButton() - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
getSwitchLocationButton() - Method in class com.storedobject.ui.inventory.BaseProcessMaterialRequest
 
getSwitchLocationButton() - Method in class com.storedobject.ui.inventory.BaseRequestMaterial
 
getSwitchLocationButton() - Method in class com.storedobject.ui.inventory.ReceiveMaterialReturned
 
getSwitchLocationButton() - Method in class com.storedobject.ui.inventory.ReturnMaterial
 
getSwitchLocationButton() - Method in class com.storedobject.ui.inventory.SendItemsForRepair
 
getSwitchLocationButton() - Method in class com.storedobject.ui.inventory.TransferMaterial
 
getSymbol(Currency) - Static method in class com.storedobject.core.Money
Get the symbol for the given currency.
getSymbolSize() - Method in class com.storedobject.chart.GraphChart
 
getSystemEntity() - Method in class com.storedobject.accounts.AccountConfiguration
Retrieves the system entity associated with this AccountConfiguration.
getSystemEntity() - Method in class com.storedobject.accounts.Invoice
 
getSystemEntity() - Method in class com.storedobject.accounts.TaxAccountConfiguration
Retrieves the system entity associated with this AccountConfiguration.
getSystemEntity() - Method in class com.storedobject.core.Account
Gets the System Entity.
getSystemEntity() - Method in class com.storedobject.core.Consignment
 
getSystemEntity() - Method in interface com.storedobject.core.ContentProducer
 
getSystemEntity() - Method in class com.storedobject.core.CurrencyRate
Gets the System Entity.
getSystemEntity() - Method in class com.storedobject.core.EntityRole
 
getSystemEntity() - Method in class com.storedobject.core.GlobalProperty
 
getSystemEntity() - Method in interface com.storedobject.core.HasReference
 
getSystemEntity() - Method in class com.storedobject.core.InventoryGRN
 
getSystemEntity() - Method in class com.storedobject.core.InventoryPO
 
getSystemEntity() - Method in class com.storedobject.core.InventoryStore
 
getSystemEntity() - Method in class com.storedobject.core.InventoryTransfer
 
getSystemEntity() - Method in class com.storedobject.core.JournalVoucher
Get the system entity of this JV.
getSystemEntity() - Method in class com.storedobject.core.MaterialIssued
 
getSystemEntity() - Method in class com.storedobject.core.MaterialRequest
 
getSystemEntity() - Method in class com.storedobject.core.Memo
 
getSystemEntity() - Method in interface com.storedobject.core.OfEntity
 
getSystemEntity() - Method in class com.storedobject.core.PersonRole
 
getSystemEntity() - Method in class com.storedobject.core.UnpostedJournal
 
getSystemEntityId() - Method in class com.storedobject.accounts.AccountConfiguration
Retrieves the system entity ID.
getSystemEntityId() - Method in class com.storedobject.accounts.Invoice
 
getSystemEntityId() - Method in class com.storedobject.accounts.TaxAccountConfiguration
Retrieves the system entity ID.
getSystemEntityId() - Method in class com.storedobject.core.Account
Gets the Id of the System Entity.
getSystemEntityId() - Method in class com.storedobject.core.CurrencyRate
Gets the Id of the System Entity.
getSystemEntityId() - Method in class com.storedobject.core.EntityRole
 
getSystemEntityId() - Method in class com.storedobject.core.GlobalProperty
 
getSystemEntityId() - Method in interface com.storedobject.core.HasReference
 
getSystemEntityId() - Method in class com.storedobject.core.InventoryGRN
 
getSystemEntityId() - Method in class com.storedobject.core.InventoryStore
 
getSystemEntityId() - Method in class com.storedobject.core.InventoryTransfer
 
getSystemEntityId() - Method in class com.storedobject.core.JournalVoucher
Get the system entity Id of this JV.
getSystemEntityId() - Method in class com.storedobject.core.MaterialIssued
 
getSystemEntityId() - Method in class com.storedobject.core.MaterialRequest
 
getSystemEntityId() - Method in class com.storedobject.core.Memo
 
getSystemEntityId() - Method in interface com.storedobject.core.OfEntity
 
getSystemEntityId() - Method in class com.storedobject.core.PersonRole
 
getSystemEntityId() - Method in class com.storedobject.core.UnpostedJournal
 
getSystemUser() - Method in class com.storedobject.core.AutoLogin
 
getSystemUser() - Method in class com.storedobject.core.UserRegistrationConfiguration
 
getSystemUserId() - Method in class com.storedobject.core.AutoLogin
 
getSystemUserId() - Method in class com.storedobject.core.UserRegistrationConfiguration
 
getTab(Component) - Method in class com.storedobject.vaadin.Tabs
Get the tab that contains the given component.
getTableDefinition() - Method in class com.storedobject.core.UIMetadata
 
getTableHeader() - Method in class com.storedobject.report.RDLister
 
getTableName() - Method in class com.storedobject.core.ClassAttribute
Get the table name.
getTableName(TransactionManager) - Method in class com.storedobject.tools.TableDefinition
 
getTabName() - Method in class com.storedobject.core.DashboardDefinition
 
getTabName() - Method in class com.storedobject.core.UIFieldMetadata
 
getTabName() - Method in class com.storedobject.tools.ColumnDefinition
 
getTabName() - Method in class com.storedobject.tools.TableDefinition
 
getTabName(String, HasValue<?, ?>) - Method in class com.storedobject.ui.ObjectEditor
Get the tab name for a given field.
getTabs() - Method in class com.storedobject.vaadin.Tabs
Get the embedded Tabs.
getTag() - Method in class com.storedobject.chart.Toolbox.DataView
 
getTag() - Method in class com.storedobject.chart.Toolbox.Download
Get the tag for this tool button.
getTag() - Method in class com.storedobject.chart.Toolbox.Restore
Get the tag for this tool button.
getTag() - Method in class com.storedobject.chart.Toolbox.Zoom
Get the tag for this tool button.
getTag(O) - Method in class com.storedobject.core.ReferencePattern
 
getTagPrefix() - Method in class com.storedobject.accounts.CustomerInvoice
 
getTagPrefix() - Method in class com.storedobject.core.Consignment
 
getTagPrefix() - Method in interface com.storedobject.core.HasReference
Get the prefix of the tag to be used for generating the reference.
getTagPrefix() - Method in class com.storedobject.core.InventoryGRN
 
getTagPrefix() - Method in class com.storedobject.core.InventoryPO
 
getTagPrefix() - Method in class com.storedobject.core.InventoryTransfer
 
getTagPrefix() - Method in class com.storedobject.core.JournalVoucher
 
getTagPrefix() - Method in class com.storedobject.core.MaterialIssued
 
getTagPrefix() - Method in class com.storedobject.core.MaterialRequest
 
getTagSuffix() - Method in interface com.storedobject.core.HasReference
Get the suffix of the tag to be used for generating the reference.
getTail() - Method in interface com.storedobject.common.MethodInvoker
 
getTail() - Method in class com.storedobject.common.SimpleMethodInvoker
 
getTail() - Method in class com.storedobject.core.SerialNumberMethodInvoker
 
getTail() - Method in class com.storedobject.core.StoredObjectUtility.MethodList
 
getTail(Account) - Method in class com.storedobject.ui.accounts.StatementView
 
getTarget() - Method in class com.storedobject.chart.SOEvent
Get the target.
getTarget() - Method in class com.storedobject.vaadin.Popup
Get the target component.
getTask(int) - Method in class com.storedobject.chart.Project.TaskGroup
Get a Project.Task from this group.
getTaskAxis() - Method in class com.storedobject.chart.GanttChart
Get the task axis of this Gantt chart.
getTaskAxisZoom() - Method in class com.storedobject.chart.GanttChart
Get the task zoom component.
getTaskCount() - Method in class com.storedobject.chart.Project.TaskGroup
Get the number of Project.Task belonging to this group.
getTaskFontSize() - Method in class com.storedobject.chart.AbstractProject
Get the font-size used to render the task details
getTaskGroup(int) - Method in class com.storedobject.chart.Project
Get the Project.TaskGroup of this project.
getTax() - Method in class com.storedobject.core.InventoryGRNItem
Gte the tax amount for this entry.
getTax() - Method in class com.storedobject.core.LandedCostType
 
getTax() - Method in class com.storedobject.core.Tax
 
getTax(InventoryItemType, Quantity, Money, Percentage, Currency) - Method in class com.storedobject.accounts.FixedTax
 
getTax(InventoryItemType, Quantity, Money, Percentage, Currency) - Method in class com.storedobject.accounts.NoTax
 
getTax(InventoryItemType, Quantity, Money, Percentage, Currency) - Method in class com.storedobject.core.TaxMethod
 
getTaxCategory(TaxRegion) - Method in class com.storedobject.core.InventoryItemType
Get the tax category this type of item belongs to for the given tax region.
getTaxCode() - Method in class com.storedobject.accounts.AccountEntity
Returns the tax code of the AccountEntity.
getTaxMethod() - Method in class com.storedobject.core.TaxType
 
getTaxMethodId() - Method in class com.storedobject.core.TaxType
 
getTaxRegion() - Method in class com.storedobject.accounts.EntityAccount
Retrieves the associated Tax Region for this EntityAccount.
getTaxRegionId() - Method in class com.storedobject.accounts.EntityAccount
Returns the Tax Region Id.
getTaxTypes() - Method in class com.storedobject.core.TaxRegion
 
getTechnicalRemarks() - Method in class com.storedobject.sms.Provider
 
getTelegram() - Method in interface com.storedobject.core.HasContacts
Get the telegram contact.
getTelegramNumber() - Method in class com.storedobject.telegram.Telegram
 
getTemplate() - Method in class com.storedobject.core.MessageTemplate
 
getTemplate() - Method in class com.storedobject.job.MessageGroup
 
getTemplate() - Method in class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
getTemplateId() - Method in class com.storedobject.job.MessageGroup
 
getTemporaryExtension() - Method in class com.storedobject.core.AccountLimit
 
getText() - Method in class com.storedobject.chart.Text
Get current content.
getText() - Method in class com.storedobject.chart.Title
Get the text of the title.
getText() - Method in class com.storedobject.common.HTMLText
Get the current text of the HTML.
getText() - Method in class com.storedobject.core.ObjectText
Get the text value.
getText() - Method in class com.storedobject.ui.ELabelField
 
getText() - Method in class com.storedobject.ui.ELabels
 
getText() - Method in class com.storedobject.vaadin.Alert
Get the text of the alert.
getText() - Method in class com.storedobject.vaadin.Badge
Get the text content.
getText() - Method in class com.storedobject.vaadin.StyledText
 
getText() - Method in class com.storedobject.vaadin.TextArea
 
getText() - Method in class com.storedobject.vaadin.TextField
 
getText() - Method in interface com.storedobject.vaadin.util.HasTextValue
 
getText(String) - Method in class com.storedobject.common.SOAP
Extract the text value of a path within the SOAP Body.
getText(String) - Method in class com.storedobject.common.XML
Extract the text value of a path.
getText(Node, String) - Method in class com.storedobject.common.XML
Extract the text value of a path under a given node.
getTextAlign(int) - Method in class com.storedobject.ui.QueryGrid
Get the alignment of the column values.
getTextAlign(String) - Method in class com.storedobject.ui.accounts.JournalVoucherView
 
getTextAlign(String) - Method in class com.storedobject.ui.accounts.StatementView
 
getTextAlign(String) - Method in interface com.storedobject.vaadin.HasColumns
Determines the text alignment of the column.
getTextBorder(boolean) - Method in class com.storedobject.chart.TextStyle
Get the text border.
getTextContent(String) - Static method in class com.storedobject.ui.util.SOServlet
 
getTextContent(String...) - Static method in class com.storedobject.ui.util.SOServlet
 
getTextDirection() - Method in class com.storedobject.pdf.PDFCell
Get the text direction.
getTextDirection() - Method in class com.storedobject.pdf.PDFTable
 
getTextObject(SystemEntity, String) - Method in interface com.storedobject.ui.ObjectGetField.GetProvider
Get an object instance for the search text specified.
getTextObject(SystemEntity, String) - Method in class com.storedobject.ui.ObjectGetField.GetSupplier
 
getTextObject(SystemEntity, String) - Method in class com.storedobject.ui.ObjectGetField.GetTypedSupplier
 
getTextRise() - Method in class com.storedobject.pdf.PDFChunk
Get the text-rise value.
getTextStyle(boolean) - Method in class com.storedobject.chart.Legend
Get the text style.
getTextStyle(boolean) - Method in class com.storedobject.chart.Title
Get the text style.
getTheme() - Method in class com.storedobject.core.DeviceLayout
 
getThemeValue() - Method in class com.storedobject.core.DeviceLayout
 
getThemeValue(int) - Static method in class com.storedobject.core.DeviceLayout
 
getThemeValues() - Static method in class com.storedobject.core.DeviceLayout
 
getThursday() - Method in class com.storedobject.iot.FullConsumption
 
getTicks(boolean) - Method in class com.storedobject.chart.Axis
Get the axis-line ticks.
getTid() - Method in class com.storedobject.core.PseudoTranDetail
 
getTime() - Static method in class com.storedobject.iot.DataSet
Get the last time data was updated (GMT).
getTime(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a time value from the JSON request.
getTimeAxis() - Method in class com.storedobject.chart.AbstractGanttChart
Get the time axis.
getTimeAxisZoom() - Method in class com.storedobject.chart.AbstractGanttChart
Get the time axis zoom component.
getTimeDifference() - Method in class com.storedobject.core.SystemEntity
Get the time difference in minutes.
getTimeDifference() - Method in class com.storedobject.core.TransactionManager
Get the time difference in minutes.
getTimeDifference() - Method in class com.storedobject.iot.Site
Calculates the time difference between the current date and time in the local time zone and the corresponding date and time in GMT.
getTimeDifferenceInMinutes() - Method in class com.storedobject.common.Geolocation
 
getTimeKey() - Method in class com.storedobject.core.MediaFile
 
getTimePeriod() - Method in class com.storedobject.core.DatePeriod
 
getTimestamp() - Method in class com.storedobject.core.AuditTrail
Get timestamp.
getTimestamp() - Method in class com.storedobject.core.TransactionInformation
Get the timestamp of this transaction.
getTimestamp() - Method in class com.storedobject.iot.Data
Get the time at which this data is collected (GMT) as a timestamp.
getTimestamp(String) - Method in class com.storedobject.core.JSON
Helper method to retrieve a timestamp value from the JSON request.
getTimestamp(T) - Method in class com.storedobject.ui.ObjectHistoryGrid
 
getTimeZone() - Method in class com.storedobject.core.SystemEntity
 
getTimeZone() - Method in class com.storedobject.iot.Site
Retrieves the time zone associated with the site.
getTimezoneOffset() - Method in class com.storedobject.calendar.Entry
 
getTitle() - Method in class com.storedobject.accounts.EntityAccount
Retrieves the name of the entity associated with this account.
getTitle() - Method in class com.storedobject.calendar.Entry
 
getTitle() - Method in class com.storedobject.core.Account
Get the title of the account.
getTitle() - Method in class com.storedobject.core.BranchAccount
 
getTitle() - Method in class com.storedobject.core.ClassAttribute
Get the "title" of this.
getTitle() - Method in interface com.storedobject.core.DisplayOrder
 
getTitle() - Method in class com.storedobject.core.Logic
Gets the title of the Logic.
getTitle() - Method in class com.storedobject.core.LogicGroup
 
getTitle() - Method in class com.storedobject.core.ModuleLogic
 
getTitle() - Method in class com.storedobject.core.OffsetAccount
 
getTitle() - Method in class com.storedobject.core.Person
 
getTitle() - Method in class com.storedobject.core.ReportDefinition
 
getTitle() - Method in class com.storedobject.core.UIMetadata
 
getTitle() - Method in class com.storedobject.pdf.PDF
Title to be displayed on each page.
getTitle() - Method in class com.storedobject.pdf.PDFReport
Get the "title" part of the report.
getTitleEntity() - Method in class com.storedobject.report.ObjectList
 
getTitleEntity() - Method in class com.storedobject.report.ObjectListExcel
 
getTitleTable() - Method in class com.storedobject.pdf.PDFReport
Get the "title table" part of the report.
getTitleTable() - Method in class com.storedobject.report.ObjectList
 
getTitleText() - Method in class com.storedobject.pdf.PDFReport
Get the "title text" part that was set by PDFReport.setTitleText(Object).
getTitleText() - Method in class com.storedobject.report.AccountStatement
 
getTitleText() - Method in class com.storedobject.report.FileCirculationStatus
 
getTitleText() - Method in class com.storedobject.report.FileExpiryReport
 
getTitleText() - Method in class com.storedobject.report.ItemMovementReport
 
getTitleText() - Method in class com.storedobject.report.JournalReport
 
getTitleText() - Method in class com.storedobject.report.StockAvailability
 
getTitleText() - Method in class com.storedobject.report.StockMovementReport
 
getTitleText() - Method in class com.storedobject.report.StockReport
 
getTitleText() - Method in class com.storedobject.report.TrialBalance
 
getTitleValue() - Method in class com.storedobject.core.Person
 
getTitleValues() - Static method in class com.storedobject.core.Person
 
getTitleValues(int) - Static method in class com.storedobject.core.Person
Get the title values for a particular gender in the local language
getTo() - Method in class com.storedobject.chart.BezierCurve
Get the "to" point.
getTo() - Method in class com.storedobject.chart.Line
Get the "to" point.
getTo() - Method in class com.storedobject.chart.SankeyChart.Edge
Get the ending node of the edge.
getTo() - Method in class com.storedobject.common.Range
 
getTo() - Method in class com.storedobject.ui.RangeField
 
getTo(InventoryLedger) - Method in class com.storedobject.ui.inventory.ItemMovementView
 
getToAddress() - Method in class com.storedobject.mail.Mail
Retrieves the "to address" associated with the mail.
getToday() - Method in class com.storedobject.chart.AbstractProject
Get today/now.
getToField() - Method in class com.storedobject.ui.RangeField
 
getToField() - Method in class com.storedobject.ui.TimestampPeriodField
 
getToLink() - Method in class com.storedobject.core.ServerLink
 
getToLocation() - Method in class com.storedobject.core.InventoryTransfer
 
getToLocation() - Method in class com.storedobject.core.MaterialRequest
 
getToLocationId() - Method in class com.storedobject.core.InventoryTransfer
 
getToLocationId() - Method in class com.storedobject.core.MaterialRequest
 
getToMonth() - Method in class com.storedobject.ui.MonthPeriodField
 
getToolbox() - Method in class com.storedobject.vaadin.ApplicationFrame
Get the "toolbox" to display at the top-right corner of the screen (right most side of the "Nav Bar").
getTooltip() - Method in class com.storedobject.iot.ValueDefinition
 
getTooltip() - Method in class com.storedobject.iot.ValueImagePosition
 
getTooltip(boolean) - Method in class com.storedobject.chart.Chart
Get the tooltip.
getTooltip(int, int) - Method in class com.storedobject.iot.ValueDefinition
 
getTooltip(Unit) - Method in class com.storedobject.iot.ValueDefinition
 
getTooltipLabel(AbstractTask) - Method in class com.storedobject.chart.AbstractProject
Get the tooltip label of the given task/activity (Will be used for displaying the tooltip label).
getTooltipLabel(AbstractTask) - Method in class com.storedobject.chart.ActivityList
 
getTooltipLabel(AbstractTask) - Method in class com.storedobject.chart.Project
 
getTooltipText(X, X, Y, String, double, String) - Method in class com.storedobject.chart.XRangeChart
Format a data point to show it as the tooltip.
getTop() - Method in class com.storedobject.pdf.PDFRectangle
Get the top value.
getTopComponent() - Method in class com.storedobject.ui.ProcessView
 
getTopComponent() - Method in class com.storedobject.ui.TextView
 
getTopComponent() - Method in class com.storedobject.ui.UploadProcessorView
 
getTopMargin() - Method in class com.storedobject.pdf.PDF
Document margin.
getTopRow() - Method in class com.storedobject.office.od.ods.Sheet
 
getTotal() - Method in class com.storedobject.accounts.Invoice
 
getTotal() - Method in class com.storedobject.core.InventoryGRN
 
getTotalHeight() - Method in class com.storedobject.pdf.PDFTable
 
getTotalProcessingTime() - Static method in class com.storedobject.iot.MQTT
 
getTotalWidth() - Method in class com.storedobject.pdf.PDFTable
 
getToYear() - Method in class com.storedobject.ui.MonthPeriodField
 
getTrace() - Method in exception class com.storedobject.common.SORuntimeException
 
getTrace() - Method in class com.storedobject.mail.Sender.Debugger
 
getTrace(Thread) - Static method in exception class com.storedobject.common.SORuntimeException
 
getTrace(Thread) - Static method in class com.storedobject.common.StringUtility
 
getTrace(Thread, String) - Static method in exception class com.storedobject.common.SORuntimeException
 
getTrace(Throwable) - Static method in exception class com.storedobject.common.SORuntimeException
 
getTrace(Throwable) - Static method in class com.storedobject.common.StringUtility
 
getTrace(Throwable, boolean) - Static method in exception class com.storedobject.common.SORuntimeException
 
getTransaction() - Method in class com.storedobject.core.StoredObject
Get the transaction this instance is currently involved in.
getTransaction() - Method in class com.storedobject.core.TransactionControl
User the currently active transaction or a new transaction if none exists.
getTransaction(boolean) - Method in class com.storedobject.ui.ObjectEditor
 
getTransaction(boolean) - Method in interface com.storedobject.ui.TransactionCreator
Get the transaction.
getTransactionId() - Method in class com.storedobject.core.StoredObject
Current transaction Id of this instance.
getTransactionId() - Method in class com.storedobject.core.TransactionInformation
Get the transaction Id.
getTransactionIP() - Method in class com.storedobject.core.StoredObject
Get the IP address from which this instance got saved to the database previously.
getTransactionLog(SystemUser, Timestamp, Timestamp) - Static method in class com.storedobject.core.StoredObjectUtility
 
getTransactionManager() - Method in class com.storedobject.core.ApplicationServer
 
getTransactionManager() - Method in interface com.storedobject.core.ContentProducer
 
getTransactionManager() - Method in class com.storedobject.core.DataChanged
Retrieves the TransactionManager that can be used for further processing.
getTransactionManager() - Method in interface com.storedobject.core.MessageViewer
 
getTransactionManager() - Method in class com.storedobject.core.StreamContentProducer
 
getTransactionManager() - Method in class com.storedobject.iot.MQTT
 
getTransactionManager() - Method in class com.storedobject.job.Job
Get the currently active TransactionManager.
getTransactionManager() - Method in class com.storedobject.job.Schedule
 
getTransactionManager() - Method in class com.storedobject.job.Scheduler
 
getTransactionManager() - Method in class com.storedobject.office.ExcelReport
 
getTransactionManager() - Method in class com.storedobject.office.ODSReport
 
getTransactionManager() - Method in class com.storedobject.office.ODT
 
getTransactionManager() - Method in class com.storedobject.pdf.PDF
Gets the Transaction Manager
getTransactionManager() - Method in class com.storedobject.tools.SystemMessageViewer
 
getTransactionManager() - Method in class com.storedobject.ui.Application
 
getTransactionManager() - Method in class com.storedobject.ui.Executor
 
getTransactionManager() - Method in interface com.storedobject.ui.Transactional
 
getTransactionType() - Method in class com.storedobject.core.AccountChart
 
getTransactionType(Account) - Static method in interface com.storedobject.core.Financial
 
getTransactionTypeValue() - Method in class com.storedobject.core.AccountChart
 
getTransactionTypeValue(int) - Static method in class com.storedobject.core.AccountChart
 
getTransactionTypeValue(Account) - Static method in interface com.storedobject.core.Financial
 
getTransactionTypeValues() - Static method in class com.storedobject.core.AccountChart
 
getTransferMode() - Method in class com.storedobject.tools.Packager
 
getTransferModeValue() - Method in class com.storedobject.tools.Packager
 
getTransferModeValue(int) - Static method in class com.storedobject.tools.Packager
 
getTransferModeValues() - Static method in class com.storedobject.tools.Packager
 
getTransgender() - Method in class com.storedobject.ui.tools.ManageSalutation.Salutation
 
getTransparency() - Method in class com.storedobject.pdf.PDFImage
 
getTree() - Method in class com.storedobject.ui.ObjectTreeProvider
 
getTreeData() - Method in class com.storedobject.chart.TreeChart
Get the data associated with this chart.
getTreemapData() - Method in class com.storedobject.chart.TreemapChart
Get the list of data associated with this chart.
getTuesday() - Method in class com.storedobject.iot.FullConsumption
 
getType() - Method in class com.storedobject.accounts.AccountConfiguration
Returns the type of the object.
getType() - Method in class com.storedobject.accounts.Invoice
Retrieves the type of the invoice.
getType() - Method in class com.storedobject.accounts.TaxAccountConfiguration
Returns the TaxType associated with the current instance.
getType() - Method in class com.storedobject.chart.Arc
 
getType() - Method in class com.storedobject.chart.Axis.Pointer
Get the type of the pointer.
getType() - Method in class com.storedobject.chart.BezierCurve
 
getType() - Method in class com.storedobject.chart.Chart
Get the type of this chart.
getType() - Method in class com.storedobject.chart.Circle
 
getType() - Method in enum class com.storedobject.chart.DataType
Get the type.
getType() - Method in class com.storedobject.chart.Image
 
getType() - Method in class com.storedobject.chart.Line
 
getType() - Method in class com.storedobject.chart.LineStyle
Get the line-type.
getType() - Method in class com.storedobject.chart.Polyline
 
getType() - Method in class com.storedobject.chart.Rectangle
 
getType() - Method in class com.storedobject.chart.Ring
 
getType() - Method in class com.storedobject.chart.Sector
 
getType() - Method in class com.storedobject.chart.Shape
Get the type of this shape.
getType() - Method in class com.storedobject.chart.ShapeGroup
 
getType() - Method in class com.storedobject.chart.Text
 
getType() - Method in class com.storedobject.chart.TextBorder
Get the line-type.
getType() - Method in class com.storedobject.chart.Tooltip
Get the type of this tooltip.
getType() - Method in class com.storedobject.common.Address
Get the type code.
getType() - Method in class com.storedobject.common.JSON
Get the JSON.Type of the JSON.
getType() - Method in class com.storedobject.core.AbstractTradeType
 
getType() - Method in class com.storedobject.core.AttachmentDefinition
 
getType() - Method in class com.storedobject.core.Consignment
 
getType() - Method in class com.storedobject.core.Contact
 
getType() - Method in class com.storedobject.core.ContactType
 
getType() - Method in class com.storedobject.core.Document
 
getType() - Method in class com.storedobject.core.InventoryBin
 
getType() - Method in class com.storedobject.core.InventoryCustodyLocation
 
getType() - Method in class com.storedobject.core.InventoryFitmentPosition
 
getType() - Method in class com.storedobject.core.InventoryGRN
 
getType() - Method in class com.storedobject.core.InventoryLocation
Get the type of this location.
getType() - Method in class com.storedobject.core.InventoryPOItem
 
getType() - Method in class com.storedobject.core.InventoryRO
 
getType() - Method in class com.storedobject.core.InventoryVirtualLocation
 
getType() - Method in class com.storedobject.core.JournalVoucher.Entry
Get transaction type.
getType() - Method in class com.storedobject.core.LandedCost
 
getType() - Method in interface com.storedobject.core.LedgerEntry
Return a short-string representing the type of the entry.
getType() - Method in class com.storedobject.core.Login
Get the method type used to log in.
getType() - Method in class com.storedobject.core.MaterialRequest
 
getType() - Method in class com.storedobject.core.MeasurementUnit
 
getType() - Method in class com.storedobject.core.Memo
 
getType() - Method in class com.storedobject.core.PIN
Gets the type of the PIN.
getType() - Method in class com.storedobject.core.Secret
 
getType() - Method in class com.storedobject.core.SerialConfigurator
 
getType() - Method in class com.storedobject.core.StoredObjectLink.Copy
 
getType() - Method in interface com.storedobject.core.StoredObjectLink
 
getType() - Method in class com.storedobject.core.StoredObjectUtility.Link
 
getType() - Method in class com.storedobject.core.Tax
 
getType() - Method in class com.storedobject.core.TaxDefinition
 
getType() - Method in class com.storedobject.core.TaxRate
 
getType() - Method in interface com.storedobject.core.TradeType
Get the type of purchase/sale.
getType() - Method in class com.storedobject.core.UIFieldMetadata
 
getType() - Method in class com.storedobject.core.UnpostedJournalEntry
 
getType() - Method in class com.storedobject.iot.Unit
 
getType() - Method in class com.storedobject.tools.ColumnDefinition
 
getType() - Method in class com.storedobject.ui.AbstractLinkGrid
 
getType() - Method in interface com.storedobject.ui.LinkGrid
 
getType() - Method in interface com.storedobject.ui.LinkValue
 
getType() - Method in class com.storedobject.ui.ObjectField
Get the type of the internal field.
getType() - Method in class com.storedobject.ui.util.ContactData
 
getType() - Method in class com.storedobject.ui.util.StreamAttachmentData
 
getType() - Method in class com.storedobject.vaadin.PaintedImage
Get the type of the image.
getType(int) - Method in class com.storedobject.core.ColumnDefinitions
 
getType(int) - Method in interface com.storedobject.core.Columns
 
getType(Class<? extends Quantity>) - Static method in class com.storedobject.core.Quantity
 
getType(String) - Method in interface com.storedobject.common.DataSet
Get the value-type of the given attribute.
getType(String) - Method in class com.storedobject.core.ObjectData
 
getTypeBitValues() - Static method in class com.storedobject.core.AttachmentDefinition
 
getTypeDescription() - Method in class com.storedobject.core.InventoryBin
Get the type description of this bin.
getTypeDescription() - Method in class com.storedobject.core.InventoryReservedBin
 
getTypeDescription() - Method in class com.storedobject.core.InventoryStoreBin
 
GetTypedSupplier(ObjectProvider<?>, Class<O>) - Constructor for class com.storedobject.ui.ObjectGetField.GetTypedSupplier
Constructor.
GetTypedSupplier(ObjectProvider<?>, Class<O>, String, String) - Constructor for class com.storedobject.ui.ObjectGetField.GetTypedSupplier
Constructor.
getTypeId() - Method in class com.storedobject.accounts.TaxAccountConfiguration
Retrieves the type ID of the tax type.
getTypeId() - Method in class com.storedobject.core.Contact
 
getTypeId() - Method in class com.storedobject.core.Document
 
getTypeId() - Method in class com.storedobject.core.LandedCost
 
getTypeId() - Method in class com.storedobject.core.Memo
 
getTypeId() - Method in class com.storedobject.core.Tax
 
getTypeId() - Method in class com.storedobject.core.TaxDefinition
 
getTypeId() - Method in class com.storedobject.core.TaxRate
 
getTypeId() - Method in class com.storedobject.core.UnpostedJournalEntry
 
getTypeName() - Method in class com.storedobject.core.MeasurementUnit
 
getTypeName() - Method in class com.storedobject.core.Quantity
 
getTypeObject() - Method in class com.storedobject.ui.ObjectGetField.GetTypedSupplier
 
getTypeValue() - Method in class com.storedobject.common.Address
Get the type code value.
getTypeValue() - Method in class com.storedobject.core.AttachmentDefinition
 
getTypeValue() - Method in class com.storedobject.core.Consignment
 
getTypeValue() - Method in class com.storedobject.core.ContactType
 
getTypeValue() - Method in class com.storedobject.core.InventoryGRN
 
getTypeValue() - Method in class com.storedobject.core.InventoryLocation
 
getTypeValue() - Method in class com.storedobject.core.InventoryPOItem
 
getTypeValue() - Method in class com.storedobject.core.Secret
 
getTypeValue() - Method in class com.storedobject.core.SerialConfigurator
 
getTypeValue() - Method in class com.storedobject.core.UIFieldMetadata
 
getTypeValue() - Method in class com.storedobject.tools.ColumnDefinition
 
getTypeValue(char) - Static method in class com.storedobject.common.Address
Get the type code value for the given type.
getTypeValue(int) - Static method in class com.storedobject.core.AttachmentDefinition
 
getTypeValue(int) - Static method in class com.storedobject.core.ContactType
 
getTypeValue(int) - Static method in class com.storedobject.core.InventoryLocation
 
getTypeValue(int) - Static method in class com.storedobject.core.Secret
 
getTypeValue(int) - Static method in class com.storedobject.core.UIFieldMetadata
 
getTypeValue(int) - Static method in class com.storedobject.tools.ColumnDefinition
 
getTypeValues() - Static method in class com.storedobject.common.Address
Get the type of addresses.
getTypeValues() - Static method in class com.storedobject.core.Consignment
 
getTypeValues() - Static method in class com.storedobject.core.ContactType
 
getTypeValues() - Static method in class com.storedobject.core.InventoryGRN
 
getTypeValues() - Static method in class com.storedobject.core.InventoryLocation
 
getTypeValues() - Static method in class com.storedobject.core.InventoryPOItem
 
getTypeValues() - Static method in class com.storedobject.core.Secret
 
getTypeValues() - Method in class com.storedobject.core.SerialConfigurator
 
getTypeValues() - Static method in class com.storedobject.core.UIFieldMetadata
 
getTypeValues() - Static method in class com.storedobject.tools.ColumnDefinition
 
getUI() - Method in class com.storedobject.vaadin.Application
Get the UI associated with this Application.
getUIConfigurator() - Method in class com.storedobject.ui.Application
 
getUIConfigurator() - Method in class com.storedobject.vaadin.Application
Get UI configurator if any so that UI will be passed to it for handling any special configuration.
getUnique() - Method in class com.storedobject.core.StoredObject
Gets an instance of the object from the database with this object's unique index condition.
getUniqueCondition() - Method in class com.storedobject.accounts.AccountConfiguration
Retrieves the unique condition used for querying the system.
getUniqueCondition() - Method in class com.storedobject.accounts.TaxAccountConfiguration
Retrieves the unique condition used for querying the system.
getUniqueCondition() - Method in class com.storedobject.calendar.Calendar
 
getUniqueCondition() - Method in class com.storedobject.core.AbstractTradeType
 
getUniqueCondition() - Method in class com.storedobject.core.AccessControl
 
getUniqueCondition() - Method in class com.storedobject.core.AccountLimit
 
getUniqueCondition() - Method in class com.storedobject.core.ApplicationAlertHandler
Returns the unique condition for the data class.
getUniqueCondition() - Method in class com.storedobject.core.AttachmentDefinition
 
getUniqueCondition() - Method in class com.storedobject.core.AuditTrailConfiguration
 
getUniqueCondition() - Method in class com.storedobject.core.AutoLogin
 
getUniqueCondition() - Method in class com.storedobject.core.CheckList
 
getUniqueCondition() - Method in class com.storedobject.core.ConnectorLogic
 
getUniqueCondition() - Method in class com.storedobject.core.ContactType
 
getUniqueCondition() - Method in class com.storedobject.core.CurrencyRate
 
getUniqueCondition() - Method in class com.storedobject.core.DashboardDefinition
 
getUniqueCondition() - Method in class com.storedobject.core.DataChangeNotifierLogic
Method to get the unique condition based on the class name.
getUniqueCondition() - Method in class com.storedobject.core.DeveloperLog
 
getUniqueCondition() - Method in class com.storedobject.core.DeviceLayout
 
getUniqueCondition() - Method in class com.storedobject.core.DocumentConfiguration
 
getUniqueCondition() - Method in class com.storedobject.core.Entity
 
getUniqueCondition() - Method in class com.storedobject.core.EntityRole
 
getUniqueCondition() - Method in class com.storedobject.core.ExchangeRate
 
getUniqueCondition() - Method in class com.storedobject.core.ExtraInfoDefinition
 
getUniqueCondition() - Method in class com.storedobject.core.FileFolderAccessRights
 
getUniqueCondition() - Method in class com.storedobject.core.GlobalProperty
 
getUniqueCondition() - Method in class com.storedobject.core.InventoryBin
 
getUniqueCondition() - Method in class com.storedobject.core.InventoryItemType
 
getUniqueCondition() - Method in class com.storedobject.core.InventoryPOItem
 
getUniqueCondition() - Method in class com.storedobject.core.InventoryReservedBin
 
getUniqueCondition() - Method in class com.storedobject.core.InventoryStore
 
getUniqueCondition() - Method in class com.storedobject.core.JavaInnerClass
 
getUniqueCondition() - Method in class com.storedobject.core.LandedCostType
 
getUniqueCondition() - Method in class com.storedobject.core.LogicGroup
 
getUniqueCondition() - Method in class com.storedobject.core.MaterialRequestPriority
 
getUniqueCondition() - Method in class com.storedobject.core.MediaFile
 
getUniqueCondition() - Method in class com.storedobject.core.MessageTemplate
 
getUniqueCondition() - Method in class com.storedobject.core.Name
 
getUniqueCondition() - Method in class com.storedobject.core.ParameterLogic
 
getUniqueCondition() - Method in class com.storedobject.core.PasswordPolicy
 
getUniqueCondition() - Method in class com.storedobject.core.PersonRole
 
getUniqueCondition() - Method in class com.storedobject.core.ReportFormat
Get the unique condition that determines the uniqueness of this "data class".
getUniqueCondition() - Method in class com.storedobject.core.Secret
 
getUniqueCondition() - Method in class com.storedobject.core.SerialGenerator
 
getUniqueCondition() - Method in class com.storedobject.core.SerialPattern
 
getUniqueCondition() - Method in class com.storedobject.core.ServerInformation
 
getUniqueCondition() - Method in class com.storedobject.core.Signature
 
getUniqueCondition() - Method in class com.storedobject.core.SOClass
 
getUniqueCondition() - Method in class com.storedobject.core.StoredObject
Gets the unique index condition of this object.
getUniqueCondition() - Method in class com.storedobject.core.SystemEntity
 
getUniqueCondition() - Method in class com.storedobject.core.SystemUser
 
getUniqueCondition() - Method in class com.storedobject.core.SystemUserGroup
 
getUniqueCondition() - Method in class com.storedobject.core.TaxDefinition
 
getUniqueCondition() - Method in class com.storedobject.core.TaxRate
 
getUniqueCondition() - Method in class com.storedobject.core.TextContent
 
getUniqueCondition() - Method in class com.storedobject.core.TransactionDate
 
getUniqueCondition() - Method in class com.storedobject.core.TransactionValueDate
 
getUniqueCondition() - Method in class com.storedobject.core.UIAction
 
getUniqueCondition() - Method in class com.storedobject.core.UIMetadata
 
getUniqueCondition() - Method in class com.storedobject.core.WebBiometric
 
getUniqueCondition() - Method in class com.storedobject.iot.CustomMessageLogic
 
getUniqueCondition() - Method in class com.storedobject.iot.MQTT
 
getUniqueCondition() - Method in class com.storedobject.iot.Resource
 
getUniqueCondition() - Method in class com.storedobject.iot.Site
Generates a unique condition string based on the value of the Name property of the object.
getUniqueCondition() - Method in class com.storedobject.iot.UnitDefinition
 
getUniqueCondition() - Method in class com.storedobject.iot.UnitItemType
 
getUniqueCondition() - Method in class com.storedobject.iot.UnitType
 
getUniqueCondition() - Method in class com.storedobject.job.MessageGroup
 
getUniqueCondition() - Method in class com.storedobject.job.Schedule
 
getUniqueCondition() - Method in class com.storedobject.mail.Sender
 
getUniqueCondition() - Method in class com.storedobject.mail.SenderGroup
 
getUniqueCondition() - Method in class com.storedobject.sms.Provider
 
getUniqueCondition() - Method in class com.storedobject.tools.Packager
 
getUniqueCondition() - Method in class com.storedobject.tools.TableDefinition
 
getUniqueCondition() - Method in class com.storedobjects.support.ProductSkill
 
getUniqueCondition() - Method in class com.storedobjects.support.SupportPerson
 
getUniqueCondition() - Method in class com.storedobjects.support.SupportUser
 
getUniqueId() - Method in class com.storedobject.calendar.Entry
 
getUniqueId() - Method in class com.storedobject.core.AbstractCheckListItem
 
getUniqueId() - Method in class com.storedobject.core.AuditTrailLinkConfiguration
 
getUniqueId() - Method in class com.storedobject.core.CheckListTemplateItem
 
getUniqueId() - Method in class com.storedobject.core.ConsignmentItem
 
getUniqueId() - Method in class com.storedobject.core.Contact
 
getUniqueId() - Method in interface com.storedobject.core.Detail
Get the Id of the class instance that makes this instance unique.
getUniqueId() - Method in class com.storedobject.core.ExternalSystemUser
 
getUniqueId() - Method in class com.storedobject.core.FileCirculation
 
getUniqueId() - Method in class com.storedobject.core.FileFolder
 
getUniqueId() - Method in class com.storedobject.core.InventoryAPN
 
getUniqueId() - Method in class com.storedobject.core.InventoryTransferItem
 
getUniqueId() - Method in class com.storedobject.core.LandedCost
 
getUniqueId() - Method in class com.storedobject.core.MaterialIssuedItem
 
getUniqueId() - Method in class com.storedobject.core.MaterialRequestItem
 
getUniqueId() - Method in class com.storedobject.core.ModuleLogic
 
getUniqueId() - Method in class com.storedobject.core.PseudoTranApproval
 
getUniqueId() - Method in class com.storedobject.core.PseudoTranDetail
 
getUniqueId() - Method in class com.storedobject.job.MessageEscalation
 
getUniqueId() - Method in class com.storedobject.mail.Attachment
 
getUniqueId() - Method in class com.storedobject.mail.Error
 
getUniqueId() - Method in class com.storedobject.tools.ColumnDefinition
 
getUniqueId() - Method in class com.storedobject.tools.IndexDefinition
 
getUniqueIndex() - Method in class com.storedobject.tools.IndexDefinition
 
getUniqueValue() - Method in class com.storedobject.core.ConsignmentPacket
 
getUniqueValue() - Method in interface com.storedobject.core.Detail
Get the unique value that determines the uniqueness of the detail entries.
getUniqueValue() - Method in class com.storedobject.core.ServerLink
 
getUniqueValue() - Method in interface com.storedobject.core.SingleInstanceDetail
By overriding this method, a fixed value is returned as the unique value so that only one instance can exist for a specific master instance.
getUniqueValue() - Method in class com.storedobject.iot.ValueDefinition
 
getUniqueValue() - Method in class com.storedobject.iot.ValueImagePosition
 
getUniqueValue() - Method in class com.storedobject.tools.ColumnDefinition
 
getUnit() - Method in class com.storedobject.core.InventoryItemType
 
getUnit() - Method in class com.storedobject.core.MeasurementUnit
 
getUnit() - Method in class com.storedobject.core.Quantity
 
getUnit() - Method in class com.storedobject.core.UnitCost
 
getUnit() - Method in class com.storedobject.iot.AQI
 
getUnit() - Method in class com.storedobject.iot.Command
 
getUnit() - Method in class com.storedobject.iot.Data
Get the unit to which this data belong to.
getUnit() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the unit associated with the current data status.
getUnit() - Method in class com.storedobject.iot.DataSet.UnitData
 
getUnit() - Method in class com.storedobject.iot.Statistics
Retrieves the unit associated with this instance based on the unitId.
getUnit() - Method in class com.storedobject.iot.UnitItem
 
getUnit() - Method in class com.storedobject.ui.iot.GUI
Retrieves the currently set unit.
getUnit() - Method in class com.storedobject.ui.util.AbstractQuantityField
 
getUnit(int) - Method in class com.storedobject.ui.iot.ConsumptionList
 
getUnit(DataSet.DataStatus) - Method in class com.storedobject.ui.iot.StatusGrid
 
getUnit(Class<? extends Quantity>) - Method in class com.storedobject.core.UIFieldMetadata
 
getUnit(String) - Static method in class com.storedobject.core.Quantity
 
getUnit(String, Class<? extends Quantity>) - Static method in class com.storedobject.core.Quantity
 
getUnitClass() - Method in class com.storedobject.iot.Data
Get the Unit's class for this data instance.
getUnitClass() - Method in class com.storedobject.iot.UnitDefinition
 
getUnitClass() - Method in class com.storedobject.iot.UnitType
 
getUnitClass() - Method in class com.storedobject.iot.ValueDefinition
 
getUnitClass(Class<? extends Data>) - Static method in class com.storedobject.iot.Data
Get the Unit's class for the given data class.
getUnitClassName() - Method in class com.storedobject.iot.UnitDefinition
 
getUnitClassName() - Method in class com.storedobject.iot.UnitType
 
getUnitCost() - Method in class com.storedobject.core.ConsignmentItem
 
getUnitCost() - Method in class com.storedobject.core.InventoryGRNItem
 
getUnitCost() - Method in class com.storedobject.core.InventoryItem
 
getUnitCost() - Method in class com.storedobject.core.InventoryItemType
 
getUnitCost(boolean) - Method in class com.storedobject.core.InventoryItem
 
getUnitCost(MeasurementUnit) - Method in class com.storedobject.core.InventoryItem
 
getUnitCost(MeasurementUnit) - Method in class com.storedobject.core.InventoryItemType
 
getUnitCost(MeasurementUnit) - Method in class com.storedobject.core.UnitCost
 
getUnitCost(String) - Method in class com.storedobject.core.UnitCost
 
getUnitId() - Method in class com.storedobject.iot.Command
 
getUnitId() - Method in class com.storedobject.iot.Data
Get the Id of the unit this IoT object belongs to.
getUnitId() - Method in class com.storedobject.iot.Statistics
Retrieves the unique identifier for the unit associated with the statistics.
getUnitId() - Method in class com.storedobject.iot.UnitItem
 
getUnitItemClass() - Method in class com.storedobject.iot.UnitItemType
 
getUnitItemClassName() - Method in class com.storedobject.iot.UnitItemType
 
getUnitOfIssue() - Method in class com.storedobject.core.InventoryItemType
 
getUnitOfMeasurement() - Method in class com.storedobject.core.InventoryItemType
 
getUnitOfMeasurement() - Method in class com.storedobject.iot.ValueLimit
 
getUnitPrice() - Method in class com.storedobject.core.InventoryPOItem
 
getUnitPrice() - Method in class com.storedobject.core.InventorySaleItem
 
getUnitsCount() - Method in class com.storedobject.ui.iot.ConsumptionList
 
getUnitSuffix() - Method in class com.storedobject.iot.ValueLimit
 
getUnitType() - Method in class com.storedobject.iot.UnitDefinition
 
getUnitTypeId() - Method in class com.storedobject.iot.UnitDefinition
 
getUnlimited() - Method in class com.storedobject.iot.ValueLimit
 
getUNNumber() - Method in class com.storedobject.core.InventoryItemType
 
getUnposted() - Method in class com.storedobject.core.LedgerWindow
Override this method to return any unposted entries to be appended.
getUpdateFrequency() - Method in class com.storedobject.iot.UnitDefinition
 
getUploadComponent() - Method in class com.storedobject.ui.UploadProcessorView
 
getUploadComponent() - Method in class com.storedobject.vaadin.UploadField
Get the Upload component internally used.
getURI() - Method in class com.storedobject.vaadin.ResourceSupport
Get the URI of the resource.
getURIAttributeName() - Method in class com.storedobject.vaadin.AbstractResourcedComponent
Get the name of the URI attribute.
getURIAttributeName() - Method in class com.storedobject.vaadin.PDFViewer
 
getURL() - Static method in class com.storedobject.ui.util.SOServlet
 
getURL() - Method in class com.storedobject.vaadin.Application
get tje URL of application.
getURL() - Method in class com.storedobject.vaadin.ApplicationView
get tje URL of application.
getURL(String) - Method in class com.storedobject.oauth.OAuth
 
getUser() - Method in class com.storedobject.core.AuditTrail
Get the user who created this transaction.
getUser() - Method in interface com.storedobject.core.IdentityCheck
Get the user to identify.
getUser() - Method in class com.storedobject.core.TransactionInformation
Get the user who created this transaction.
getUser() - Method in class com.storedobject.core.TransactionManager
 
getUser() - Method in class com.storedobject.pdf.PDF
Get the user for which this PDF is being generated.
getUser() - Method in class com.storedobject.pdf.PDFReport
 
getUser() - Method in class com.storedobject.ui.common.MemoSystem
 
getUser(String) - Method in class com.storedobject.common.LDAP
 
getUserGroup() - Method in class com.storedobject.core.ObjectPermissionGroup
 
getUserGroupId() - Method in class com.storedobject.core.ObjectPermissionGroup
 
getUserId() - Method in interface com.storedobject.core.Transaction
 
getUserId() - Method in class com.storedobject.core.TransactionInformation
Get the user's Id who created this transaction.
getUserID() - Method in class com.storedobject.core.WebBiometric
 
getUserInfo(String) - Method in class com.storedobject.oauth.OAuth
 
getUserName() - Method in class com.storedobject.core.WebBiometric
 
getUserName() - Method in class com.storedobject.iot.MQTT
 
getUserName() - Method in class com.storedobject.mail.MailSender
 
getUserName() - Method in class com.storedobject.sms.Provider
 
getUserNameComponent() - Method in class com.storedobject.vaadin.ApplicationFrame
Get the component to display the "User's name" for the application.
getUserPassword() - Method in class com.storedobject.iot.MQTT
 
getUserPrincipal() - Method in class com.storedobject.common.LDAP.User
 
getUsers() - Method in class com.storedobject.common.LDAP
 
getUserVisibility(String) - Static method in class com.storedobject.ui.Application
 
getValidateBlock() - Method in class com.storedobject.tools.TableDefinition
 
getValidFrom() - Method in class com.storedobject.core.AccountLimit
 
getValidFrom() - Method in class com.storedobject.core.LoginMessage
 
getValidTo() - Method in class com.storedobject.core.AccountLimit
 
getValidTo() - Method in class com.storedobject.core.LoginMessage
 
getValue() - Method in class com.storedobject.chart.GaugeChart
Get the current value.
getValue() - Method in class com.storedobject.chart.GaugeChart.Needle
Get current value.
getValue() - Method in class com.storedobject.chart.TreeData
 
getValue() - Method in interface com.storedobject.chart.TreeDataProvider
Get data value.
getValue() - Method in interface com.storedobject.common.BigValue
 
getValue() - Method in class com.storedobject.core.AbstractComputedInteger
 
getValue() - Method in class com.storedobject.core.ComputedDouble
 
getValue() - Method in class com.storedobject.core.ComputedLong
 
getValue() - Method in class com.storedobject.core.Contact
 
getValue() - Method in class com.storedobject.core.DecimalNumber
Get the decimal number as BigDecimal.
getValue() - Method in class com.storedobject.core.GlobalProperty
 
getValue() - Method in class com.storedobject.core.Money
Get the monetary value as BigDecimal.
getValue() - Method in class com.storedobject.core.Quantity
Get the quantity as BigDecimal.
getValue() - Method in class com.storedobject.core.ReportColumnDefinition
 
getValue() - Method in class com.storedobject.iot.AQI
 
getValue() - Method in class com.storedobject.iot.ControlSchedule
 
getValue() - Method in class com.storedobject.iot.DataSet.AlarmStatus
Returns the current boolean value of the alarm status.
getValue() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the value associated with the current data status.
getValue() - Method in class com.storedobject.iot.DataSet.LimitStatus
Retrieves the value associated with this instance.
getValue() - Method in interface com.storedobject.iot.HasValue
 
getValue() - Method in class com.storedobject.ui.AddressField
 
getValue() - Method in class com.storedobject.ui.BarcodeImage
 
getValue() - Method in class com.storedobject.ui.ELabel
 
getValue() - Method in class com.storedobject.ui.ELabels
 
getValue() - Method in class com.storedobject.ui.GeolocationField
 
getValue() - Method in interface com.storedobject.ui.IdInput
Get the value.
getValue() - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
getValue() - Method in class com.storedobject.ui.ObjectField
 
getValue() - Method in class com.storedobject.ui.ObjectFormField
 
getValue() - Method in interface com.storedobject.ui.ObjectInput
Get the current value.
getValue() - Method in class com.storedobject.ui.ObjectLinkField
 
getValue() - Method in class com.storedobject.ui.PasswordField
 
getValue() - Method in class com.storedobject.ui.PhoneField
 
getValue() - Method in interface com.storedobject.ui.StyledBuilder
 
getValue() - Method in class com.storedobject.ui.TimestampField
 
getValue() - Method in class com.storedobject.ui.util.AcceptAbandonButtons
 
getValue() - Method in class com.storedobject.ui.util.ExtraInfo
 
getValue() - Method in class com.storedobject.ui.util.StreamAttachment
 
getValue() - Method in class com.storedobject.vaadin.ChangedValue
Get the changed value of the field.
getValue() - Method in class com.storedobject.vaadin.ChangedValues
Get the current valie.
getValue() - Method in class com.storedobject.vaadin.DateField
 
getValue() - Method in class com.storedobject.vaadin.LegacyDateField
 
getValue() - Method in class com.storedobject.vaadin.TextArea
 
getValue() - Method in class com.storedobject.vaadin.TextField
 
getValue() - Method in interface com.storedobject.vaadin.util.HasTextValue
 
getValue(int) - Method in class com.storedobject.chart.GaugeChart
Get value of a given needle.
getValue(int) - Method in class com.storedobject.ui.QueryGrid.QueryResult
Get the value for a given column index.
getValue(int) - Method in class com.storedobject.vaadin.ComboField
Get item for a given index.
getValue(int) - Method in class com.storedobject.vaadin.LabelField
Get the item for the index passed.
getValue(int) - Method in class com.storedobject.vaadin.ListField
Get the item for the index passed.
getValue(int) - Method in class com.storedobject.vaadin.RadioField
Get the value corresponding to an index.
getValue(int) - Method in class com.storedobject.vaadin.util.BasicComboList
 
getValue(Id) - Method in class com.storedobject.iot.ValueDefinition
 
getValue(DataSet.DataStatus) - Method in class com.storedobject.ui.iot.StatusGrid
 
getValue(String) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
 
getValue(String) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
 
getValueAt(Class<D>, Id, String, long, Duration) - Static method in class com.storedobject.iot.Data
Get the data value collected at the given instance.
getValueCount() - Static method in class com.storedobject.iot.DataSet
 
getValueDate() - Method in class com.storedobject.core.JournalVoucher.Entry
Get the value-date of this entry.
getValueDate() - Method in interface com.storedobject.core.LedgerEntry
Value-date of this entry.
getValueDate() - Method in class com.storedobject.core.TransactionValueDate
 
getValueDate() - Method in class com.storedobject.core.UnpostedJournalEntry
 
getValueDefinition() - Method in class com.storedobject.iot.DataSet.AlarmStatus
Retrieves the associated AlarmSwitch value definition for the current data status.
getValueDefinition() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the value definition associated with the current data status.
getValueDefinition() - Method in class com.storedobject.iot.DataSet.LimitStatus
Retrieves the value definition associated with the current limit status.
getValueDifference(Class<D>, Id, String, long, long) - Static method in class com.storedobject.iot.Data
Get the difference in data value collected at 2 different time instances.
getValueFunction() - Method in class com.storedobject.vaadin.GridColumnDetail
Get the function that can compute the rendering value associated with column.
getValueGetter(String) - Method in class com.storedobject.ui.util.SOFieldCreator
 
getValueGetter(String) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
Get the function that can obtain the value for a field from the object.
getValueMethodForGet() - Method in class com.storedobject.iot.ValueDefinition
 
getValueMethodForSet() - Method in class com.storedobject.iot.ValueDefinition
 
getValueName() - Method in class com.storedobject.iot.LimitMessage
 
getValueNameId() - Method in class com.storedobject.iot.LimitMessage
 
getValueObject() - Method in interface com.storedobject.common.ComputedValue
 
getValueObject() - Method in class com.storedobject.core.AbstractComputedInteger
 
getValueObject() - Method in class com.storedobject.core.ComputedDate
 
getValueObject() - Method in class com.storedobject.core.ComputedDouble
 
getValueObject() - Method in class com.storedobject.core.ComputedLong
 
getValueObject(Id) - Method in class com.storedobject.iot.ValueDefinition
 
getValueSetter(String) - Method in class com.storedobject.ui.util.SOFieldCreator
 
getValueSetter(String) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
Get the function that can be used to set the value of a field to the object.
getValueType() - Method in class com.storedobject.core.converter.BoolValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.ChoiceValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.DateValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.DaysValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.DecimalNumberValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.DoubleValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.GeolocationValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.IntegerValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.LongValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.MinutesValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.MoneyValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.ObjectValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.QuantityValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.RateValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.SecondsValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.TimeValueConverter
 
getValueType() - Method in class com.storedobject.core.converter.ValueConverter
 
getValueType() - Method in class com.storedobject.vaadin.GridColumnDetail
Get the value type.
getVariablesBlock() - Method in class com.storedobject.tools.TableDefinition
 
getVariant() - Method in class com.storedobject.chart.Font
Get font-variant.
getVer() - Method in class com.storedobject.core.WebBiometric.AttestationStatement
 
getVerified() - Method in class com.storedobject.core.ExternalSystemUser
 
getVerifyCA() - Method in class com.storedobject.iot.MQTT
 
getVersion() - Method in class com.storedobject.core.DeveloperLog
 
getVersion() - Method in class com.storedobject.core.JavaClass
 
getVersion() - Method in class com.storedobject.core.TextContent
 
getVersionInformation() - Method in class com.storedobject.ui.tools.JavaClassEditor
 
getVersionInformation() - Method in class com.storedobject.ui.tools.TableDefinitionEditor
 
getVerticalAlignment() - Method in class com.storedobject.core.ReportColumnDefinition
 
getVerticalAlignment() - Method in class com.storedobject.pdf.PDFCell
Get the vertical alignment.
getVerticalAlignment(String) - Method in class com.storedobject.ui.ObjectGridReport
Get the vertical alignment.
getVerticalAlignmentValue() - Method in class com.storedobject.core.ReportColumnDefinition
 
getVerticalAlignmentValue(int) - Static method in class com.storedobject.core.ReportColumnDefinition
 
getVerticalAlignmentValues() - Static method in class com.storedobject.core.ReportColumnDefinition
 
getVerticallyCenter() - Method in class com.storedobject.office.od.ods.Sheet
 
getVia() - Method in class com.storedobject.core.AutoLogin
 
getViaLink(String) - Static method in class com.storedobject.core.StreamData
 
getVideo(String) - Static method in class com.storedobject.ui.util.SOServlet
 
getVideo(String...) - Static method in class com.storedobject.ui.util.SOServlet
 
getView() - Method in class com.storedobject.ui.AbstractLinkGrid
 
getView() - Method in class com.storedobject.vaadin.AbstractForm
Get the associated view of this form.
getView() - Method in interface com.storedobject.vaadin.ExecutableView
Get the currently active View.
getView(boolean) - Method in class com.storedobject.ui.AbstractLinkGrid
 
getView(boolean) - Method in class com.storedobject.ui.ObjectSearchBrowser
 
getView(boolean) - Method in class com.storedobject.ui.QueryGrid
 
getView(boolean) - Method in class com.storedobject.ui.TemplateView
 
getView(boolean) - Method in class com.storedobject.vaadin.Dashboard
Create a View to display the grid when executed.
getView(boolean) - Method in interface com.storedobject.vaadin.ExecutableView
Get the View.
getView(boolean) - Method in interface com.storedobject.vaadin.HasColumns
 
getView(boolean) - Method in class com.storedobject.vaadin.View
getViewComponent() - Method in class com.storedobject.ui.BaseObjectForest
 
getViewComponent() - Method in class com.storedobject.ui.ObjectBrowser
 
getViewComponent() - Method in class com.storedobject.ui.ObjectTree
 
getViewComponent() - Method in interface com.storedobject.vaadin.HasColumns
Get the component for creating the view - See HasColumns.getView(boolean) and ExecutableView.getView().
getViewerComponent() - Method in class com.storedobject.ui.HTMLView
Get the component that is used internally to render the HTML.
getViewerComponent() - Method in class com.storedobject.ui.util.DocumentViewer
 
getViewFilter() - Method in class com.storedobject.core.ObjectLoadFilter
Get the filter that needs to be applied after loading into the memory from the DB - for "view filtering".
getViewFilter() - Method in class com.storedobject.ui.AbstractListProvider
 
getViewFilter() - Method in class com.storedobject.ui.AbstractTreeProvider
 
getViewFilter() - Method in interface com.storedobject.ui.util.ViewFilterSupport
 
getViewFor(Component) - Method in class com.storedobject.vaadin.Application
Get the view in which a particular component is currently appearing.
getViewHeight() - Method in class com.storedobject.vaadin.Viewer
Get the height of the view (as a percentage).
getViewWidth() - Method in class com.storedobject.vaadin.Viewer
Get the width of the view (as a percentage).
getVillaName() - Method in class com.storedobject.common.Address
Get the apartment/villa/house/office name.
getVisibility() - Method in class com.storedobject.core.UIFieldMetadata
 
getVisualMap() - Method in class com.storedobject.chart.BubbleChart
Get the VisualMap associated with this chart.
getVisualMap() - Method in class com.storedobject.chart.HeatmapChart
Get the VisualMap associated with this chart.
getVoucher() - Method in class com.storedobject.core.JournalVoucher.Entry
Get the voucher associated with this entry.
getVoucher() - Method in class com.storedobject.core.JournalVoucherStage
 
getVoucher() - Method in interface com.storedobject.core.LedgerEntry
Get the voucher for this entry.
getVoucher() - Method in class com.storedobject.core.TransactionDate
 
getVoucher() - Method in class com.storedobject.core.TransactionValueDate
 
getVoucherId() - Method in class com.storedobject.core.JournalVoucherStage
 
getVoucherId() - Method in class com.storedobject.core.TransactionDate
 
getVoucherId() - Method in class com.storedobject.core.TransactionValueDate
 
getVouchers() - Method in class com.storedobject.core.JournalVoucher
Get the list of all vouchers in this transaction.
getVouchers() - Method in interface com.storedobject.core.LedgerEntry
Get the vouchers for this transaction.
getVouchers() - Method in class com.storedobject.ui.accounts.JournalVoucherView
 
getWaterMark() - Method in class com.storedobject.pdf.PDF
Gets the currently set water mark.
getWebBrowser() - Method in class com.storedobject.vaadin.Application
Get the representation of current the "web browser".
getWednesday() - Method in class com.storedobject.iot.FullConsumption
 
getWeek() - Method in class com.storedobject.iot.WeeklyConsumption
Retrieves the specific week associated with the weekly consumption data.
getWeek() - Method in class com.storedobject.iot.WeeklyStatistics
Retrieves the week value for the current instance of WeeklyStatistics.
getWeeklyConsumption(Id, int, int) - Method in class com.storedobject.iot.Resource
 
getWeeklyConsumption(Id, D) - Method in class com.storedobject.iot.Resource
 
getWeeklyConsumption(Resource) - Method in class com.storedobject.iot.AbstractUnit
Retrieves the weekly consumption for a given resource.
getWeeklyConsumption(Resource, int, int) - Method in class com.storedobject.iot.AbstractUnit
Retrieves the weekly consumption for a specified resource, year, and week.
getWeeklyConsumption(Resource, D) - Method in class com.storedobject.iot.AbstractUnit
Retrieves the weekly consumption data for a given resource based on a specific date.
getWeeklyStatistics(String) - Method in class com.storedobject.iot.Unit
 
getWeeklyStatistics(String, int, int) - Method in class com.storedobject.iot.Unit
 
getWeeklyStatistics(String, D) - Method in class com.storedobject.iot.Unit
 
getWeekNames() - Static method in class com.storedobject.common.DateUtility
Retrieves the names of the days in a week.
getWeekOfYear(D) - Static method in class com.storedobject.common.DateUtility
Get the week of the year (1 - 53/54).
getWeight() - Method in class com.storedobject.chart.Font
Get font-weight.
getWeight() - Method in class com.storedobject.core.Volume
Get the volumetric weight of this volume.
getWhere() - Method in class com.storedobject.ui.tools.DataTransfer
 
getWidth() - Method in class com.storedobject.chart.Axis.AbstractTicks
Get width of the tick in pixels.
getWidth() - Method in class com.storedobject.chart.Axis.PointerHandle
Get the width in pixels.
getWidth() - Method in class com.storedobject.chart.Image
Get width in pixels.
getWidth() - Method in class com.storedobject.chart.LineStyle
Get the width of the line.
getWidth() - Method in class com.storedobject.chart.Rectangle
Get width.
getWidth() - Method in class com.storedobject.chart.TextBorder
Get the width of the border (in pixels).
getWidth() - Method in class com.storedobject.common.Barcode
Get the width of the barcode image.
getWidth() - Method in class com.storedobject.common.SVG
Get the width.
getWidth() - Method in class com.storedobject.core.ConsignmentPacket
 
getWidth() - Method in class com.storedobject.core.UIFieldMetadata
 
getWidth() - Method in class com.storedobject.pdf.PDF
Gets the printable width.
getWidth() - Method in class com.storedobject.pdf.PDFRectangle
Get the width.
getWidth() - Method in class com.storedobject.vaadin.Icon
 
getWidth(String) - Method in class com.storedobject.ui.ObjectGridReport
Get the relative width of the column (Default implementation returns 10).
getWidthPercentage() - Method in class com.storedobject.pdf.PDFImage
 
getWidthPercentage() - Method in class com.storedobject.pdf.PDFTable
 
getWorkbook() - Method in class com.storedobject.office.AbstractSpreadSheet
 
getWorkbook() - Method in class com.storedobject.office.od.ods.Sheet
 
getWorkingDate() - Method in class com.storedobject.core.SystemEntity
Get the working date
getWorkingDate() - Method in class com.storedobject.core.TransactionManager
Get the working date.
getWriter() - Method in class com.storedobject.common.CSV
Get the writer that takes the output.
getWriter() - Method in class com.storedobject.common.HTTP
Get the output stream to send the request directly.
getWriter() - Method in class com.storedobject.common.InvertedReader
Get the associated writer.
getWriter() - Method in class com.storedobject.core.StreamContentProducer
 
getWriter() - Method in class com.storedobject.tools.AbstractJSONService
 
getWriter() - Method in class com.storedobject.tools.JSONService
 
getWriter() - Method in class com.storedobject.tools.JSONServiceWS
 
getWriter(File) - Static method in class com.storedobject.common.IO
Create a buffered writer to write for the file
getWriter(OutputStream) - Static method in class com.storedobject.common.IO
Convert a stream to a buffered UTF-8 writer
getWriter(String) - Static method in class com.storedobject.common.IO
Create a buffered writer to write for the file
getWriter(Path) - Static method in class com.storedobject.common.IO
Create a buffered writer to write for the path
getX() - Method in class com.storedobject.chart.Rectangle
Get X value of the top-left corner.
getX() - Method in class com.storedobject.chart.Shape.Point
Get the X value.
getX() - Method in class com.storedobject.iot.BlockDisplayContent
 
getX5c() - Method in class com.storedobject.core.WebBiometric.AttestationStatement
 
getXAxis() - Method in class com.storedobject.chart.XRangeChart
Get the X-axis.
getXCoord() - Method in class com.storedobject.chart.Node
 
getXML() - Method in class com.storedobject.common.SOAP
Get the XML associated with this SOAP request.
getXYRatio() - Method in class com.storedobject.pdf.PDFImage
 
getXZoom(boolean) - Method in class com.storedobject.chart.XRangeChart
Get the data zoom component for the X-axis.
getY() - Method in class com.storedobject.chart.Rectangle
Get Y value of the top-left corner.
getY() - Method in class com.storedobject.chart.Shape.Point
Get the Y value.
getY() - Method in class com.storedobject.iot.BlockDisplayContent
 
getY() - Method in class com.storedobject.pdf.PDF
Get the current Y position of the PDF
getY(boolean) - Method in class com.storedobject.pdf.PDF
Get the current Y position of the PDF
getYAxis() - Method in class com.storedobject.chart.XRangeChart
Get the Y-axis.
getYCoord() - Method in class com.storedobject.chart.Node
 
getYear() - Static method in class com.storedobject.common.DateUtility
 
getYear() - Method in class com.storedobject.core.AbstractPeriod
 
getYear() - Method in class com.storedobject.iot.AQI
 
getYear() - Method in class com.storedobject.iot.Consumption
Retrieves the year associated with the consumption record.
getYear() - Method in class com.storedobject.iot.Statistics
Retrieves the year associated with this instance.
getYear() - Method in class com.storedobject.ui.MonthField
 
getYear(D) - Static method in class com.storedobject.common.DateUtility
Gets the year value for a particular date
getYearFrom() - Method in class com.storedobject.core.AbstractPeriod
 
getYearlyConsumption(Id, int) - Method in class com.storedobject.iot.Resource
 
getYearlyConsumption(Id, D) - Method in class com.storedobject.iot.Resource
 
getYearlyConsumption(Resource) - Method in class com.storedobject.iot.AbstractUnit
Retrieves the yearly consumption details for a specific resource.
getYearlyConsumption(Resource, int) - Method in class com.storedobject.iot.AbstractUnit
Retrieves the yearly consumption for a specified resource and year.
getYearlyConsumption(Resource, D) - Method in class com.storedobject.iot.AbstractUnit
Retrieves the yearly consumption for a specific resource based on the provided date.
getYearlyStatistics(String) - Method in class com.storedobject.iot.Unit
 
getYearlyStatistics(String, int) - Method in class com.storedobject.iot.Unit
 
getYearlyStatistics(String, D) - Method in class com.storedobject.iot.Unit
 
getYearPrefix(Transaction) - Method in class com.storedobject.core.SerialConfigurator
 
getYearTo() - Method in class com.storedobject.core.AbstractPeriod
 
getYZoom(boolean) - Method in class com.storedobject.chart.XRangeChart
Get the data zoom component for the Y-axis.
getZ() - Method in class com.storedobject.chart.AbstractPart
Get the Z (determines the overlap order when displayed on the screen) of this.
getZeroHeight() - Method in class com.storedobject.office.od.ods.Row
 
getZIPCode() - Method in class com.storedobject.common.USAddress
Retrieves the ZIP code for this USAddress.
getZoneId() - Method in class com.storedobject.ui.TimeZoneField
 
GIF - Enum constant in enum class com.storedobject.vaadin.PaintedImage.Type
GIF type.
GLOBAL - Enum constant in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT_SCOPE
Global (in all charts).
GlobalProperty - Class in com.storedobject.core
 
GlobalProperty() - Constructor for class com.storedobject.core.GlobalProperty
 
GMailRegistrationService - Class in com.storedobject.mail
 
GMailRegistrationService() - Constructor for class com.storedobject.mail.GMailRegistrationService
 
GMailSender - Class in com.storedobject.mail
 
GMailSender() - Constructor for class com.storedobject.mail.GMailSender
 
go() - Method in class com.storedobject.ui.RedirectSAML
Go to the new site by submitting the SAML response to the site set via @{link #setSite(String)}.
goTo(Breadcrumbs.Breadcrumb) - Method in class com.storedobject.vaadin.Breadcrumbs
Jump to a given Breadcrumbs.Breadcrumb.
goToCell(int) - Method in class com.storedobject.office.AbstractSpreadSheet
 
goToCell(int, int) - Method in class com.storedobject.office.AbstractSpreadSheet
 
goToCell(int, int, int) - Method in class com.storedobject.office.AbstractSpreadSheet
 
goToCell(String) - Method in class com.storedobject.office.AbstractSpreadSheet
 
goToGRNs - Variable in class com.storedobject.ui.inventory.POBrowser
 
goToRow(int) - Method in class com.storedobject.office.AbstractSpreadSheet
 
goToStep(int) - Method in class com.storedobject.ui.SteppedView
Traverse to a particular step from the current step.
goToStep(int) - Method in class com.storedobject.ui.util.Stepper
 
Graph - Enum constant in enum class com.storedobject.chart.ChartType
Graph.
GraphChart - Class in com.storedobject.chart
 
GraphChart() - Constructor for class com.storedobject.chart.GraphChart
 
GraphLayout - Enum Class in com.storedobject.chart
 
GRAY - Static variable in class com.storedobject.pdf.PDFColor
 
GREEN - Static variable in class com.storedobject.pdf.PDFColor
 
grey() - Method in class com.storedobject.vaadin.Box
Create a grey background style.
grid - Variable in class com.storedobject.ui.ObjectGridReport
The associated grid.
GridAreas() - Constructor for class com.storedobject.chart.Axis.GridAreas
Constructor.
GridCellText - Interface in com.storedobject.ui
 
GridColumnDetail<T> - Class in com.storedobject.vaadin
This class keeps extra information about Grid.Column.
GridLayout - Class in com.storedobject.vaadin
A layout for arranging components in a grid style.
GridLayout(int) - Constructor for class com.storedobject.vaadin.GridLayout
Constructor.
GridLayout(int...) - Constructor for class com.storedobject.vaadin.GridLayout
Constructor.
GridLayout(String...) - Constructor for class com.storedobject.vaadin.GridLayout
Constructor.
GridLines() - Constructor for class com.storedobject.chart.Axis.GridLines
Constructor.
GridMenu - Class in com.storedobject.ui
 
GridMenu(String) - Constructor for class com.storedobject.ui.GridMenu
 
GridRow - Class in com.storedobject.vaadin
Utility class to handle join operations of header and footer row cells.
GridRow.Cell - Class in com.storedobject.vaadin
A class that represents a single cell of the row.
GridSearchField<T> - Class in com.storedobject.ui
 
GridSearchField(ViewFilterSupport<T>) - Constructor for class com.storedobject.ui.GridSearchField
Constructor.
GridSearchField(ViewFilterSupport<T>, boolean) - Constructor for class com.storedobject.ui.GridSearchField
Constructor.
GRN - Class in com.storedobject.ui.inventory
GRN - Create, edit and process GRNs.
GRN() - Constructor for class com.storedobject.ui.inventory.GRN
Constructor.
GRN(int) - Constructor for class com.storedobject.ui.inventory.GRN
Constructor.
GRN(int, int) - Constructor for class com.storedobject.ui.inventory.GRN
Constructor.
GRN(int, int, String) - Constructor for class com.storedobject.ui.inventory.GRN
Constructor.
GRN(int, InventoryStore) - Constructor for class com.storedobject.ui.inventory.GRN
Constructor.
GRN(int, InventoryStore, int) - Constructor for class com.storedobject.ui.inventory.GRN
Constructor.
GRN(int, InventoryStore, int, String) - Constructor for class com.storedobject.ui.inventory.GRN
Constructor.
GRN(int, String) - Constructor for class com.storedobject.ui.inventory.GRN
Constructor.
GRN(InventoryStore) - Constructor for class com.storedobject.ui.inventory.GRN
Constructor.
GRN(InventoryStore, int) - Constructor for class com.storedobject.ui.inventory.GRN
Constructor.
GRN(InventoryStore, int, String) - Constructor for class com.storedobject.ui.inventory.GRN
Constructor.
GRN(String) - Constructor for class com.storedobject.ui.inventory.GRN
Constructor.
GRNEditor - Class in com.storedobject.ui.inventory
 
GRNEditor() - Constructor for class com.storedobject.ui.inventory.GRNEditor
 
groupColumn(int, int) - Method in class com.storedobject.office.od.ods.Sheet
 
grouping - Variable in class com.storedobject.vaadin.util.NumericField
 
GroupPermissionEditor - Class in com.storedobject.ui.tools
 
GroupPermissionEditor() - Constructor for class com.storedobject.ui.tools.GroupPermissionEditor
 
groupRow(int, int) - Method in class com.storedobject.office.od.ods.Sheet
 
guessClass(String) - Static method in class com.storedobject.core.ApplicationServer
 
guessType(Object) - Static method in enum class com.storedobject.chart.DataType
Guess the data type for a given value.
GUI - Class in com.storedobject.ui.iot
GUI helper class.
GUI() - Constructor for class com.storedobject.ui.iot.GUI
Default constructor for the GUI class.
GUI(boolean) - Constructor for class com.storedobject.ui.iot.GUI
Constructs a GUI instance with the specified development mode setting.
GUI(Site) - Constructor for class com.storedobject.ui.iot.GUI
Constructs a GUI instance associated with a specific site.
GUI(Site, boolean) - Constructor for class com.storedobject.ui.iot.GUI
Constructs a GUI object with the specified site and development mode flag.

H

handle(Throwable) - Method in interface com.storedobject.common.ErrorHandler
 
handleAlert(Id) - Method in interface com.storedobject.ui.AlertHandler
Handle the alert.
handleAlert(Id) - Method in class com.storedobject.ui.common.MemoSystem
 
handleAlert(StoredObject) - Method in interface com.storedobject.ui.AlertHandler
Handle the alert.
handleAlert(StoredObject) - Method in class com.storedobject.ui.common.MemoAlertHandler
 
handleAlert(StoredObject) - Method in class com.storedobject.ui.common.MemoSystem
 
handleAlert(StoredObject) - Method in class com.storedobject.ui.ObjectEditor
 
handleAlert(StoredObject) - Method in class com.storedobject.ui.ObjectViewer
 
handleAlert(StoredObject) - Method in class com.storedobject.ui.support.SupportAlertHandler
 
handleError(int) - Method in class com.storedobject.core.SQLConnector
Handles errors.
handleException(SQLException) - Method in class com.storedobject.core.SQLConnector
Handles all SQL exceptions from SQL statement execution.
handleSQLMessage(String) - Method in class com.storedobject.core.SQLConnector
Handles SQL error message.
handleSQLMessage(String) - Method in class com.storedobject.database.postgres.SQLConnector
 
handleSQLState(String) - Method in class com.storedobject.core.SQLConnector
Handles SQL states.
HandleStyle() - Constructor for class com.storedobject.chart.DataZoom.HandleStyle
Constructor.
handleValueSetError(String, HasValue<?, ?>, Object, Object, Throwable) - Method in class com.storedobject.ui.DataEditor
 
handleValueSetError(String, HasValue<?, ?>, Object, Object, Throwable) - Method in class com.storedobject.ui.ObjectEditor
 
handleValueSetError(String, HasValue<?, ?>, Object, Object, Throwable) - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
 
handleValueSetError(String, HasValue<?, ?>, Object, Object, Throwable) - Method in class com.storedobject.vaadin.AbstractDataEditor
Handle errors while setting (committing) values.
handleValueSetError(String, HasValue<?, ?>, Object, Object, Throwable) - Method in class com.storedobject.vaadin.ObjectForm
Handle errors while setting (committing) values.
HasAnimation - Interface in com.storedobject.chart
Interface to denote that a ComponentPart supports animation.
HasBadgeStyle - Interface in com.storedobject.vaadin
Interface to mark that a class has theme styles of badge.
hasChildren(Object) - Method in class com.storedobject.ui.ObjectForestProvider
 
hasChildren(T) - Method in class com.storedobject.ui.ObjectTreeProvider
 
HasChildren - Interface in com.storedobject.core
If a StoredObject class implements this interface, while adding/removing/updating the link object instances the following validation methods will be invoked: StoredObject.validateChildAttach(StoredObject, int) StoredObject.validateChildDetach(StoredObject, int) StoredObject.validateChildUpdate(StoredObject, int)
HasColumns<T> - Interface in com.storedobject.vaadin
Common interface for DataGrid and DataTreeGrid.
HasColumns.SOGrid<T> - Class in com.storedobject.vaadin
This class takes care of creation of the columns in the grid.
HasContacts - Interface in com.storedobject.core
Definition of "contact" interface.
HasContainer - Interface in com.storedobject.vaadin
An interface to denote that the class contains a HasComponents (component container) embedded in it.
HasData - Interface in com.storedobject.chart
Interface to denote that a ComponentPart owns some data.
hasDecimals() - Method in class com.storedobject.core.MeasurementUnit
 
hasDetailInterface() - Method in class com.storedobject.tools.TableDefinition
 
HasElement - Interface in com.storedobject.vaadin
Slight enhancements to Vaadin's HasElement interface.
HasEmphasis - Interface in com.storedobject.chart
Interface to denote that a ComponentPart supports animation.
hashCode() - Method in class com.storedobject.chart.AbstractPart
 
hashCode() - Method in class com.storedobject.chart.AbstractTask
 
hashCode() - Method in class com.storedobject.chart.Axis
 
hashCode() - Method in record class com.storedobject.chart.CandlestickData.Candlestick
Returns a hash code value for this object.
hashCode() - Method in class com.storedobject.chart.Color
 
hashCode() - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
Returns a hash code value for this object.
hashCode() - Method in class com.storedobject.chart.Size
 
hashCode() - Method in class com.storedobject.chart.SOEvent
 
hashCode() - Method in record class com.storedobject.client.Client.Data
Returns a hash code value for this object.
hashCode() - Method in class com.storedobject.common.StringList
 
hashCode() - Method in record class com.storedobject.common.StyledBuilder.Style
Returns a hash code value for this object.
hashCode() - Method in class com.storedobject.core.AbstractTransaction
 
hashCode() - Method in class com.storedobject.core.DecimalNumber
 
hashCode() - Method in record class com.storedobject.core.HasReference.Amend
Returns a hash code value for this object.
hashCode() - Method in class com.storedobject.core.Id
 
hashCode() - Method in class com.storedobject.core.JournalVoucher.Entry
 
hashCode() - Method in class com.storedobject.core.MeasurementUnit
 
hashCode() - Method in class com.storedobject.core.Money
 
hashCode() - Method in class com.storedobject.core.ObjectForest.LinkNode
 
hashCode() - Method in class com.storedobject.core.ObjectForest.LinkObject
 
hashCode() - Method in class com.storedobject.core.Quantity
 
hashCode() - Method in record class com.storedobject.core.QuantityWithCost
Returns a hash code value for this object.
hashCode() - Method in class com.storedobject.core.StoredObject
 
hashCode() - Method in class com.storedobject.iot.AQI
 
hashCode() - Method in record class com.storedobject.iot.Data.Value
Returns a hash code value for this object.
hashCode() - Method in class com.storedobject.iot.DataSet.AbstractData
 
hashCode() - Method in class com.storedobject.iot.DataSet.DataStatus
 
hashCode() - Method in class com.storedobject.iot.DataSet.DataValue
 
hashCode() - Method in record class com.storedobject.ui.iot.Consumption4Unit
Returns a hash code value for this object.
hashCode() - Method in record class com.storedobject.ui.iot.ConsumptionList.Entry
Returns a hash code value for this object.
hashCode() - Method in record class com.storedobject.ui.iot.Data4Unit
Returns a hash code value for this object.
hashCode() - Method in class com.storedobject.ui.tools.ManageSalutation.Salutation
 
hashCode() - Method in class com.storedobject.ui.tools.ManageSuffix.Suffix
 
hashCode() - Method in class com.storedobject.ui.util.AbstractContentGenerator
 
hashCode() - Method in class com.storedobject.ui.util.ExtraInfoValue
 
hashCode() - Method in class com.storedobject.vaadin.Breadcrumbs.Breadcrumb
 
hashCode() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
 
HashDataSet - Class in com.storedobject.common
An implementation of DataSet using an internal HashMap.
HashDataSet(StringList) - Constructor for class com.storedobject.common.HashDataSet
Constructor.
HashDataSet(String...) - Constructor for class com.storedobject.common.HashDataSet
Constructor.
HasIcon - Interface in com.storedobject.vaadin
Element that has an Icon.
hasId() - Method in class com.storedobject.chart.AbstractPart
Whether Id needs to be sent as part of the JSON or not.
hasId() - Method in class com.storedobject.chart.SankeyChart.Edge
 
hasId() - Method in class com.storedobject.chart.SankeyChart.Node
 
HasId - Interface in com.storedobject.core
Denotes that something has an Id.
HasInventoryItem - Interface in com.storedobject.core
Represents an entity that has an associated inventory item and provides methods to access it.
HasInventoryItemType - Interface in com.storedobject.core
The HasInventoryItemType interface defines a contract for classes that have an associated inventory item type (P/N).
HasItemStyle - Interface in com.storedobject.chart
Interface to denote that a ComponentPart has ItemStyle.
HasLabel - Interface in com.storedobject.chart
Interface to denote that a ComponentPart has Label.
hasLimitCheck(Account) - Static method in interface com.storedobject.core.Financial
 
HasLogic - Interface in com.storedobject.core
Interface to define whether a class has a related Logic or not.
HasName - Interface in com.storedobject.common
Something that has got a name.
HasName - Interface in com.storedobject.core
represents something that has a name.
hasNext() - Method in class com.storedobject.common.Array
 
hasNext() - Method in class com.storedobject.core.ObjectIterator
 
hasNext() - Method in class com.storedobject.core.Query
Checks if there are additional results available in the query.
HasPadding - Interface in com.storedobject.chart
Interface to denote that a ComponentPart has Padding.
HasParents - Interface in com.storedobject.core
If a StoredObject class implements this interface, while adding/removing/updating the link object instances the following validation methods will be invoked: StoredObject.validateParentAttach(StoredObject, int) StoredObject.validateParentDetach(StoredObject, int) StoredObject.validateParentUpdate(StoredObject, int)
HasPolarProperty - Interface in com.storedobject.chart
Interface to denote that a ComponentPart has PolarProperty.
HasPosition - Interface in com.storedobject.chart
Interface to denote that a ComponentPart has Position.
HasReference - Interface in com.storedobject.core
 
HasReference.Amend<T> - Record Class in com.storedobject.core
 
HasRefresh - Interface in com.storedobject.ui
Interface to denote that a UI class has a HasRefresh.refresh() method to refresh the screen.
HasShortName - Interface in com.storedobject.core
Represents something that has a short-name.
HasSize - Interface in com.storedobject.vaadin
Enhancement to Vaadin's HasSize interface.
HasSquareElement - Interface in com.storedobject.vaadin
Element that has a square shape (equal width and height).
hasStrictBalanceControl(Account) - Static method in interface com.storedobject.core.Financial
 
HasStyle - Interface in com.storedobject.vaadin
Same as HasStyle but can be applied to an "internal element" specified.
HasTextValue - Interface in com.storedobject.vaadin.util
 
HasThemeStyle - Interface in com.storedobject.vaadin
Interface to mark that a class has theme styles.
HasValue - Interface in com.storedobject.iot
 
HasVisibility - Interface in com.storedobject.vaadin
Interface that determines whether an object (typically a "field") has visibility or not.
header(String, String) - Method in class com.storedobject.common.HTTP2.Builder
Adds a header to the request being built.
headers(Map<String, String>) - Method in class com.storedobject.common.HTTP2.Builder
Sets a collection of headers for the request by iterating over the provided map and adding each key-value pair as a header.
HEART_BEAT - Enum constant in enum class com.storedobject.ui.Animation
 
Heatmap - Enum constant in enum class com.storedobject.chart.ChartType
Heatmap.
HeatmapChart - Class in com.storedobject.chart
Heatmap chart.
HeatmapChart(CategoryData, CategoryData) - Constructor for class com.storedobject.chart.HeatmapChart
Constructor.
HELVETICA - Enum constant in enum class com.storedobject.pdf.PDFFont.FontFamily
 
hide() - Method in class com.storedobject.chart.AbstractLabel
Hide labels.
hide() - Method in class com.storedobject.chart.ComposedPart
Hide this part.
hide() - Method in class com.storedobject.chart.DataZoom
Hide this.
hide() - Method in class com.storedobject.chart.Node.Symbol
 
hide() - Method in class com.storedobject.chart.PointSymbol
 
hide() - Method in class com.storedobject.chart.Shape
Hide this shape.
hide() - Method in class com.storedobject.chart.TreeDataProvider.Label
Hide labels.
hide() - Method in class com.storedobject.chart.VisiblePart
Hide this part.
hide(Chart) - Method in class com.storedobject.chart.Legend
Hide a chart.
hideBackButton() - Method in class com.storedobject.ui.SteppedView
Hide the "Back" button.
hideBackButton() - Method in class com.storedobject.ui.util.Stepper
 
hideButtons() - Method in class com.storedobject.ui.util.AcceptAbandonButtons
 
hideCancelButton() - Method in class com.storedobject.ui.SteppedView
Hide the "Cancel" button.
hideCancelButton() - Method in class com.storedobject.ui.util.Stepper
 
hideColumn(String) - Method in class com.storedobject.ui.ObjectLinkField
 
hideFinishButton() - Method in class com.storedobject.ui.SteppedView
Hide the "Finish" button.
hideFinishButton() - Method in class com.storedobject.ui.util.Stepper
 
hideLink(Class<M>, String) - Method in class com.storedobject.core.ObjectForest
 
hideLink(Class<M>, String) - Method in class com.storedobject.ui.AbstractObjectForest
Check whether to hide the specified link or not.
hideLinkLabels() - Method in class com.storedobject.core.ObjectForest
 
hideNextButton() - Method in class com.storedobject.ui.SteppedView
Hide the "Next" button.
hideNextButton() - Method in class com.storedobject.ui.util.Stepper
 
hidePercentage() - Method in class com.storedobject.chart.NightingaleRoseChart
Hide the percentage representation.
hideRowEditorButtons() - Method in class com.storedobject.ui.ObjectListEditor
Hide the Save/Cancel buttons when row editing is active.
high() - Method in record class com.storedobject.chart.CandlestickData.Candlestick
Returns the value of the high record component.
hilite() - Method in interface com.storedobject.vaadin.ApplicationMenuItem
Highlight the menu item so that it looks stand out among other menu items.
hilite() - Method in class com.storedobject.vaadin.MenuItem
 
HINDI - Enum constant in enum class com.storedobject.pdf.PDFFont.Language
 
HINGE - Enum constant in enum class com.storedobject.ui.Animation
 
hints() - Static method in class com.storedobject.accounts.AccountConfiguration
Provides hints about objects.
hints() - Static method in class com.storedobject.accounts.CashAccount
 
hints() - Static method in class com.storedobject.accounts.InstantaneousAccount
 
hints() - Static method in class com.storedobject.accounts.TaxAccountConfiguration
Provides hints about objects.
hints() - Static method in class com.storedobject.core.AccountChart
 
hints() - Static method in class com.storedobject.core.AccountChartMap
 
hints() - Static method in class com.storedobject.core.AttachmentDefinition
 
hints() - Static method in class com.storedobject.core.CheckListTemplate
 
hints() - Static method in class com.storedobject.core.ContactGroupingCode
 
hints() - Static method in class com.storedobject.core.ContactType
 
hints() - Static method in class com.storedobject.core.DashboardDefinition
 
hints() - Static method in class com.storedobject.core.DataLogic
Returns hints.
hints() - Static method in class com.storedobject.core.DeviceLayout
 
hints() - Static method in class com.storedobject.core.DocumentConfiguration
 
hints() - Static method in class com.storedobject.core.DocumentType
 
hints() - Static method in class com.storedobject.core.ExchangeRate
 
hints() - Static method in class com.storedobject.core.ExtraInfoDefinition
 
hints() - Static method in class com.storedobject.core.ForeignFinancialSystem
 
hints() - Static method in class com.storedobject.core.GlobalProperty
 
hints() - Static method in class com.storedobject.core.InventoryStore
 
hints() - Static method in class com.storedobject.core.LandedCostType
 
hints() - Static method in class com.storedobject.core.LogicGroup
 
hints() - Static method in class com.storedobject.core.MaterialRequestPriority
 
hints() - Static method in class com.storedobject.core.MemoType
 
hints() - Static method in class com.storedobject.core.PackingUnit
 
hints() - Static method in class com.storedobject.core.ParameterLogic
 
hints() - Static method in class com.storedobject.core.PasswordPolicy
 
hints() - Static method in class com.storedobject.core.PurchaseType
 
hints() - Static method in class com.storedobject.core.ReportDefinition
 
hints() - Static method in class com.storedobject.core.SaleType
 
hints() - Static method in class com.storedobject.core.Secret
 
hints() - Static method in class com.storedobject.core.SerialPattern
 
hints() - Static method in class com.storedobject.core.ServerInformation
 
hints() - Static method in class com.storedobject.core.ShortName
 
hints() - Static method in class com.storedobject.core.SOClass
 
hints() - Static method in class com.storedobject.core.SystemEntity
 
hints() - Static method in class com.storedobject.core.SystemUserGroup
 
hints() - Static method in class com.storedobject.core.TaxRate
 
hints() - Static method in class com.storedobject.core.TaxRegion
 
hints() - Static method in class com.storedobject.core.TaxType
 
hints() - Static method in class com.storedobject.core.UIAction
 
hints() - Static method in class com.storedobject.core.UnpostedJournal
 
hints() - Static method in class com.storedobject.iot.Block
Provides a hint value used for specifying a small list layout style within the system.
hints() - Static method in class com.storedobject.iot.BlockDisplayContent
 
hints() - Static method in class com.storedobject.iot.MQTT
 
hints() - Static method in class com.storedobject.iot.Resource
 
hints() - Static method in class com.storedobject.iot.Site
Provides hint value for the type of object, typically used to optimize processing or rendering by indicating the expected size or type of data represented.
hints() - Static method in class com.storedobject.iot.Unit
 
hints() - Static method in class com.storedobject.iot.UnitDefinition
 
hints() - Static method in class com.storedobject.iot.UnitItem
 
hints() - Static method in class com.storedobject.iot.UnitItemType
 
hints() - Static method in class com.storedobject.iot.UnitType
 
hints() - Static method in class com.storedobject.iot.ValueStyle
 
hints() - Static method in class com.storedobject.job.MessageEscalationGroup
 
hints() - Static method in class com.storedobject.job.MessageGroup
 
hints() - Static method in class com.storedobject.mail.GMailSender
 
hints() - Static method in class com.storedobject.mail.MailSender
 
hints() - Static method in class com.storedobject.mail.Sender
 
hints() - Static method in class com.storedobject.mail.SenderGroup
 
hints() - Static method in class com.storedobject.sms.Provider
 
hints() - Static method in class com.storedobject.tools.Packager
 
hints() - Static method in class com.storedobjects.support.Organization
 
hints() - Static method in class com.storedobjects.support.Product
 
hints() - Static method in class com.storedobjects.support.ProductSkill
 
hints() - Static method in class com.storedobjects.support.SupportPerson
 
hints() - Static method in class com.storedobjects.support.SupportUser
 
hints(Class<? extends StoredObject>) - Static method in class com.storedobject.core.StoredObjectUtility
 
HomeHTMLView - Class in com.storedobject.ui
 
HomeHTMLView(TextContent) - Constructor for class com.storedobject.ui.HomeHTMLView
 
HomeHTMLView(Application) - Constructor for class com.storedobject.ui.HomeHTMLView
 
HomeHTMLView(String) - Constructor for class com.storedobject.ui.HomeHTMLView
 
HomeModuleMenu - Class in com.storedobject.ui
 
HomeModuleMenu(Application) - Constructor for class com.storedobject.ui.HomeModuleMenu
 
HomeModuleMenu(Application, ApplicationModule) - Constructor for class com.storedobject.ui.HomeModuleMenu
 
HomeModuleMenu(Application, String) - Constructor for class com.storedobject.ui.HomeModuleMenu
 
HomeView - Interface in com.storedobject.vaadin
This is a marker interface to denote that a View, once displayed, should not be removed and should remain as a "home view" (unless it is programmatically removed).
HourlyConsumption - Class in com.storedobject.iot
The HourlyConsumption class represents consumption data aggregated at an hourly level.
HourlyConsumption() - Constructor for class com.storedobject.iot.HourlyConsumption
Default constructor for the HourlyConsumption class.
hourlyStatistics() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the hourly statistics associated with the current data status.
HourlyStatistics - Class in com.storedobject.iot
The HourlyStatistics class extends the Statistics class and adds functionality specific to hourly data.
HourlyStatistics() - Constructor for class com.storedobject.iot.HourlyStatistics
Constructs a new instance of HourlyStatistics.
howBig(boolean) - Method in class com.storedobject.core.ClassAttribute
Get an indication about how big this database table is.
howBig(Class<? extends StoredObject>, boolean) - Static method in class com.storedobject.core.StoredObjectUtility
 
HTMLGenerator - Interface in com.storedobject.vaadin
An interface that generate HTML text.
HtmlTemplate - Class in com.storedobject.ui.util
Abstract base class for a component that is initialized based on the contents of an HTML template.
HtmlTemplate() - Constructor for class com.storedobject.ui.util.HtmlTemplate
Creates a new HTML template based on the content of the TextContent that has the same name of this class.
HtmlTemplate(TextContent) - Constructor for class com.storedobject.ui.util.HtmlTemplate
Creates a new HTML template based on the content of the TextContent provided.
HtmlTemplate(String) - Constructor for class com.storedobject.ui.util.HtmlTemplate
Creates a new HTML template based on the content of the TextContent provided.
HtmlTemplate(String, HtmlTemplate.StreamSupplier) - Constructor for class com.storedobject.ui.util.HtmlTemplate
Creates a new HTML template based on HTML read from an input stream.
HtmlTemplate(String, HtmlTemplate.StreamSupplier, HtmlTemplate.StyleSupplier) - Constructor for class com.storedobject.ui.util.HtmlTemplate
Creates a new HTML template based on HTML read from an input stream.
HtmlTemplate(Supplier<String>) - Constructor for class com.storedobject.ui.util.HtmlTemplate
Creates a new HTML template based on the content provided by a supplier.
HtmlTemplate.ComponentCreator - Interface in com.storedobject.ui.util
 
HtmlTemplate.StreamSupplier - Interface in com.storedobject.ui.util
Callback for creating an input stream on demand.
HtmlTemplate.StyleSupplier - Interface in com.storedobject.ui.util
 
HTMLText - Class in com.storedobject.common
Build HTML text.
HTMLText - Class in com.storedobject.ui
 
HTMLText() - Constructor for class com.storedobject.common.HTMLText
Constructor.
HTMLText() - Constructor for class com.storedobject.ui.HTMLText
 
HTMLText(Object) - Constructor for class com.storedobject.common.HTMLText
Constructor.
HTMLText(Object, StyledBuilder.Style...) - Constructor for class com.storedobject.common.HTMLText
Constructor.
HTMLText(Object, String...) - Constructor for class com.storedobject.common.HTMLText
Constructor.
HTMLText(Object, String...) - Constructor for class com.storedobject.ui.HTMLText
 
HTMLView - Class in com.storedobject.ui
Create a View from some HTML content.
HTMLView(TextContent) - Constructor for class com.storedobject.ui.HTMLView
Constructor.
HTMLView(TextContent, boolean) - Constructor for class com.storedobject.ui.HTMLView
Constructor.
HTMLView(Application) - Constructor for class com.storedobject.ui.HTMLView
Constructor.
HTMLView(Application, boolean) - Constructor for class com.storedobject.ui.HTMLView
Constructor.
HTMLView(Reader) - Constructor for class com.storedobject.ui.HTMLView
Constructor.
HTMLView(Reader, boolean) - Constructor for class com.storedobject.ui.HTMLView
Constructor.
HTMLView(String) - Constructor for class com.storedobject.ui.HTMLView
Constructor.
HTMLView(String, boolean) - Constructor for class com.storedobject.ui.HTMLView
Constructor.
HTTP - Class in com.storedobject.common
Simple HTTP utility.
HTTP(String) - Constructor for class com.storedobject.common.HTTP
Create a connection.
HTTP(String, boolean) - Constructor for class com.storedobject.common.HTTP
Create a connection.
HTTP(URL) - Constructor for class com.storedobject.common.HTTP
Create a connection.
HTTP(URL, boolean) - Constructor for class com.storedobject.common.HTTP
Create a connection.
HTTP2 - Class in com.storedobject.common
The HTTP2 class facilitates HTTP/2 client-server communication with helper methods and a builder pattern for request customization.
HTTP2() - Constructor for class com.storedobject.common.HTTP2
 
HTTP2.Builder - Class in com.storedobject.common
This class provides a builder pattern for constructing HTTP requests.
HU - Enum constant in enum class com.storedobject.chart.Language
Hungarian

I

IBAN - Class in com.storedobject.common
IBAN utilities.
IBAN() - Constructor for class com.storedobject.common.IBAN
 
Icon - Class in com.storedobject.vaadin
Enhancements to Vaadin's Icon to handle other collections in a generic way.
Icon(VaadinIcon) - Constructor for class com.storedobject.vaadin.Icon
Create from a Vaadin icon
Icon(String) - Constructor for class com.storedobject.vaadin.Icon
Create from an icon from the name.
ICON - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
Icon.
Id - Class in com.storedobject.core
 
Id() - Constructor for class com.storedobject.core.Id
 
Id(String) - Constructor for class com.storedobject.core.Id
 
Id(BigDecimal) - Constructor for class com.storedobject.core.Id
 
Id(BigInteger) - Constructor for class com.storedobject.core.Id
 
ID - Class in com.storedobject.helper
A unique id generator that can be used to set a unique id for components.
IDAddress - Class in com.storedobject.common
ID Address
line[0]: City/Town (required)
line[1]: Province (optional)
IdBuffer - Class in com.storedobject.core
 
IdBuffer(Query) - Constructor for class com.storedobject.core.IdBuffer
 
IdBuffer(Iterable<Id>) - Constructor for class com.storedobject.core.IdBuffer
 
identifyDevice(String) - Static method in class com.storedobject.core.DeviceLayout
 
IdentityCheck - Interface in com.storedobject.core
Interface to identify a SystemUser.
IdInput<T> - Interface in com.storedobject.ui
Fields that can input Id values.
IdIterable - Class in com.storedobject.core
 
IdIterable() - Constructor for class com.storedobject.core.IdIterable
 
idIterator() - Method in class com.storedobject.core.Query
Provides an iterable over the query results, using the default column index.
idIterator(int) - Method in class com.storedobject.core.Query
Provides an iterable of Id objects by mapping the result set from a specific column index of a database query to instances of Id.
idStream(int, int) - Method in class com.storedobject.core.ObjectCache
 
idStream(int, int) - Method in class com.storedobject.core.ObjectCacheList
 
idStream(int, int) - Method in interface com.storedobject.core.ObjectList
 
idStreamAll(int, int) - Method in class com.storedobject.core.ObjectCacheList
 
idStreamAll(int, int) - Method in interface com.storedobject.core.ObjectList
 
IFrame - Class in com.storedobject.ui
Component that represents an HTML iframe element.
IFrame() - Constructor for class com.storedobject.ui.IFrame
Constructor.
IFrame(TextContent) - Constructor for class com.storedobject.ui.IFrame
Constructor.
IFrame(String) - Constructor for class com.storedobject.ui.IFrame
Constructor.
ignore() - Method in interface com.storedobject.common.ComputedValue
 
ignore(boolean) - Method in interface com.storedobject.common.ComputedValue
 
ignoreCaseForColumnSorting(String) - Method in interface com.storedobject.vaadin.HasColumns
This will be invoked for those columns that are sortable and contains text values.
ignoreDTDs() - Method in class com.storedobject.common.XML
Sets the entity resolver of the document builder to ignore DTDs.
ignoreForeignSystem(ForeignFinancialSystem) - Method in class com.storedobject.core.JournalVoucher
Ignore a foreign system so that this JV will not be sent to that system.
ignoreForeignSystem(Id) - Method in class com.storedobject.core.JournalVoucher
Ignore a foreign system so that this JV will not be sent to that system.
ILLEGAL_ACCESS - Static variable in class com.storedobject.common.Fault
 
Image - Class in com.storedobject.chart
Image that can be added to SOChart.
Image - Class in com.storedobject.ui
 
Image - Class in com.storedobject.vaadin
Enhancement to Vaadin's Image component with proper resource handling.
Image() - Constructor for class com.storedobject.ui.Image
 
Image() - Constructor for class com.storedobject.vaadin.Image
Image constructor.
Image(SVG) - Constructor for class com.storedobject.ui.Image
 
Image(Id) - Constructor for class com.storedobject.ui.Image
 
Image(MediaFile) - Constructor for class com.storedobject.ui.Image
 
Image(Signature) - Constructor for class com.storedobject.ui.Image
 
Image(StreamData) - Constructor for class com.storedobject.ui.Image
 
Image(AbstractStreamResource) - Constructor for class com.storedobject.ui.Image
 
Image(AbstractStreamResource) - Constructor for class com.storedobject.vaadin.Image
Image from a stream.
Image(String) - Constructor for class com.storedobject.chart.Image
 
Image(String) - Constructor for class com.storedobject.ui.Image
 
Image(String) - Constructor for class com.storedobject.vaadin.Image
Image from a URL.
IMAGE - Enum constant in enum class com.storedobject.ui.ObjectField.Type
Image type.
ImageButton - Class in com.storedobject.vaadin
A button that shows only an icon.
ImageButton(VaadinIcon, ClickHandler) - Constructor for class com.storedobject.vaadin.ImageButton
Constructor.
ImageButton(String, ClickHandler) - Constructor for class com.storedobject.vaadin.ImageButton
Constructor.
ImageButton(String, VaadinIcon, ClickHandler) - Constructor for class com.storedobject.vaadin.ImageButton
Constructor.
ImageButton(String, String, ClickHandler) - Constructor for class com.storedobject.vaadin.ImageButton
Constructor.
ImageGenerator - Interface in com.storedobject.common
Anything that generates some sort of image "content".
ImageMap - Class in com.storedobject.ui
An image component with clickable rectangular areas.
ImageMap() - Constructor for class com.storedobject.ui.ImageMap
Creates an empty image map.
ImageMap(AbstractStreamResource) - Constructor for class com.storedobject.ui.ImageMap
Creates an empty image map with the given image resource and alt text.
ImageMap(String) - Constructor for class com.storedobject.ui.ImageMap
Creates an empty image map with the given image URL and alt text.
ImageMap.Area - Class in com.storedobject.ui
A clickable rectangular area in an image map.
ImageMap.AreaClickEvent - Class in com.storedobject.ui
Event fired when an area is clicked.
ImageProducer - Class in com.storedobject.core
 
ImageProducer() - Constructor for class com.storedobject.core.ImageProducer
 
ImageProducer(ImageGenerator) - Constructor for class com.storedobject.core.ImageProducer
 
ImageProducer(ImageGenerator, OutputStream) - Constructor for class com.storedobject.core.ImageProducer
 
ImageProducer(OutputStream) - Constructor for class com.storedobject.core.ImageProducer
 
ImageUtility - Class in com.storedobject.common
Image manipulation utility.
ImageUtility() - Constructor for class com.storedobject.common.ImageUtility
 
ImageView - Class in com.storedobject.ui
 
ImageView - Class in com.storedobject.vaadin
A Home View that shows an image (typically used to show a background image).
ImageView() - Constructor for class com.storedobject.ui.ImageView
 
ImageView() - Constructor for class com.storedobject.vaadin.ImageView
Create an empty image view.
ImageView(SVG) - Constructor for class com.storedobject.ui.ImageView
 
ImageView(Id) - Constructor for class com.storedobject.ui.ImageView
 
ImageView(MediaFile) - Constructor for class com.storedobject.ui.ImageView
 
ImageView(StreamData) - Constructor for class com.storedobject.ui.ImageView
 
ImageView(Image) - Constructor for class com.storedobject.vaadin.ImageView
Create the image view from the given image.
ImageView(AbstractStreamResource) - Constructor for class com.storedobject.ui.ImageView
 
ImageView(AbstractStreamResource) - Constructor for class com.storedobject.vaadin.ImageView
Create the image view from a resource.
ImageView(String) - Constructor for class com.storedobject.ui.ImageView
 
ImageView(String) - Constructor for class com.storedobject.vaadin.ImageView
Create the image view from a URL.
ImageViewer - Class in com.storedobject.ui
A View that shows a background image, a parent image and other overlay-components relative to the parent image.
ImageViewer(String) - Constructor for class com.storedobject.ui.ImageViewer
Create an empty view.
ImageViewer(String, MediaFile) - Constructor for class com.storedobject.ui.ImageViewer
Create the image view from the given media image.
ImageViewer(String, Image) - Constructor for class com.storedobject.ui.ImageViewer
Create the image view from the given image.
ImageViewer(String, AbstractStreamResource) - Constructor for class com.storedobject.ui.ImageViewer
Create the image view with a background image from a resource.
ImageViewer(String, String) - Constructor for class com.storedobject.ui.ImageViewer
Create the image view with a background image from a URL.
in - Variable in class com.storedobject.common.TranslatedInputStream
 
in - Variable in class com.storedobject.common.TranslatedOutputStream
 
in - Variable in class com.storedobject.common.TranslatedReader
 
in - Variable in class com.storedobject.common.TranslatedWriter
 
INAddress - Class in com.storedobject.common
IN Address
line[0]: Post Office
line[1]: District code
line[2]: State code
INAddressForm - Class in com.storedobject.ui.util
 
INAddressForm() - Constructor for class com.storedobject.ui.util.INAddressForm
 
includeColumn(int) - Method in class com.storedobject.ui.QueryGrid
Whether to include the given column in the grid or not.
includeColumn(String) - Method in class com.storedobject.ui.common.MemoSystem
 
includeColumn(String) - Method in class com.storedobject.ui.inventory.GRN
 
includeColumn(String) - Method in interface com.storedobject.vaadin.HasColumns
Determines the respective column should be created or note.
includeField(String) - Method in class com.storedobject.ui.inventory.AssignStoresAndLocations
 
includeField(String) - Method in class com.storedobject.ui.tools.JavaClassEditor
 
includeField(String) - Method in class com.storedobject.ui.tools.ManageExternalUsers
 
includeField(String) - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
 
includeField(String) - Method in class com.storedobject.vaadin.AbstractDataEditor
Check whether field should be included in the form or not.
includeField(String) - Method in interface com.storedobject.vaadin.IncludeField
Check if the given field name should be included in the form or not.
includeField(String) - Method in class com.storedobject.vaadin.ObjectForm
Check whether field should be included in the form or not.
IncludeField - Interface in com.storedobject.vaadin
An interface used by AbstractForm and AbstractDataForm classes to determine if a field can be added to the form or not.
IndexDefinition - Class in com.storedobject.tools
 
IndexDefinition() - Constructor for class com.storedobject.tools.IndexDefinition
 
IndexDefinitions - Class in com.storedobject.core
For internal use only.
IndexDefinitions() - Constructor for class com.storedobject.core.IndexDefinitions
 
indexOf(Id) - Method in class com.storedobject.core.IdBuffer
 
indexOf(Id) - Method in class com.storedobject.core.ObjectCache
 
indexOf(Id) - Method in class com.storedobject.core.ObjectCacheList
 
indexOf(Id) - Method in interface com.storedobject.core.ObjectList
 
indexOf(Id) - Method in class com.storedobject.core.ObjectMemoryList
 
indexOf(Object) - Method in class com.storedobject.common.Array
 
indexOf(Object) - Method in class com.storedobject.common.StringList
 
indexOf(Object) - Method in class com.storedobject.core.MemoryCache
 
indexOf(Object) - Method in class com.storedobject.core.ObjectCacheList
 
indexOf(Object) - Method in class com.storedobject.vaadin.DataList
 
indexOf(Object) - Method in class com.storedobject.vaadin.ListGrid
 
indexOf(String) - Method in class com.storedobject.common.StringList
Index of an element in the list.
indexOf(String[], String) - Static method in class com.storedobject.common.StringUtility
Find the index of an element in an array.
indexOf(String[], String, int) - Static method in class com.storedobject.common.StringUtility
Find the index of an element in an array.
indexOf(String[], String, int, int) - Static method in class com.storedobject.common.StringUtility
Find the index of an element in an array.
indexOf(String, int) - Method in class com.storedobject.common.StringList
Index of an element in the list.
indexOf(String, int, int) - Method in class com.storedobject.common.StringList
Index of an element in the list.
indexOf(Predicate<String>) - Method in class com.storedobject.common.StringList
Returns the index of the first occurrence of an element in the list that satisfies the given filter.
indexOf(Predicate<String>, boolean) - Method in class com.storedobject.common.StringList
Index of an element in the list that matches the given predicate.
indexOf(Predicate<String>, boolean, int) - Method in class com.storedobject.common.StringList
Index of an element in the list that matches the given predicate.
indexOf(Predicate<String>, boolean, int, int) - Method in class com.storedobject.common.StringList
Index of an element in the list that matches the given predicate.
indexOf(Predicate<String>, int) - Method in class com.storedobject.common.StringList
Returns the index of the first element that matches the given predicate starting from the specified index.
indexOf(Predicate<String>, int, int) - Method in class com.storedobject.common.StringList
Index of an element in the list that matches the given predicate.
indexOf(T) - Method in class com.storedobject.core.ObjectCache
 
indexOf(T) - Method in class com.storedobject.ui.AbstractListProvider
 
indexOf(T) - Method in class com.storedobject.ui.AbstractTreeProvider
 
indexOf(T) - Method in class com.storedobject.ui.ObjectComboField
 
indexOf(T) - Method in class com.storedobject.ui.ObjectForestProvider
 
indexOf(T) - Method in class com.storedobject.ui.ObjectListField
 
indexOf(T) - Method in class com.storedobject.ui.ObjectListProvider
 
indexOf(T) - Method in interface com.storedobject.ui.ObjectLoader
 
indexOf(T) - Method in class com.storedobject.ui.ObjectTreeProvider
 
indices(Indices) - Static method in class com.storedobject.accounts.AccountConfiguration
Adds indices to the given Indices object.
indices(Indices) - Static method in class com.storedobject.accounts.AccountEntity
Adds columns to the provided Indices interface for an entity.
indices(Indices) - Static method in class com.storedobject.accounts.BusinessEntity
Adds the specified column list to the indices.
indices(Indices) - Static method in class com.storedobject.accounts.CustomerInvoice
 
indices(Indices) - Static method in class com.storedobject.accounts.EntityAccount
Adds the specified column list to the indices.
indices(Indices) - Static method in class com.storedobject.accounts.PersonalEntity
Adds the specified column list to the indices.
indices(Indices) - Static method in class com.storedobject.accounts.SupplierInvoice
 
indices(Indices) - Static method in class com.storedobject.accounts.TaxAccountConfiguration
Adds indices to the given Indices object.
indices(Indices) - Static method in class com.storedobject.calendar.Calendar
 
indices(Indices) - Static method in class com.storedobject.core.AbstractTradeType
 
indices(Indices) - Static method in class com.storedobject.core.AccessControl
 
indices(Indices) - Static method in class com.storedobject.core.Account
 
indices(Indices) - Static method in class com.storedobject.core.AccountChart
 
indices(Indices) - Static method in class com.storedobject.core.AccountChartMap
 
indices(Indices) - Static method in class com.storedobject.core.AccountLimit
 
indices(Indices) - Static method in class com.storedobject.core.AccountTitle
 
indices(Indices) - Static method in class com.storedobject.core.ApplicationAlertHandler
Adds an index to the given Indices object.
indices(Indices) - Static method in class com.storedobject.core.AttachmentDefinition
 
indices(Indices) - Static method in class com.storedobject.core.AuditTrailConfiguration
 
indices(Indices) - Static method in class com.storedobject.core.AutoLogin
 
indices(Indices) - Static method in class com.storedobject.core.BranchAccount
 
indices(Indices) - Static method in class com.storedobject.core.CheckList
 
indices(Indices) - Static method in class com.storedobject.core.ConnectorLogic
 
indices(Indices) - Static method in class com.storedobject.core.Consignment
 
indices(Indices) - Static method in class com.storedobject.core.Contact
 
indices(Indices) - Static method in class com.storedobject.core.ContactGroupingCode
 
indices(Indices) - Static method in class com.storedobject.core.ContactType
 
indices(Indices) - Static method in class com.storedobject.core.CurrencyRate
 
indices(Indices) - Static method in class com.storedobject.core.DashboardDefinition
 
indices(Indices) - Static method in class com.storedobject.core.DataChangeNotifierLogic
Method for index-related operations.
indices(Indices) - Static method in class com.storedobject.core.DeveloperLog
 
indices(Indices) - Static method in class com.storedobject.core.DeviceLayout
 
indices(Indices) - Static method in class com.storedobject.core.Document
 
indices(Indices) - Static method in class com.storedobject.core.DocumentConfiguration
 
indices(Indices) - Static method in class com.storedobject.core.Entity
 
indices(Indices) - Static method in class com.storedobject.core.EntityRole
 
indices(Indices) - Static method in class com.storedobject.core.ExchangeRate
 
indices(Indices) - Static method in class com.storedobject.core.ExternalSystemUser
 
indices(Indices) - Static method in class com.storedobject.core.ExtraInfoDefinition
 
indices(Indices) - Static method in class com.storedobject.core.FileData
 
indices(Indices) - Static method in class com.storedobject.core.FileFolder
 
indices(Indices) - Static method in class com.storedobject.core.FileFolderAccessRights
 
indices(Indices) - Static method in class com.storedobject.core.GlobalProperty
 
indices(Indices) - Static method in class com.storedobject.core.InventoryAssembly
 
indices(Indices) - Static method in class com.storedobject.core.InventoryBin
 
indices(Indices) - Static method in class com.storedobject.core.InventoryCustodyLocation
 
indices(Indices) - Static method in class com.storedobject.core.InventoryFitmentPosition
 
indices(Indices) - Static method in class com.storedobject.core.InventoryGRN
 
indices(Indices) - Static method in class com.storedobject.core.InventoryItem
 
indices(Indices) - Static method in class com.storedobject.core.InventoryItemType
 
indices(Indices) - Static method in class com.storedobject.core.InventoryLedger
 
indices(Indices) - Static method in class com.storedobject.core.InventoryLocation
 
indices(Indices) - Static method in class com.storedobject.core.InventoryPO
 
indices(Indices) - Static method in class com.storedobject.core.InventoryReservedBin
 
indices(Indices) - Static method in class com.storedobject.core.InventoryRO
 
indices(Indices) - Static method in class com.storedobject.core.InventoryStore
 
indices(Indices) - Static method in class com.storedobject.core.InventoryStoreBin
 
indices(Indices) - Static method in class com.storedobject.core.InventoryTransfer
 
indices(Indices) - Static method in class com.storedobject.core.InventoryVirtualLocation
 
indices(Indices) - Static method in class com.storedobject.core.JavaInnerClass
 
indices(Indices) - Static method in class com.storedobject.core.JournalVoucher
 
indices(Indices) - Static method in class com.storedobject.core.JournalVoucherStage
 
indices(Indices) - Static method in class com.storedobject.core.LandedCostType
 
indices(Indices) - Static method in class com.storedobject.core.Logic
 
indices(Indices) - Static method in class com.storedobject.core.LogicGroup
 
indices(Indices) - Static method in class com.storedobject.core.MaterialIssued
 
indices(Indices) - Static method in class com.storedobject.core.MaterialRequest
 
indices(Indices) - Static method in class com.storedobject.core.MaterialRequestPriority
 
indices(Indices) - Static method in class com.storedobject.core.MediaFile
 
indices(Indices) - Static method in class com.storedobject.core.MemoComment
 
indices(Indices) - Static method in class com.storedobject.core.MemoType
 
indices(Indices) - Static method in class com.storedobject.core.Message
 
indices(Indices) - Static method in class com.storedobject.core.MessageTemplate
 
indices(Indices) - Static method in class com.storedobject.core.Name
 
indices(Indices) - Static method in class com.storedobject.core.ObjectPermissionGroup
 
indices(Indices) - Static method in class com.storedobject.core.ObjectPermissionUser
 
indices(Indices) - Static method in class com.storedobject.core.OffsetAccount
 
indices(Indices) - Static method in class com.storedobject.core.PackingUnit
 
indices(Indices) - Static method in class com.storedobject.core.ParameterLogic
 
indices(Indices) - Static method in class com.storedobject.core.PasswordPolicy
 
indices(Indices) - Static method in class com.storedobject.core.Person
 
indices(Indices) - Static method in class com.storedobject.core.PersonRole
 
indices(Indices) - Static method in class com.storedobject.core.PIN
 
indices(Indices) - Static method in class com.storedobject.core.PrintLogicDefinition
 
indices(Indices) - Static method in class com.storedobject.core.PseudoTran
 
indices(Indices) - Static method in class com.storedobject.core.ReportDefinition
 
indices(Indices) - Static method in class com.storedobject.core.ReportFormat
Definition of indices of the "data class".
indices(Indices) - Static method in class com.storedobject.core.Secret
 
indices(Indices) - Static method in class com.storedobject.core.SerialConfigurator
 
indices(Indices) - Static method in class com.storedobject.core.SerialGenerator
 
indices(Indices) - Static method in class com.storedobject.core.SerialPattern
 
indices(Indices) - Static method in class com.storedobject.core.ServerInformation
 
indices(Indices) - Static method in class com.storedobject.core.ShortName
 
indices(Indices) - Static method in class com.storedobject.core.Signature
 
indices(Indices) - Static method in class com.storedobject.core.SOClass
 
indices(Indices) - Static method in class com.storedobject.core.SystemEntity
 
indices(Indices) - Static method in class com.storedobject.core.SystemUser
 
indices(Indices) - Static method in class com.storedobject.core.SystemUserGroup
 
indices(Indices) - Static method in class com.storedobject.core.TaxDefinition
 
indices(Indices) - Static method in class com.storedobject.core.TaxMethod
 
indices(Indices) - Static method in class com.storedobject.core.TaxRate
 
indices(Indices) - Static method in class com.storedobject.core.TaxType
 
indices(Indices) - Static method in class com.storedobject.core.TextContent
 
indices(Indices) - Static method in class com.storedobject.core.TransactionDate
 
indices(Indices) - Static method in class com.storedobject.core.TransactionValueDate
 
indices(Indices) - Static method in class com.storedobject.core.UIAction
 
indices(Indices) - Static method in class com.storedobject.core.UIMetadata
 
indices(Indices) - Static method in class com.storedobject.core.UnpostedJournal
 
indices(Indices) - Static method in class com.storedobject.core.UserRegistrationConfiguration
 
indices(Indices) - Static method in class com.storedobject.core.WebBiometric
 
indices(Indices) - Static method in class com.storedobject.iot.Block
Configures specific indices for the block entity.
indices(Indices) - Static method in class com.storedobject.iot.BlockDisplayContent
 
indices(Indices) - Static method in class com.storedobject.iot.Command
 
indices(Indices) - Static method in class com.storedobject.iot.CustomMessageLogic
 
indices(Indices) - Static method in class com.storedobject.iot.DailyConsumption
Adds an index definition to the specified indices object.
indices(Indices) - Static method in class com.storedobject.iot.DailyStatistics
Configures the indices structure for the DailyStatistics class by adding a compound index on the columns "Unit", "Name", "Year", and "Day".
indices(Indices) - Static method in class com.storedobject.iot.Data
Indices.
indices(Indices) - Static method in class com.storedobject.iot.HourlyConsumption
Configures indices for the consumption data.
indices(Indices) - Static method in class com.storedobject.iot.HourlyStatistics
Configures the given Indices object by adding an index with the specified keys.
indices(Indices) - Static method in class com.storedobject.iot.LimitMessage
 
indices(Indices) - Static method in class com.storedobject.iot.MonthlyConsumption
Configures the indices for the MonthlyConsumption class.
indices(Indices) - Static method in class com.storedobject.iot.MonthlyStatistics
Adds database indices based on the specified column names and index type.
indices(Indices) - Static method in class com.storedobject.iot.MQTT
 
indices(Indices) - Static method in class com.storedobject.iot.Resource
 
indices(Indices) - Static method in class com.storedobject.iot.Site
Defines indices for the Site entity.
indices(Indices) - Static method in class com.storedobject.iot.Unit
 
indices(Indices) - Static method in class com.storedobject.iot.UnitDefinition
 
indices(Indices) - Static method in class com.storedobject.iot.UnitItemType
 
indices(Indices) - Static method in class com.storedobject.iot.UnitType
 
indices(Indices) - Static method in class com.storedobject.iot.ValueStyle
 
indices(Indices) - Static method in class com.storedobject.iot.WeeklyConsumption
Configures the indices for the WeeklyConsumption dataset.
indices(Indices) - Static method in class com.storedobject.iot.WeeklyStatistics
Configures the database indices for the WeeklyStatistics table.
indices(Indices) - Static method in class com.storedobject.iot.YearlyConsumption
Configures indices for the yearly consumption data.
indices(Indices) - Static method in class com.storedobject.iot.YearlyStatistics
Configures the provided Indices object by adding an index definition with "Unit,Name,Year" as the index key and a flag indicating whether the index is unique.
indices(Indices) - Static method in class com.storedobject.job.Log
 
indices(Indices) - Static method in class com.storedobject.job.MessageEscalationGroup
 
indices(Indices) - Static method in class com.storedobject.job.MessageGroup
 
indices(Indices) - Static method in class com.storedobject.job.Schedule
 
indices(Indices) - Static method in class com.storedobject.mail.Mail
Defines and adds various index configurations for a mail table.
indices(Indices) - Static method in class com.storedobject.mail.Sender
 
indices(Indices) - Static method in class com.storedobject.mail.SenderGroup
 
indices(Indices) - Static method in class com.storedobject.sms.Provider
 
indices(Indices) - Static method in class com.storedobject.sms.SMSMessage
 
indices(Indices) - Static method in class com.storedobject.telegram.Bot
 
indices(Indices) - Static method in class com.storedobject.telegram.Telegram
 
indices(Indices) - Static method in class com.storedobject.tools.Packager
 
indices(Indices) - Static method in class com.storedobject.tools.TableDefinition
 
indices(Indices) - Static method in class com.storedobjects.support.ProductSkill
 
indices(Indices) - Static method in class com.storedobjects.support.SupportPerson
 
indices(Indices) - Static method in class com.storedobjects.support.SupportUser
 
Indices - Interface in com.storedobject.core
 
information(StyledBuilder) - Method in class com.storedobject.ui.Application
 
InformationMessage - Class in com.storedobject.vaadin
An information message to be shown to the user.
InformationMessage(Component, Runnable) - Constructor for class com.storedobject.vaadin.InformationMessage
Constructor.
InformationMessage(Component, Runnable, String) - Constructor for class com.storedobject.vaadin.InformationMessage
Constructor.
InformationMessage(String) - Constructor for class com.storedobject.vaadin.InformationMessage
Constructor without any action (can be set later).
InformationMessage(String, Component, Runnable) - Constructor for class com.storedobject.vaadin.InformationMessage
Constructor.
InformationMessage(String, Component, Runnable, String) - Constructor for class com.storedobject.vaadin.InformationMessage
Constructor.
InformationMessage(String, Runnable) - Constructor for class com.storedobject.vaadin.InformationMessage
Constructor.
InformationMessage(String, Runnable, String) - Constructor for class com.storedobject.vaadin.InformationMessage
Constructor.
InformationMessage(String, String, Runnable) - Constructor for class com.storedobject.vaadin.InformationMessage
Constructor.
InformationMessage(String, String, Runnable, String) - Constructor for class com.storedobject.vaadin.InformationMessage
Constructor.
InformationView - Interface in com.storedobject.ui
A marker interface denoting that a View is used only for displaying some sort of information on the screen.
informUser() - Method in interface com.storedobject.ui.PostLogin
This method is invoked only if PostLogin.canLogin(TransactionManager) returns false.
init() - Method in class com.storedobject.ui.util.SOServlet
 
init() - Method in class com.storedobject.vaadin.AbstractResourcedComponent
This will be invoked by the constructor for initial set up.
init() - Method in class com.storedobject.vaadin.PDFViewer
This will be invoked by the constructor for initial set up.
init(VaadinRequest) - Method in class com.storedobject.ui.Application
 
init(VaadinRequest) - Method in class com.storedobject.vaadin.Application
This method is invoked by ApplicationView class.
init(ServletConfig) - Method in class com.storedobject.job.SchedulerServlet
 
init(ServletConfig) - Method in class com.storedobject.tools.DeveloperServlet
 
init(ServletConfig) - Method in class com.storedobject.tools.JSONServlet
 
init(String) - Method in class com.storedobject.ui.Application
 
init(String) - Method in class com.storedobject.vaadin.Application
This method is invoked when the application comes up.
initComponent() - Method in class com.storedobject.ui.AbstractObjectField
This is where the display parts of the field is initialized.
initComponent() - Method in class com.storedobject.ui.inventory.ItemField
 
initContent() - Method in class com.storedobject.ui.DocumentViewer
 
initContent() - Method in class com.storedobject.ui.FoldingLayout
 
initContent() - Method in class com.storedobject.ui.PrintButton
 
initContent() - Method in class com.storedobject.vaadin.AbstractForm
 
initContent() - Method in class com.storedobject.vaadin.ApplicationView
 
initContent() - Method in class com.storedobject.vaadin.Box
 
initContent() - Method in class com.storedobject.vaadin.Breadcrumbs
 
initContent() - Method in class com.storedobject.vaadin.BreadcrumbsTree
 
initContent() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
 
initContent() - Method in class com.storedobject.vaadin.Card
 
initContent() - Method in class com.storedobject.vaadin.Clickable
 
initContent() - Method in class com.storedobject.vaadin.ContentWithHeader
 
initContent() - Method in class com.storedobject.vaadin.DetailComponent
 
initContent() - Method in class com.storedobject.vaadin.Icon
 
initContent() - Method in class com.storedobject.vaadin.MenuBar
 
initContent() - Method in class com.storedobject.vaadin.Popup
 
initContent() - Method in class com.storedobject.vaadin.Scrollable
 
initContent() - Method in class com.storedobject.vaadin.StyledText
 
initContent() - Method in class com.storedobject.vaadin.Tabs
Initialize the wrapper.
initContent() - Method in class com.storedobject.vaadin.WindowDecorator
 
initialize() - Method in class com.storedobject.job.MessageSender
This method is invoked when this job is executed for the first time, and it will be invoked only once.
initialize() - Method in class com.storedobject.telegram.Server
 
initialize(File) - Static method in class com.storedobject.core.StoredObjectUtility
 
initialize(File, Properties) - Static method in class com.storedobject.core.StoredObjectUtility
 
initialize(InputStream) - Static method in class com.storedobject.core.StoredObjectUtility
 
initialize(InputStream, Properties) - Static method in class com.storedobject.core.StoredObjectUtility
 
initialize(String) - Static method in class com.storedobject.core.ApplicationServer
 
initialize(String) - Static method in class com.storedobject.core.StoredObjectUtility
 
initialize(String, String) - Static method in class com.storedobject.core.ApplicationServer
 
initialize(String, Properties) - Static method in class com.storedobject.core.ApplicationServer
 
initialize(String, Properties) - Static method in class com.storedobject.core.StoredObjectUtility
 
initialize(Properties) - Static method in class com.storedobject.core.ApplicationServer
 
initialize(Properties) - Static method in class com.storedobject.core.StoredObjectUtility
 
initialize(Properties, Properties) - Static method in class com.storedobject.core.StoredObjectUtility
 
initialized() - Method in interface com.storedobject.ui.ApplicationLayout
 
initialized() - Method in class com.storedobject.ui.util.ApplicationFrame
 
initialPassword() - Method in class com.storedobject.core.Database
The initial password to be used when a user is created for the first time.
initUI() - Method in class com.storedobject.ui.common.ExcelDataUpload
 
initUI() - Method in class com.storedobject.ui.ImageViewer
 
initUI() - Method in class com.storedobject.ui.ObjectEditor
 
initUI() - Method in class com.storedobject.ui.SteppedView
 
initUI() - Method in class com.storedobject.ui.TemplateDataForm
 
initUI() - Method in class com.storedobject.ui.TextView
 
initUI() - Method in class com.storedobject.ui.util.Stepper
 
initUI() - Method in class com.storedobject.vaadin.DataEditor
 
initUI() - Method in class com.storedobject.vaadin.DataForm
 
initUI() - Method in class com.storedobject.vaadin.ImageView
 
initUI() - Method in class com.storedobject.vaadin.View
This method is invoked when the view wants to determine its "content" to be displayed and nothing exists at that moment.
inProgress() - Method in class com.storedobject.core.TransactionInformation
Check whether this transaction is in progress or not.
InputOutputStream - Class in com.storedobject.common
A class that combines an InputStream and an OutputStream.
InputOutputStream() - Constructor for class com.storedobject.common.InputOutputStream
Constructor with a default buffer size of 8K.
InputOutputStream(int) - Constructor for class com.storedobject.common.InputOutputStream
Constructor.
inputTypeSet(int) - Method in class com.storedobject.vaadin.TextArea
 
inputTypeSet(int) - Method in class com.storedobject.vaadin.TextField
 
inputTypeSet(int) - Method in interface com.storedobject.vaadin.util.HasTextValue
This method is invoked whenever the type of input is set.
insert(int, ApplicationMenuItem) - Method in interface com.storedobject.vaadin.ApplicationMenu
Insert a menu item at a particular position in the menu.
insert(String[], String, int) - Static method in class com.storedobject.common.StringUtility
Insert a new element at the given index.
inserted() - Method in class com.storedobject.core.StoredObject
Is this instance just newly saved to the database?
inserted(T) - Method in interface com.storedobject.ui.ObjectChangedListener
Fired when a new object is inserted.
inserted(T) - Method in class com.storedobject.ui.ObjectEditor
This method is invoked whenever a new object is inserted in the database.
inserted(T) - Method in class com.storedobject.ui.ObjectForestProvider
 
inserted(T) - Method in class com.storedobject.ui.ObjectTreeProvider
 
INSERTED - Enum constant in enum class com.storedobject.core.DataChanged.CHANGE
 
insertedNow(T) - Method in class com.storedobject.ui.EditableObjectGrid
This will be invoked once an item is inserted.
insertedNow(T) - Method in class com.storedobject.ui.ObjectListEditor
 
insertRow(int, double[]) - Method in class com.storedobject.chart.DataMatrix
Add rows of data at a given index.
insertRow(int, Data...) - Method in class com.storedobject.chart.DataMatrix
Add rows of data at a given index.
insertRow(int, Number...) - Method in class com.storedobject.chart.DataMatrix
Add rows of data at a given index.
inside(long) - Method in class com.storedobject.core.AbstractPeriod
 
inside(Date) - Method in class com.storedobject.core.AbstractPeriod
 
inspect(HasInventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
inspect(InventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
inspect(Transaction) - Method in class com.storedobject.core.InventoryGRNItem
 
Install - Class in com.storedobject.core
This class is for internal purpose only.
Install(Properties) - Constructor for class com.storedobject.core.Install
 
installClass(Class<?>) - Method in class com.storedobject.core.Install
 
installClass(String) - Method in class com.storedobject.core.Install
 
InstantaneousAccount - Class in com.storedobject.accounts
 
InstantaneousAccount() - Constructor for class com.storedobject.accounts.InstantaneousAccount
 
IntegerField - Class in com.storedobject.vaadin
Field to edit Integer.
IntegerField() - Constructor for class com.storedobject.vaadin.IntegerField
Constructor.
IntegerField(Integer) - Constructor for class com.storedobject.vaadin.IntegerField
Constructor.
IntegerField(Integer, int) - Constructor for class com.storedobject.vaadin.IntegerField
Constructor.
IntegerField(Integer, int, boolean) - Constructor for class com.storedobject.vaadin.IntegerField
Constructor.
IntegerField(Integer, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.IntegerField
Constructor.
IntegerField(String) - Constructor for class com.storedobject.vaadin.IntegerField
Constructor.
IntegerField(String, Integer) - Constructor for class com.storedobject.vaadin.IntegerField
Constructor.
IntegerField(String, Integer, int) - Constructor for class com.storedobject.vaadin.IntegerField
Constructor.
IntegerField(String, Integer, int, boolean) - Constructor for class com.storedobject.vaadin.IntegerField
Constructor.
IntegerField(String, Integer, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.IntegerField
Constructor.
integerIterator() - Method in class com.storedobject.core.Query
Creates an iterable that iterates over the first column of the result set, mapping each row to an integer value.
integerIterator(int) - Method in class com.storedobject.core.Query
Creates an iterable over integers retrieved from a specified column of a database result set.
IntegerRange - Class in com.storedobject.common
 
IntegerRange() - Constructor for class com.storedobject.common.IntegerRange
 
IntegerRange(Integer, Integer) - Constructor for class com.storedobject.common.IntegerRange
 
IntegerValueConverter - Class in com.storedobject.core.converter
 
InternalData<T> - Interface in com.storedobject.chart
A marker interface to combine the interfaces AbstractDataProvider and InternalDataProvider.
InternalData.WrappedDataProvider<T> - Record Class in com.storedobject.chart
A wrapper class to convert any instance of AbstractDataProvider to an instance of InternalDataProvider.
InternalDataProvider - Interface in com.storedobject.chart
A marker interface to denote that an AbstractDataProvider is internal to some chart that handles its data internally and that can't be shared with other charts.
InternalElement - Interface in com.storedobject.vaadin.util
 
Invalid_Account_Balance - Exception Class in com.storedobject.core
 
Invalid_Account_Balance(String) - Constructor for exception class com.storedobject.core.Invalid_Account_Balance
 
Invalid_Account_Status - Exception Class in com.storedobject.core
 
Invalid_Account_Status(String) - Constructor for exception class com.storedobject.core.Invalid_Account_Status
 
INVALID_AMOUNT - Static variable in class com.storedobject.common.Fault
 
INVALID_CURRENCY - Static variable in class com.storedobject.common.Fault
 
INVALID_DATE - Static variable in class com.storedobject.common.Fault
 
INVALID_PERIOD - Static variable in class com.storedobject.common.Fault
 
Invalid_State - Exception Class in com.storedobject.core
 
Invalid_State() - Constructor for exception class com.storedobject.core.Invalid_State
 
Invalid_State(String) - Constructor for exception class com.storedobject.core.Invalid_State
 
Invalid_Value - Exception Class in com.storedobject.core
 
Invalid_Value() - Constructor for exception class com.storedobject.core.Invalid_Value
 
Invalid_Value(String) - Constructor for exception class com.storedobject.core.Invalid_Value
 
InvalidLinkError - Class in com.storedobject.vaadin.util
 
InvalidLinkError() - Constructor for class com.storedobject.vaadin.util.InvalidLinkError
 
INVENTORY_BIN - Enum constant in enum class com.storedobject.ui.ObjectField.Type
Inventory bin type.
INVENTORY_ITEM - Enum constant in enum class com.storedobject.ui.ObjectField.Type
Inventory item type.
InventoryAPN - Class in com.storedobject.core
APN (Alternate Part Number) of a "Part Number".
InventoryAPN() - Constructor for class com.storedobject.core.InventoryAPN
 
InventoryAssembly - Class in com.storedobject.core
An item can be an assembly, composed of one or more sub-items and each sub-item can also be an assembly.
InventoryAssembly() - Constructor for class com.storedobject.core.InventoryAssembly
 
InventoryBin - Class in com.storedobject.core
Represents a bin within a store where items can be stocked.
InventoryBin() - Constructor for class com.storedobject.core.InventoryBin
Constructor.
InventoryCustodyLocation - Class in com.storedobject.core
Represents an inventory location where the item is in the custody of some personnel.
InventoryCustodyLocation() - Constructor for class com.storedobject.core.InventoryCustodyLocation
 
InventoryFitmentPosition - Class in com.storedobject.core
Represents a "fitment position" (a position where an item can be fitted) of an assembled item.
InventoryFitmentPosition() - Constructor for class com.storedobject.core.InventoryFitmentPosition
Constructor.
InventoryGRN - Class in com.storedobject.core
GRN class.
InventoryGRN() - Constructor for class com.storedobject.core.InventoryGRN
 
InventoryGRNItem - Class in com.storedobject.core
Items in a GRN.
InventoryGRNItem() - Constructor for class com.storedobject.core.InventoryGRNItem
 
InventoryItem - Class in com.storedobject.core
Denotes an item in the inventory.
InventoryItem() - Constructor for class com.storedobject.core.InventoryItem
 
InventoryItemType - Class in com.storedobject.core
An inventory item type denotes a "part number".
InventoryItemType() - Constructor for class com.storedobject.core.InventoryItemType
 
InventoryLedger - Class in com.storedobject.core
 
InventoryLedger() - Constructor for class com.storedobject.core.InventoryLedger
 
InventoryLocation - Class in com.storedobject.core
Represents a location where an item can be located or sourced.
InventoryLocation() - Constructor for class com.storedobject.core.InventoryLocation
Constructor.
InventoryPO - Class in com.storedobject.core
Base class for creating Purchase Orders (POs).
InventoryPO() - Constructor for class com.storedobject.core.InventoryPO
 
InventoryPOItem - Class in com.storedobject.core
 
InventoryPOItem() - Constructor for class com.storedobject.core.InventoryPOItem
 
InventoryReservedBin - Class in com.storedobject.core
 
InventoryReservedBin() - Constructor for class com.storedobject.core.InventoryReservedBin
 
InventoryRO - Class in com.storedobject.core
 
InventoryRO() - Constructor for class com.storedobject.core.InventoryRO
 
InventoryROItem - Class in com.storedobject.core
 
InventoryROItem() - Constructor for class com.storedobject.core.InventoryROItem
 
InventorySale - Class in com.storedobject.core
 
InventorySale() - Constructor for class com.storedobject.core.InventorySale
 
InventorySaleItem - Class in com.storedobject.core
 
InventorySaleItem() - Constructor for class com.storedobject.core.InventorySaleItem
 
InventoryStore - Class in com.storedobject.core
Represents a store where items can stocked at the bin locations (InventoryBin) of the store.
InventoryStore() - Constructor for class com.storedobject.core.InventoryStore
 
InventoryStoreBin - Class in com.storedobject.core
The whole "inventory store" can be considered as on "huge" bin and this class represents that.
InventoryStoreBin() - Constructor for class com.storedobject.core.InventoryStoreBin
Constructor.
InventoryTransaction - Class in com.storedobject.core
Utility class to create inventory transactions (movement of items from one location to another).
InventoryTransaction(TransactionManager) - Constructor for class com.storedobject.core.InventoryTransaction
Deprecated.
InventoryTransaction(TransactionManager, String) - Constructor for class com.storedobject.core.InventoryTransaction
Deprecated.
InventoryTransaction(TransactionManager, Date) - Constructor for class com.storedobject.core.InventoryTransaction
Constructor.
InventoryTransaction(TransactionManager, Date, String) - Constructor for class com.storedobject.core.InventoryTransaction
Constructor.
InventoryTransfer - Class in com.storedobject.core
 
InventoryTransfer() - Constructor for class com.storedobject.core.InventoryTransfer
 
InventoryTransferItem - Class in com.storedobject.core
 
InventoryTransferItem() - Constructor for class com.storedobject.core.InventoryTransferItem
 
InventoryUnitCorrection - Class in com.storedobject.core
 
InventoryUnitCorrection() - Constructor for class com.storedobject.core.InventoryUnitCorrection
 
InventoryVirtualLocation - Class in com.storedobject.core
Represents all types of virtual locations for inventory items.
InventoryVirtualLocation() - Constructor for class com.storedobject.core.InventoryVirtualLocation
 
invert() - Method in class com.storedobject.chart.Axis
Invert the axis.
InvertedInputStream - Class in com.storedobject.common
Create an InputStream such that whatever is read from this stream should be the same as whatever written to an associated OutputStream! Beware: The associated OutputStream should be practically written to from a different thread.
InvertedInputStream() - Constructor for class com.storedobject.common.InvertedInputStream
Constructor.
InvertedOutputStream - Class in com.storedobject.common
Create an OutputStream such that whatever is written to it will appear in an associated InputStream! Beware: The associated InputStream should be practically read from a different thread.
InvertedOutputStream() - Constructor for class com.storedobject.common.InvertedOutputStream
Constructor.
InvertedReader - Class in com.storedobject.common
Create a Reader such that whatever is read from it should be the same as whatever written to an associated Writer! Beware: The associated Writer should be practically written to from a different thread.
InvertedReader() - Constructor for class com.storedobject.common.InvertedReader
Constructor.
InvertedWriter - Class in com.storedobject.common
Create a Writer such that whatever is written to it will appear in an associated Reader! Beware: The associated Reader should be practically read from a different thread.
InvertedWriter() - Constructor for class com.storedobject.common.InvertedWriter
Constructor.
InvisibleComponent - Interface in com.storedobject.vaadin
A marker interface to denote that a Component is invisible (doesn't have width and height).
Invoice - Class in com.storedobject.accounts
 
Invoice() - Constructor for class com.storedobject.accounts.Invoice
 
invoke(View) - Method in interface com.storedobject.vaadin.ExecutableView
Execute the associated view and set its parent too.
invoke(View) - Method in class com.storedobject.vaadin.View
Execute this view and set its parent too.
invoke(Object) - Method in interface com.storedobject.common.MethodInvoker
 
invoke(Object) - Method in class com.storedobject.common.SimpleMethodInvoker
 
invoke(Object) - Method in class com.storedobject.common.StyledMethodInvoker
 
invoke(Object) - Method in class com.storedobject.core.SerialNumberMethodInvoker
 
invoke(Object) - Method in class com.storedobject.core.StoredObjectUtility.MethodList
 
invoke(Object, boolean) - Method in class com.storedobject.common.CustomMethodInvoker
 
invoke(Object, boolean) - Method in interface com.storedobject.common.MethodInvoker
 
invoke(Object, boolean) - Method in class com.storedobject.core.StoredObjectUtility.MethodList
 
IO - Class in com.storedobject.common
Generic Input/Output routines.
IO() - Constructor for class com.storedobject.common.IO
 
IP6AddressField - Class in com.storedobject.vaadin
Field to edit an IPv6 addresses.
IP6AddressField() - Constructor for class com.storedobject.vaadin.IP6AddressField
Constructor.
IP6AddressField(String) - Constructor for class com.storedobject.vaadin.IP6AddressField
Constructor.
IP6AddressTextField - Class in com.storedobject.vaadin.util
 
IP6AddressTextField() - Constructor for class com.storedobject.vaadin.util.IP6AddressTextField
 
IPAddressField - Class in com.storedobject.vaadin
Field to edit an IP addresses.
IPAddressField() - Constructor for class com.storedobject.vaadin.IPAddressField
Constructor.
IPAddressField(String) - Constructor for class com.storedobject.vaadin.IPAddressField
Constructor.
IPAddressTextField - Class in com.storedobject.vaadin.util
 
IPAddressTextField() - Constructor for class com.storedobject.vaadin.util.IPAddressTextField
 
IPLocation - Class in com.storedobject.common
 
IPLocation() - Constructor for class com.storedobject.common.IPLocation
 
IPLocation(String) - Constructor for class com.storedobject.common.IPLocation
 
is2FactorLogin() - Method in class com.storedobject.core.TransactionManager
Checks if the login method requires two-factor authentication.
isAbandoned() - Method in class com.storedobject.core.TransactionInformation
Check whether this is an abandoned transaction or not.
isAbstract() - Method in class com.storedobject.core.SOClass
 
isAccountType() - Method in class com.storedobject.tools.TableDefinition
 
isActionAllowed(String) - Method in class com.storedobject.ui.ObjectForestBrowser
 
isActionAllowed(String) - Method in class com.storedobject.ui.ObjectTreeBrowser
 
isActive() - Method in class com.storedobject.core.DataChangeProcessor
 
isActive() - Method in class com.storedobject.core.DBTransaction
See if this transaction is active or not.
isActive() - Method in class com.storedobject.core.EntityRole
Check if this role is currently active or not.
isActive() - Method in class com.storedobject.core.InventoryLocation
 
isActive() - Method in class com.storedobject.core.InventoryVirtualLocation
 
isActive() - Method in class com.storedobject.core.PersonRole
Check if this role is currently active or not.
isActive() - Method in class com.storedobject.core.PseudoTransaction
 
isActive() - Method in interface com.storedobject.core.Transaction
See if this transaction is active or not.
isActive() - Method in class com.storedobject.core.TransactionControl
See if this Transaction Control is active or not.
isActive() - Method in class com.storedobject.job.DaemonJob
Check if the Job is still active or not.
isActive() - Method in class com.storedobject.sms.Server
 
isActive() - Method in class com.storedobject.telegram.Server
 
isActive(SystemEntity) - Static method in interface com.storedobject.core.Financial
Is financial system active for this entity?
isActive(TransactionManager) - Static method in interface com.storedobject.core.Financial
Is financial system active for this transaction manager?
isAddAllowed() - Method in class com.storedobject.core.UIFieldMetadata
 
isAdded() - Method in class com.storedobject.core.TransactionInformation.TransactionLink
If this link was newly added in the transaction or not.
isAdded(Contact) - Method in class com.storedobject.ui.util.ContactData
 
isAdded(FileData) - Method in class com.storedobject.ui.util.StreamAttachmentData
 
isAdded(O) - Method in class com.storedobject.core.StoredObjectLink.Copy
 
isAdded(T) - Method in interface com.storedobject.core.EditableList
Check if the given item was added to the list or not.
isAdded(T) - Method in class com.storedobject.ui.AbstractEditableGrid
 
isAdded(T) - Method in class com.storedobject.ui.EditableListProvider
 
isAdded(T) - Method in class com.storedobject.ui.EditableObjectListProvider
 
isAdded(T) - Method in interface com.storedobject.ui.EditableProvider
 
isAdded(T) - Method in interface com.storedobject.ui.LinkValue
 
isAdded(T) - Method in class com.storedobject.ui.ObjectLinkField
 
isAdded(T) - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
isAdded(T) - Method in class com.storedobject.ui.util.ExtraInfoValue
 
isAddress() - Method in class com.storedobject.core.UIFieldMetadata
 
isAdmin() - Method in class com.storedobject.core.ApplicationServer
 
isAdmin() - Method in class com.storedobject.core.SystemUser
 
isAdmin() - Method in class com.storedobject.core.SystemUserGroup
 
isAlignWithLabels() - Method in class com.storedobject.chart.Axis.Ticks
Check if ticks are aligned with labels or not.
isAllowAdd() - Method in interface com.storedobject.ui.LinkGrid
 
isAllowAdd() - Method in class com.storedobject.ui.ListEditor
Can add new instances? (This will not affect the programmatic invocation of the method ListEditor.add()).
isAllowAdd() - Method in class com.storedobject.ui.ObjectLinkField
 
isAllowAdd() - Method in class com.storedobject.ui.ObjectListEditor
Can add new instances? (This will not affect the programmatic invocation of the method ObjectListEditor.add()).
isAllowAdd() - Method in class com.storedobject.ui.util.LinkGridButtons
 
isAllowAny() - Method in class com.storedobject.core.ObjectCacheList
 
isAllowAny() - Method in interface com.storedobject.core.ObjectConsumer
 
isAllowAny() - Method in class com.storedobject.core.ObjectForest
 
isAllowAny() - Method in interface com.storedobject.core.ObjectGetter
Whether all any type of objects derived from the type is allowed or not.
isAllowAny() - Method in interface com.storedobject.core.ObjectLoader
Retrieve sub-classes?
isAllowAny() - Method in interface com.storedobject.core.ObjectSetter
Check whether it allows objects of derived classes or not.
isAllowAny() - Method in class com.storedobject.core.StoredObjectLink.Copy
 
isAllowAny() - Method in interface com.storedobject.core.StoredObjectLink
 
isAllowAny() - Method in class com.storedobject.ui.AbstractObjectField
 
isAllowAny() - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
isAllowAny() - Method in class com.storedobject.ui.ObjectComboField
 
isAllowAny() - Method in class com.storedobject.ui.ObjectField
 
isAllowAny() - Method in interface com.storedobject.ui.ObjectGridData
 
isAllowAny() - Method in class com.storedobject.ui.ObjectLinkField
 
isAllowAny() - Method in class com.storedobject.ui.ObjectListField
 
isAllowAny() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
isAllowAny() - Method in interface com.storedobject.ui.util.AbstractObjectInput
Whether this field allows any derived object values or not.
isAllowAny() - Method in interface com.storedobject.ui.util.DelegatedIdInput
 
isAllowAny() - Method in interface com.storedobject.ui.util.DelegatedObjectInput
 
isAllowDelete() - Method in interface com.storedobject.ui.LinkGrid
 
isAllowDelete() - Method in class com.storedobject.ui.ListEditor
Can delete instances?
isAllowDelete() - Method in class com.storedobject.ui.ObjectLinkField
 
isAllowDelete() - Method in class com.storedobject.ui.ObjectListEditor
Can delete instances?
isAllowDelete() - Method in class com.storedobject.ui.util.LinkGridButtons
 
isAllowed(Currency) - Method in class com.storedobject.ui.CurrencyField
Is the given currency is allowed or not.
isAllowEdit() - Method in interface com.storedobject.ui.LinkGrid
 
isAllowEdit() - Method in class com.storedobject.ui.ListEditor
Can edit instances? (This will not affect the programmatic invocation of the method ListEditor.edit()).
isAllowEdit() - Method in class com.storedobject.ui.ObjectLinkField
 
isAllowEdit() - Method in class com.storedobject.ui.ObjectListEditor
Can edit instances? (This will not affect the programmatic invocation of the method ObjectListEditor.edit()).
isAllowEdit() - Method in class com.storedobject.ui.util.LinkGridButtons
 
isAllowReload() - Method in interface com.storedobject.ui.LinkGrid
 
isAllowReload() - Method in class com.storedobject.ui.ObjectLinkField
 
isAllowReload() - Method in class com.storedobject.ui.ObjectListEditor
Can reload/restore instances?
isAllowReload() - Method in class com.storedobject.ui.util.LinkGridButtons
 
isAllowReloadAll() - Method in interface com.storedobject.ui.LinkGrid
 
isAllowReloadAll() - Method in class com.storedobject.ui.ObjectLinkField
 
isAllowReloadAll() - Method in class com.storedobject.ui.ObjectListEditor
Can reload/restore all instances?
isAllowReloadAll() - Method in class com.storedobject.ui.util.LinkGridButtons
 
isAllowSaveAll() - Method in class com.storedobject.ui.ObjectListEditor
Can save all changes?
isAllowTopLevelHTML() - Static method in class com.storedobject.common.HTMLText
Whether top-level HTML elements are allowed or not.
isAllowView() - Method in class com.storedobject.ui.ObjectListEditor
Can view instances?
isALogin(RawSQL, String) - Method in class com.storedobject.core.Database
Check if the username passed is a valid login of the sql connection passed.
isALogin(RawSQL, String) - Method in class com.storedobject.database.postgres.Database
 
isALogin(String, String) - Method in class com.storedobject.core.Database
Checks if the username and password are correct in the current database.
isALogin(String, String) - Method in class com.storedobject.database.postgres.Database
 
isAny() - Method in class com.storedobject.core.ObjectLoadFilter
Get the value of "any".
isAny() - Method in class com.storedobject.core.StoredObjectUtility.Link
 
isAny() - Method in class com.storedobject.core.UIFieldMetadata
 
isAny() - Method in class com.storedobject.ui.tools.DataTransfer
 
isAPN(InventoryItem) - Method in class com.storedobject.core.InventoryItemType
Is this item an alternate part number for a given item?
isAPN(InventoryItemType) - Method in class com.storedobject.core.InventoryItemType
Is this item an alternate part number for a given part number?
isAppAdmin() - Method in class com.storedobject.core.SystemUser
 
isAppAdmin() - Method in class com.storedobject.core.SystemUserGroup
 
isApplicable(LandedCostType) - Method in class com.storedobject.core.InventoryGRN
Is a specific type of landed cost is applicable to this GRN?
isApplicable(LandedCostType, InventoryGRN) - Method in class com.storedobject.core.InventoryPO
Is a specific type of landed cost is applicable to this PO?
isApplicableTo(String) - Method in class com.storedobject.core.Logic
 
isAssembly() - Method in class com.storedobject.core.InventoryItemType
Is this item an assembly?
isAssemblyIncomplete() - Method in class com.storedobject.core.InventoryItem
Check for vacant fitment positions under this item.
isAsset(Account) - Static method in interface com.storedobject.core.Financial
 
isAttribute() - Method in class com.storedobject.core.StoredObjectUtility.MethodList
 
isAudio() - Method in interface com.storedobject.core.ContentType
 
isAudio() - Method in class com.storedobject.core.FileData
 
isAudio() - Method in class com.storedobject.core.MediaFile
 
isAudio() - Method in class com.storedobject.ui.FileField
 
isAuthentic() - Method in class com.storedobject.tools.AbstractJSONService
 
isAutoarrange() - Method in class com.storedobject.vaadin.Dashboard
Check the current value of auto-arrange flag.
isAutoCurveness() - Method in class com.storedobject.chart.GraphChart
 
isAutoLogin() - Method in class com.storedobject.core.TransactionManager
Checks if the login method is auto login.
isAutoselect() - Method in class com.storedobject.vaadin.CustomTextField
Is in auto-select mode?
isAvailable() - Method in class com.storedobject.common.Script
Check whether the language is available or not.
isAvailable() - Method in class com.storedobject.ui.tools.BiometricButton
 
isAvailable() - Method in class com.storedobject.ui.tools.BiometricRegistration
 
isAvailableAt(InventoryLocation) - Method in class com.storedobject.core.InventoryItem
Is this item available at the given location?
isBasic() - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
 
isBasic() - Method in interface com.storedobject.vaadin.util.FieldValueHandler
 
isBiometricAvailable() - Method in class com.storedobject.ui.Application
 
isBiometricLogin() - Method in class com.storedobject.core.TransactionManager
Checks if the login method is biometric-based.
isBiometricRegistered() - Method in class com.storedobject.ui.Application
 
isBlank(String) - Static method in class com.storedobject.common.StringUtility
Check if a String contains only space characters
isBlocked() - Method in class com.storedobject.core.InventoryItem
Is this a "blocked" serial? One or more serial numbers (or a sequence of serial numbers) may be blocked and should not be used any more due to safety reasons.
isBlocked() - Method in class com.storedobject.core.InventoryItemType
Is this a "blocked" part number? (P/N that should not be used any more due to safety reasons).
isBlocked() - Method in class com.storedobject.core.Login
Whether login process is currently blocked or not.
isBold() - Method in class com.storedobject.pdf.PDFFont
Is this bold?
isBuffered() - Method in class com.storedobject.ui.ObjectEditor
Check whether the editor is in buffered mode or not.
isBusiness() - Method in class com.storedobject.accounts.AccountEntity
Determines whether the account entity is a business entity.
isBusiness() - Method in class com.storedobject.accounts.EntityAccount
Determines whether the account entity associated with this EntityAccount object is a business entity.
isCalculable() - Method in class com.storedobject.chart.VisualMap
Is the values calculable?
isCategorized() - Method in class com.storedobject.common.Fault
Checks if this fault is categorized.
isChanged() - Method in class com.storedobject.ui.EditableListProvider
 
isChanged() - Method in class com.storedobject.ui.EditableObjectListProvider
 
isChanged() - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
isChanged() - Method in class com.storedobject.ui.tools.ChangePassword
 
isChanged(HasValue<?, ?>) - Method in class com.storedobject.vaadin.ChangedValues
Is this is this the field that is chaged?
isCheckable() - Method in class com.storedobject.vaadin.MenuBarItem
Gets whether this item toggles a checkmark icon when clicked.
isChecked() - Method in class com.storedobject.vaadin.MenuBarItem
Gets the checked state of this item.
isCircular() - Method in class com.storedobject.chart.RadarCoordinate
Is the shape circular?
isClockwise() - Method in class com.storedobject.chart.ArcPart
See whether this will be drawn clockwise or not.
isCloseable() - Method in interface com.storedobject.vaadin.ExecutableView
Check if this view is closeable or not.
isCloseable() - Method in class com.storedobject.vaadin.WrappedView
 
isClosed() - Method in class com.storedobject.core.Account
 
isClosed() - Method in class com.storedobject.core.InventoryGRN
 
isClosed() - Method in class com.storedobject.core.InventoryPO
 
isCode() - Method in class com.storedobject.core.ShortName
 
isCode() - Method in class com.storedobject.core.TransactionType
 
isCode() - Method in class com.storedobject.core.UIFieldMetadata
 
isCollapsed() - Method in class com.storedobject.vaadin.DetailComponent.ToggledEvent
Check if this was a collapsing event or not.
isColumnBroken(int) - Method in class com.storedobject.office.od.ods.Sheet
 
isColumnEditable(String) - Method in class com.storedobject.ui.DetailLinkGrid
 
isColumnEditable(String) - Method in interface com.storedobject.ui.EditableDataGrid
Whether a given column is editable or not.
isColumnEditable(String) - Method in class com.storedobject.ui.EditableGrid
All fields are editable by default unless a field can't be created for the column.
isColumnEditable(String) - Method in class com.storedobject.ui.EditableObjectGrid
All fields are editable by default unless a field for editing the value of a particular column can not be determined from its ObjectEditor.
isColumnEditable(String) - Method in class com.storedobject.ui.ObjectBrowser
 
isColumnEditable(String) - Method in class com.storedobject.ui.ObjectLinkField
 
isColumnFrozen(String) - Method in interface com.storedobject.vaadin.HasColumns
Check the frozen attribute of a given column.
isColumnHidden(int) - Method in class com.storedobject.office.od.ods.Sheet
 
isColumnReorderingAllowed() - Method in class com.storedobject.vaadin.DataGrid
 
isColumnReorderingAllowed() - Method in class com.storedobject.vaadin.DataTreeGrid
 
isColumnReorderingAllowed() - Method in class com.storedobject.vaadin.HasColumns.SOGrid
Check whether the column reordering is allowed or not.
isColumnResizable(String) - Method in interface com.storedobject.vaadin.HasColumns
Check the resizable attribute of a given column.
isColumnSortable(String) - Method in class com.storedobject.ui.AbstractEditableGrid
 
isColumnSortable(String) - Method in class com.storedobject.ui.AbstractObjectForest
 
isColumnSortable(String) - Method in class com.storedobject.ui.accounts.JournalVoucherView
 
isColumnSortable(String) - Method in class com.storedobject.ui.accounts.StatementView
 
isColumnSortable(String) - Method in class com.storedobject.ui.inventory.DefineAssembly
 
isColumnSortable(String) - Method in class com.storedobject.ui.inventory.ItemMovementView
 
isColumnSortable(String) - Method in class com.storedobject.ui.iot.StatusGrid
 
isColumnSortable(String) - Method in class com.storedobject.vaadin.DataTreeGrid
Check if a particular column is sortable or not.
isColumnSortable(String) - Method in interface com.storedobject.vaadin.HasColumns
Check if the column is in-memory and back-end sortable.
isColumnVisible(String) - Method in interface com.storedobject.vaadin.HasColumns
Check the visibility attribute of a given column.
isCompactTheme() - Method in class com.storedobject.ui.Application
Is the application theme currently in compact mode?
isCompatible(MeasurementUnit) - Method in class com.storedobject.core.MeasurementUnit
 
isCompatible(Quantity) - Method in class com.storedobject.core.Quantity
 
isComplete() - Method in class com.storedobject.pdf.PDFTable
 
isCompleted() - Method in class com.storedobject.chart.AbstractTask
Check if this task/activity is completed or not.
isCompleted() - Method in class com.storedobject.chart.ActivityList.Activity
 
isCompleted() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
 
isCompleted() - Method in class com.storedobject.chart.Project.Task
 
isCompleted() - Method in class com.storedobject.chart.Project.TaskGroup
 
isComputed() - Method in interface com.storedobject.common.ComputedValue
 
isComputed() - Method in class com.storedobject.core.AbstractComputedValue
 
isComputed() - Method in class com.storedobject.core.ComputedDate
 
isConnected() - Method in class com.storedobject.iot.MQTT
 
isConnector() - Method in class com.storedobject.core.ApplicationServer
 
isConsumable() - Method in class com.storedobject.core.AbstractServiceItemType
 
isConsumable() - Method in class com.storedobject.core.InventoryItem
Is this a consumable item?
isConsumable() - Method in class com.storedobject.core.InventoryItemType
Is this a consumable item?
isContentTypeAllowed(String) - Method in class com.storedobject.ui.FileField
 
isContinuous() - Method in class com.storedobject.chart.VisualMap
Is the rendering continuous?
isConvertible(MeasurementUnit) - Method in class com.storedobject.core.Count
 
isConvertible(MeasurementUnit) - Method in class com.storedobject.core.FractionalCount
 
isConvertible(MeasurementUnit) - Method in class com.storedobject.core.Quantity
 
isConvertible(Quantity) - Method in class com.storedobject.core.Quantity
 
isCoreType(String) - Method in class com.storedobject.tools.TableDefinition
 
isCorrectionNeeded() - Method in class com.storedobject.tools.TableDefinition
 
isCountry() - Method in class com.storedobject.core.UIFieldMetadata
 
isCreated() - Method in class com.storedobject.ui.util.HtmlTemplate
 
isCreatedBy(ForeignFinancialSystem) - Method in interface com.storedobject.core.LedgerEntry
Check if this entry is created by the given foreign financial system.
isCredit() - Method in class com.storedobject.core.Money
Checks if this is a credit amount or not.
isCrossServerLogin() - Method in class com.storedobject.core.TransactionManager
Checks if the login method is cross-server login.
isCurrency() - Method in class com.storedobject.core.UIFieldMetadata
 
isDays() - Method in class com.storedobject.core.UIFieldMetadata
 
isDebit() - Method in class com.storedobject.core.Money
Checks if this is a debit amount or not.
isDeepFrozen(Account) - Static method in interface com.storedobject.core.Financial
 
isDeflated() - Method in class com.storedobject.pdf.PDFImage
 
isDeleted(Contact) - Method in class com.storedobject.ui.util.ContactData
 
isDeleted(FileData) - Method in class com.storedobject.ui.util.StreamAttachmentData
 
isDeleted(O) - Method in class com.storedobject.core.StoredObjectLink.Copy
 
isDeleted(T) - Method in interface com.storedobject.core.EditableList
Check if the given item was deleted from the list or not.
isDeleted(T) - Method in class com.storedobject.ui.AbstractEditableGrid
 
isDeleted(T) - Method in class com.storedobject.ui.EditableListProvider
 
isDeleted(T) - Method in class com.storedobject.ui.EditableObjectListProvider
 
isDeleted(T) - Method in interface com.storedobject.ui.EditableProvider
 
isDeleted(T) - Method in interface com.storedobject.ui.LinkValue
 
isDeleted(T) - Method in class com.storedobject.ui.ObjectLinkField
 
isDeleted(T) - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
isDeleted(T) - Method in class com.storedobject.ui.util.ExtraInfoValue
 
isDetail() - Method in class com.storedobject.core.StoredObjectUtility.Link
 
isDetail() - Method in class com.storedobject.ui.AbstractLinkGrid
 
isDetail() - Method in interface com.storedobject.ui.LinkGrid
 
isDetail(FileData) - Method in class com.storedobject.ui.util.StreamAttachmentData
 
isDetail(O) - Method in class com.storedobject.core.StoredObjectLink.Copy
 
isDetail(T) - Method in interface com.storedobject.core.StoredObjectLink
 
isDetailLink() - Method in class com.storedobject.core.TransactionInformation.TransactionLink
Check whether this is a 'detail link' or not.
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.calendar.Entry
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.AbstractCheckListItem
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.ApplicableDataLogic
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.AuditTrailLinkConfiguration
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.CheckListTemplateItem
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.ConsignmentItem
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.ConsignmentPacket
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.Contact
 
isDetailOf(Class<? extends StoredObject>) - Method in interface com.storedobject.core.Detail
Check if the given class is a "master" for this class.
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.ExternalSystemUser
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.FileCirculation
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.FileData
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.FileFolder
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.InventoryAPN
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.InventoryGRNItem
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.InventoryPOItem
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.InventoryTransferItem
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.LandedCost
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.MaterialIssuedItem
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.MaterialRequestItem
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.MemoAttachment
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.ModuleLogic
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.PseudoTranApproval
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.PseudoTranDetail
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.ReportColumnDefinition
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.ServerLink
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObjectUtility.Link
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.UIFieldMetadata
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.UnpostedJournalEntry
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.iot.FullConsumption
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.iot.ValueDefinition
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.iot.ValueImagePosition
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.job.MessageEscalation
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.mail.Attachment
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.mail.Error
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.tools.ColumnDefinition
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.tools.IndexDefinition
 
isDetailOf(Class<? extends StoredObject>) - Method in class com.storedobject.tools.LinkDefinition
 
isDeveloper() - Method in class com.storedobject.core.ApplicationServer
 
isDigit(String) - Static method in class com.storedobject.common.StringUtility
Check if a String contains only digits
isDisplayFormulas() - Method in class com.storedobject.office.od.ods.Sheet
 
isDisplayGridlines() - Method in class com.storedobject.office.od.ods.Sheet
 
isDisplayRowColHeadings() - Method in class com.storedobject.office.od.ods.Sheet
 
isDisplayZeros() - Method in class com.storedobject.office.od.ods.Sheet
 
isDoNotSaveAllowed() - Method in class com.storedobject.ui.ObjectEditor
Check whether "Do not save" option is allowed or not.
isDraggable() - Method in class com.storedobject.chart.GraphChart
 
isDraggable() - Method in class com.storedobject.chart.Shape
Whether this shape is draggable or not.
isDummy() - Method in class com.storedobject.core.Id
 
isDynamic() - Method in class com.storedobject.core.ObjectLoadFilter
Check whether this filter dynamic or not.
isEditable(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
 
isEditable(HasValue<?, ?>) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
 
isEditable(String) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
 
isEditable(String) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
 
isEdited(Contact) - Method in class com.storedobject.ui.util.ContactData
 
isEdited(FileData) - Method in class com.storedobject.ui.util.StreamAttachmentData
 
isEdited(O) - Method in class com.storedobject.core.StoredObjectLink.Copy
 
isEdited(T) - Method in interface com.storedobject.core.EditableList
Check if the given item was edited or not.
isEdited(T) - Method in class com.storedobject.ui.AbstractEditableGrid
 
isEdited(T) - Method in class com.storedobject.ui.EditableListProvider
 
isEdited(T) - Method in class com.storedobject.ui.EditableObjectListProvider
 
isEdited(T) - Method in interface com.storedobject.ui.EditableProvider
 
isEdited(T) - Method in interface com.storedobject.ui.LinkValue
 
isEdited(T) - Method in class com.storedobject.ui.ObjectLinkField
 
isEdited(T) - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
isEdited(T) - Method in class com.storedobject.ui.util.ExtraInfoValue
 
isEditing() - Method in class com.storedobject.ui.ObjectEditor
Is editing? (Editing may not have started even if ObjectEditor.isReadOnly() returns false).
isEmail() - Method in class com.storedobject.core.UIFieldMetadata
 
isEmpty() - Method in class com.storedobject.chart.ActivityList
 
isEmpty() - Method in class com.storedobject.chart.Project
 
isEmpty() - Method in class com.storedobject.common.Array
 
isEmpty() - Method in class com.storedobject.common.HTMLText
 
isEmpty() - Method in class com.storedobject.common.StringList
 
isEmpty() - Method in interface com.storedobject.common.StyledBuilder
Check if the content is empty or not.
isEmpty() - Method in class com.storedobject.common.StyledString
 
isEmpty() - Method in class com.storedobject.core.FileData
 
isEmpty() - Method in class com.storedobject.core.JSONMap
 
isEmpty() - Method in class com.storedobject.core.MemoryCache
 
isEmpty() - Method in class com.storedobject.core.ObjectCacheList
 
isEmpty() - Method in class com.storedobject.core.ObjectForest.LinkNode
 
isEmpty() - Method in interface com.storedobject.core.ObjectList
 
isEmpty() - Method in class com.storedobject.core.ObjectText
Is this an empty value (No object value is set and no text value is set).
isEmpty() - Method in class com.storedobject.mail.Sender.Debugger
 
isEmpty() - Method in class com.storedobject.pdf.PDFChunk
Is this chunk empty?
isEmpty() - Method in class com.storedobject.ui.AddressField
 
isEmpty() - Method in class com.storedobject.ui.ELabel
 
isEmpty() - Method in class com.storedobject.ui.ELabels
 
isEmpty() - Method in class com.storedobject.ui.GeolocationField
 
isEmpty() - Method in class com.storedobject.ui.inventory.UOMField
 
isEmpty() - Method in class com.storedobject.ui.iot.GUI
Checks if the collection of units is empty.
isEmpty() - Method in class com.storedobject.ui.MoneyField
 
isEmpty() - Method in class com.storedobject.ui.PhoneField
 
isEmpty() - Method in interface com.storedobject.ui.StyledBuilder
 
isEmpty() - Method in class com.storedobject.ui.util.AttachmentField
 
isEmpty() - Method in class com.storedobject.ui.util.ComputedField
 
isEmpty() - Method in class com.storedobject.vaadin.BooleanField
 
isEmpty() - Method in class com.storedobject.vaadin.DataList
 
isEmpty() - Method in class com.storedobject.vaadin.ListGrid
 
isEmpty(D) - Static method in class com.storedobject.core.Utility
Check whether the given date/time is empty/blank or not.
isEnabled() - Method in class com.storedobject.ui.AbstractLinkGrid
 
isEnabled() - Method in interface com.storedobject.ui.LinkGrid
 
isEnabled() - Method in interface com.storedobject.vaadin.ApplicationMenuItem
Is this menu item enabled?
isEnabled() - Method in class com.storedobject.vaadin.ImageButton
 
isEnabled() - Method in class com.storedobject.vaadin.MenuItem
 
isError() - Method in class com.storedobject.common.ErrorText
 
isError() - Method in class com.storedobject.core.ApplicationServer
 
isError() - Method in class com.storedobject.core.LedgerWindow
Check if any DB error occurred while loading entries or not.
isError() - Method in class com.storedobject.core.TransactionControl
 
isError() - Method in class com.storedobject.oauth.OAuth
 
isExecuted() - Method in class com.storedobject.core.SystemUser.LogicHit
 
isExpanded() - Method in class com.storedobject.vaadin.DetailComponent.ToggledEvent
Check if this was an expanding event or not.
isExpendable() - Method in class com.storedobject.core.AbstractServiceItemType
 
isExpendable() - Method in class com.storedobject.core.InventoryItem
Is this an expendable item?
isExpendable() - Method in class com.storedobject.core.InventoryItemType
Is this an expendable item?
isExpired() - Method in class com.storedobject.core.PIN
 
isFemaleAllowed(int) - Static method in class com.storedobject.core.Person
 
isFieldEditable(HasValue<?, ?>) - Method in class com.storedobject.ui.tools.ChangePassword
 
isFieldEditable(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
This method is invoked to determine if a field needs to be made editable or not.
isFieldEditable(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
This method is invoked to determine if a field needs to be made editable or not.
isFieldEditable(String) - Method in class com.storedobject.ui.common.MemoSystem.MemoEditor
 
isFieldEditable(String) - Method in class com.storedobject.ui.DataEditor
 
isFieldEditable(String) - Method in class com.storedobject.ui.inventory.AssignStoresAndLocations
 
isFieldEditable(String) - Method in class com.storedobject.ui.inventory.GRNEditor
 
isFieldEditable(String) - Method in class com.storedobject.ui.ObjectEditor
 
isFieldEditable(String) - Method in class com.storedobject.ui.tools.ManageExternalUsers
 
isFieldEditable(String) - Method in class com.storedobject.vaadin.AbstractDataForm
This method is invoked to determine if a field needs to be made editable or not.
isFieldEditable(String) - Method in class com.storedobject.vaadin.AbstractForm
This method is invoked to determine if a field needs to be made editable or not.
isFieldIncluded(String) - Method in class com.storedobject.vaadin.AbstractDataEditor
Check whether this field was included while creating this editor or not.
isFieldIncluded(String) - Method in class com.storedobject.vaadin.ObjectForm
Check whether this field was included while creating this form or not.
isFieldOrderBuiltIn() - Method in class com.storedobject.core.UIFieldMetadata
 
isFieldVisible(HasValue<?, ?>) - Method in class com.storedobject.ui.common.SetPasswordPolicy
 
isFieldVisible(HasValue<?, ?>) - Method in class com.storedobject.ui.util.XXAddressForm
 
isFieldVisible(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
This method is invoked to determine if a field needs to be made visible or not.
isFieldVisible(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
This method is invoked to determine if a field needs to be made visible or not.
isFieldVisible(String) - Method in class com.storedobject.vaadin.AbstractDataForm
This method is invoked to determine if a field needs to be made visible or not.
isFieldVisible(String) - Method in class com.storedobject.vaadin.AbstractForm
This method is invoked to determine if a field needs to be made visible or not.
isFinalStep() - Method in class com.storedobject.ui.SteppedView
Check if the current step is the final step.
isFinalStep() - Method in class com.storedobject.ui.util.Stepper
 
isFirstStep() - Method in class com.storedobject.ui.SteppedView
Check if the current step is the first step.
isFirstStep() - Method in class com.storedobject.ui.util.Stepper
 
isFixedSite() - Method in class com.storedobject.ui.iot.GUI
Checks whether the site is fixed.
isForeignCurrency() - Method in class com.storedobject.core.Account
 
isFormatted() - Method in class com.storedobject.office.od.ods.Row
 
isFreeFormat() - Method in class com.storedobject.ui.MinutesField
 
isFromClient() - Method in class com.storedobject.ui.AbstractEditableGrid
 
isFromClient() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
isFromClient() - Method in class com.storedobject.vaadin.ChangedValue
Check if the value change happened due to user interaction.
isFromClient() - Method in class com.storedobject.vaadin.ChangedValues
Check if the value change happened due to user interaction.
isFullScreen() - Method in interface com.storedobject.vaadin.ExecutableView
Check if this view is a full-screen view or not.
isFullScreen() - Method in class com.storedobject.vaadin.View
 
isFullScreenMode() - Method in class com.storedobject.vaadin.Application
Check whether the application is currently in full-screen mode or not.
isGreaterThan(long) - Method in class com.storedobject.core.Money
Check if this is greater than 'value'.
isGreaterThan(long) - Method in class com.storedobject.core.Quantity
Check if this is greater than 'value'.
isGreaterThan(Money) - Method in class com.storedobject.core.Money
Check if this is greater than 'another'.
isGreaterThan(Quantity) - Method in class com.storedobject.core.Quantity
Check if this is greater than 'another'.
isGreaterThanOrEqual(long) - Method in class com.storedobject.core.Money
Check if this is greater than or equal to 'value'.
isGreaterThanOrEqual(long) - Method in class com.storedobject.core.Quantity
Check if this is greater than or equal to 'value'.
isGreaterThanOrEqual(Money) - Method in class com.storedobject.core.Money
Check if this is greater than or equal to 'another'.
isGreaterThanOrEqual(Quantity) - Method in class com.storedobject.core.Quantity
Check if this is greater than or equal to 'another'.
isGrouping() - Method in class com.storedobject.vaadin.util.NumericField
 
isHidden() - Method in class com.storedobject.office.od.ods.Workbook
 
isHomeView() - Method in class com.storedobject.ui.HTMLView
 
isHomeView() - Method in interface com.storedobject.vaadin.ExecutableView
Check if this view is a "Home View" or not.
isHomeView() - Method in class com.storedobject.vaadin.WrappedView
 
isHTML() - Method in interface com.storedobject.core.ContentType
 
isHTML(String) - Static method in class com.storedobject.ui.HTMLView
 
isImage() - Method in interface com.storedobject.core.ContentType
 
isImage() - Method in class com.storedobject.core.FileData
 
isImage() - Method in class com.storedobject.core.MediaFile
 
isImage() - Method in class com.storedobject.ui.FileField
 
isInitialSelection() - Method in class com.storedobject.vaadin.Tabs.SelectedChangeEvent
Check if this is the initial selection or not.
isInMemory() - Method in class com.storedobject.ui.AbstractTreeProvider
 
isInside() - Method in class com.storedobject.chart.Axis.Ticks
Check if the tick is drawn inside or outside the axis.
isInside() - Method in class com.storedobject.chart.Label
Check if the label is drawn inside or outside the part.
isInspectionRequired() - Method in class com.storedobject.core.InventoryLocation
 
isInterrupted() - Method in class com.storedobject.vaadin.util.MediaStreamVariable
 
isInvalid() - Method in class com.storedobject.ui.AbstractObjectField
 
isInvalid() - Method in class com.storedobject.ui.AddressField
 
isInvalid() - Method in class com.storedobject.ui.CurrencyField
 
isInvalid() - Method in class com.storedobject.ui.DetailLinkGrid
 
isInvalid() - Method in class com.storedobject.ui.EmailField
 
isInvalid() - Method in interface com.storedobject.ui.LinkGrid
 
isInvalid() - Method in class com.storedobject.ui.ListEditor
Check if this editor is in an invalid state or not.
isInvalid() - Method in class com.storedobject.ui.ObjectField
 
isInvalid() - Method in class com.storedobject.ui.ObjectFormField
 
isInvalid() - Method in class com.storedobject.ui.ObjectListEditor
Check if this editor is in an invalid state or not.
isInvalid() - Method in class com.storedobject.ui.PhoneField
 
isInvalid() - Method in class com.storedobject.ui.RangeField
 
isInvalid() - Method in class com.storedobject.ui.util.AttachmentField
 
isInvalid() - Method in class com.storedobject.vaadin.TranslatedField
 
isInvalid() - Method in class com.storedobject.vaadin.util.IP6AddressTextField
 
isInvalid() - Method in class com.storedobject.vaadin.util.IPAddressTextField
 
isInvalid() - Method in class com.storedobject.vaadin.util.MACAddressTextField
 
isInverse() - Method in class com.storedobject.chart.XYAxis
Is this axis inverted.
isInverted() - Method in class com.storedobject.chart.FunnelChart
See if the slices are shown inverted or not.
isInverted() - Method in class com.storedobject.pdf.PDFImage
 
isInvolved(Id) - Method in class com.storedobject.core.DBTransaction
See if this Id is involved in this transaction or not.
isInvolved(Id) - Method in class com.storedobject.core.PseudoTransaction
 
isInvolved(Id) - Method in interface com.storedobject.core.Transaction
See if this Id is involved in this transaction or not.
isInvolved(StoredObject) - Method in class com.storedobject.core.PseudoTransaction
 
isInvolved(StoredObject) - Method in interface com.storedobject.core.Transaction
See if this object is involved in this transaction or not.
isItalic() - Method in class com.storedobject.pdf.PDFFont
Is this italic?
isLatest() - Method in class com.storedobject.core.MemoComment
 
isLatestComment(MemoComment) - Method in class com.storedobject.core.Memo
 
isLeapYear(int) - Static method in class com.storedobject.common.DateUtility
Checks if a particular year specified is leap year
isLeapYear(D) - Static method in class com.storedobject.common.DateUtility
Checks if a particular year is leap year by taking in a date
isLedgerPosted() - Method in class com.storedobject.accounts.Invoice
 
isLedgerPosted() - Method in interface com.storedobject.core.Financial
Checks if the ledger is already posted.
isLessThan(long) - Method in class com.storedobject.core.Money
Check if this is less than 'value'.
isLessThan(long) - Method in class com.storedobject.core.Quantity
Check if this is less than 'value'.
isLessThan(Money) - Method in class com.storedobject.core.Money
Check if this is less than 'another'.
isLessThan(Quantity) - Method in class com.storedobject.core.Quantity
Check if this is less than 'another'.
isLessThanOrEqual(long) - Method in class com.storedobject.core.Money
Check if this is less than or equal to 'value'.
isLessThanOrEqual(long) - Method in class com.storedobject.core.Quantity
Check if this is less than or equal to 'value'.
isLessThanOrEqual(Money) - Method in class com.storedobject.core.Money
Check if this is less than or equal to 'another'.
isLessThanOrEqual(Quantity) - Method in class com.storedobject.core.Quantity
Check if this is less than or equal to 'another'.
isLetter(String) - Static method in class com.storedobject.common.StringUtility
Check if a String contains only letters
isLetterOrDigit(String) - Static method in class com.storedobject.common.StringUtility
Check if a String contains only letters and digits
isLiability(Account) - Static method in interface com.storedobject.core.Financial
 
isLink() - Method in interface com.storedobject.core.ContentType
 
isLink() - Method in class com.storedobject.core.FileData
 
isLink() - Method in class com.storedobject.core.StreamDataContent
 
isLinkEditingAllowed() - Method in class com.storedobject.ui.BaseObjectForest
Check whether link editing is allowed or not.
isLocalCurrency() - Method in class com.storedobject.core.Account
 
isLocked() - Method in class com.storedobject.core.SystemUser
 
isLoggedIn() - Method in class com.storedobject.core.Login
Whether already logged in or not.
isLoginAvailable(String) - Static method in class com.storedobject.core.SystemUser
 
isMainDataRow(int) - Method in class com.storedobject.ui.common.ExcelDataUpload
Check whether the given row is a main data row or not.
isMaleAllowed(int) - Static method in class com.storedobject.core.Person
 
isManual() - Method in interface com.storedobject.common.ComputedValue
 
isMaster() - Static method in class com.storedobject.core.Database
 
isMaster() - Method in class com.storedobject.core.Id
 
isMasterObject() - Method in class com.storedobject.tools.TableDefinition
 
isMedia() - Method in interface com.storedobject.core.ContentType
 
isMember(SystemUser) - Method in class com.storedobject.core.SystemUserGroup
 
isMemberOf(SystemUserGroup) - Method in class com.storedobject.core.SystemUser
 
isMenuOpened() - Method in class com.storedobject.ui.Application
 
isMenuOpened() - Method in interface com.storedobject.ui.ApplicationLayout
 
isMenuOpened() - Method in class com.storedobject.ui.util.ApplicationFrame
 
isMenuVisible() - Method in interface com.storedobject.ui.ApplicationLayout
 
isMenuVisible() - Method in class com.storedobject.ui.util.ApplicationFrame
 
isMetal(Currency) - Static method in class com.storedobject.core.Money
 
isMilestone() - Method in class com.storedobject.chart.AbstractTask
Is this a milestone task? (Not applicable to activities).
isMilestone() - Method in class com.storedobject.chart.ActivityList.Activity
 
isMilestone() - Method in class com.storedobject.chart.Project.Task
 
isMine(SystemUser) - Method in class com.storedobject.core.Memo
 
isMine(SystemUser) - Method in class com.storedobject.core.MemoComment
 
isMinor() - Method in class com.storedobject.core.Person
See if this person is a minor
isMinor(Date) - Method in class com.storedobject.core.Person
See if this person is a minor as of a given day
isMinutes() - Method in class com.storedobject.core.UIFieldMetadata
 
isModified() - Method in class com.storedobject.core.StoredObject
Check if any of the attribute values of this instance is modified or not, by comparing the values with respective values available in the DB.
isModulus11(long) - Static method in class com.storedobject.common.StringUtility
Check the number passed to see if its ends with a modulus 11 check digit.
isModulus11(String) - Static method in class com.storedobject.common.StringUtility
Check the alphanumeric string passed to see if its ends with a modulus 11 check digit.
isMovementAllowed() - Method in class com.storedobject.ui.ImageViewer
Check whether movement is allowed or not.
isMultiCurrency() - Static method in class com.storedobject.core.Money
Is the platform running in a multi-currency (and multi-tenancy) environment? A multi-currency environment is an environment where multiple system entities exist and not all of them have the same accounting currency.
isMultiline() - Method in class com.storedobject.core.UIFieldMetadata
 
isMultiTenant() - Static method in class com.storedobject.core.TransactionManager
 
isMyMemo(SystemUser) - Method in class com.storedobject.core.MemoComment
 
isNameType() - Method in class com.storedobject.tools.TableDefinition
 
isNegative() - Method in class com.storedobject.core.Money
 
isNegative() - Method in class com.storedobject.core.Quantity
Checks if this is a negative quantity or not.
isNegativeAllowed() - Method in class com.storedobject.core.UIFieldMetadata
 
isNewLine() - Method in class com.storedobject.common.HTMLText
 
isNewLine() - Method in interface com.storedobject.common.StyledBuilder
Check if the last add was a new line or not.
isNewLine() - Method in class com.storedobject.common.StyledString
 
isNewLine() - Method in class com.storedobject.pdf.PDF.Text
 
isNewLine() - Method in class com.storedobject.ui.Alert
 
isNewLine() - Method in class com.storedobject.ui.ELabel
 
isNewLine() - Method in class com.storedobject.ui.ELabelField
 
isNewLine() - Method in class com.storedobject.ui.ELabels
 
isNewLine() - Method in class com.storedobject.ui.TextView
 
isNull() - Method in class com.storedobject.common.JSON
Check whether the value is null or not.
isNull() - Method in class com.storedobject.core.Id
 
isNull(Id) - Static method in class com.storedobject.core.Id
 
isNull(StoredObject) - Static method in class com.storedobject.core.Id
 
isNumber(String) - Static method in class com.storedobject.common.StringUtility
Check if a String contains a numeric value or not.
isNumericPostalCode() - Method in class com.storedobject.common.Address
Whether the postal code is numeric or not.
isNumericPostalCode() - Method in class com.storedobject.common.GBAddress
 
isNumericPostalCode() - Method in class com.storedobject.common.USAddress
 
isObsolete() - Method in class com.storedobject.core.InventoryItem
Is this an obsolete part number? If marked as obsolete, it will not be ordered again via purchase orders.
isObsolete() - Method in class com.storedobject.core.InventoryItemType
Is this an obsolete part number?
isOf(Class<? extends StoredObject>) - Method in class com.storedobject.core.SOClass
 
isOne() - Method in class com.storedobject.core.Rate
 
isOpened() - Method in class com.storedobject.vaadin.Popup
Check if the popup is currently opened or not.
isOpenOnHover() - Method in class com.storedobject.vaadin.MenuBar
Gets whether the sub menus open by clicking or hovering on the root level buttons.
isOpposite() - Method in class com.storedobject.chart.XYAxis
Is this displayed on the opposite side (For example, an X axis is normally displayed at the bottom, but we can also display it at the top).
isPartOfArrayFormulaGroup() - Method in class com.storedobject.office.od.ods.Cell
 
isPasswordExpired() - Method in class com.storedobject.core.SystemUser
 
isPasswordLogin() - Method in class com.storedobject.core.TransactionManager
Checks if the login method is password-based.
isPDF() - Method in interface com.storedobject.core.ContentType
 
isPDF() - Method in class com.storedobject.core.FileData
 
isPDF() - Method in class com.storedobject.core.MediaFile
 
isPersonal() - Method in class com.storedobject.accounts.AccountEntity
Determines whether the account entity is associated with a personal party.
isPersonal() - Method in class com.storedobject.accounts.EntityAccount
Determines whether the entity account is associated with a personal party.
isPhone() - Method in class com.storedobject.core.UIFieldMetadata
 
isPOBoxAddress() - Method in class com.storedobject.common.Address
Check if this is a Post Box based address.
isPopupText() - Method in class com.storedobject.core.UIFieldMetadata
 
isPositive() - Method in class com.storedobject.core.Money
Checks if this is a positive amount or not.
isPositive() - Method in class com.storedobject.core.Quantity
Checks if this is a positive non-zero quantity or not.
isPostalCodeAddress() - Method in class com.storedobject.common.Address
Check if this is a Postal Code based address.
isPostalCodeMandatory() - Method in class com.storedobject.common.Address
Is postal code mandatory?
isPostalCodeMandatory() - Method in class com.storedobject.common.INAddress
 
isPostalCodeMandatory() - Method in class com.storedobject.common.PKAddress
 
isPostalCodeMandatory() - Method in class com.storedobject.common.USAddress
 
isPreviewing() - Method in interface com.storedobject.vaadin.MediaCapture
Check whether previewing is in progress or not.
isPreviewing() - Method in class com.storedobject.vaadin.VideoCapture
Check whether previewing is in progress or not.
isPrintGridlines() - Method in class com.storedobject.office.od.ods.Sheet
 
isPrintRowAndColumnHeadings() - Method in class com.storedobject.office.od.ods.Sheet
 
isPrintText() - Method in class com.storedobject.common.Barcode
Check whether barcode data will be printed at the bottom of the image or not.
isPrintText() - Method in class com.storedobject.ui.BarcodeImage
 
isProcessed() - Method in class com.storedobject.core.InventoryGRN
 
isPseudo() - Method in class com.storedobject.core.TransactionControl
 
isRawOuput() - Method in class com.storedobject.office.ODS
 
isRawOutput() - Method in class com.storedobject.office.ODT
 
isReadBy(Id) - Method in class com.storedobject.core.LoginMessage
 
isReadBy(Person) - Method in class com.storedobject.core.LoginMessage
 
isReadBy(PersonRole) - Method in class com.storedobject.core.LoginMessage
 
isReadBy(SystemUser) - Method in class com.storedobject.core.LoginMessage
 
isReadOnly() - Method in class com.storedobject.ui.EditableGrid
Check the read-only status.
isReadOnly() - Method in class com.storedobject.ui.EditableObjectGrid
 
isReadOnly() - Method in interface com.storedobject.ui.LinkGrid
 
isReadOnly() - Method in class com.storedobject.ui.ObjectBrowser
 
isReadOnly() - Method in class com.storedobject.ui.ObjectEditor
Is read-only?
isReadOnly() - Method in class com.storedobject.ui.ObjectLinkField
 
isReadOnly() - Method in class com.storedobject.ui.util.AcceptAbandonButtons
 
isReadOnly() - Method in class com.storedobject.vaadin.AbstractDataForm
Check whether the view is "read only" or not.
isReadOnly() - Method in class com.storedobject.vaadin.AbstractForm
Check whether the form is "read only" or not.
isReadOnly() - Method in class com.storedobject.vaadin.util.Data
Is this read-only?
isRecording() - Method in class com.storedobject.vaadin.AudioCapture
Check whether recording is in progress or not.
isRecording() - Method in interface com.storedobject.vaadin.MediaCapture
Check whether recording is in progress or not.
isRecording() - Method in class com.storedobject.vaadin.VideoCapture
Check whether recording is in progress or not.
isReentrant() - Method in interface com.storedobject.common.Reentrant
This method may return false if some class wants to disallow calling its Executable.execute() method by some other routine when it is in some specific state.
isReferenced() - Method in class com.storedobject.core.TransactionInformation.TransactionLink
If this link was just referenced (not added or removed) in the transaction or not.
isReferenceLink() - Method in class com.storedobject.core.TransactionInformation.TransactionLink
Check whether this is a 'reference link' or not.
isRegistered() - Method in class com.storedobject.ui.tools.BiometricButton
 
isRemoved() - Method in class com.storedobject.core.TransactionInformation.TransactionLink
If this link was removed in the transaction or not.
isRepairable() - Method in class com.storedobject.core.InventoryItem
Is this a repairable item?
isRepairable() - Method in class com.storedobject.core.InventoryItemType
Is this a repairable item?
isRepairable() - Method in class com.storedobject.core.InventoryStore
If items stored in this store are repairable or not.
isRepairAllowed() - Method in class com.storedobject.core.InventoryItem
Is this a repairable item?
isRepairAllowed() - Method in class com.storedobject.core.InventoryItemType
Is this a repairable item?
isRequired() - Method in class com.storedobject.core.UIFieldMetadata
 
isRequired() - Method in class com.storedobject.ui.AbstractObjectField
 
isRequired() - Method in class com.storedobject.ui.AddressField
 
isRequired() - Method in class com.storedobject.ui.FileField
 
isRequired() - Method in class com.storedobject.ui.ObjectField
 
isRequired() - Method in class com.storedobject.ui.ObjectFormField
 
isRequired() - Method in class com.storedobject.ui.util.AttachmentField
 
isRequired() - Method in class com.storedobject.ui.util.ExtraInfoField
 
isRequired() - Method in class com.storedobject.ui.util.StreamAttachment
 
isRequired() - Method in class com.storedobject.vaadin.ChoiceField
 
isRequired() - Method in class com.storedobject.vaadin.DateField
Does it allow empty?
isRequired() - Method in class com.storedobject.vaadin.ListField
 
isRequired() - Method in interface com.storedobject.vaadin.ValueRequired
Get the value required flag.
isRequiredIndicatorVisible() - Method in class com.storedobject.ui.ObjectLinkField
 
isRequiredIndicatorVisible() - Method in class com.storedobject.ui.util.AcceptAbandonButtons
 
isReserved() - Method in class com.storedobject.core.MaterialIssued
 
isReusable() - Method in class com.storedobject.common.InputOutputStream
Check whether this is reusable or not.
isRightAligned(Object) - Static method in class com.storedobject.core.Utility
Is the given value right-aligned? (Examples of right-aligned values are numeric values, quantity etc.) The notion of right-alignment depends on the locale.
isRightToLeft() - Method in class com.storedobject.office.od.ods.Sheet
 
isRoam() - Method in class com.storedobject.chart.GraphChart
 
isRoot() - Method in class com.storedobject.core.FileFolder
 
isRoundCap() - Method in class com.storedobject.chart.BarChart
Is round-cap feature set?
isRowBroken(int) - Method in class com.storedobject.office.od.ods.Sheet
 
isRTL() - Method in class com.storedobject.common.Country
Is the default language of this country is RTL (right-to-left)?
isRTL(Locale) - Static method in class com.storedobject.common.Country
Is the language of the given locale is RTL (right-to-left)?
isRunning() - Method in class com.storedobject.platform.Application
 
isSameDate(D, D) - Static method in class com.storedobject.common.DateUtility
Validates and returns true if two dates passed to the method are same
isSameSize(String, String) - Static method in class com.storedobject.office.AbstractSpreadSheet
 
isSavePending() - Method in interface com.storedobject.core.EditableList
Is save pending? (Some entry has "edited" or "deleted" status).
isSavePending() - Method in class com.storedobject.ui.AbstractEditableGrid
 
isSavePending() - Method in interface com.storedobject.ui.EditableProvider
 
isScheduler() - Method in class com.storedobject.core.ApplicationServer
 
isScrapAllowed() - Method in class com.storedobject.core.InventoryLocation
 
isScrollable() - Method in class com.storedobject.vaadin.Scrollable
Return curent state.
isScrollable() - Method in class com.storedobject.vaadin.View
See if this view is scrollable or not.
isScrollable(Component) - Static method in class com.storedobject.vaadin.Scrollable
Check current state of scrollability of a particular component.
isSearchMode() - Method in class com.storedobject.ui.ObjectBrowser
 
isSearchMode() - Method in interface com.storedobject.ui.ObjectGridData
 
isSecret() - Method in class com.storedobject.core.UIFieldMetadata
 
isSelected() - Method in class com.storedobject.office.od.ods.Sheet
 
isSentBy(Id) - Method in class com.storedobject.core.LoginMessage
 
isSentBy(Person) - Method in class com.storedobject.core.LoginMessage
 
isSentBy(PersonRole) - Method in class com.storedobject.core.LoginMessage
 
isSentBy(SystemUser) - Method in class com.storedobject.core.LoginMessage
 
isSerial() - Method in class com.storedobject.core.UIFieldMetadata
 
isSerialized() - Method in class com.storedobject.core.InventoryItem
Is this a serialized item?
isSerialized() - Method in class com.storedobject.core.InventoryItemType
Is this a serialized item?
isSerialized() - Method in class com.storedobject.core.SubscriptionItemType
 
isServiceable() - Method in class com.storedobject.core.InventoryItem
Whether this item is serviceable or not.
isSetAllowed() - Method in class com.storedobject.core.UIFieldMetadata
 
isSheetHidden(int) - Method in class com.storedobject.office.od.ods.Workbook
 
isSheetVeryHidden(int) - Method in class com.storedobject.office.od.ods.Workbook
 
isShelfLifeApplicable() - Method in class com.storedobject.core.InventoryItem
Is shelf-life applicable?
isShelfLifeApplicable() - Method in class com.storedobject.core.InventoryItemType
is shelf-life applicable?
isSingleOTP() - Method in interface com.storedobject.core.IdentityCheck
Check whether the same OPT should be sent to both email and mobile for verification.
isSkipFirstHeader() - Method in class com.storedobject.pdf.PDFTable
 
isSkipLastFooter() - Method in class com.storedobject.pdf.PDFTable
 
isSmall(Class<? extends StoredObject>) - Static method in class com.storedobject.core.ObjectHint
 
isSmallList(Class<? extends StoredObject>, boolean) - Static method in class com.storedobject.core.ObjectHint
 
isSorted() - Method in class com.storedobject.chart.FunnelChart
By default, slices will be sorted and shown.
isSpeakerOn() - Method in class com.storedobject.vaadin.Application
Internally used by SpeakerButton to check the status of the speaker.
isSpeaking() - Method in class com.storedobject.vaadin.Application
Check whether still speaking the previously set sentences.
isSpecial(Account) - Static method in interface com.storedobject.core.Financial
 
isSplitRows() - Method in class com.storedobject.pdf.PDFTable
 
isSS() - Method in class com.storedobject.core.SystemUser
 
isSS() - Method in class com.storedobject.core.SystemUserGroup
 
isStrikethrough() - Method in class com.storedobject.pdf.PDFFont
Is this strikethrough?
isStyle(String) - Method in class com.storedobject.core.UIFieldMetadata
 
issue(Transaction) - Method in class com.storedobject.core.MaterialIssued
 
Issue - Class in com.storedobject.ui.inventory
 
Issue - Class in com.storedobjects.support
 
Issue() - Constructor for class com.storedobject.ui.inventory.Issue
 
Issue() - Constructor for class com.storedobjects.support.Issue
 
issueReserved(Transaction) - Method in class com.storedobject.core.MaterialIssued
 
isTechnical() - Method in class com.storedobject.common.Fault
Checks if this fault is technical.
isText() - Method in interface com.storedobject.core.ContentType
 
isTextSearch() - Method in class com.storedobject.core.UIFieldMetadata
 
isTimeZone() - Method in class com.storedobject.core.UIFieldMetadata
 
isTool() - Method in class com.storedobject.core.AbstractServiceItemType
 
isTool() - Method in class com.storedobject.core.InventoryItem
Is this item a tool?
isTool() - Method in class com.storedobject.core.InventoryItemType
Is this item a tool?
isTransgenderAllowed(int) - Static method in class com.storedobject.core.Person
 
isTrimToDay() - Method in class com.storedobject.ui.MinutesField
 
isTrimToDay() - Method in class com.storedobject.ui.SecondsField
 
isUnderlined() - Method in class com.storedobject.pdf.PDFFont
Is this underlined?
isUnposted() - Method in interface com.storedobject.core.LedgerEntry
Check if this entry is not yet posted on the ledger in the DB.
isValid() - Method in class com.storedobject.common.Address
Returns if the address is valid or not.
isValid() - Method in class com.storedobject.common.Range
 
isValid() - Method in class com.storedobject.ui.MailForm.Address
 
isValid(ListDataProvider<T>) - Method in class com.storedobject.ui.AbstractEditableGrid
 
isValid(ListDataProvider<T>) - Method in class com.storedobject.ui.DataGrid
 
isValid(ListDataProvider<T>) - Method in class com.storedobject.ui.EditableGrid
 
isValid(ListDataProvider<T>) - Method in class com.storedobject.ui.EditableObjectGrid
 
isValid(ListDataProvider<T>) - Method in class com.storedobject.ui.ObjectListGrid
 
isValid(ListDataProvider<T>) - Method in class com.storedobject.ui.ReferenceLinkGrid
 
isValidLogin(String) - Static method in class com.storedobject.core.SystemUser
 
isVerified() - Method in class com.storedobject.core.SystemUser
 
isVertical() - Method in class com.storedobject.chart.VisualMap
Is the orientation vertical?
isVideo() - Method in interface com.storedobject.core.ContentType
 
isVideo() - Method in class com.storedobject.core.FileData
 
isVideo() - Method in class com.storedobject.core.MediaFile
 
isVideo() - Method in class com.storedobject.ui.FileField
 
isViewOnly() - Method in class com.storedobject.ui.ObjectEditor
Check whether the editor is in "view only" mode.
isVirtual() - Method in class com.storedobject.core.StoredObject
Check if this instance is a "virtual" instance.
isVisible() - Method in class com.storedobject.ui.ObjectLinkField
 
isVisible() - Method in interface com.storedobject.vaadin.HasVisibility
Is this field visible or not.
isVisible(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
 
isVisible(HasValue<?, ?>) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
 
isVisible(Object) - Static method in interface com.storedobject.vaadin.HasVisibility
Check if an object is visible or not.
isVisible(String) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
 
isVisible(String) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
 
isWeekNumbersVisible() - Method in class com.storedobject.ui.TimestampField
Check the visibility of "week numbers" while accepting the value.
isWeekNumbersVisible() - Method in class com.storedobject.ui.TimestampPeriodField
Check the visibility of "week numbers" while accepting the value.
isWeekNumbersVisible() - Method in class com.storedobject.vaadin.DateField
Check the visibility of "week numbers" while accepting the value.
isWeightType() - Method in class com.storedobject.core.WeightOrVolume
Determines whether the current unit represents a weight type.
isWelcomePassword() - Method in class com.storedobject.core.Login
Whether logged in using the platform default password or not (The default password will be determined by the PasswordPolicy if one is active).
isWhite(char) - Static method in class com.storedobject.common.StringUtility
Check if the character is a white space or not
isWhite(String) - Static method in class com.storedobject.common.StringUtility
Check if a String contains only white space characters
isWhitespace() - Method in class com.storedobject.pdf.PDFChunk
Does this contain only "white spaces"?
isWindowMode() - Method in class com.storedobject.vaadin.View
See if this view is in a "window mode" (means its content is displayed as a Dialog).
isWrap() - Method in class com.storedobject.pdf.PDFCell
Does the content wrap in this cell?
isZero() - Method in class com.storedobject.core.DecimalNumber
 
isZero() - Method in class com.storedobject.core.Money
Checks if this is zero or not.
isZero() - Method in class com.storedobject.core.Money.List
Whether all entries of this list contain zeros only or not.
isZero() - Method in class com.storedobject.core.Quantity
Checks if this is zero or not.
isZero(double) - Static method in class com.storedobject.common.MathUtility
 
isZero(double, int) - Static method in class com.storedobject.common.MathUtility
 
isZoomLock() - Method in class com.storedobject.chart.AbstractDataZoom
Check whether zoom lock is set or not.
IT - Enum constant in enum class com.storedobject.chart.Language
Italian
ITALIC - Enum constant in enum class com.storedobject.chart.Font.Style
Italic.
ITALIC - Enum constant in enum class com.storedobject.pdf.PDFFont.FontStyle
 
ITALIC - Static variable in class com.storedobject.pdf.PDFFont
Constant used in font specification.
Item - Enum constant in enum class com.storedobject.chart.Tooltip.Type
Tooltip for items (data-points).
itemAppended(T) - Method in class com.storedobject.ui.DataGrid
Inform the grid that we have appended an item.
itemAppended(T) - Method in interface com.storedobject.ui.LinkGrid
 
itemClass() - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
itemClass() - Method in class com.storedobject.ui.inventory.ReturnTool
 
ItemComboField<I> - Class in com.storedobject.ui.inventory
 
ItemComboField(Class<I>) - Constructor for class com.storedobject.ui.inventory.ItemComboField
 
ItemComboField(Class<I>, boolean) - Constructor for class com.storedobject.ui.inventory.ItemComboField
 
ItemComboField(Class<I>, String) - Constructor for class com.storedobject.ui.inventory.ItemComboField
 
ItemComboField(Class<I>, String, boolean) - Constructor for class com.storedobject.ui.inventory.ItemComboField
 
ItemComboField(Class<I>, String, String) - Constructor for class com.storedobject.ui.inventory.ItemComboField
 
ItemComboField(Class<I>, String, String, boolean) - Constructor for class com.storedobject.ui.inventory.ItemComboField
 
ItemComboField(String, Class<I>) - Constructor for class com.storedobject.ui.inventory.ItemComboField
 
ItemComboField(String, Class<I>, boolean) - Constructor for class com.storedobject.ui.inventory.ItemComboField
 
ItemComboField(String, Class<I>, String) - Constructor for class com.storedobject.ui.inventory.ItemComboField
 
ItemComboField(String, Class<I>, String, boolean) - Constructor for class com.storedobject.ui.inventory.ItemComboField
 
ItemComboField(String, Class<I>, String, String) - Constructor for class com.storedobject.ui.inventory.ItemComboField
 
ItemComboField(String, Class<I>, String, String, boolean) - Constructor for class com.storedobject.ui.inventory.ItemComboField
 
ItemComboField(String, List<I>) - Constructor for class com.storedobject.ui.inventory.ItemComboField
 
ItemComboField(List<I>) - Constructor for class com.storedobject.ui.inventory.ItemComboField
 
ItemContext - Class in com.storedobject.ui.inventory
 
ItemContext() - Constructor for class com.storedobject.ui.inventory.ItemContext
 
ItemContextMenu<T> - Class in com.storedobject.ui.inventory
 
ItemContextMenu<T> - Class in com.storedobject.ui.util
 
ItemContextMenu(DataGrid<T>) - Constructor for class com.storedobject.ui.inventory.ItemContextMenu
 
ItemContextMenu(DataGrid<T>, boolean, boolean, boolean) - Constructor for class com.storedobject.ui.inventory.ItemContextMenu
 
ItemContextMenu(DataGrid<T>, boolean, boolean, boolean, Runnable) - Constructor for class com.storedobject.ui.inventory.ItemContextMenu
 
ItemContextMenu(DataGrid<T>, Runnable) - Constructor for class com.storedobject.ui.inventory.ItemContextMenu
 
ItemContextMenu(Component, Consumer<T>) - Constructor for class com.storedobject.ui.util.ItemContextMenu
 
itemDeleted(T) - Method in class com.storedobject.ui.DataGrid
Inform the grid that we have deleted an item.
itemDeleted(T) - Method in interface com.storedobject.ui.LinkGrid
 
ItemField<I> - Class in com.storedobject.ui.inventory
Field to accept an instance of the InventoryItem with provision to input part number.
ItemField(Class<I>) - Constructor for class com.storedobject.ui.inventory.ItemField
Constructor.
ItemField(Class<I>, boolean) - Constructor for class com.storedobject.ui.inventory.ItemField
Constructor.
ItemField(String, Class<I>) - Constructor for class com.storedobject.ui.inventory.ItemField
Constructor.
ItemField(String, Class<I>, boolean) - Constructor for class com.storedobject.ui.inventory.ItemField
Constructor.
ItemGetField<I> - Class in com.storedobject.ui.inventory
Field to accept an instance of the InventoryItem from direct search words.
ItemGetField(Class<I>) - Constructor for class com.storedobject.ui.inventory.ItemGetField
Constructor.
ItemGetField(Class<I>, boolean) - Constructor for class com.storedobject.ui.inventory.ItemGetField
Constructor.
ItemGetField(String, Class<I>) - Constructor for class com.storedobject.ui.inventory.ItemGetField
Constructor.
ItemGetField(String, Class<I>, boolean) - Constructor for class com.storedobject.ui.inventory.ItemGetField
Constructor.
ItemInput<T> - Interface in com.storedobject.ui.inventory
Fields that can input a given type of InventoryItem value.
itemInserted(T) - Method in class com.storedobject.ui.DataGrid
Inform the grid that we have inserted a new item.
itemInserted(T) - Method in interface com.storedobject.ui.LinkGrid
 
ItemMovementReport - Class in com.storedobject.report
 
ItemMovementReport - Class in com.storedobject.ui.inventory
 
ItemMovementReport(Device, InventoryItem) - Constructor for class com.storedobject.report.ItemMovementReport
 
ItemMovementReport(Application) - Constructor for class com.storedobject.ui.inventory.ItemMovementReport
 
ItemMovementView - Class in com.storedobject.ui.inventory
 
ItemMovementView() - Constructor for class com.storedobject.ui.inventory.ItemMovementView
 
ItemMovementView(InventoryItem) - Constructor for class com.storedobject.ui.inventory.ItemMovementView
 
ItemMovementView(String) - Constructor for class com.storedobject.ui.inventory.ItemMovementView
 
itemReloaded(T) - Method in class com.storedobject.ui.DataGrid
Inform the grid that we have reloaded an item.
itemReloaded(T) - Method in interface com.storedobject.ui.LinkGrid
 
items() - Method in class com.storedobject.vaadin.ComboField
Get items from the list as a stream.
itemSelected(Component, T) - Method in interface com.storedobject.vaadin.ItemSelectedListener
Method called when an item is selected/deselected.
itemSelected(Component, T) - Method in interface com.storedobject.vaadin.ItemsSelectedListener
 
ItemSelectedListener<T> - Interface in com.storedobject.vaadin
Interface for listening on selected items (especially in Grid.
itemsSelected(Component, Set<T>) - Method in interface com.storedobject.vaadin.ItemsSelectedListener
Method called when set of items are selected.
ItemsSelectedListener<T> - Interface in com.storedobject.vaadin
Interface for listening on selected items (especially in Grid.
ItemsSentForRepair<I> - Class in com.storedobject.ui.inventory
 
ItemsSentForRepair() - Constructor for class com.storedobject.ui.inventory.ItemsSentForRepair
 
ItemsSentForRepair(Class<I>) - Constructor for class com.storedobject.ui.inventory.ItemsSentForRepair
 
ItemStyle - Class in com.storedobject.chart
Item style.
ItemStyle() - Constructor for class com.storedobject.chart.ItemStyle
 
itemTypeClass() - Method in class com.storedobject.ui.inventory.AbstractRequestMaterial
 
itemTypeClass() - Method in class com.storedobject.ui.inventory.RequestTool
 
ItemTypeContextMenu<T> - Class in com.storedobject.ui.inventory
 
ItemTypeContextMenu(DataGrid<T>) - Constructor for class com.storedobject.ui.inventory.ItemTypeContextMenu
 
ItemTypeEditor<T> - Class in com.storedobject.ui.inventory
 
ItemTypeEditor(Class<T>) - Constructor for class com.storedobject.ui.inventory.ItemTypeEditor
 
ItemTypeEditor(Class<T>, int) - Constructor for class com.storedobject.ui.inventory.ItemTypeEditor
 
ItemTypeEditor(Class<T>, int, String) - Constructor for class com.storedobject.ui.inventory.ItemTypeEditor
 
ItemTypeEditor(Class<T>, int, String, String) - Constructor for class com.storedobject.ui.inventory.ItemTypeEditor
 
ItemTypeEditor(String) - Constructor for class com.storedobject.ui.inventory.ItemTypeEditor
 
ItemTypeGetField<T> - Class in com.storedobject.ui.inventory
 
ItemTypeGetField(Class<T>) - Constructor for class com.storedobject.ui.inventory.ItemTypeGetField
 
ItemTypeGetField(Class<T>, boolean) - Constructor for class com.storedobject.ui.inventory.ItemTypeGetField
 
ItemTypeGetField(Class<T>, boolean, boolean) - Constructor for class com.storedobject.ui.inventory.ItemTypeGetField
 
ItemTypeGetField(String, Class<T>) - Constructor for class com.storedobject.ui.inventory.ItemTypeGetField
 
ItemTypeGetField(String, Class<T>, boolean) - Constructor for class com.storedobject.ui.inventory.ItemTypeGetField
 
ItemTypeGetField(String, Class<T>, boolean, boolean) - Constructor for class com.storedobject.ui.inventory.ItemTypeGetField
 
itemUndeleted(T) - Method in class com.storedobject.ui.DataGrid
Inform the grid that we have undeleted an item.
itemUndeleted(T) - Method in interface com.storedobject.ui.LinkGrid
 
itemUpdated(T) - Method in class com.storedobject.ui.DataGrid
Inform the grid that we have updated an item.
itemUpdated(T) - Method in interface com.storedobject.ui.LinkGrid
 
iterator() - Method in class com.storedobject.common.Array
 
iterator() - Method in class com.storedobject.common.ConvertedIterable
 
iterator() - Method in class com.storedobject.common.StringList
 
iterator() - Method in class com.storedobject.core.IdBuffer
 
iterator() - Method in class com.storedobject.core.IdIterable
 
iterator() - Method in interface com.storedobject.core.Ledger
Iterator for LedgerEntrys.
iterator() - Method in class com.storedobject.core.MemoryCache
 
iterator() - Method in class com.storedobject.core.ObjectCache
 
iterator() - Method in class com.storedobject.core.ObjectCacheList
 
iterator() - Method in class com.storedobject.core.ObjectIterator
 
iterator() - Method in class com.storedobject.core.Query
Returns an iterator for traversing the results of the query.
iterator() - Method in class com.storedobject.office.od.ods.Row
 
iterator() - Method in class com.storedobject.office.od.ods.Sheet
 
iterator() - Method in class com.storedobject.office.od.ods.Workbook
 
iterator() - Method in class com.storedobject.vaadin.DataList
 
iterator() - Method in class com.storedobject.vaadin.ListGrid
 
IteratorODTReport<T> - Class in com.storedobject.office
 
IteratorODTReport(Device) - Constructor for class com.storedobject.office.IteratorODTReport
 
IteratorODTReport(Device, Id) - Constructor for class com.storedobject.office.IteratorODTReport
 
IteratorODTReport(Device, Id, Object) - Constructor for class com.storedobject.office.IteratorODTReport
 
IteratorODTReport(Device, StreamData) - Constructor for class com.storedobject.office.IteratorODTReport
 
IteratorODTReport(Device, StreamData, Object) - Constructor for class com.storedobject.office.IteratorODTReport
 
ITF - Enum constant in enum class com.storedobject.common.Barcode.Format
ITF (Interleaved Two of Five) 1D format.

J

JA - Enum constant in enum class com.storedobject.chart.Language
Japanese
JACK_IN_THE_BOX - Enum constant in enum class com.storedobject.ui.Animation
 
jarName() - Element in annotation interface com.storedobject.common.annotation.Module
 
JavaClass - Class in com.storedobject.core
Representation of "Java Class".
JavaClass() - Constructor for class com.storedobject.core.JavaClass
Constructor for internal use only
JavaClass(String) - Constructor for class com.storedobject.core.JavaClass
Constructor
JavaClassEditor - Class in com.storedobject.ui.tools
 
JavaClassEditor() - Constructor for class com.storedobject.ui.tools.JavaClassEditor
 
JavaClassLoader - Class in com.storedobject.core
Class loaded used internally by the platform to load classes from the database.
JavaInnerClass - Class in com.storedobject.core
Representation of "Java Inner Logic".
JavaInnerClass() - Constructor for class com.storedobject.core.JavaInnerClass
Constructor for internal use only
JavaInnerClass(String) - Constructor for class com.storedobject.core.JavaInnerClass
Constructor
JavaScript - Enum constant in enum class com.storedobject.common.Script.Language
 
JavaSourceWriter - Class in com.storedobject.core
This class is a filtered writer to format Java source code.
JavaSourceWriter(Writer) - Constructor for class com.storedobject.core.JavaSourceWriter
Create a new filtered writer.
JavaSourceWriter(Writer, String) - Constructor for class com.storedobject.core.JavaSourceWriter
Create a new filtered writer.
JavaTool - Class in com.storedobject.tools
 
JavaTool() - Constructor for class com.storedobject.tools.JavaTool
 
JELLO - Enum constant in enum class com.storedobject.ui.Animation
 
Job - Class in com.storedobject.job
A logic that extends this class is called a "Job".
Job(Schedule) - Constructor for class com.storedobject.job.Job
Constructor.
join() - Method in class com.storedobject.common.StringCollector
Waits for the virtual thread, responsible for collecting input data, to complete execution.
join(int) - Method in class com.storedobject.vaadin.GridRow
Join all cells starting at a given index and ending at the last column (inclusive).
join(int, int) - Method in class com.storedobject.vaadin.GridRow
Join cells for a range of column indices.
join(String...) - Method in class com.storedobject.vaadin.GridRow
Join cells.
join(Collection<String>) - Method in class com.storedobject.vaadin.GridRow
Join cells.
joinCells(GridRow.Cell...) - Method in class com.storedobject.vaadin.GridRow
Join cells.
JournalReport - Class in com.storedobject.report
 
JournalReport - Class in com.storedobject.ui.accounts
 
JournalReport() - Constructor for class com.storedobject.ui.accounts.JournalReport
 
JournalReport(Device) - Constructor for class com.storedobject.report.JournalReport
 
JournalReport(Device, DatePeriod) - Constructor for class com.storedobject.report.JournalReport
 
JournalReport(Device, SystemEntity, DatePeriod) - Constructor for class com.storedobject.report.JournalReport
 
JournalVoucher - Class in com.storedobject.core
Represents a Journal Voucher (JV).
JournalVoucher() - Constructor for class com.storedobject.core.JournalVoucher
Constructor.
JournalVoucher(StoredObject) - Constructor for class com.storedobject.core.JournalVoucher
Constructor.
JournalVoucher.Entry - Class in com.storedobject.core
Represents a ledger entry of the JV.
JournalVoucherBrowser - Class in com.storedobject.ui.accounts
 
JournalVoucherBrowser() - Constructor for class com.storedobject.ui.accounts.JournalVoucherBrowser
 
JournalVoucherEditor - Class in com.storedobject.ui.accounts
 
JournalVoucherEditor() - Constructor for class com.storedobject.ui.accounts.JournalVoucherEditor
 
JournalVoucherStage - Class in com.storedobject.core
Class to keep track of the JVs to be exchanged with foreign financial systems.
JournalVoucherStage() - Constructor for class com.storedobject.core.JournalVoucherStage
 
JournalVoucherView - Class in com.storedobject.ui.accounts
 
JournalVoucherView() - Constructor for class com.storedobject.ui.accounts.JournalVoucherView
 
JournalVoucherView(JournalVoucher) - Constructor for class com.storedobject.ui.accounts.JournalVoucherView
 
JournalVoucherView(List<JournalVoucher>) - Constructor for class com.storedobject.ui.accounts.JournalVoucherView
 
JPG - Enum constant in enum class com.storedobject.vaadin.PaintedImage.Type
JPEG type.
json() - Method in class com.storedobject.common.HTTP2.Builder
Retrieves and converts the response content to a JSON object.
JSON - Class in com.storedobject.common
A simple wrapper around JSON processing classes.
JSON - Class in com.storedobject.core
Extended JSON class with more extract methods for the core-specific attribute types.
JSON - Enum constant in enum class com.storedobject.common.JSON.Type
 
JSON() - Constructor for class com.storedobject.common.JSON
Construct an empty JSON.
JSON() - Constructor for class com.storedobject.core.JSON
Construct an empty JSON.
JSON(Object) - Constructor for class com.storedobject.common.JSON
Construct a JSON instance from an Object that could hopefully parse into a JSON compatible String.
JSON(Object) - Constructor for class com.storedobject.core.JSON
Construct a JSON instance from an Object that could hopefully parse into a JSON compatible String.
JSON.Type - Enum Class in com.storedobject.common
Type of JSON values.
JSONContentType - Class in com.storedobject.core
 
JSONContentType() - Constructor for class com.storedobject.core.JSONContentType
 
JSONCount - Class in com.storedobject.core
 
JSONCount() - Constructor for class com.storedobject.core.JSONCount
 
JSONData - Class in com.storedobject.ui
 
JSONData(JSON) - Constructor for class com.storedobject.ui.JSONData
 
JSONExists - Class in com.storedobject.core
 
JSONExists() - Constructor for class com.storedobject.core.JSONExists
 
JSONField - Class in com.storedobject.ui
 
JSONField() - Constructor for class com.storedobject.ui.JSONField
Constructor.
JSONField(String) - Constructor for class com.storedobject.ui.JSONField
Constructor.
JSONGet - Class in com.storedobject.core
 
JSONGet() - Constructor for class com.storedobject.core.JSONGet
 
JSONGrid - Class in com.storedobject.ui
 
JSONGrid() - Constructor for class com.storedobject.ui.JSONGrid
 
JSONGrid(JSON, Iterable<String>) - Constructor for class com.storedobject.ui.JSONGrid
 
JSONGrid(Iterable<String>) - Constructor for class com.storedobject.ui.JSONGrid
 
JSONLedger - Class in com.storedobject.core
 
JSONLedger() - Constructor for class com.storedobject.core.JSONLedger
 
JSONList - Class in com.storedobject.core
 
JSONList() - Constructor for class com.storedobject.core.JSONList
 
JSONMap - Class in com.storedobject.core
 
JSONMap() - Constructor for class com.storedobject.core.JSONMap
 
JSONMenu - Class in com.storedobject.core
 
JSONMenu() - Constructor for class com.storedobject.core.JSONMenu
 
JSONParameter - Interface in com.storedobject.core
Interface to denote that a ContentProducer instance such as a report supports JSON parameter.
JSONRetrieve - Class in com.storedobject.core
 
JSONRetrieve() - Constructor for class com.storedobject.core.JSONRetrieve
 
JSONService - Class in com.storedobject.tools
 
JSONService - Interface in com.storedobject.core
Interface defining the JSON Service interface.
JSONService(String, HttpSession) - Constructor for class com.storedobject.tools.JSONService
 
JSONServiceWS - Class in com.storedobject.tools
 
JSONServiceWS(String, Session) - Constructor for class com.storedobject.tools.JSONServiceWS
 
JSONServlet - Class in com.storedobject.tools
 
JSONServlet() - Constructor for class com.storedobject.tools.JSONServlet
 
JSONTransact - Class in com.storedobject.core
 
JSONTransact() - Constructor for class com.storedobject.core.JSONTransact
 
JSONTranSync - Class in com.storedobject.core
 
JSONTranSync() - Constructor for class com.storedobject.core.JSONTranSync
 
JSONWebSocket - Class in com.storedobject.tools
 
JSONWebSocket() - Constructor for class com.storedobject.tools.JSONWebSocket
 
justify(View, CSSGrid.Position) - Method in class com.storedobject.vaadin.Dashboard
Justify (horizontally) a view within its grid cell.
justify(Component, CSSGrid.Position) - Static method in class com.storedobject.ui.SteppedView
Justify (horizontally) a component within the view's content area.
justify(Component, CSSGrid.Position) - Method in class com.storedobject.vaadin.CSSGrid
Justify (horizontally) a component within its grid cell.
justify(Component, CSSGrid.Position) - Method in class com.storedobject.vaadin.PopupButton
Justify (horizontally) a component within its grid cell.
justifyCenter() - Method in class com.storedobject.chart.Alignment
Justify center.
justifyCenter() - Method in class com.storedobject.chart.Position
Justify to the center (horizontal).
justifyLeft() - Method in class com.storedobject.chart.Alignment
Justify left.
justifyLeft() - Method in class com.storedobject.chart.Position
Justify to the left side (horizontal).
justifyRight() - Method in class com.storedobject.chart.Alignment
Justify right.
justifyRight() - Method in class com.storedobject.chart.Position
Justify to the right side (horizontal).

K

Key - Enum Class in com.storedobject.chart
Representation of special combination keys on the keyboard.
keys() - Method in interface com.storedobject.common.DataSet
Get the keys a list.
keys() - Method in class com.storedobject.common.HashDataSet
 
keys() - Method in class com.storedobject.common.JSON
Get the top-level keys.
keys() - Method in class com.storedobject.core.ObjectData
 
keySet() - Method in class com.storedobject.core.JSONMap
 
kick() - Method in class com.storedobject.core.ApplicationServer
Give a kick to the application server to keep it active.
kick() - Static method in class com.storedobject.job.MessageSender
Kick all active "message senders" to indicate that some new messages are available for sending.
kick() - Method in class com.storedobject.ui.util.ContentGenerator
 
kill() - Static method in class com.storedobject.job.Scheduler
 
KO - Enum constant in enum class com.storedobject.chart.Language
Korean

L

label - Variable in class com.storedobject.ui.ELabel
 
label() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the label associated with the current data status.
Label - Class in com.storedobject.chart
Represents base for the label used by other parts such as Axis, Chart etc.
Label() - Constructor for class com.storedobject.chart.Axis.Label
Constructor.
Label() - Constructor for class com.storedobject.chart.Chart.Label
Constructor.
Label() - Constructor for class com.storedobject.chart.Label
Constructor.
Label() - Constructor for class com.storedobject.chart.TreeDataProvider.Label
 
LabelChoiceField - Class in com.storedobject.vaadin
A field that shows text from a list and the index of the list is treated as it value (So, AbstractField.getValue() returns an Integer).
LabelChoiceField(String, List<String>) - Constructor for class com.storedobject.vaadin.LabelChoiceField
Constructor.
LabelChoiceField(List<String>) - Constructor for class com.storedobject.vaadin.LabelChoiceField
Constructor.
LabelField<T> - Class in com.storedobject.vaadin
A field that displays one item from a list.
LabelField(String, List<T>) - Constructor for class com.storedobject.vaadin.LabelField
Constructor.
LabelField(List<T>) - Constructor for class com.storedobject.vaadin.LabelField
Constructor.
LabelPosition() - Constructor for class com.storedobject.chart.Chart.LabelPosition
 
labelStyle() - Static method in class com.storedobject.iot.ValueStyle
Get the label style.
LandedCost - Class in com.storedobject.core
 
LandedCost() - Constructor for class com.storedobject.core.LandedCost
 
LandedCostType - Class in com.storedobject.core
 
LandedCostType() - Constructor for class com.storedobject.core.LandedCostType
 
Language - Enum Class in com.storedobject.chart
Languages supported.
large() - Static method in class com.storedobject.chart.Font.Size
 
larger() - Static method in class com.storedobject.chart.Font.Size
 
lastElement() - Method in class com.storedobject.common.ArrayList
Gets the last element of a list
lastIndexOf(Object) - Method in class com.storedobject.common.Array
 
lastIndexOf(Object) - Method in class com.storedobject.common.StringList
 
lastIndexOf(Object) - Method in class com.storedobject.core.MemoryCache
 
lastIndexOf(Object) - Method in class com.storedobject.core.ObjectCacheList
 
lastIndexOf(Object) - Method in class com.storedobject.vaadin.DataList
 
lastIndexOf(Object) - Method in class com.storedobject.vaadin.ListGrid
 
LDAP - Class in com.storedobject.common
 
LDAP(String, String, String) - Constructor for class com.storedobject.common.LDAP
 
LDAP(String, String, String, String) - Constructor for class com.storedobject.common.LDAP
 
LDAP.User - Class in com.storedobject.common
 
ledger - Variable in class com.storedobject.ui.ObjectBrowser
 
ledger - Variable in class com.storedobject.ui.ObjectEditor
Button - Post Ledger
Ledger - Interface in com.storedobject.core
Representation of a set of entries in the "Transaction Ledger".
LEDGER - Static variable in class com.storedobject.core.EditorAction
 
LedgerEntry - Interface in com.storedobject.core
Representation of a single entry in the Ledger.
LedgerWindow - Class in com.storedobject.core
Representation of a "window" of entries (instances of LedgerEntry) of the "Transaction Ledger".
LedgerWindow() - Constructor for class com.storedobject.core.LedgerWindow
Constructor.
LedgerWindow(int) - Constructor for class com.storedobject.core.LedgerWindow
Constructor.
LedgerWindow(int, List<LedgerEntry>) - Constructor for class com.storedobject.core.LedgerWindow
Constructor.
LedgerWindow(List<LedgerEntry>) - Constructor for class com.storedobject.core.LedgerWindow
Constructor.
left() - Method in class com.storedobject.chart.Chart.LabelPosition
Set the label position to the left side.
LEFT - Static variable in class com.storedobject.pdf.PDFRectangle
Represents left side.
leftToRight() - Method in class com.storedobject.chart.Orientation
Left-to-right orientation.
LegacyDateField - Class in com.storedobject.vaadin
A field to edit legacy Date.
LegacyDateField() - Constructor for class com.storedobject.vaadin.LegacyDateField
Constructor.
LegacyDateField(String) - Constructor for class com.storedobject.vaadin.LegacyDateField
Constructor.
LegacyDateField(String, Date) - Constructor for class com.storedobject.vaadin.LegacyDateField
Constructor.
LegacyDateField(Date) - Constructor for class com.storedobject.vaadin.LegacyDateField
Constructor.
Legend - Class in com.storedobject.chart
Representation of legend.
Legend() - Constructor for class com.storedobject.chart.Legend
 
length(Country) - Static method in class com.storedobject.common.IBAN
Get length of IBAN.
length(String) - Static method in class com.storedobject.common.IBAN
Get length of IBAN.
lessRows(Class<C>, boolean) - Static method in class com.storedobject.ui.ObjectComboField
 
License - Class in com.storedobject.core
 
License() - Constructor for class com.storedobject.core.License
 
LicenseManagement - Class in com.storedobject.ui.tools
 
LicenseManagement() - Constructor for class com.storedobject.ui.tools.LicenseManagement
 
LIGHT_GRAY - Static variable in class com.storedobject.pdf.PDFColor
 
LIGHT_SPEED_IN - Enum constant in enum class com.storedobject.ui.Animation
 
LIGHT_SPEED_OUT - Enum constant in enum class com.storedobject.ui.Animation
 
LIGHTER - Static variable in class com.storedobject.chart.Font.Weight
Lighter font-weight.
limit(int) - Method in class com.storedobject.core.QueryBuilder
Sets a limit on the number of records to be retrieved by the query.
limit(long) - Method in class com.storedobject.core.ObjectIterator
Limit the number of entries.
limit(long) - Method in class com.storedobject.core.Query
Limits the number of results returned by the query.
LimitMessage - Class in com.storedobject.iot
 
LimitMessage() - Constructor for class com.storedobject.iot.LimitMessage
 
Line - Class in com.storedobject.chart
Defines a line segment that can be added to SOChart.
Line - Enum constant in enum class com.storedobject.chart.ChartType
Line.
Line() - Constructor for class com.storedobject.chart.Axis.Line
Constructor.
Line(Shape.Point, Shape.Point) - Constructor for class com.storedobject.chart.Line
Constructor.
LINE - Enum constant in enum class com.storedobject.chart.Axis.PointerType
Pointer as a line.
LINE_THROUGH - Enum constant in enum class com.storedobject.pdf.PDFFont.FontStyle
 
LineChart - Class in com.storedobject.chart
Line chart.
LineChart() - Constructor for class com.storedobject.chart.LineChart
Constructor.
LineChart(AbstractDataProvider<?>, AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.LineChart
Constructor.
LineStyle - Class in com.storedobject.chart
Line-style.
LineStyle() - Constructor for class com.storedobject.chart.LineStyle
Constructor.
LineStyle.Type - Enum Class in com.storedobject.chart
Line-type.
Link(Class<? extends StoredObject>) - Constructor for class com.storedobject.core.StoredObjectUtility.Link
 
LINK_CHANGED - Enum constant in enum class com.storedobject.core.DataChanged.CHANGE
 
LinkDefinition - Class in com.storedobject.tools
 
LinkDefinition() - Constructor for class com.storedobject.tools.LinkDefinition
 
linkDetails(Class<? extends StoredObject>) - Static method in class com.storedobject.core.StoredObjectUtility
 
linkDetails(Class<? extends StoredObject>, StringList) - Static method in class com.storedobject.core.StoredObjectUtility
 
linkExternalWorkbook(String, Workbook) - Method in class com.storedobject.office.od.ods.Workbook
 
linkFields() - Method in class com.storedobject.ui.ObjectEditor
 
LinkGrid<T> - Interface in com.storedobject.ui
 
LinkGridButtons<T> - Class in com.storedobject.ui.util
 
LinkGridButtons(LinkGrid<T>) - Constructor for class com.storedobject.ui.util.LinkGridButtons
 
links() - Static method in class com.storedobject.calendar.Calendar
 
links() - Static method in class com.storedobject.core.AccountChart
 
links() - Static method in class com.storedobject.core.ApplicationModule
 
links() - Static method in class com.storedobject.core.AuditTrailConfiguration
 
links() - Static method in class com.storedobject.core.CheckList
 
links() - Static method in class com.storedobject.core.CheckListItem
 
links() - Static method in class com.storedobject.core.CheckListTemplate
 
links() - Static method in class com.storedobject.core.CheckListTemplateItem
 
links() - Static method in class com.storedobject.core.Consignment
 
links() - Static method in class com.storedobject.core.DashboardDefinition
 
links() - Static method in class com.storedobject.core.FileFolder
 
links() - Static method in class com.storedobject.core.InventoryGRN
 
links() - Static method in class com.storedobject.core.InventoryItemType
 
links() - Static method in class com.storedobject.core.InventoryPO
 
links() - Static method in class com.storedobject.core.InventoryRO
 
links() - Static method in class com.storedobject.core.InventorySale
 
links() - Static method in class com.storedobject.core.InventoryVirtualLocation
 
links() - Static method in class com.storedobject.core.Logic
 
links() - Static method in class com.storedobject.core.LogicGroup
 
links() - Static method in class com.storedobject.core.LoginMessage
 
links() - Static method in class com.storedobject.core.MaterialIssued
 
links() - Static method in class com.storedobject.core.MaterialRequest
 
links() - Static method in class com.storedobject.core.MaterialReturned
 
links() - Static method in class com.storedobject.core.MaterialTransferred
 
links() - Static method in class com.storedobject.core.MemoComment
 
links() - Static method in class com.storedobject.core.MemoType
 
links() - Static method in class com.storedobject.core.ModuleLogic
 
links() - Static method in class com.storedobject.core.PrintLogicDefinition
 
links() - Static method in class com.storedobject.core.PseudoTran
 
links() - Static method in class com.storedobject.core.ReportDefinition
 
links() - Static method in class com.storedobject.core.Secret
 
links() - Static method in class com.storedobject.core.ServerInformation
 
links() - Static method in class com.storedobject.core.SystemEntity
 
links() - Static method in class com.storedobject.core.SystemUser
 
links() - Static method in class com.storedobject.core.SystemUserGroup
 
links() - Method in class com.storedobject.core.TransactionInformation.TransactionObject
Get the links of this object involved in this transaction.
links() - Static method in class com.storedobject.core.UIMetadata
 
links() - Static method in class com.storedobject.core.UnpostedJournal
 
links() - Static method in class com.storedobject.core.UserRegistrationConfiguration
 
links() - Static method in class com.storedobject.iot.Block
Provides an array of link definitions related to the Block entity.
links() - Static method in class com.storedobject.iot.Unit
 
links() - Static method in class com.storedobject.iot.UnitDefinition
 
links() - Static method in class com.storedobject.iot.ValueDefinition
 
links() - Static method in class com.storedobject.job.MessageEscalationGroup
 
links() - Static method in class com.storedobject.job.MessageGroup
 
links() - Static method in class com.storedobject.job.Schedule
 
links() - Static method in class com.storedobject.mail.GMailSender
 
links() - Static method in class com.storedobject.mail.Mail
Provides links to associated classes or objects related to 'Mail'.
links() - Static method in class com.storedobject.mail.MailSender
 
links() - Static method in class com.storedobject.tools.TableDefinition
 
links() - Static method in class com.storedobjects.support.Organization
 
links() - Static method in class com.storedobjects.support.SupportPerson
 
links(boolean) - Method in class com.storedobject.core.ObjectForest.LinkNode
 
links(Class<? extends StoredObject>) - Static method in class com.storedobject.core.StoredObjectUtility
 
links(Class<L>, int) - Method in class com.storedobject.core.TransactionInformation.TransactionObject
Get the links of this object involved in this transaction.
links(Class<L>, int, boolean) - Method in class com.storedobject.core.TransactionInformation.TransactionObject
Get the links of this object involved in this transaction.
linkTo(Transaction, StoredObject, String) - Method in class com.storedobject.core.FileData
 
linkTo(Transaction, String) - Method in class com.storedobject.core.FileData
 
LinkValue<T> - Interface in com.storedobject.ui
 
list - Variable in class com.storedobject.vaadin.util.BasicComboList
 
list() - Static method in class com.storedobject.common.Country
Get the list of countries.
list() - Method in class com.storedobject.core.ColumnNames
 
list() - Method in class com.storedobject.core.IdBuffer
 
list() - Method in class com.storedobject.core.ObjectCache
 
list() - Method in class com.storedobject.core.QueryBuilder
Retrieves an iterator containing the results that match the query constructed with the current configurations of QueryBuilder.
list(int) - Method in class com.storedobject.core.IdBuffer
 
list(int) - Method in class com.storedobject.core.ObjectCache
 
list(int, int) - Method in class com.storedobject.core.IdBuffer
 
list(int, int) - Method in class com.storedobject.core.ObjectCache
 
list(int, int, int) - Method in class com.storedobject.core.LogicGroup
 
list(Id) - Method in class com.storedobject.core.StoredObjectUtility.Link
 
list(InventoryStore) - Static method in class com.storedobject.core.InventoryBin
 
list(StoredObject) - Method in class com.storedobject.core.StoredObjectUtility.Link
 
list(StoredObjectUtility.Link<?>, StoredObject) - Static method in class com.storedobject.ui.FileViewer
 
list(SystemEntity, String) - Static method in class com.storedobject.accounts.EntityAccount
Returns an iterator of EntityAccount objects that match the specified systemEntity and name.
list(SystemEntity, String) - Static method in class com.storedobject.core.Account
 
list(SystemEntity, String) - Static method in class com.storedobject.core.AccountTitle
 
list(SystemEntity, String) - Static method in class com.storedobject.core.BranchAccount
 
list(SystemEntity, String) - Static method in class com.storedobject.core.InventoryStore
 
list(SystemEntity, String) - Static method in class com.storedobject.core.OffsetAccount
 
list(SystemEntity, String) - Static method in class com.storedobjects.support.Organization
 
list(SystemUser) - Static method in class com.storedobject.core.WebBiometric
 
list(Transaction, ClassAttribute<T>, String, String, boolean) - Static method in class com.storedobject.core.StoredObject
Get the list of instances from the database for the given parameters.
list(Transaction, ClassAttribute<T>, String, String, boolean, int, int, int[]) - Static method in class com.storedobject.core.StoredObject
Get the list of instances from the database for the given parameters.
list(Transaction, Class<T>, String) - Static method in class com.storedobject.core.StoredObject
Get the list of instances from the database for the given parameters.
list(Transaction, Class<T>, String, boolean) - Static method in class com.storedobject.core.StoredObject
Get the list of instances from the database for the given parameters.
list(Transaction, Class<T>, String, String) - Static method in class com.storedobject.core.StoredObject
Get the list of instances from the database for the given parameters.
list(Transaction, Class<T>, String, String, boolean) - Static method in class com.storedobject.core.StoredObject
Get the list of instances from the database for the given parameters.
list(Transaction, Class<T>, String, String, boolean, int, int, int[]) - Static method in class com.storedobject.core.StoredObject
Get the list of instances from the database for the given parameters.
list(Block) - Static method in class com.storedobject.iot.BlockDisplayContent
 
list(Class<Q>) - Static method in class com.storedobject.core.MeasurementUnit
 
list(Class<T>) - Static method in class com.storedobject.core.StoredObject
Get the list of instances from the database for the given parameter.
list(Class<T>, boolean) - Static method in class com.storedobject.core.StoredObject
Get the list of instances from the database for the given parameters.
list(Class<T>, String) - Static method in class com.storedobject.core.StoredObject
Get the list of instances from the database for the given parameters.
list(Class<T>, String, boolean) - Static method in class com.storedobject.core.StoredObject
Get the list of instances from the database for the given parameters.
list(Class<T>, String, InventoryItemType) - Static method in class com.storedobject.core.InventoryItem
 
list(Class<T>, String, InventoryItemType, boolean) - Static method in class com.storedobject.core.InventoryItem
 
list(Class<T>, String, String) - Static method in class com.storedobject.core.StoredObject
Get the list of instances from the database for the given parameters.
list(Class<T>, String, String) - Static method in class com.storedobject.core.StoredObjectUtility
 
list(Class<T>, String, String, boolean) - Static method in class com.storedobject.core.StoredObject
Get the list of instances from the database for the given parameters.
list(Class<T>, String, String, boolean) - Static method in class com.storedobject.core.StoredObjectUtility
 
list(Class<T>, String, String, String) - Static method in class com.storedobject.core.StoredObjectUtility
 
list(Class<T>, String, String, String, boolean) - Static method in class com.storedobject.core.StoredObjectUtility
 
list(Iterable<T>) - Static method in class com.storedobject.common.ListUtility
 
list(String) - Static method in class com.storedobject.accounts.AccountEntity
 
list(String) - Method in class com.storedobject.common.XML
Returns a list of strings matching the given XPath expression.
list(String) - Static method in class com.storedobject.core.ApplicationModule
 
list(String) - Static method in class com.storedobject.core.AuditTrailConfiguration
 
list(String) - Static method in class com.storedobject.core.CheckList
 
list(String) - Static method in class com.storedobject.core.CheckListTemplate
 
list(String) - Static method in class com.storedobject.core.Contact
 
list(String) - Static method in class com.storedobject.core.DashboardDefinition
 
list(String) - Static method in class com.storedobject.core.DocumentConfiguration
 
list(String) - Static method in class com.storedobject.core.DocumentType
 
list(String) - Static method in class com.storedobject.core.Entity
 
list(String) - Static method in class com.storedobject.core.ForeignFinancialSystem
 
list(String) - Static method in class com.storedobject.core.InventoryAssembly
 
list(String) - Static method in class com.storedobject.core.InventoryCustodyLocation
 
list(String) - Static method in class com.storedobject.core.InventoryItemType
 
list(String) - Static method in class com.storedobject.core.JavaClass
 
list(String) - Static method in class com.storedobject.core.LandedCostType
 
list(String) - Static method in class com.storedobject.core.Logic
 
list(String) - Static method in class com.storedobject.core.LogicGroup
 
list(String) - Static method in class com.storedobject.core.MaterialRequestPriority
 
list(String) - Static method in class com.storedobject.core.MediaFile
 
list(String) - Static method in class com.storedobject.core.MessageTemplate
 
list(String) - Static method in class com.storedobject.core.Person
 
list(String) - Static method in class com.storedobject.core.ProcessingLanguage
 
list(String) - Static method in class com.storedobject.core.PurchaseType
 
list(String) - Static method in class com.storedobject.core.ReportDefinition
 
list(String) - Static method in class com.storedobject.core.SaleType
 
list(String) - Static method in class com.storedobject.core.SerialPattern
 
list(String) - Static method in class com.storedobject.core.ServerInformation
 
list(String) - Static method in class com.storedobject.core.ServiceItemType
 
list(String) - Static method in class com.storedobject.core.SOClass
 
list(String) - Static method in class com.storedobject.core.SubscriptionItemType
 
list(String) - Static method in class com.storedobject.core.SystemEntity
 
list(String) - Static method in class com.storedobject.core.SystemUser
 
list(String) - Static method in class com.storedobject.core.SystemUserGroup
 
list(String) - Static method in class com.storedobject.core.TaxRegion
 
list(String) - Static method in class com.storedobject.core.TaxType
 
list(String) - Static method in class com.storedobject.core.TextContent
 
list(String) - Static method in class com.storedobject.core.TransactionType
 
list(String) - Static method in class com.storedobject.core.UIAction
 
list(String) - Static method in class com.storedobject.iot.AlarmSwitch
 
list(String) - Static method in class com.storedobject.iot.Block
Retrieves an iterator over Block objects filtered by the specified name.
list(String) - Static method in class com.storedobject.iot.ControlSchedule
 
list(String) - Static method in class com.storedobject.iot.MQTT
 
list(String) - Static method in class com.storedobject.iot.Resource
 
list(String) - Static method in class com.storedobject.iot.Site
Lists all Site objects that match the specified name.
list(String) - Static method in class com.storedobject.iot.Unit
 
list(String) - Static method in class com.storedobject.iot.ValueLimit
 
list(String) - Static method in class com.storedobject.job.MessageEscalationGroup
 
list(String) - Static method in class com.storedobject.job.MessageGroup
 
list(String) - Static method in class com.storedobject.mail.SenderGroup
 
list(String) - Static method in class com.storedobject.platform.Application
 
list(String) - Static method in class com.storedobject.sms.Provider
 
list(String) - Static method in class com.storedobject.tools.TableDefinition
 
list(String) - Static method in class com.storedobjects.support.Product
 
list(String, InventoryStore) - Static method in class com.storedobject.core.InventoryBin
 
list(String, ServiceItemType) - Static method in class com.storedobject.core.ServiceItem
 
list(String, SubscriptionItemType) - Static method in class com.storedobject.core.SubscriptionItem
 
list(String, TimestampPeriod, int) - Static method in class com.storedobject.core.SystemLog
Retrieves a list of SystemLog entries filtered by the specified name and starting from a given timestamp.
list(String, String, int) - Static method in class com.storedobject.core.SystemLog
Retrieves a list of system logs based on the provided name and condition.
list(String, Timestamp, int) - Static method in class com.storedobject.core.SystemLog
Retrieves a list of SystemLog entries filtered by the specified name and starting from a given timestamp.
list(String, Timestamp, Timestamp, int) - Static method in class com.storedobject.core.SystemLog
Retrieves a list of system logs based on the provided name within the specified timestamp range.
list(Iterator<T>) - Static method in class com.storedobject.common.ListUtility
 
list(Node, String) - Method in class com.storedobject.common.XML
Returns a list of string values from the given XML node using the specified XPath.
list(T[]) - Static method in class com.storedobject.common.ListUtility
 
List() - Constructor for class com.storedobject.core.Money.List
 
List(String[]) - Constructor for class com.storedobject.common.StringUtility.List
 
listActiveBlocks() - Method in class com.storedobject.iot.Site
Retrieves an iterator over all active blocks associated with this site.
listAll() - Method in class com.storedobject.core.MessageTemplate
 
listAll(int) - Method in class com.storedobject.core.MessageTemplate
 
listAll(Class<? extends StoredObject>) - Static method in class com.storedobject.core.SOClass
 
listAll(Class<? extends StoredObject>, boolean, boolean) - Static method in class com.storedobject.core.SOClass
 
listAll(String) - Static method in class com.storedobject.core.MessageTemplate
 
listAll(String, int) - Static method in class com.storedobject.core.MessageTemplate
 
listAllActive(Class<? extends StoredObject>) - Static method in class com.storedobject.core.SOClass
 
listAllActive(Class<? extends StoredObject>, boolean, boolean) - Static method in class com.storedobject.core.SOClass
 
listAllUnits() - Method in class com.storedobject.iot.Block
Lists all units, including the main units and associated independent units, while ensuring that the active status of related units is synchronized.
listAPNs() - Method in class com.storedobject.core.InventoryItemType
Get the list of APNs (alternate part numbers) for this part number.
listAPNs(Id) - Static method in class com.storedobject.core.InventoryItemType
Get the list of APNs (alternate part numbers) for the given part number Id.
listApplicationClasses() - Static method in class com.storedobject.core.JavaClass
 
listApprovers() - Method in class com.storedobject.core.Memo
 
listApprovers() - Method in class com.storedobjects.support.Issue
 
listApprovers(SystemEntity) - Method in class com.storedobject.core.Memo
 
listAssemblies() - Method in class com.storedobject.core.InventoryAssembly
List of all assemblies (includes full-tree) defined under this assembly.
listAssemblies() - Method in class com.storedobject.core.InventoryItem
List of assembly items under this item.
listAssemblies() - Method in class com.storedobject.core.InventoryItemType
List of all (includes full-tree) assembly definitions under this item type.
listAssemblies(Class<O>) - Method in class com.storedobject.core.InventoryItem
List of assembly items under this item.
listAssemblies(Class<O>, Predicate<O>) - Method in class com.storedobject.core.InventoryItem
List of assembly items under this item.
listAssemblies(Predicate<InventoryAssembly>) - Method in class com.storedobject.core.InventoryItemType
List of all (includes full-tree) assembly definitions under this item type.
listAssemblies(Predicate<InventoryItem>) - Method in class com.storedobject.core.InventoryItem
List of assembly items under this item.
listAutoLogic() - Method in class com.storedobject.core.SystemUser
 
listAutoLogic() - Method in class com.storedobject.core.SystemUserGroup
 
listBlocks() - Method in class com.storedobject.iot.Site
Retrieves an iterator over all blocks associated with this site.
listByName(SystemEntity, Class<T>, String) - Static method in class com.storedobject.core.EntityRole
 
listByName(SystemEntity, Class<T>, String) - Static method in class com.storedobject.core.PersonRole
 
listByName(SystemEntity, Class<T>, String, boolean) - Static method in class com.storedobject.core.EntityRole
 
listByName(SystemEntity, Class<T>, String, boolean) - Static method in class com.storedobject.core.PersonRole
 
listByNameOrNumber(SystemEntity, Class<A>, String, boolean) - Static method in class com.storedobject.core.Account
 
listByPartNumber(Class<T>, String) - Static method in class com.storedobject.core.InventoryItemType
 
listByPartNumber(Class<T>, String, boolean) - Static method in class com.storedobject.core.InventoryItemType
 
listChildClasses(boolean) - Method in class com.storedobject.core.ClassAttribute
Get the list of child classes of this.
listChildren(ObjectTree<O>, O) - Method in interface com.storedobject.core.ObjectTree.Builder
 
ListChoiceField - Class in com.storedobject.vaadin
A field that shows text from a list and the index of the list is treated as it value (So, AbstractField.getValue() returns an Integer).
ListChoiceField(String, Collection<String>) - Constructor for class com.storedobject.vaadin.ListChoiceField
Constructor.
ListChoiceField(Collection<String>) - Constructor for class com.storedobject.vaadin.ListChoiceField
Constructor.
listCommenters() - Method in class com.storedobject.core.Memo
 
listCommenters() - Method in class com.storedobjects.support.Issue
 
listCommenters(SystemEntity) - Method in class com.storedobject.core.Memo
 
listContacts() - Method in interface com.storedobject.core.HasContacts
List all contact instances of this class instance.
listContacts(int) - Method in class com.storedobject.job.MessageGroup
Get the list of contacts belonging to this message group.
listContactTypes() - Method in interface com.storedobject.core.HasContacts
List all the supported contact types.
listCost(StoredObject) - Static method in class com.storedobject.core.LandedCost
 
listDailyConsumption(Id, int, int, int) - Method in class com.storedobject.iot.Resource
 
listDailyConsumption(Resource, int, int, int) - Method in class com.storedobject.iot.AbstractUnit
Retrieves a list of daily consumption records for a specific resource within a given time range.
listDailyStatistics(String, int, int, int) - Method in class com.storedobject.iot.Unit
 
listDisabled(SystemUser) - Static method in class com.storedobject.core.WebBiometric
 
ListEditor<T> - Class in com.storedobject.ui
This class can be used to edit a list of any kind of Object instances.
ListEditor(Class<T>) - Constructor for class com.storedobject.ui.ListEditor
Constructor.
ListEditor(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ListEditor
Constructor.
ListEditor(Class<T>, Iterable<String>, BiFunction<T, Boolean, T>) - Constructor for class com.storedobject.ui.ListEditor
Constructor.
ListEditor(Class<T>, BiFunction<T, Boolean, T>) - Constructor for class com.storedobject.ui.ListEditor
Constructor.
Listeners - Class in com.storedobject.vaadin.util
 
Listeners() - Constructor for class com.storedobject.vaadin.util.Listeners
 
listenProgress() - Method in class com.storedobject.vaadin.util.MediaStreamVariable
 
listEntities() - Method in class com.storedobject.core.SystemUser
Get the list of entities configured for this user.
listExternalUsers(String) - Method in class com.storedobject.core.SystemUser
 
ListField<T> - Class in com.storedobject.vaadin
Slightly enhanced version of Vaadin's Select.
ListField(String, Collection<T>) - Constructor for class com.storedobject.vaadin.ListField
Constructor.
ListField(Collection<T>) - Constructor for class com.storedobject.vaadin.ListField
Constructor.
listFileData() - Method in class com.storedobject.core.Id
 
listFileData() - Method in class com.storedobject.core.StoredObject
List all "file data" FileData attachments available under this instance.
listFileData(Transaction) - Method in class com.storedobject.core.Id
 
listFileData(Transaction) - Method in class com.storedobject.core.StoredObject
List all "file data" FileData attachments available under this instance for a given transaction.
listFiles() - Method in class com.storedobject.core.FileFolder
 
listFiles() - Method in interface com.storedobject.core.FileFolderGenerator
 
listFiles(String) - Method in class com.storedobject.core.FileFolder
 
listFiles(String, String) - Method in class com.storedobject.core.FileFolder
 
listFitmentPositions() - Method in class com.storedobject.core.InventoryItem
List of all fitment positions (includes full tree) under this item.
listFolders() - Method in class com.storedobject.core.FileFolder
 
listFolders() - Method in interface com.storedobject.core.FileFolderGenerator
 
listFolders(String) - Method in class com.storedobject.core.FileFolder
 
listFolders(String, String) - Method in class com.storedobject.core.FileFolder
 
listFor(Class<? extends StoredObject>, boolean) - Static method in class com.storedobject.core.PrintLogicDefinition
 
listFor(Class<? extends StoredObject>, String) - Static method in class com.storedobject.core.PrintLogicDefinition
 
listGeneratedBy() - Method in class com.storedobject.core.LoginMessage
 
ListGrid<T> - Class in com.storedobject.vaadin
A grid that implements a List data model.
ListGrid(Class<T>) - Constructor for class com.storedobject.vaadin.ListGrid
Constructor.
ListGrid(Class<T>, Iterable<String>) - Constructor for class com.storedobject.vaadin.ListGrid
Constructor.
ListGrid(Class<T>, List<T>) - Constructor for class com.storedobject.vaadin.ListGrid
Constructor.
ListGrid(Class<T>, List<T>, Iterable<String>) - Constructor for class com.storedobject.vaadin.ListGrid
Constructor.
listGroups() - Method in class com.storedobject.core.SystemUser
 
listHistory() - Method in class com.storedobject.core.StoredObject
List the previous versions of this object.
listHostNames() - Static method in class com.storedobject.platform.Application
 
listHourlyConsumption(Id, int, int, int) - Method in class com.storedobject.iot.Resource
 
listHourlyConsumption(Resource, int, int, int) - Method in class com.storedobject.iot.AbstractUnit
Retrieves a list of hourly consumption data for the specified resource within a given year and time interval.
listHourlyStatistics(String, int, int, int) - Method in class com.storedobject.iot.Unit
 
listIds() - Method in class com.storedobject.core.ObjectCache
 
listIds(int) - Method in class com.storedobject.core.ObjectCache
 
listIds(int, int) - Method in class com.storedobject.core.ObjectCache
 
listImmediateAssemblies() - Method in class com.storedobject.core.InventoryAssembly
List of assemblies defined under this assembly.
listImmediateAssemblies() - Method in class com.storedobject.core.InventoryFitmentPosition
List of assemblies defined under this fitment position.
listImmediateAssemblies() - Method in class com.storedobject.core.InventoryItemType
List of immediate assembly definitions under this item type.
listImmediateAssemblies(Predicate<InventoryAssembly>) - Method in class com.storedobject.core.InventoryItemType
List of immediate assembly definitions under this item type.
listImmediateFitmentPositions() - Method in class com.storedobject.core.InventoryItem
List the fitment positions under this item.
listISDPrefix() - Method in class com.storedobject.common.Country
Get the list of ISD prefixes for the country.
listItems() - Method in class com.storedobject.core.AbstractCheckList
 
listItems() - Method in class com.storedobject.core.InventoryItemType
List all the items of this part number.
listItems() - Method in class com.storedobject.core.InventoryPO
 
listItems(boolean) - Method in class com.storedobject.core.InventoryItemType
List all the items of this given part number.
listItems(InventoryItemType) - Static method in class com.storedobject.core.InventoryItem
List all the items for the given part number.
listItems(InventoryItemType, boolean) - Static method in class com.storedobject.core.InventoryItem
List all the items for the given part number.
listItems(InventoryItemType, String) - Static method in class com.storedobject.core.InventoryItem
List all the items for the given part number.
listItems(InventoryItemType, String, boolean) - Static method in class com.storedobject.core.InventoryItem
List all the items for the given part number.
listItems(String) - Method in class com.storedobject.core.InventoryItemType
List all the items of this given part number.
listItems(String, boolean) - Method in class com.storedobject.core.InventoryItemType
List all the items of this given part number.
listIterator() - Method in class com.storedobject.common.Array
 
listIterator() - Method in class com.storedobject.common.StringList
 
listIterator() - Method in class com.storedobject.core.MemoryCache
 
listIterator() - Method in class com.storedobject.core.ObjectCacheList
 
listIterator() - Method in class com.storedobject.vaadin.DataList
 
listIterator() - Method in class com.storedobject.vaadin.ListGrid
 
listIterator(int) - Method in class com.storedobject.common.Array
 
listIterator(int) - Method in class com.storedobject.common.StringList
 
listIterator(int) - Method in class com.storedobject.core.MemoryCache
 
listIterator(int) - Method in class com.storedobject.core.ObjectCacheList
 
listIterator(int) - Method in class com.storedobject.vaadin.DataList
 
listIterator(int) - Method in class com.storedobject.vaadin.ListGrid
 
listLinks(int, Class<T>) - Method in class com.storedobject.core.Id
 
listLinks(int, Class<T>) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(int, Class<T>, boolean) - Method in class com.storedobject.core.Id
 
listLinks(int, Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(int, Class<T>, String) - Method in class com.storedobject.core.Id
 
listLinks(int, Class<T>, String) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(int, Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
listLinks(int, Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(int, Class<T>, String, String) - Method in class com.storedobject.core.Id
 
listLinks(int, Class<T>, String, String) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(int, Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
listLinks(int, Class<T>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Id) - Method in class com.storedobject.core.QueryBuilder
Returns an iterator over the linked objects of the specified parent object.
listLinks(Id, int) - Method in class com.storedobject.core.QueryBuilder
Retrieves an iterator over objects that are linked to the given parent object with the specified link type.
listLinks(StoredObject) - Method in class com.storedobject.core.QueryBuilder
Returns an iterator over the linked objects of the specified parent object.
listLinks(StoredObject, int) - Method in class com.storedobject.core.QueryBuilder
Retrieves an iterator over objects that are linked to the given parent object with the specified link type.
listLinks(Transaction, int, Class<T>) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, int, Class<T>) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, int, Class<T>, boolean) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, int, Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, int, Class<T>, String) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, int, Class<T>, String) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, int, Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, int, Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, int, Class<T>, String, String) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, int, Class<T>, String, String) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, int, Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, int, Class<T>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, Class<T>) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, Class<T>) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, Class<T>, boolean) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, Class<T>, String) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, Class<T>, String) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, Class<T>, String, String) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, Class<T>, String, String) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, Class<T>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, String, Class<T>) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, String, Class<T>) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, String, Class<T>, boolean) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, String, Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, String, Class<T>, String) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, String, Class<T>, String) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, String, Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, String, Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, String, Class<T>, String, String) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, String, Class<T>, String, String) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, String, Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, String, Class<T>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, String, Class<T>, String, String, boolean, int, int, int[]) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, String, Class<T>, String, String, boolean, int, int, int[]) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Transaction, String, Class<T>, String, String, int, int, int[]) - Method in class com.storedobject.core.Id
 
listLinks(Transaction, String, Class<T>, String, String, int, int, int[]) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Class<T>) - Method in class com.storedobject.core.Id
 
listLinks(Class<T>) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Class<T>, boolean) - Method in class com.storedobject.core.Id
 
listLinks(Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Class<T>, String) - Method in class com.storedobject.core.Id
 
listLinks(Class<T>, String) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
listLinks(Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Class<T>, String, String) - Method in class com.storedobject.core.Id
 
listLinks(Class<T>, String, String) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
listLinks(Class<T>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(String, Class<T>) - Method in class com.storedobject.core.Id
 
listLinks(String, Class<T>) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(String, Class<T>, boolean) - Method in class com.storedobject.core.Id
 
listLinks(String, Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(String, Class<T>, String) - Method in class com.storedobject.core.Id
 
listLinks(String, Class<T>, String) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(String, Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
listLinks(String, Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(String, Class<T>, String, String) - Method in class com.storedobject.core.Id
 
listLinks(String, Class<T>, String, String) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
listLinks(String, Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
listLinks(String, Class<T>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of links of this instance from the database for the given parameters.
ListLoop<T> - Interface in com.storedobject.common
 
listMasters(int, Class<T>) - Method in class com.storedobject.core.Id
 
listMasters(int, Class<T>) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(int, Class<T>, boolean) - Method in class com.storedobject.core.Id
 
listMasters(int, Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(int, Class<T>, String) - Method in class com.storedobject.core.Id
 
listMasters(int, Class<T>, String) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(int, Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
listMasters(int, Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(int, Class<T>, String, String) - Method in class com.storedobject.core.Id
 
listMasters(int, Class<T>, String, String) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(int, Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
listMasters(int, Class<T>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Id) - Method in class com.storedobject.core.QueryBuilder
Retrieves an iterator over master objects linked to the specified stored object.
listMasters(Id, int) - Method in class com.storedobject.core.QueryBuilder
Retrieves an iterator over the master objects linked to the specified stored object.
listMasters(StoredObject) - Method in class com.storedobject.core.QueryBuilder
Retrieves an iterator over master objects linked to the specified stored object.
listMasters(StoredObject, int) - Method in class com.storedobject.core.QueryBuilder
Retrieves an iterator over the master objects linked to the specified stored object.
listMasters(Transaction, int, Class<T>) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, int, Class<T>) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, int, Class<T>, boolean) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, int, Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, int, Class<T>, String) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, int, Class<T>, String) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, int, Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, int, Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, int, Class<T>, String, String) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, int, Class<T>, String, String) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, int, Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, int, Class<T>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, Class<T>) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, Class<T>) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, Class<T>, boolean) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, Class<T>, String) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, Class<T>, String) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, Class<T>, String, String) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, Class<T>, String, String) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, Class<T>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, String, Class<T>) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, String, Class<T>) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, String, Class<T>, boolean) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, String, Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, String, Class<T>, String) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, String, Class<T>, String) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, String, Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, String, Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, String, Class<T>, String, String) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, String, Class<T>, String, String) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, String, Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, String, Class<T>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, String, Class<T>, String, String, boolean, int, int, int[]) - Method in class com.storedobject.core.Id
 
listMasters(Transaction, String, Class<T>, String, String, boolean, int, int, int[]) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Transaction, String, Class<T>, String, String, int, int, int[]) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Class<T>) - Method in class com.storedobject.core.Id
 
listMasters(Class<T>) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Class<T>, boolean) - Method in class com.storedobject.core.Id
 
listMasters(Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Class<T>, String) - Method in class com.storedobject.core.Id
 
listMasters(Class<T>, String) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
listMasters(Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Class<T>, String, String) - Method in class com.storedobject.core.Id
 
listMasters(Class<T>, String, String) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
listMasters(Class<T>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(String, Class<T>) - Method in class com.storedobject.core.Id
 
listMasters(String, Class<T>) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(String, Class<T>, boolean) - Method in class com.storedobject.core.Id
 
listMasters(String, Class<T>, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(String, Class<T>, String) - Method in class com.storedobject.core.Id
 
listMasters(String, Class<T>, String) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(String, Class<T>, String, boolean) - Method in class com.storedobject.core.Id
 
listMasters(String, Class<T>, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(String, Class<T>, String, String) - Method in class com.storedobject.core.Id
 
listMasters(String, Class<T>, String, String) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMasters(String, Class<T>, String, String, boolean) - Method in class com.storedobject.core.Id
 
listMasters(String, Class<T>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Get the list of masters of this instance from the database for the given parameters.
listMembers() - Method in class com.storedobject.job.MessageEscalationGroup
 
listMembers() - Method in class com.storedobject.job.MessageGroup
 
listMine(StoredObject) - Static method in class com.storedobject.core.LoginMessage
 
listMissingAssemblies() - Method in class com.storedobject.core.InventoryItem
List the assembly positions where items are missing.
listMonthlyConsumption(Id, int, int, int) - Method in class com.storedobject.iot.Resource
 
listMonthlyConsumption(Resource, int, int, int) - Method in class com.storedobject.iot.AbstractUnit
Retrieves a list of monthly consumption records for a specified resource and time range.
listMonthlyStatistics(String, int, int, int) - Method in class com.storedobject.iot.Unit
 
listMoreButtons() - Method in class com.storedobject.ui.ObjectBrowser
List of more buttons to be added to the PrintButton, in addition to the configured buttons.
listNodes(String) - Method in class com.storedobject.common.XML
Retrieves a list of nodes from the XML document that match a given XPath expression.
listNodes(Node, String) - Method in class com.storedobject.common.XML
Returns a list of nodes matching the given XPath expression within the given node.
listObjects() - Method in class com.storedobject.core.ReportDefinition
 
listObjects() - Method in class com.storedobject.report.RDLister
 
listObjects(String) - Method in class com.storedobject.core.ReportDefinition
 
listObjects(String, String) - Method in class com.storedobject.core.ReportDefinition
 
ListProvider<T> - Class in com.storedobject.ui
 
ListProvider(Class<T>, DataList<T>) - Constructor for class com.storedobject.ui.ListProvider
 
listQuickAccessLogic() - Method in class com.storedobject.core.SystemUser
 
listRoots() - Method in class com.storedobject.ui.AbstractObjectForest
 
listRoots() - Method in class com.storedobject.ui.inventory.AbstractAssembly
 
listRoots() - Method in class com.storedobject.ui.inventory.DefineAssembly
 
listRoots() - Method in class com.storedobject.ui.ObjectTree
 
listRoots() - Method in interface com.storedobject.ui.util.ChildVisitor
 
listStock(InventoryItemType, String) - Static method in class com.storedobject.core.InventoryItem
List stock for a given part number.
listStock(InventoryLocation) - Method in class com.storedobject.core.InventoryItemType
List stock for this part number at a given location.
listStock(InventoryStore) - Method in class com.storedobject.core.InventoryItemType
List stock for this part number in a given store.
listStock(String, InventoryLocation) - Static method in class com.storedobject.core.InventoryItem
List stock for a given part number and location.
listStock(String, InventoryLocation) - Method in class com.storedobject.core.InventoryItemType
List stock for this part number at a given location.
listStock(String, InventoryStore) - Static method in class com.storedobject.core.InventoryItem
List stock for a given part number and store.
listStock(String, InventoryStore) - Method in class com.storedobject.core.InventoryItemType
List stock for this part number in a given store.
listStock(String, String) - Static method in class com.storedobject.core.InventoryItem
List stock for a given part number.
listStock(String, String, InventoryLocation) - Static method in class com.storedobject.core.InventoryItem
List stock for a given part number and location.
listStock(String, String, InventoryStore) - Static method in class com.storedobject.core.InventoryItem
List stock for a given part number and store.
listStock(T) - Static method in class com.storedobject.core.InventoryItem
List stock for a given part number and store.
listStock(T, InventoryLocation) - Static method in class com.storedobject.core.InventoryItem
List stock for a given part number and location.
listStock(T, InventoryStore) - Static method in class com.storedobject.core.InventoryItem
List stock for a given part number and store.
listStock(T, String, InventoryLocation) - Static method in class com.storedobject.core.InventoryItem
List stock for a given part number and location.
listStock(T, String, InventoryStore) - Static method in class com.storedobject.core.InventoryItem
List stock for a given part number and store.
listSystemClasses(String) - Static method in class com.storedobject.core.JavaClass
 
listTags() - Method in class com.storedobject.ui.XMLNodeData
 
listTextObjects(SystemEntity, String) - Method in interface com.storedobject.ui.ObjectGetField.GetProvider
Get a list of object instances for the search text specified.
listTextObjects(SystemEntity, String) - Method in class com.storedobject.ui.ObjectGetField.GetSupplier
 
listTextObjects(SystemEntity, String) - Method in class com.storedobject.ui.ObjectGetField.GetTypedSupplier
 
listTree(ObjectIterator<T>, Function<T, ObjectIterator<T>>) - Static method in class com.storedobject.core.StoredObject
Get a tree under the give set of roots.
listTree(ObjectIterator<T>, Function<T, ObjectIterator<T>>, Predicate<T>) - Static method in class com.storedobject.core.StoredObject
Get a tree under the give set of roots.
listTree(Function<T, ObjectIterator<T>>) - Method in class com.storedobject.core.StoredObject
Get a tree under this instance.
listTree(Function<T, ObjectIterator<T>>, Predicate<T>) - Method in class com.storedobject.core.StoredObject
Get a tree under this instance.
listTypes(InventoryItem, TaxRegion, Date) - Static method in class com.storedobject.core.TaxDefinition
 
listTypes(InventoryItemType, TaxRegion, Date) - Static method in class com.storedobject.core.TaxDefinition
 
listUnits() - Method in class com.storedobject.iot.Block
Retrieves an iterator of units associated with the block.
listUsers() - Method in class com.storedobject.core.SystemUserGroup
 
listUsers() - Method in class com.storedobject.job.MessageEscalationGroup
 
listUsers() - Method in class com.storedobject.job.MessageGroup
 
listUsers() - Static method in class com.storedobject.ui.tools.SwitchApplication
 
listUsers() - Method in class com.storedobjects.support.Organization
 
ListUtility - Class in com.storedobject.common
 
ListUtility() - Constructor for class com.storedobject.common.ListUtility
 
listViaQuery(Transaction, Class<T>, Query) - Static method in class com.storedobject.core.StoredObject
Get the list of instances from the database for the given parameters.
listViaQuery(Class<T>, Query) - Static method in class com.storedobject.core.StoredObject
Get the list of instances from the database for the given parameters.
listWeeklyConsumption(Id, int, int, int) - Method in class com.storedobject.iot.Resource
 
listWeeklyConsumption(Resource, int, int, int) - Method in class com.storedobject.iot.AbstractUnit
Retrieves a list of weekly consumption data for a given resource and specified time range.
listWeeklyStatistics(String, int, int, int) - Method in class com.storedobject.iot.Unit
 
listYearlyConsumption(Id, int, int) - Method in class com.storedobject.iot.Resource
 
listYearlyConsumption(Resource, int, int) - Method in class com.storedobject.iot.AbstractUnit
Retrieves a list of yearly consumption data for the specified resource over a range of years.
listYearlyStatistics(String, int, int) - Method in class com.storedobject.iot.Unit
 
LitComponent - Class in com.storedobject.helper
This is a simple base component to create a Vaadin component from a LitElement that supports easy execution of Javascript.
LitComponent() - Constructor for class com.storedobject.helper.LitComponent
 
LitComponentWithSize - Class in com.storedobject.helper
A component that extends the functionality of LitComponent and implements the HasSize interface to support setting size-related properties such as width, height, minimum size, and maximum size.
LitComponentWithSize() - Constructor for class com.storedobject.helper.LitComponentWithSize
 
LKAddress - Class in com.storedobject.common
ID Address
load - Variable in class com.storedobject.ui.ObjectBrowser
 
load - Variable in class com.storedobject.ui.ObjectForestBrowser
 
load() - Method in interface com.storedobject.core.ObjectLoader
Load the instances.
load() - Method in class com.storedobject.ui.FileViewer
 
load() - Method in class com.storedobject.ui.QueryGrid
Load the data from the result set if it is not already loaded.
load() - Method in class com.storedobject.vaadin.AbstractDataForm
Load data to the fields from the internal data structure.
load() - Method in class com.storedobject.vaadin.AbstractForm
Load data to the fields from the internal data structure.
load(boolean) - Method in interface com.storedobject.core.ObjectLoader
Load the instances.
load(int) - Method in class com.storedobject.ui.tools.ApproveTransaction
 
load(int, StoredObject) - Method in interface com.storedobject.core.ObjectLoader
Load the links of the given "master" instance.
load(int, StoredObject, boolean) - Method in interface com.storedobject.core.ObjectLoader
Load the links of the given "master" instance.
load(int, StoredObject, String) - Method in interface com.storedobject.core.ObjectLoader
Load the links of the given "master" instance.
load(int, StoredObject, String, boolean) - Method in interface com.storedobject.core.ObjectLoader
Load the links of the given "master" instance.
load(int, StoredObject, String, boolean) - Method in class com.storedobject.core.ObjectMemoryList
 
load(int, StoredObject, String, String) - Method in interface com.storedobject.core.ObjectLoader
Load the links of the given "master" instance.
load(int, StoredObject, String, String, boolean) - Method in class com.storedobject.core.ObjectCache
 
load(int, StoredObject, String, String, boolean) - Method in class com.storedobject.core.ObjectForest
 
load(int, StoredObject, String, String, boolean) - Method in interface com.storedobject.core.ObjectLoader
Load the links of the given "master" instance.
load(int, StoredObject, String, String, boolean) - Method in class com.storedobject.core.ObjectTree
 
load(int, StoredObject, String, String, boolean) - Method in class com.storedobject.ui.ObjectBrowser
 
load(int, StoredObject, String, String, boolean) - Method in class com.storedobject.ui.ObjectForestBrowser
 
load(int, StoredObject, String, String, boolean) - Method in class com.storedobject.ui.ObjectForestProvider
 
load(int, StoredObject, String, String, boolean) - Method in class com.storedobject.ui.ObjectListProvider
 
load(int, StoredObject, String, String, boolean) - Method in class com.storedobject.ui.ObjectTreeBrowser
 
load(int, StoredObject, String, String, boolean) - Method in class com.storedobject.ui.ObjectTreeProvider
 
load(long, long) - Method in class com.storedobject.iot.DataSet.DataValues
 
load(ObjectIterator<I>) - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
load(ObjectIterator<T>) - Method in class com.storedobject.core.ObjectCache
 
load(ObjectIterator<T>) - Method in class com.storedobject.core.ObjectCacheList
 
load(ObjectIterator<T>) - Method in class com.storedobject.core.ObjectForest
 
load(ObjectIterator<T>) - Method in interface com.storedobject.core.ObjectLoader
Load the given instances.
load(ObjectIterator<T>) - Method in class com.storedobject.core.ObjectMemoryList
 
load(ObjectIterator<T>) - Method in class com.storedobject.core.ObjectTree
 
load(ObjectIterator<T>) - Method in class com.storedobject.ui.AbstractObjectField
 
load(ObjectIterator<T>) - Method in class com.storedobject.ui.EditableObjectListProvider
 
load(ObjectIterator<T>) - Method in class com.storedobject.ui.ObjectCodeField
This method does nothing in this field.
load(ObjectIterator<T>) - Method in class com.storedobject.ui.ObjectComboField
 
load(ObjectIterator<T>) - Method in class com.storedobject.ui.ObjectField
Load allowed values from a list.
load(ObjectIterator<T>) - Method in class com.storedobject.ui.ObjectForestProvider
 
load(ObjectIterator<T>) - Method in class com.storedobject.ui.ObjectFormField
This method does nothing in this field.
load(ObjectIterator<T>) - Method in interface com.storedobject.ui.ObjectInput
Load allowed values from a list.
load(ObjectIterator<T>) - Method in class com.storedobject.ui.ObjectListField
 
load(ObjectIterator<T>) - Method in class com.storedobject.ui.ObjectListProvider
 
load(ObjectIterator<T>) - Method in interface com.storedobject.ui.ObjectLoader
 
load(ObjectIterator<T>) - Method in class com.storedobject.ui.ObjectTable
 
load(ObjectIterator<T>) - Method in class com.storedobject.ui.ObjectTreeProvider
 
load(ObjectIterator<T>) - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
load(Query) - Method in interface com.storedobject.core.ObjectLoader
Load the instances created from the query.
load(Query, boolean) - Method in class com.storedobject.core.ObjectCache
 
load(Query, boolean) - Method in class com.storedobject.core.ObjectCacheList
 
load(Query, boolean) - Method in interface com.storedobject.core.ObjectLoader
Load the instances created from the query.
load(Query, boolean) - Method in class com.storedobject.core.ObjectMemoryList
 
load(StoredObject, String) - Method in interface com.storedobject.core.ObjectLoader
Load the links of the given "master" instance.
load(StoredObject, String, boolean) - Method in interface com.storedobject.core.ObjectLoader
Load the links of the given "master" instance.
load(StoredObject, String, String) - Method in interface com.storedobject.core.ObjectLoader
Load the links of the given "master" instance.
load(StoredObject, String, String, boolean) - Method in interface com.storedobject.core.ObjectLoader
Load the links of the given "master" instance.
load(TransactionManager, InputStream, Comparator<CharSequence>) - Static method in class com.storedobject.core.StoredObject
Load data from the given input stream and create/save instanced of objects created out of that.
load(TransactionManager, Reader, Comparator<CharSequence>) - Static method in class com.storedobject.core.StoredObject
Load data from the given reader and create/save instanced of objects created out of that.
load(LineNumberReader) - Method in class com.storedobject.core.StoredObject
Load the instance's attribute values from the given reader.
load(Iterable<Id>) - Method in class com.storedobject.core.ObjectCache
 
load(Iterable<Id>) - Method in class com.storedobject.core.ObjectCacheList
 
load(Iterable<Id>) - Method in class com.storedobject.core.ObjectForest
 
load(Iterable<Id>) - Method in interface com.storedobject.core.ObjectLoader
Load the instances created from the list of Ids.
load(Iterable<Id>) - Method in class com.storedobject.core.ObjectMemoryList
 
load(Iterable<Id>) - Method in class com.storedobject.core.ObjectTree
 
load(Runnable) - Method in interface com.storedobject.ui.AbstractListProvider.LoadCallBack
 
load(Runnable) - Method in interface com.storedobject.ui.AbstractTreeProvider.LoadCallBack
 
load(Runnable) - Method in interface com.storedobject.ui.ObjectForestProvider.LoadCallBack
 
load(Runnable) - Method in interface com.storedobject.ui.ObjectListProvider.LoadCallBack
 
load(Runnable) - Method in interface com.storedobject.ui.ObjectTreeProvider.LoadCallBack
 
load(String) - Method in interface com.storedobject.core.ObjectLoader
Load the instances.
load(String, boolean) - Method in interface com.storedobject.core.ObjectLoader
Load the instances.
load(String, String) - Method in interface com.storedobject.core.ObjectLoader
Load the instances.
load(String, String, boolean) - Method in class com.storedobject.core.ObjectCache
 
load(String, String, boolean) - Method in class com.storedobject.core.ObjectCacheList
 
load(String, String, boolean) - Method in class com.storedobject.core.ObjectForest
 
load(String, String, boolean) - Method in interface com.storedobject.core.ObjectLoader
Load the instances.
load(String, String, boolean) - Method in class com.storedobject.core.ObjectMemoryList
 
load(String, String, boolean) - Method in class com.storedobject.core.ObjectTree
 
load(String, String, boolean) - Method in class com.storedobject.ui.ObjectBrowser
 
load(String, String, boolean) - Method in class com.storedobject.ui.ObjectForestBrowser
 
load(String, String, boolean) - Method in class com.storedobject.ui.ObjectForestProvider
 
load(String, String, boolean) - Method in class com.storedobject.ui.ObjectListProvider
 
load(String, String, boolean) - Method in class com.storedobject.ui.ObjectTreeBrowser
 
load(String, String, boolean) - Method in class com.storedobject.ui.ObjectTreeProvider
 
load(Date, int) - Method in class com.storedobject.ui.tools.ApproveTransaction
 
load(ResultSet) - Method in class com.storedobject.ui.QueryGrid
Load the grid with more rows from another result set.
load(Collection<T>) - Method in interface com.storedobject.core.ObjectLoader
Load the given instances.
load(Collection<T>) - Method in class com.storedobject.ui.DataGrid
 
load(Collection<T>) - Method in class com.storedobject.ui.ObjectListGrid
 
load(Map<String, Object>) - Method in class com.storedobject.core.StoredObject
Load the values from a map of attribute names and its values.
load(Stream<T>) - Method in class com.storedobject.core.ObjectCache
 
load(Stream<T>) - Method in class com.storedobject.core.ObjectCacheList
 
load(Stream<T>) - Method in class com.storedobject.core.ObjectForest
 
load(Stream<T>) - Method in interface com.storedobject.core.ObjectLoader
Load the given instances.
load(Stream<T>) - Method in class com.storedobject.core.ObjectMemoryList
 
load(Stream<T>) - Method in class com.storedobject.core.ObjectTree
 
load(T) - Method in class com.storedobject.ui.ObjectListGrid
 
load(T...) - Method in interface com.storedobject.core.ObjectLoader
Load the given instances.
load(T...) - Method in class com.storedobject.ui.DataGrid
 
loadAddress(Address) - Method in class com.storedobject.ui.util.AddressForm
 
loadAddress(Address) - Method in class com.storedobject.ui.util.AEAddressForm
 
loadAddress(Address) - Method in class com.storedobject.ui.util.GBAddressForm
 
loadAddress(Address) - Method in class com.storedobject.ui.util.INAddressForm
 
loadAddress(Address) - Method in class com.storedobject.ui.util.MYAddressForm
 
loadAddress(Address) - Method in class com.storedobject.ui.util.PKAddressForm
 
loadAddress(Address) - Method in class com.storedobject.ui.util.USAddressForm
 
loadAddress(Address) - Method in class com.storedobject.ui.util.XXAddressForm
 
loadDefinitions(TransactionManager, InputStream, StyledBuilder) - Static method in class com.storedobject.tools.JavaTool
 
loadDefinitions(TransactionManager, InputStream, StyledBuilder) - Static method in class com.storedobject.tools.TableDefinition
 
loaded() - Method in class com.storedobject.core.AccountChart
 
loaded() - Method in class com.storedobject.core.PIN
 
loaded() - Method in class com.storedobject.core.SerialGenerator
 
loaded() - Method in class com.storedobject.core.StoredObject
This method is called whenever the instance is loaded from the database.
loaded() - Method in class com.storedobject.iot.ValueLimit
 
loaded() - Method in class com.storedobject.ui.AbstractObjectForest
This will be invoked whenever a new set of rows are loaded via one of the "load" methods.
loaded() - Method in class com.storedobject.ui.common.MemoSystem
 
loaded() - Method in class com.storedobject.ui.inventory.AbstractRequestMaterial
 
loaded() - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
loaded() - Method in class com.storedobject.ui.inventory.BaseReceiveMaterialRequested
 
loaded() - Method in class com.storedobject.ui.inventory.GRN
 
loaded() - Method in class com.storedobject.ui.inventory.LocationMonitoring
 
loaded() - Method in class com.storedobject.ui.inventory.POBrowser
 
loaded() - Method in class com.storedobject.ui.ObjectListGrid
This method will be invoked whenever data is loaded.
loaded() - Method in class com.storedobject.ui.ObjectTree
 
loaded() - Method in class com.storedobject.ui.tools.ApproveTransaction
 
loaded(String) - Static method in class com.storedobject.core.JavaClassLoader
Check whether a logic or data class is already loaded or not.
LoadFilterButtons<T> - Class in com.storedobject.ui.util
 
LoadFilterButtons(ObjectGridData<T, ?>, Iterable<String>, SearchBuilder<T>) - Constructor for class com.storedobject.ui.util.LoadFilterButtons
 
loading() - Method in class com.storedobject.core.StoredObject
Is this instance currently getting loaded from the database?
loadingAccount(Account) - Method in class com.storedobject.ui.accounts.StatementView
 
loadPartNumber() - Method in class com.storedobject.core.InventoryPOItem
 
loadStyles(String) - Method in class com.storedobject.ui.Application
 
loadValues() - Method in class com.storedobject.vaadin.util.Data
Load all the fields from the bean.
loanFrom(InventoryItem, String, InventoryLocation, Entity) - Method in class com.storedobject.core.InventoryTransaction
Loan an item from another entity.
loanReturn(InventoryItem, String) - Method in class com.storedobject.core.InventoryTransaction
Return of a loaned item.
loanTo(InventoryItem, String, Entity) - Method in class com.storedobject.core.InventoryTransaction
Loan an item to another entity.
local(D) - Static method in class com.storedobject.common.DateUtility
Get java.time.LocalDate by passing a Date
LOCAL - Enum constant in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT_SCOPE
Local (within the current coordinate system).
localAddress(InetAddress) - Method in class com.storedobject.common.HTTP2.Builder
Sets the local address for the HTTP client.
localTime(D) - Static method in class com.storedobject.common.DateUtility
Get java.time.LocalDateTime by passing a Date
LocateItem - Class in com.storedobject.ui.inventory
For locating stocks of a given "Part Number" and its APNs.
LocateItem() - Constructor for class com.storedobject.ui.inventory.LocateItem
Constructor.
LocateItem(boolean) - Constructor for class com.storedobject.ui.inventory.LocateItem
Constructor.
LocateItem(InventoryItemType) - Constructor for class com.storedobject.ui.inventory.LocateItem
Constructor.
LocateItem(InventoryItemType, boolean) - Constructor for class com.storedobject.ui.inventory.LocateItem
Constructor.
LocateItem(Class<? extends InventoryItem>) - Constructor for class com.storedobject.ui.inventory.LocateItem
Constructor.
LocateItem(String) - Constructor for class com.storedobject.ui.inventory.LocateItem
Constructor.
LocateItem(String, boolean) - Constructor for class com.storedobject.ui.inventory.LocateItem
Constructor.
LocateItem(String, InventoryItemType) - Constructor for class com.storedobject.ui.inventory.LocateItem
Constructor.
LocateItem(String, InventoryItemType, boolean) - Constructor for class com.storedobject.ui.inventory.LocateItem
Constructor.
LocateItem(String, Class<? extends InventoryItem>) - Constructor for class com.storedobject.ui.inventory.LocateItem
Constructor.
LocateItem(String, Class<? extends InventoryItem>, boolean) - Constructor for class com.storedobject.ui.inventory.LocateItem
Constructor.
Location - Enum Class in com.storedobject.chart
Representation of a location.
LocationField - Class in com.storedobject.ui.inventory
Location field for accepting inventory locations.
LocationField(int...) - Constructor for class com.storedobject.ui.inventory.LocationField
Constructor.
LocationField(String, int...) - Constructor for class com.storedobject.ui.inventory.LocationField
Constructor.
LocationField(String, List<InventoryLocation>) - Constructor for class com.storedobject.ui.inventory.LocationField
Constructor.
LocationField(List<InventoryLocation>) - Constructor for class com.storedobject.ui.inventory.LocationField
 
LocationMonitoring<I,L> - Class in com.storedobject.ui.inventory
 
LocationMonitoring(String, Class<I>, Class<L>) - Constructor for class com.storedobject.ui.inventory.LocationMonitoring
 
LocationMonitoring(String, Class<L>) - Constructor for class com.storedobject.ui.inventory.LocationMonitoring
 
lock(TransactionManager) - Method in class com.storedobject.core.SystemUser
 
lockDatabase() - Static method in class com.storedobject.core.Database
Locks the database so that login() method can not be invoked again.
locked(SystemUser) - Method in interface com.storedobject.core.Authenticator
This method is invoked when a user is locked because of invalid login attempts.
LockUser - Class in com.storedobject.ui.tools
 
LockUser() - Constructor for class com.storedobject.ui.tools.LockUser
 
log(Device, Object) - Static method in class com.storedobject.core.ApplicationServer
 
log(Device, Object) - Method in class com.storedobject.core.JSONLedger
 
log(Device, Object, Throwable) - Static method in class com.storedobject.core.ApplicationServer
 
log(Device, Throwable) - Static method in class com.storedobject.core.ApplicationServer
 
log(TransactionManager) - Static method in class com.storedobject.core.Secret
 
log(Object) - Method in class com.storedobject.core.AbstractTransaction
Log something.
log(Object) - Static method in class com.storedobject.core.ApplicationServer
 
log(Object) - Method in interface com.storedobject.core.Device
 
log(Object) - Method in interface com.storedobject.core.ErrorLogger
Log something.
log(Object) - Method in interface com.storedobject.core.Transaction
Log something.
log(Object) - Method in class com.storedobject.core.TransactionManager
Log something.
log(Object) - Method in class com.storedobject.job.Job
Log something to the device.
log(Object) - Method in class com.storedobject.office.IteratorODTReport
 
log(Object) - Method in class com.storedobject.office.ODT
 
log(Object) - Method in class com.storedobject.office.ODTReport
 
log(Object) - Method in class com.storedobject.pdf.PDF
Log something via the logger associated with this report.
log(Object) - Method in class com.storedobject.ui.Application
 
log(Object) - Method in class com.storedobject.vaadin.Application
Log something (goes to the System error stream).
log(Object) - Method in interface com.storedobject.vaadin.ExecutableView
Log something.
log(Object, Throwable) - Static method in class com.storedobject.core.ApplicationServer
 
log(Object, Throwable) - Method in interface com.storedobject.core.Device
 
log(Object, Throwable) - Method in interface com.storedobject.core.ErrorLogger
Log something when an error is thrown.
log(Object, Throwable) - Method in class com.storedobject.core.TransactionManager
Log something with a specific error.
log(Object, Throwable) - Method in class com.storedobject.ui.Application
 
log(Object, Throwable) - Method in class com.storedobject.vaadin.Application
Log something along with an exception (goes to the System error stream).
log(Object, Throwable) - Method in interface com.storedobject.vaadin.ExecutableView
Log something along with an exception.
log(String) - Static method in class com.storedobject.core.SQLConnector
 
log(String, String) - Static method in class com.storedobject.core.SystemLog
Logs a message into the core.SystemLog table with the specified name.
Log - Class in com.storedobject.job
 
Log() - Constructor for class com.storedobject.job.Log
 
LOGARITHMIC - Enum constant in enum class com.storedobject.chart.DataType
Logarithmic values.
logErrors(boolean) - Method in class com.storedobject.core.StoredObjectUtility.MethodList
 
loggedin() - Method in class com.storedobject.vaadin.Application
This method must be called from Application.login() when login credentials are verified.
loggedin(Application) - Method in class com.storedobject.ui.util.ApplicationFrame
 
loggedin(Application) - Method in interface com.storedobject.vaadin.ApplicationLayout
This method is invoked when user authentication completed.
loggedIn(Login) - Method in interface com.storedobject.core.Device
 
loggedIn(Login) - Method in class com.storedobject.tools.DeveloperService
 
loggedIn(Login) - Method in class com.storedobject.tools.SystemDevice
 
loggedIn(Login) - Method in class com.storedobject.ui.Application
 
logger - Static variable in class com.storedobject.core.StoredObject
 
Logic - Class in com.storedobject.core
Used for defining a menu option.
Logic() - Constructor for class com.storedobject.core.Logic
Constructor for internal use only
Logic(String, String) - Constructor for class com.storedobject.core.Logic
Constructs a Logic
LogicalOperator - Enum Class in com.storedobject.common
To represent logical operators.
logicClassName - Variable in class com.storedobject.core.DataLogic
 
LogicGroup - Class in com.storedobject.core
Used for grouping of menu items (Logic.
LogicGroup() - Constructor for class com.storedobject.core.LogicGroup
 
LogicParser - Class in com.storedobject.ui.util
 
LogicParser() - Constructor for class com.storedobject.ui.util.LogicParser
 
LogicRedirected - Exception Class in com.storedobject.core
This is a special exception that can be thrown from the constructors of logic classes to redirect the logic execution to some other logic.
LogicRedirected(Executable) - Constructor for exception class com.storedobject.core.LogicRedirected
Constructor.
login - Variable in class com.storedobject.tools.SystemDevice
 
login() - Method in class com.storedobject.ui.Application
 
login() - Method in class com.storedobject.vaadin.Application
This method can be overridden to accept login credentials and Application.loggedin() must be called if successfully logged in.
login(StoredObject, char[]) - Method in interface com.storedobject.core.Authenticator
Authenticate the given password owner.
login(StoredObject, char[], int) - Method in interface com.storedobject.core.Authenticator
Authenticate the given password owner.
login(WebBiometric, String, String, String, String, String, String, boolean) - Method in class com.storedobject.core.Login
Set login credentials.
login(OAuth, String) - Method in class com.storedobject.core.Login
Set login credentials.
login(String) - Method in class com.storedobject.core.Login
Set login credentials.
login(String, char[]) - Method in class com.storedobject.core.Login
Set login credentials.
login(String, char[], boolean) - Method in class com.storedobject.core.Login
Set login credentials.
login(String, char[], int) - Method in class com.storedobject.core.Login
Set login credentials.
login(String, char[], int, boolean) - Method in class com.storedobject.core.Login
Set login credentials.
login(String, String) - Method in class com.storedobject.client.Client
Login method.
login(String, String) - Method in class com.storedobject.core.Login
Set login credentials.
login(String, String, int, String, String, String, String, String) - Static method in class com.storedobject.core.Database
This method sets up the database.
Login - Class in com.storedobject.core
This class is used to handle the process of logging into the platform.
Login(Device) - Constructor for class com.storedobject.core.Login
Constructor.
Login(Device, MessageViewer) - Constructor for class com.storedobject.core.Login
Constructor.
loginFailed(SystemUser, String, String, String) - Method in interface com.storedobject.core.Authenticator
This method is invoked when a user fails to log in.
LoginForm - Class in com.storedobject.ui
This is a template-based login screen and its template can be defined in the TextContent named "com.storedobject.ui.LoginForm".
LoginForm() - Constructor for class com.storedobject.ui.LoginForm
 
LoginForm(String) - Constructor for class com.storedobject.ui.LoginForm
 
LoginMessage - Class in com.storedobject.core
 
LoginMessage() - Constructor for class com.storedobject.core.LoginMessage
 
LoginNameField - Class in com.storedobject.ui.tools
 
LoginNameField() - Constructor for class com.storedobject.ui.tools.LoginNameField
 
logout() - Method in class com.storedobject.client.Client
Logout method.
logout() - Method in class com.storedobject.ui.Application
 
logStackTrace() - Method in interface com.storedobject.core.Transaction
Log the current stack trace.
logStackTrace(Throwable) - Method in interface com.storedobject.core.Transaction
Log the stack trace of the giver error
logWarnings(SQLException) - Method in class com.storedobject.core.RawSQL
 
LongField - Class in com.storedobject.vaadin
Field to edit Long.
LongField() - Constructor for class com.storedobject.vaadin.LongField
Constructor.
LongField(Long) - Constructor for class com.storedobject.vaadin.LongField
Constructor.
LongField(Long, int) - Constructor for class com.storedobject.vaadin.LongField
Constructor.
LongField(Long, int, boolean) - Constructor for class com.storedobject.vaadin.LongField
Constructor.
LongField(Long, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.LongField
Constructor.
LongField(String) - Constructor for class com.storedobject.vaadin.LongField
Constructor.
LongField(String, Long) - Constructor for class com.storedobject.vaadin.LongField
Constructor.
LongField(String, Long, int) - Constructor for class com.storedobject.vaadin.LongField
Constructor.
LongField(String, Long, int, boolean) - Constructor for class com.storedobject.vaadin.LongField
Constructor.
LongField(String, Long, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.LongField
Constructor.
LongRange - Class in com.storedobject.common
 
LongRange() - Constructor for class com.storedobject.common.LongRange
 
LongRange(Long, Long) - Constructor for class com.storedobject.common.LongRange
 
LongValueConverter - Class in com.storedobject.core.converter
 
loop() - Method in class com.storedobject.core.IdBuffer
 
loop() - Method in class com.storedobject.core.ObjectCache
 
loop(int) - Method in class com.storedobject.core.IdBuffer
 
loop(int) - Method in class com.storedobject.core.ObjectCache
 
loop(int, int) - Method in class com.storedobject.core.IdBuffer
 
loop(int, int) - Method in class com.storedobject.core.ObjectCache
 
Loop<T> - Interface in com.storedobject.common
A collections interface that extends Iterator and Iterable interfaces
loopIds() - Method in class com.storedobject.core.ObjectCache
 
loopIds(int) - Method in class com.storedobject.core.ObjectCache
 
loopIds(int, int) - Method in class com.storedobject.core.ObjectCache
 
low() - Method in record class com.storedobject.chart.CandlestickData.Candlestick
Returns the value of the low record component.
lowercase() - Method in interface com.storedobject.vaadin.util.HasTextValue
Convert input into lowercase characters.

M

MACAddressField - Class in com.storedobject.vaadin
Field to accept valid MAC address.
MACAddressField() - Constructor for class com.storedobject.vaadin.MACAddressField
Constructor.
MACAddressField(String) - Constructor for class com.storedobject.vaadin.MACAddressField
Constructor.
MACAddressTextField - Class in com.storedobject.vaadin.util
 
MACAddressTextField() - Constructor for class com.storedobject.vaadin.util.MACAddressTextField
 
MAGENTA - Static variable in class com.storedobject.pdf.PDFColor
 
Mail - Class in com.storedobject.mail
Represents a Mail providing capabilities to manage and send emails with support for handling addresses, CC, sender information, message types, attachments, and error handling.
Mail() - Constructor for class com.storedobject.mail.Mail
Initializes a new instance of the Mail class with default settings.
MailForm - Class in com.storedobject.ui
 
MailForm() - Constructor for class com.storedobject.ui.MailForm
 
MailForm(String) - Constructor for class com.storedobject.ui.MailForm
 
MailForm.Address - Class in com.storedobject.ui
 
MailLog - Class in com.storedobject.ui.common
 
MailLog() - Constructor for class com.storedobject.ui.common.MailLog
 
MailSender - Class in com.storedobject.mail
 
MailSender() - Constructor for class com.storedobject.mail.MailSender
 
makeLabel(Class<?>) - Static method in class com.storedobject.core.StringUtility
Make a label for the class.
makeLabel(Class<?>, boolean) - Static method in class com.storedobject.core.StringUtility
Make a label for the class.
makeLabel(String) - Static method in class com.storedobject.common.StringUtility
Make label by inserting a space before each capital letter.
makeLabel(String, boolean) - Static method in class com.storedobject.common.StringUtility
Make label by inserting a space before each capital letter.
makeNew() - Method in class com.storedobject.core.StoredObject
Make this instance a new instance by resetting its instance identifiers so that both StoredObject.getId() and StoredObject.getTransactionId() return null after this operation.
makeString(int) - Static method in class com.storedobject.common.StringUtility
Make a String of spaces.
makeString(String, int) - Static method in class com.storedobject.common.StringUtility
Make a new String by padding spaces to the String passed
makeString(String, int, boolean) - Static method in class com.storedobject.common.StringUtility
Make a new String by padding spaces to the String passed
makeString(String, int, char, boolean) - Static method in class com.storedobject.common.StringUtility
Make a new String by padding the padChar to the String passed
makeVirtual() - Method in class com.storedobject.core.StoredObject
Make this instance a "virtual" instance.
ManageApplication - Class in com.storedobject.ui.tools
 
ManageApplication() - Constructor for class com.storedobject.ui.tools.ManageApplication
 
ManageBiometric - Class in com.storedobject.ui.tools
 
ManageBiometric(Application) - Constructor for class com.storedobject.ui.tools.ManageBiometric
 
ManageExternalUsers - Class in com.storedobject.ui.tools
 
ManageExternalUsers() - Constructor for class com.storedobject.ui.tools.ManageExternalUsers
 
ManageGMailSenders() - Constructor for class com.storedobject.ui.common.ManageMailSenders.ManageGMailSenders
 
ManageJobScheduler - Class in com.storedobject.ui.tools
 
ManageJobScheduler() - Constructor for class com.storedobject.ui.tools.ManageJobScheduler
 
ManageMailSenders - Class in com.storedobject.ui.common
 
ManageMailSenders() - Constructor for class com.storedobject.ui.common.ManageMailSenders
 
ManageMailSenders.ManageGMailSenders - Class in com.storedobject.ui.common
 
ManageSalutation - Class in com.storedobject.ui.tools
 
ManageSalutation() - Constructor for class com.storedobject.ui.tools.ManageSalutation
 
ManageSalutation.Salutation - Class in com.storedobject.ui.tools
 
ManageSuffix - Class in com.storedobject.ui.tools
 
ManageSuffix() - Constructor for class com.storedobject.ui.tools.ManageSuffix
 
ManageSuffix.Suffix - Class in com.storedobject.ui.tools
 
ManageTomcatApplication - Class in com.storedobject.ui.tools
 
ManageTomcatApplication() - Constructor for class com.storedobject.ui.tools.ManageTomcatApplication
 
map(Function<String, String>) - Method in class com.storedobject.common.StringList
Create another instance by mapping the elements of this list via a converter function.
map(Function<O, TO>) - Method in class com.storedobject.core.ObjectIterator
Convert this iterator to another type.
MapComboField<T> - Class in com.storedobject.vaadin
A combo field where the values are set as a "map" (key-value pairs).
MapComboField(String, Map<T, ?>) - Constructor for class com.storedobject.vaadin.MapComboField
Constructor.
MapComboField(Map<T, ?>) - Constructor for class com.storedobject.vaadin.MapComboField
Constructor.
MarkArea - Class in com.storedobject.chart
Mark area.
MarkArea() - Constructor for class com.storedobject.chart.MarkArea
 
MarkArea.Block - Class in com.storedobject.chart
A block represents an area of the MarkArea.
MarkArea.Block.Side - Class in com.storedobject.chart
A block has 2 sides, the starting side and an ending side.
markAsRead(TransactionManager) - Method in class com.storedobject.core.LoginMessage
 
markAsRead(TransactionManager, boolean) - Method in class com.storedobject.core.LoginMessage
 
markError(HasValue<?, ?>) - Static method in class com.storedobject.vaadin.AbstractDataForm
Mark a field as not valid.
markError(HasValue<?, ?>) - Static method in class com.storedobject.vaadin.AbstractForm
Mark a field as not valid.
markSupported() - Method in class com.storedobject.core.DatabaseInputStream
 
MasterObject - Interface in com.storedobject.core
A StoredObject class that actually hosts its data in a master database should implement this marker interface.
matches(FileData) - Method in class com.storedobject.core.DocumentConfiguration
 
matches(FileData) - Method in class com.storedobject.core.FileFolder
 
MaterialIssued - Class in com.storedobject.core
 
MaterialIssued() - Constructor for class com.storedobject.core.MaterialIssued
 
MaterialIssuedItem - Class in com.storedobject.core
 
MaterialIssuedItem() - Constructor for class com.storedobject.core.MaterialIssuedItem
 
MaterialRequest - Class in com.storedobject.core
 
MaterialRequest() - Constructor for class com.storedobject.core.MaterialRequest
 
MaterialRequestItem - Class in com.storedobject.core
 
MaterialRequestItem() - Constructor for class com.storedobject.core.MaterialRequestItem
 
MaterialRequestPriority - Class in com.storedobject.core
 
MaterialRequestPriority() - Constructor for class com.storedobject.core.MaterialRequestPriority
 
MaterialReturned - Class in com.storedobject.core
 
MaterialReturned() - Constructor for class com.storedobject.core.MaterialReturned
 
MaterialReturnedItem - Class in com.storedobject.core
 
MaterialReturnedItem() - Constructor for class com.storedobject.core.MaterialReturnedItem
 
MaterialTransferred - Class in com.storedobject.core
 
MaterialTransferred() - Constructor for class com.storedobject.core.MaterialTransferred
 
MaterialTransferredItem - Class in com.storedobject.core
 
MaterialTransferredItem() - Constructor for class com.storedobject.core.MaterialTransferredItem
 
math() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "math".
MathUtility - Class in com.storedobject.common
Math utility functions
MathUtility() - Constructor for class com.storedobject.common.MathUtility
 
max(LocalDateTime, LocalDateTime) - Static method in class com.storedobject.chart.AbstractProject
Get max of 2 time values.
max(Comparator<? super O>) - Method in class com.storedobject.core.ObjectIterator
Find the object that satisfies the "max" condition that specified by the given comparator.
MAX_ROWS - Static variable in class com.storedobject.office.AbstractSpreadSheet
 
MAXICODE - Enum constant in enum class com.storedobject.common.Barcode.Format
MaxiCode 2D barcode format.
maximumDate() - Static method in class com.storedobject.common.DateUtility
Returns the maximum possible date value.
maxTime() - Method in class com.storedobject.core.Database
The maximum date-time value allowed in this database as a string.
maxTimeStamp() - Method in class com.storedobject.core.Database
Maximum date-time value converted to Timestamp.
md5(String) - Static method in class com.storedobject.common.StringUtility
MD5 encryption
MeasurementField<T> - Class in com.storedobject.ui
Create a field to accept a specific measurement Quantity.
MeasurementField(MeasurementUnit) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(MeasurementUnit, int) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(MeasurementUnit, int, int) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(Class<T>) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(Class<T>, int) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(Class<T>, int, int) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(String, MeasurementUnit) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(String, MeasurementUnit, int) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(String, MeasurementUnit, int, int) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(String, Class<T>) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(String, Class<T>, int) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(String, Class<T>, int, int) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(String, T) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(String, T, int) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(String, T, int, int) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(T) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(T, int) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementField(T, int, int) - Constructor for class com.storedobject.ui.MeasurementField
Create a field for accepting a specific type of Quantity.
MeasurementUnit - Class in com.storedobject.core
 
MeasurementUnitField - Class in com.storedobject.ui
A field for inputting MeasurementUnits.
MeasurementUnitField() - Constructor for class com.storedobject.ui.MeasurementUnitField
Constructor.
MeasurementUnitField(boolean) - Constructor for class com.storedobject.ui.MeasurementUnitField
Constructor.
MeasurementUnitField(String) - Constructor for class com.storedobject.ui.MeasurementUnitField
Constructor.
MeasurementUnitField(String, boolean) - Constructor for class com.storedobject.ui.MeasurementUnitField
Constructor.
Media - Class in com.storedobject.vaadin
Base class for other media classes such as Audio, Video etc.
Media() - Constructor for class com.storedobject.vaadin.Media
Constructor.
Media(StreamResource...) - Constructor for class com.storedobject.vaadin.Media
Consructor.
Media(String, String) - Constructor for class com.storedobject.vaadin.Media
Constructor.
MediaCapture - Interface in com.storedobject.vaadin
Interface that defines capturing of streams from devices such as video camera, mic etc.
MediaCapture.DataReceiver - Interface in com.storedobject.vaadin
Interface to be implemented in order to receive data from the MediaCapture as a stream like audio/video/image etc.
MediaCapture.StatusChangeListener - Interface in com.storedobject.vaadin
Interface to implement to receive capturing status changes of a MediaCapture.
MediaCSS - Class in com.storedobject.ui
Utility methods related to handling media access from within CSS styles.
MediaCSS() - Constructor for class com.storedobject.ui.MediaCSS
 
MediaFile - Class in com.storedobject.core
 
MediaFile() - Constructor for class com.storedobject.core.MediaFile
 
MediaFileEditor - Class in com.storedobject.ui.common
 
MediaFileEditor() - Constructor for class com.storedobject.ui.common.MediaFileEditor
 
MediaFileEditor(int) - Constructor for class com.storedobject.ui.common.MediaFileEditor
 
MediaFileEditor(int, String) - Constructor for class com.storedobject.ui.common.MediaFileEditor
 
MediaFileEditor(String) - Constructor for class com.storedobject.ui.common.MediaFileEditor
 
MediaStreamVariable - Class in com.storedobject.vaadin.util
 
MediaStreamVariable(MediaCapture.DataReceiver) - Constructor for class com.storedobject.vaadin.util.MediaStreamVariable
 
mediaURL(MediaFile) - Static method in class com.storedobject.ui.MediaCSS
Create a URL for the given media.
mediaURL(String) - Static method in class com.storedobject.ui.MediaCSS
Create a URL for the given media.
medium() - Static method in class com.storedobject.chart.Font.Size
 
Memo - Class in com.storedobject.core
 
Memo() - Constructor for class com.storedobject.core.Memo
 
MemoAlertHandler - Class in com.storedobject.ui.common
 
MemoAlertHandler() - Constructor for class com.storedobject.ui.common.MemoAlertHandler
 
MemoAttachment - Class in com.storedobject.core
 
MemoAttachment() - Constructor for class com.storedobject.core.MemoAttachment
 
MemoComment - Class in com.storedobject.core
 
MemoComment() - Constructor for class com.storedobject.core.MemoComment
 
MemoEditor(Class<M>) - Constructor for class com.storedobject.ui.common.MemoSystem.MemoEditor
 
MemoryCache<T> - Class in com.storedobject.core
 
MemoryCache() - Constructor for class com.storedobject.core.MemoryCache
 
MemoSystem - Class in com.storedobject.ui.common
 
MemoSystem() - Constructor for class com.storedobject.ui.common.MemoSystem
 
MemoSystem(boolean) - Constructor for class com.storedobject.ui.common.MemoSystem
 
MemoSystem(MemoType) - Constructor for class com.storedobject.ui.common.MemoSystem
 
MemoSystem(MemoType, boolean) - Constructor for class com.storedobject.ui.common.MemoSystem
 
MemoSystem(String) - Constructor for class com.storedobject.ui.common.MemoSystem
 
MemoSystem.MemoEditor<M> - Class in com.storedobject.ui.common
 
MemoType - Class in com.storedobject.core
 
MemoType() - Constructor for class com.storedobject.core.MemoType
 
MemoTypeEditor - Class in com.storedobject.ui.common
 
MemoTypeEditor() - Constructor for class com.storedobject.ui.common.MemoTypeEditor
 
MemoTypeEditor(String) - Constructor for class com.storedobject.ui.common.MemoTypeEditor
 
MenuBar - Class in com.storedobject.vaadin
This component provides the same functionality of Vaadin's MenuBar.
MenuBar() - Constructor for class com.storedobject.vaadin.MenuBar
 
MenuBarItem - Class in com.storedobject.vaadin
Represents a "menu bar item" or its "sub-menu".
MenuBarItem() - Constructor for class com.storedobject.vaadin.MenuBarItem
 
MenuItem - Class in com.storedobject.vaadin
Default implementation of ApplicationMenuItem and ApplicationMenuItemGroup.
MenuItem(String, Icon, Runnable, boolean) - Constructor for class com.storedobject.vaadin.MenuItem
 
message(LoginMessage) - Method in interface com.storedobject.core.MessageViewer
 
message(LoginMessage) - Method in class com.storedobject.tools.SystemMessageViewer
 
message(Object) - Method in class com.storedobject.ui.TextView
 
message(Object) - Static method in class com.storedobject.vaadin.Application
Show a message from the parameter passed.
message(Object) - Method in interface com.storedobject.vaadin.ExecutableView
Show a message.
message(Object...) - Method in class com.storedobject.ui.TextView
 
message(Object, Object) - Static method in class com.storedobject.vaadin.Application
Show a message from the parameter passed.
Message - Class in com.storedobject.core
 
Message() - Constructor for class com.storedobject.core.Message
 
Message(String) - Constructor for class com.storedobject.core.Message
 
MESSAGE - Static variable in class com.storedobject.core.AccessControl
 
messageArrived(String, byte[]) - Method in interface com.storedobject.iot.MQTT.Listener
 
messageArrived(String, String) - Method in interface com.storedobject.iot.MQTT.Listener
 
messageArrived(String, MqttMessage) - Method in interface com.storedobject.iot.MQTT.Listener
 
messageArrived(String, MqttMessage) - Method in interface com.storedobject.iot.MQTT.Listener
 
MessageEditor<M> - Class in com.storedobject.ui.common
 
MessageEditor(Class<M>) - Constructor for class com.storedobject.ui.common.MessageEditor
 
MessageEditor(Class<M>, int) - Constructor for class com.storedobject.ui.common.MessageEditor
 
MessageEditor(Class<M>, int, String) - Constructor for class com.storedobject.ui.common.MessageEditor
 
MessageEditor(String) - Constructor for class com.storedobject.ui.common.MessageEditor
 
MessageEscalation - Class in com.storedobject.job
 
MessageEscalation() - Constructor for class com.storedobject.job.MessageEscalation
 
MessageEscalationGroup - Class in com.storedobject.job
 
MessageEscalationGroup() - Constructor for class com.storedobject.job.MessageEscalationGroup
 
MessageGrid<T> - Class in com.storedobject.ui
A grid to be shown in a window with an "Ok" button and it will be closed when the button is pressed.
MessageGrid(Class<T>, List<T>) - Constructor for class com.storedobject.ui.MessageGrid
 
MessageGrid(Class<T>, List<T>, Component) - Constructor for class com.storedobject.ui.MessageGrid
 
MessageGrid(Class<T>, List<T>, Iterable<String>) - Constructor for class com.storedobject.ui.MessageGrid
 
MessageGrid(Class<T>, List<T>, Iterable<String>, Component) - Constructor for class com.storedobject.ui.MessageGrid
 
MessageGrid(Class<T>, List<T>, Iterable<String>, String) - Constructor for class com.storedobject.ui.MessageGrid
 
MessageGrid(Class<T>, List<T>, String) - Constructor for class com.storedobject.ui.MessageGrid
 
MessageGroup - Class in com.storedobject.job
 
MessageGroup() - Constructor for class com.storedobject.job.MessageGroup
 
MessageGroup.NOT_FOUND - Exception Class in com.storedobject.job
 
MessageSender<T> - Class in com.storedobject.job
Message sender.
MessageSender(Schedule, Class<T>) - Constructor for class com.storedobject.job.MessageSender
Constructor.
MessageTemplate - Class in com.storedobject.core
 
MessageTemplate() - Constructor for class com.storedobject.core.MessageTemplate
 
MessageViewer - Interface in com.storedobject.core
 
MethodInvoker - Interface in com.storedobject.common
 
MethodList(Method) - Constructor for class com.storedobject.core.StoredObjectUtility.MethodList
 
MethodList(Method, boolean) - Constructor for class com.storedobject.core.StoredObjectUtility.MethodList
 
MIC - Enum constant in enum class com.storedobject.ui.ObjectField.Type
Microphone type.
MIDDLE - Enum constant in enum class com.storedobject.chart.Location
Middle.
migrate(InventoryItem, InventoryItem) - Method in class com.storedobject.ui.inventory.MigrateItem
 
migrate(InventoryItem, InventoryItem) - Method in class com.storedobject.ui.inventory.MigratePartNumber
 
migrate(InventoryItemType, InventoryItemType) - Method in class com.storedobject.ui.inventory.MigratePartNumber
 
migrate(TransactionManager, InventoryItemType, Function<InventoryItem, InventoryItem>) - Method in class com.storedobject.core.InventoryItem
Migrate this item to another type.
migrate(TransactionManager, InventoryItemType, Function<InventoryItem, InventoryItem>) - Method in class com.storedobject.core.InventoryItemType
Migrate this item type to another.
migrate(TransactionManager, StoredObject) - Method in class com.storedobject.core.InventoryItem
 
migrate(TransactionManager, StoredObject) - Method in class com.storedobject.core.InventoryItemType
 
migrate(TransactionManager, StoredObject) - Method in class com.storedobject.core.StoredObject
Migrate this instance to another class instance.
MIGRATED - Enum constant in enum class com.storedobject.core.DataChanged.CHANGE
 
MigrateItem - Class in com.storedobject.ui.inventory
 
MigrateItem() - Constructor for class com.storedobject.ui.inventory.MigrateItem
 
migrateMasterKey(TransactionManager) - Static method in class com.storedobject.core.Secret
Migrate Master Keys.
MigratePartNumber - Class in com.storedobject.ui.inventory
 
MigratePartNumber() - Constructor for class com.storedobject.ui.inventory.MigratePartNumber
 
mimeType() - Method in record class com.storedobject.client.Client.Data
Returns the value of the mimeType record component.
min(Comparator<? super O>) - Method in class com.storedobject.core.ObjectIterator
Find the object that satisfies the "min" condition that specified by the given comparator.
MinorGridLines() - Constructor for class com.storedobject.chart.Axis.MinorGridLines
Constructor.
MinorTicks() - Constructor for class com.storedobject.chart.Axis.MinorTicks
Constructor.
minus(StringList) - Method in class com.storedobject.common.StringList
Remove elements from this list that are elements of another list.
Minutes - Class in com.storedobject.core
 
Minutes(Date) - Constructor for class com.storedobject.core.Minutes
 
Minutes(Date, int) - Constructor for class com.storedobject.core.Minutes
 
MINUTES - Enum constant in enum class com.storedobject.ui.TimeResolution
 
MinutesField - Class in com.storedobject.ui
 
MinutesField() - Constructor for class com.storedobject.ui.MinutesField
 
MinutesField(String) - Constructor for class com.storedobject.ui.MinutesField
 
MinutesField(String, Integer) - Constructor for class com.storedobject.ui.MinutesField
 
minutesToAMPM(int) - Static method in class com.storedobject.common.StringUtility
Converts minutes of the day to human-readable AM/PM string.
minutesToString(int) - Static method in class com.storedobject.common.StringUtility
Converts time duration to human-readable string "hours:minutes".
MinutesValueConverter - Class in com.storedobject.core.converter
 
modelDatabase() - Method in class com.storedobject.core.Database
The name of the model database.
modelDatabase() - Method in class com.storedobject.database.postgres.Database
 
ModifiedClickEvent(ClickEvent<C>, Component) - Constructor for class com.storedobject.vaadin.ClickHandler.ModifiedClickEvent
Constructor.
Module - Annotation Interface in com.storedobject.common.annotation
 
ModuleLogic - Class in com.storedobject.core
 
ModuleLogic() - Constructor for class com.storedobject.core.ModuleLogic
 
ModuleMenu - Class in com.storedobject.ui
An image based menu to be created from the logic defined via an ApplicationModule instance.
ModuleMenu(Application) - Constructor for class com.storedobject.ui.ModuleMenu
Constructor.
ModuleMenu(Application, ApplicationModule) - Constructor for class com.storedobject.ui.ModuleMenu
Constructor.
ModuleMenu(Application, String) - Constructor for class com.storedobject.ui.ModuleMenu
Constructor.
moduleName() - Element in annotation interface com.storedobject.common.annotation.Module
 
moduleName() - Method in class com.storedobject.core.StoredObject
Get the module name of this instance.
moduleName(Class<? extends StoredObject>) - Static method in class com.storedobject.core.ClassAttribute
 
modulus11(long) - Static method in class com.storedobject.common.StringUtility
Compute the modulus 11 check digit for the number passed.
modulus11(String) - Static method in class com.storedobject.common.StringUtility
Compute the modulus 11 check digit for the alphanumeric string passed.
Money - Class in com.storedobject.core
Class that represents a monetary value.
Money() - Constructor for class com.storedobject.core.Money
Create a monetary value of zero in the default currency.
Money(double, String) - Constructor for class com.storedobject.core.Money
Create a monetary value from the amount specified in a particular currency.
Money(double, Currency) - Constructor for class com.storedobject.core.Money
Create a monetary value from the amount specified in a particular currency.
Money(Number) - Constructor for class com.storedobject.core.Money
Create a monetary value from the amount specified in the default currency.
Money(Number, String) - Constructor for class com.storedobject.core.Money
Create a monetary value from the amount specified in a particular currency.
Money(Number, Currency) - Constructor for class com.storedobject.core.Money
Create a monetary value from the amount specified in a particular currency.
Money(String) - Constructor for class com.storedobject.core.Money
Create a monetary value of zero in a particular currency.
Money(String, String) - Constructor for class com.storedobject.core.Money
Create a monetary value from the amount specified in a particular currency.
Money(String, Currency) - Constructor for class com.storedobject.core.Money
Create a monetary value from the amount specified in a particular currency.
Money(BigDecimal) - Constructor for class com.storedobject.core.Money
Create a monetary value from the amount specified in the default currency.
Money(BigDecimal, String) - Constructor for class com.storedobject.core.Money
Create a monetary value from the amount specified in a particular currency.
Money(BigDecimal, Currency) - Constructor for class com.storedobject.core.Money
Create a monetary value from the amount specified in a particular currency.
Money(Currency) - Constructor for class com.storedobject.core.Money
Create a monetary value of zero in a particular currency.
Money.List - Class in com.storedobject.core
A class representing a list of currency values.
MoneyField - Class in com.storedobject.ui
Field to accept monetary values (Money).
MoneyField() - Constructor for class com.storedobject.ui.MoneyField
Constructor.
MoneyField(int) - Constructor for class com.storedobject.ui.MoneyField
Constructor.
MoneyField(int, String) - Constructor for class com.storedobject.ui.MoneyField
Constructor.
MoneyField(int, Currency) - Constructor for class com.storedobject.ui.MoneyField
Constructor.
MoneyField(String) - Constructor for class com.storedobject.ui.MoneyField
Constructor.
MoneyField(String, int) - Constructor for class com.storedobject.ui.MoneyField
Constructor.
MoneyField(String, int, String) - Constructor for class com.storedobject.ui.MoneyField
Constructor.
MoneyField(String, int, Currency) - Constructor for class com.storedobject.ui.MoneyField
Constructor.
MoneyValueConverter - Class in com.storedobject.core.converter
 
monitorDeliveryCost() - Method in class com.storedobject.job.MessageSender
Check if we need to monitor delivery cost or not.
monospace() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "monospace".
MonthEndField - Class in com.storedobject.ui
 
MonthEndField() - Constructor for class com.storedobject.ui.MonthEndField
 
MonthEndField(String) - Constructor for class com.storedobject.ui.MonthEndField
 
MonthField - Class in com.storedobject.ui
 
MonthField() - Constructor for class com.storedobject.ui.MonthField
 
MonthField(String) - Constructor for class com.storedobject.ui.MonthField
 
MonthlyConsumption - Class in com.storedobject.iot
Represents a monthly consumption entity that extends the base Consumption class.
MonthlyConsumption() - Constructor for class com.storedobject.iot.MonthlyConsumption
Default constructor for the MonthlyConsumption class.
monthlyStatistics() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the monthly statistics associated with the current data status.
MonthlyStatistics - Class in com.storedobject.iot
Represents a statistical record for a specific month.
MonthlyStatistics() - Constructor for class com.storedobject.iot.MonthlyStatistics
Constructs a new instance of MonthlyStatistics.
monthPart - Variable in class com.storedobject.ui.MonthField
 
MonthPeriodField - Class in com.storedobject.ui
 
MonthPeriodField() - Constructor for class com.storedobject.ui.MonthPeriodField
 
MonthPeriodField(String) - Constructor for class com.storedobject.ui.MonthPeriodField
 
MonthPeriodField(String, DatePeriod) - Constructor for class com.storedobject.ui.MonthPeriodField
 
monthTillToday() - Static method in class com.storedobject.core.DatePeriod
 
monthTillYesterday() - Static method in class com.storedobject.core.DatePeriod
 
move(CharSequence) - Method in class com.storedobject.vaadin.RubikCube
Do moves.
moveBackward() - Method in class com.storedobject.core.LedgerWindow
Move the window backward.
moved(InventoryLocation, InventoryLocation) - Method in class com.storedobject.core.InventoryItem
This will be invoked whenever this item is moved from one location to another.
moveDown() - Method in class com.storedobject.office.AbstractSpreadSheet
 
moveForward() - Method in class com.storedobject.core.LedgerWindow
Move the window forward.
moveLeft() - Method in class com.storedobject.office.AbstractSpreadSheet
 
moveOnMouseMove(boolean) - Method in class com.storedobject.chart.CoordinateSystemZoom
Whether to trigger the data window move on mouse move or not.
moveOnMouseMove(Key) - Method in class com.storedobject.chart.CoordinateSystemZoom
Switch on the data window moving feature when the mouse is moved with a special key combination.
moveOnMouseWheel(boolean) - Method in class com.storedobject.chart.CoordinateSystemZoom
Whether to trigger the data window move on mouse wheel or not.
moveOnMouseWheel(Key) - Method in class com.storedobject.chart.CoordinateSystemZoom
Switch on the data window moving feature when the mouse wheel is moved with a special key combination.
moveRight() - Method in class com.storedobject.office.AbstractSpreadSheet
 
moveTo(InventoryItem, Quantity, String, InventoryLocation) - Method in class com.storedobject.core.InventoryTransaction
Move items to another location.
moveTo(InventoryItem, String, InventoryLocation) - Method in class com.storedobject.core.InventoryTransaction
Move items to another location.
moveToBeginning() - Method in class com.storedobject.core.LedgerWindow
Move window to the beginning.
moveToEnd() - Method in class com.storedobject.core.LedgerWindow
Move window to the end.
moveUp() - Method in class com.storedobject.office.AbstractSpreadSheet
 
MQTT - Class in com.storedobject.iot
Definition of MQTT connector.
MQTT() - Constructor for class com.storedobject.iot.MQTT
 
MQTT.Listener - Interface in com.storedobject.iot
 
MQTTDataCollector - Class in com.storedobject.iot
 
MQTTDataCollector(Schedule) - Constructor for class com.storedobject.iot.MQTTDataCollector
 
MQTTDataCollector(Schedule, MQTT) - Constructor for class com.storedobject.iot.MQTTDataCollector
 
MQTTDataView - Class in com.storedobject.ui.iot
 
MQTTDataView() - Constructor for class com.storedobject.ui.iot.MQTTDataView
 
MQTTEditor - Class in com.storedobject.ui.iot
 
MQTTEditor() - Constructor for class com.storedobject.ui.iot.MQTTEditor
 
MULTIPLE_ENTRIES_FOUND - Static variable in class com.storedobject.common.Fault
 
Multiple_Links - Exception Class in com.storedobject.core
 
Multiple_Links(String) - Constructor for exception class com.storedobject.core.Multiple_Links
 
multiply(double) - Method in class com.storedobject.core.Angle
Multiply
multiply(double) - Method in class com.storedobject.core.Area
Multiply
multiply(double) - Method in class com.storedobject.core.Count
Multiply
multiply(double) - Method in class com.storedobject.core.Distance
Multiply
multiply(double) - Method in class com.storedobject.core.FractionalCount
Multiply
multiply(double) - Method in class com.storedobject.core.Money
Multiply the amount with a value
multiply(double) - Method in class com.storedobject.core.Percentage
Multiply
multiply(double) - Method in class com.storedobject.core.Pressure
Multiply
multiply(double) - Method in class com.storedobject.core.Quantity
Multiply
multiply(double) - Method in class com.storedobject.core.Speed
Multiply
multiply(double) - Method in class com.storedobject.core.Temperature
Multiply
multiply(double) - Method in class com.storedobject.core.TimeDuration
Multiply
multiply(double) - Method in class com.storedobject.core.Volume
Multiply
multiply(double) - Method in class com.storedobject.core.VolumeRate
Multiply
multiply(double) - Method in class com.storedobject.core.Weight
Multiply
multiply(double) - Method in class com.storedobject.core.WeightOrVolume
Multiply
multiply(double) - Method in class com.storedobject.core.WeightRate
Multiply
multiply(DecimalNumber) - Method in class com.storedobject.core.Money
Multiply the amount with a rate
multiply(Money) - Method in class com.storedobject.core.Quantity
Multiply the money with this quantity (Given the unit price, find out the total amount)
multiply(Quantity) - Method in class com.storedobject.core.Money
Multiply the amount with a quantity (Given the unit price, find out the total amount).
multiply(Quantity) - Method in class com.storedobject.core.UnitCost
 
multiply(Rate) - Method in class com.storedobject.core.Money
Multiply the amount with a rate
multiply(BigDecimal) - Method in class com.storedobject.core.Angle
Multiply
multiply(BigDecimal) - Method in class com.storedobject.core.Area
Multiply
multiply(BigDecimal) - Method in class com.storedobject.core.Count
Multiply
multiply(BigDecimal) - Method in class com.storedobject.core.Distance
Multiply
multiply(BigDecimal) - Method in class com.storedobject.core.FractionalCount
Multiply
multiply(BigDecimal) - Method in class com.storedobject.core.Money
Multiply the amount with a value
multiply(BigDecimal) - Method in class com.storedobject.core.Percentage
Multiply
multiply(BigDecimal) - Method in class com.storedobject.core.Pressure
Multiply
multiply(BigDecimal) - Method in class com.storedobject.core.Quantity
Multiply
multiply(BigDecimal) - Method in class com.storedobject.core.Speed
Multiply
multiply(BigDecimal) - Method in class com.storedobject.core.Temperature
Multiply
multiply(BigDecimal) - Method in class com.storedobject.core.TimeDuration
Multiply
multiply(BigDecimal) - Method in class com.storedobject.core.Volume
Multiply
multiply(BigDecimal) - Method in class com.storedobject.core.VolumeRate
Multiply
multiply(BigDecimal) - Method in class com.storedobject.core.Weight
Multiply
multiply(BigDecimal) - Method in class com.storedobject.core.WeightOrVolume
Multiply
multiply(BigDecimal) - Method in class com.storedobject.core.WeightRate
Multiply
MultiSelectGrid<T> - Class in com.storedobject.vaadin
A grid to be shown in a window with "Proceed/Cancel" buttons to select multiple entries.
MultiSelectGrid(Class<T>, List<T>) - Constructor for class com.storedobject.vaadin.MultiSelectGrid
Constructor.
MultiSelectGrid(Class<T>, List<T>, Iterable<String>) - Constructor for class com.storedobject.vaadin.MultiSelectGrid
Constructor.
MultiSelectGrid(Class<T>, List<T>, Iterable<String>, Consumer<Set<T>>) - Constructor for class com.storedobject.vaadin.MultiSelectGrid
Constructor.
MultiSelectGrid(Class<T>, List<T>, Consumer<Set<T>>) - Constructor for class com.storedobject.vaadin.MultiSelectGrid
Constructor.
MultiSelectStock - Class in com.storedobject.ui.inventory
Select stock multiple entries from a list of given stock items.
MultiSelectStock(ObjectIterator<InventoryItem>, Consumer<Set<InventoryItem>>) - Constructor for class com.storedobject.ui.inventory.MultiSelectStock
Constructor.
MYAddress - Class in com.storedobject.common
MY Address
line[0]: Postal town
line[1]: State code
MYAddressForm - Class in com.storedobject.ui.util
 
MYAddressForm() - Constructor for class com.storedobject.ui.util.MYAddressForm
 

N

name - Variable in class com.storedobject.core.JavaInnerClass
 
name - Variable in class com.storedobject.core.Name
 
name() - Method in record class com.storedobject.common.StyledBuilder.Style
Returns the value of the name record component.
name() - Method in class com.storedobject.core.Database
The name of the driver.
name() - Method in class com.storedobject.database.postgres.Database
 
Name - Class in com.storedobject.core
 
Name() - Constructor for class com.storedobject.core.Name
 
nanoDigits() - Method in class com.storedobject.core.Database
Number of nano digits to be used in the format(Timestamp) method.
needsApprovals() - Method in class com.storedobject.core.TransactionManager
 
Neem - Class in com.storedobject.neem
 
Neem(BufferedReader) - Constructor for class com.storedobject.neem.Neem
 
negate() - Method in class com.storedobject.core.Angle
Reverses the sign of this quantity
negate() - Method in class com.storedobject.core.Area
Reverses the sign of this quantity
negate() - Method in class com.storedobject.core.Count
Reverses the sign of this quantity
negate() - Method in class com.storedobject.core.Distance
Reverses the sign of this quantity
negate() - Method in class com.storedobject.core.FractionalCount
Reverses the sign of this quantity
negate() - Method in class com.storedobject.core.Money.List
Create a negated list from this list.
negate() - Method in class com.storedobject.core.Money
Reverses the sign of this money.
negate() - Method in class com.storedobject.core.Percentage
Reverses the sign of this quantity
negate() - Method in class com.storedobject.core.Pressure
Reverses the sign of this quantity
negate() - Method in class com.storedobject.core.Quantity
Reverses the sign of this quantity
negate() - Method in class com.storedobject.core.Speed
Reverses the sign of this quantity
negate() - Method in class com.storedobject.core.Temperature
Reverses the sign of this quantity
negate() - Method in class com.storedobject.core.TimeDuration
Reverses the sign of this quantity
negate() - Method in class com.storedobject.core.Volume
Reverses the sign of this quantity
negate() - Method in class com.storedobject.core.VolumeRate
Reverses the sign of this quantity
negate() - Method in class com.storedobject.core.Weight
Reverses the sign of this quantity
negate() - Method in class com.storedobject.core.WeightOrVolume
Reverses the sign of this quantity
negate() - Method in class com.storedobject.core.WeightRate
Reverses the sign of this quantity
NEW - Static variable in class com.storedobject.core.EditorAction
 
newID() - Static method in class com.storedobject.helper.ID
Get a new id.
newline() - Method in class com.storedobject.chart.Tooltip
Add a new line to the tooltip.
newLine() - Method in class com.storedobject.common.HTMLText
 
newLine() - Method in interface com.storedobject.common.StyledBuilder
Adds a new line.
newLine() - Method in class com.storedobject.pdf.PDF.Text
Append a new line.
newLine() - Method in class com.storedobject.vaadin.AbstractDataForm
Add a new line to the form.
newLine() - Method in class com.storedobject.vaadin.AbstractForm
Add a new line to the form.
newLine() - Method in class com.storedobject.vaadin.FormLayout
Add a new line to the form.
newLine(boolean) - Method in class com.storedobject.common.HTMLText
 
newLine(boolean) - Method in interface com.storedobject.common.StyledBuilder
Adds a new line.
newLine(boolean) - Method in class com.storedobject.common.StyledString
 
newLine(boolean) - Method in class com.storedobject.pdf.PDF.Text
Append a new line.
newLine(boolean) - Method in class com.storedobject.ui.ELabel
 
newLine(boolean) - Method in class com.storedobject.ui.ELabels
 
newLine(boolean) - Method in interface com.storedobject.ui.StyledBuilder
 
newLine(boolean) - Method in class com.storedobject.ui.TextView
 
newObject() - Method in interface com.storedobject.core.NewObject
Create a new instance of the object.
newObject() - Method in class com.storedobject.vaadin.AbstractDataEditor
Create an instance of the object (public method).
newObject(TransactionManager) - Method in interface com.storedobject.core.NewObject
Create a new instance of the object.
NewObject<T> - Interface in com.storedobject.core
Interface to generate new object of a specific type.
newPage() - Method in class com.storedobject.pdf.PDF
Create and add a new page
newReportStage() - Method in class com.storedobject.pdf.PDF
Starts a new report stage.
newReportStage(int) - Method in class com.storedobject.pdf.PDF
Starts a new report stage.
next() - Method in class com.storedobject.common.Array
 
next() - Method in class com.storedobject.common.Sequencer
 
next() - Method in class com.storedobject.common.SVG
Create the next block (Next g tag).
next() - Method in class com.storedobject.core.ObjectIterator
 
next() - Method in class com.storedobject.core.Query
Retrieves the next result set from the query.
next() - Method in class com.storedobject.core.RawSQL
 
next() - Method in class com.storedobject.core.SerialNumberMethodInvoker
 
next() - Method in class com.storedobject.iot.Consumption
Retrieves the next Consumption object in a sequence, if available.
next() - Method in class com.storedobject.iot.DailyConsumption
Retrieves the next `DailyConsumption` record based on the current day and year.
next() - Method in class com.storedobject.iot.DailyStatistics
Retrieves the next DailyStatistics instance for the subsequent day.
next() - Method in class com.storedobject.iot.HourlyConsumption
Retrieves the next hourly consumption record.
next() - Method in class com.storedobject.iot.HourlyStatistics
Retrieves the next HourlyStatistics instance based on the current hour and year.
next() - Method in class com.storedobject.iot.MonthlyConsumption
Retrieves the next MonthlyConsumption object, advancing to the subsequent month.
next() - Method in class com.storedobject.iot.MonthlyStatistics
Retrieves the next instance of MonthlyStatistics, representing the subsequent month based on the current instance's month and year.
next() - Method in class com.storedobject.iot.Statistics
Retrieves the next instance of statistics in a sequence or ordered collection.
next() - Method in class com.storedobject.iot.WeeklyConsumption
Navigates to the next weekly consumption record based on the current week and year.
next() - Method in class com.storedobject.iot.WeeklyStatistics
Retrieves the next week's statistics based on the current instance.
next() - Method in class com.storedobject.iot.YearlyConsumption
Retrieves the next yearly consumption record if it exists.
next() - Method in class com.storedobject.iot.YearlyStatistics
Retrieves the next instance of YearlyStatistics corresponding to the subsequent year, if the current year is less than the present year.
next(Object) - Static method in class com.storedobject.core.SerialGenerator
 
nextStep() - Method in class com.storedobject.ui.SteppedView
Go to the next step (Equivalent of pressing the "Next" button).
nextStep() - Method in class com.storedobject.ui.util.Stepper
 
nextVersion() - Method in class com.storedobject.core.StoredObject
Get next version of this object.
NiagaraMessageProcessor - Class in com.storedobject.iot
 
NiagaraMessageProcessor() - Constructor for class com.storedobject.iot.NiagaraMessageProcessor
 
NightingaleRoseChart - Class in com.storedobject.chart
Nightingale Rose chart.
NightingaleRoseChart() - Constructor for class com.storedobject.chart.NightingaleRoseChart
Constructor.
NightingaleRoseChart(AbstractDataProvider<?>, DataProvider) - Constructor for class com.storedobject.chart.NightingaleRoseChart
Constructor.
NO_BORDER - Static variable in class com.storedobject.pdf.PDFRectangle
Represents "no border".
NO_ENTRIES_FOUND - Static variable in class com.storedobject.common.Fault
 
NO_EXIT - Static variable in class com.storedobject.core.EditorAction
 
Node - Class in com.storedobject.chart
 
Node(String) - Constructor for class com.storedobject.chart.Node
 
Node(String) - Constructor for class com.storedobject.chart.SankeyChart.Node
Constructor.
Node(String, double, double, Object, Node.Type) - Constructor for class com.storedobject.chart.Node
 
Node(String, Object) - Constructor for class com.storedobject.chart.Node
 
Node(String, Object, Node.Type) - Constructor for class com.storedobject.chart.Node
 
Node.Symbol - Class in com.storedobject.chart
 
Node.Type - Class in com.storedobject.chart
 
nodeVisible(BreadcrumbsTree.Node, boolean) - Method in interface com.storedobject.vaadin.BreadcrumbsTree.NodeVisibilityListener
This method will be invoked when the visibility of the node (and its associated component) changes.
NoDisplayField - Interface in com.storedobject.ui.util
To indicate whether a field non-displayable ore not.
NoField - Annotation Interface in com.storedobject.vaadin
Annotation to ignore a getXXX method of a "host" set in an ObjectForm while building fields.
none() - Static method in class com.storedobject.chart.Size
Create a "null" size.
None - Enum constant in enum class com.storedobject.chart.Tooltip.Type
Tooltip for special cases.
NONE - Enum constant in enum class com.storedobject.chart.Axis.PointerType
No pointer.
NONE - Enum constant in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT
Do not fade out
NONE - Enum constant in enum class com.storedobject.chart.GraphLayout
 
NONE - Enum constant in enum class com.storedobject.chart.PointSymbolType
None.
noneMatch(Predicate<? super O>) - Method in class com.storedobject.core.ObjectIterator
Check whether no object is matching the given filter or not.
normal() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type ""normal.
normal() - Method in interface com.storedobject.vaadin.util.HasTextValue
Remove text transformation if any.
NORMAL - Enum constant in enum class com.storedobject.chart.Font.Style
Normal.
NORMAL - Enum constant in enum class com.storedobject.chart.Font.Variant
Normal.
NORMAL - Enum constant in enum class com.storedobject.pdf.PDFFont.FontStyle
 
NORMAL - Static variable in class com.storedobject.chart.Font.Weight
Normal font-weight.
NORMAL - Static variable in class com.storedobject.pdf.PDFFont
Constant used in font specification.
normalize() - Method in class com.storedobject.core.JSONMap
Normalize the map so that it will contain only valid JSON values.
NOT_A_CUSTOMER_ACCOUNT - Static variable in class com.storedobject.common.Fault
 
NOT_A_DEPOSIT_ACCOUNT - Static variable in class com.storedobject.common.Fault
 
NOT_A_GL_ACCOUNT - Static variable in class com.storedobject.common.Fault
 
NOT_A_LOAN_ACCOUNT - Static variable in class com.storedobject.common.Fault
 
NOT_ALLOWED - Static variable in class com.storedobject.common.Fault
 
NOT_AND - Enum constant in enum class com.storedobject.common.LogicalOperator
 
NOT_CONNECTED - Static variable in class com.storedobject.client.Client
Error message when not connected.
Not_Enough_Balance - Exception Class in com.storedobject.core
 
Not_Enough_Balance(String) - Constructor for exception class com.storedobject.core.Not_Enough_Balance
 
NOT_ENOUGH_BALANCE - Static variable in class com.storedobject.common.Fault
 
NOT_FOUND(String) - Constructor for exception class com.storedobject.job.MessageGroup.NOT_FOUND
 
NOT_OR - Enum constant in enum class com.storedobject.common.LogicalOperator
 
NoTax - Class in com.storedobject.accounts
 
NoTax() - Constructor for class com.storedobject.accounts.NoTax
 
notify(String, TransactionManager, Iterable<Person>, Object...) - Static method in class com.storedobject.core.MessageTemplate
Create and send messages to the given list of persons.
notify(String, TransactionManager, Object...) - Method in interface com.storedobject.core.Notifye
Create and send a message to this receiver.
notify(String, TransactionManager, Object...) - Method in class com.storedobject.core.Person
Create and send a message to this person.
notify(String, TransactionManager, Object...) - Method in class com.storedobject.core.SystemUser
Create and send a message to this user.
notify(String, TransactionManager, Object...) - Method in class com.storedobject.core.SystemUserGroup
Create and send a message to the members of this group.
notify(String, TransactionManager, Object...) - Static method in class com.storedobject.job.MessageGroup
Create and send a message to all members of this group.
notify(String, String, boolean) - Method in class com.storedobject.tools.DeveloperService
 
notify(String, String, boolean) - Method in class com.storedobject.tools.SystemDevice
 
Notifye - Interface in com.storedobject.core
An interface that denotes that notifications can be received.
notToRespond() - Method in class com.storedobject.tools.AbstractJSONService
 
notToRespond() - Method in class com.storedobject.tools.JSONService
 
notToRespond() - Method in class com.storedobject.tools.JSONServiceWS
 
now() - Static method in class com.storedobject.common.DateUtility
Get the current timestamp
NULL - Enum constant in enum class com.storedobject.common.JSON.Type
 
nullInput() - Static method in class com.storedobject.common.IO
Create a null input stream.
nullOutput() - Static method in class com.storedobject.common.IO
Create a null output stream.
number - Variable in class com.storedobject.core.Account
 
number(int) - Static method in class com.storedobject.chart.Font.Size
 
NUMBER - Enum constant in enum class com.storedobject.chart.DataType
Numeric values.
NUMBER - Enum constant in enum class com.storedobject.common.JSON.Type
 
NumberComparator() - Constructor for class com.storedobject.chart.AbstractDataProvider.NumberComparator
 
NumericField<T> - Class in com.storedobject.vaadin.util
 
NumericField(T) - Constructor for class com.storedobject.vaadin.util.NumericField
 

O

O2S(Class<O>, StoredObjectUtility.MethodList) - Constructor for class com.storedobject.core.ObjectToString.O2S
 
O2S(Class<O>, String, StringList) - Constructor for class com.storedobject.core.ObjectToString.O2S
 
O2S(Class<O>, String, StringList, boolean) - Constructor for class com.storedobject.core.ObjectToString.O2S
 
OAuth - Class in com.storedobject.oauth
 
OAuth(String, String, String, String) - Constructor for class com.storedobject.oauth.OAuth
 
OAUTH_TOKEN_PROP - Static variable in class com.storedobject.mail.OAuth2SaslClientFactory
 
OAuth2SaslClientFactory - Class in com.storedobject.mail
 
OAuth2SaslClientFactory() - Constructor for class com.storedobject.mail.OAuth2SaslClientFactory
 
obfuscate(String) - Static method in class com.storedobject.core.Secret
 
Obfuscator - Class in com.storedobject.ui.tools
 
Obfuscator() - Constructor for class com.storedobject.ui.tools.Obfuscator
 
object - Variable in class com.storedobject.office.ODTObjectReport
The current object to report.
object - Variable in class com.storedobject.pdf.PDFObjectReport
The current object to report.
object() - Method in record class com.storedobject.core.HasReference.Amend
Returns the value of the object record component.
OBJECT - Enum constant in enum class com.storedobject.chart.DataType
Object values - used by specialized charts.
ObjectAdder<O> - Class in com.storedobject.ui.util
A utility editor class to dynamically create and add a new StoredObject instance to an ObjectInput field.
ObjectBlockEditor - Class in com.storedobject.ui.tools
 
ObjectBlockEditor(StoredObject, Map<String, StoredObject>, String, String) - Constructor for class com.storedobject.ui.tools.ObjectBlockEditor
 
ObjectBrowser<T> - Class in com.storedobject.ui
 
ObjectBrowser(Class<T>) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(Class<T>, int) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(Class<T>, int, SearchBuilder<T>) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(Class<T>, int, String) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(Class<T>, Iterable<String>, int) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(Class<T>, Iterable<String>, int, SearchBuilder<T>) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(Class<T>, Iterable<String>, int, SearchBuilder<T>, String) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(Class<T>, Iterable<String>, int, SearchBuilder<T>, String, String) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(Class<T>, Iterable<String>, int, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(Class<T>, Iterable<String>, int, Iterable<String>, String) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(Class<T>, Iterable<String>, int, Iterable<String>, String, String) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(Class<T>, Iterable<String>, int, String) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(Class<T>, Iterable<String>, SearchBuilder<T>) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(Class<T>, Iterable<String>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(Class<T>, String) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowser(String) - Constructor for class com.storedobject.ui.ObjectBrowser
 
ObjectBrowserEditor<T> - Class in com.storedobject.ui
 
ObjectBrowserEditor(Class<T>) - Constructor for class com.storedobject.ui.ObjectBrowserEditor
 
ObjectBrowserEditor(Class<T>, int) - Constructor for class com.storedobject.ui.ObjectBrowserEditor
 
ObjectBrowserEditor(Class<T>, int, String) - Constructor for class com.storedobject.ui.ObjectBrowserEditor
 
ObjectBrowserEditor(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectBrowserEditor
 
ObjectBrowserEditor(Class<T>, Iterable<String>, int) - Constructor for class com.storedobject.ui.ObjectBrowserEditor
 
ObjectBrowserEditor(Class<T>, Iterable<String>, int, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectBrowserEditor
 
ObjectBrowserEditor(Class<T>, Iterable<String>, int, Iterable<String>, String) - Constructor for class com.storedobject.ui.ObjectBrowserEditor
 
ObjectBrowserEditor(Class<T>, Iterable<String>, int, String) - Constructor for class com.storedobject.ui.ObjectBrowserEditor
 
ObjectBrowserEditor(Class<T>, Iterable<String>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectBrowserEditor
 
ObjectBrowserEditor(Class<T>, String) - Constructor for class com.storedobject.ui.ObjectBrowserEditor
 
ObjectBrowserEditor(String) - Constructor for class com.storedobject.ui.ObjectBrowserEditor
 
ObjectBrowserViewer<T> - Class in com.storedobject.ui
 
ObjectBrowserViewer(Class<T>) - Constructor for class com.storedobject.ui.ObjectBrowserViewer
 
ObjectBrowserViewer(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectBrowserViewer
 
ObjectBrowserViewer(Class<T>, Iterable<String>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectBrowserViewer
 
ObjectBrowserViewer(Class<T>, Iterable<String>, Iterable<String>, String) - Constructor for class com.storedobject.ui.ObjectBrowserViewer
 
ObjectBrowserViewer(Class<T>, Iterable<String>, String) - Constructor for class com.storedobject.ui.ObjectBrowserViewer
 
ObjectBrowserViewer(Class<T>, String) - Constructor for class com.storedobject.ui.ObjectBrowserViewer
 
ObjectBrowserViewer(String) - Constructor for class com.storedobject.ui.ObjectBrowserViewer
 
ObjectCache<T> - Class in com.storedobject.core
 
ObjectCache(Class<T>) - Constructor for class com.storedobject.core.ObjectCache
 
ObjectCache(Class<T>, boolean) - Constructor for class com.storedobject.core.ObjectCache
 
ObjectCache(Class<T>, ObjectIterator<T>) - Constructor for class com.storedobject.core.ObjectCache
 
ObjectCache(Class<T>, Query) - Constructor for class com.storedobject.core.ObjectCache
 
ObjectCache(Class<T>, Query, boolean) - Constructor for class com.storedobject.core.ObjectCache
 
ObjectCache(Class<T>, Iterable<Id>) - Constructor for class com.storedobject.core.ObjectCache
 
ObjectCache(Class<T>, String) - Constructor for class com.storedobject.core.ObjectCache
 
ObjectCache(Class<T>, String, boolean) - Constructor for class com.storedobject.core.ObjectCache
 
ObjectCache(Class<T>, String, String) - Constructor for class com.storedobject.core.ObjectCache
 
ObjectCache(Class<T>, String, String, boolean) - Constructor for class com.storedobject.core.ObjectCache
 
ObjectCache(Class<T>, Stream<T>) - Constructor for class com.storedobject.core.ObjectCache
 
ObjectCacheList<T> - Class in com.storedobject.core
 
ObjectCacheList(Class<T>) - Constructor for class com.storedobject.core.ObjectCacheList
 
ObjectCacheList(Class<T>, boolean) - Constructor for class com.storedobject.core.ObjectCacheList
 
ObjectCacheList(Class<T>, ObjectIterator<T>) - Constructor for class com.storedobject.core.ObjectCacheList
 
ObjectCacheList(Class<T>, Query) - Constructor for class com.storedobject.core.ObjectCacheList
 
ObjectCacheList(Class<T>, Query, boolean) - Constructor for class com.storedobject.core.ObjectCacheList
 
ObjectCacheList(Class<T>, Iterable<Id>) - Constructor for class com.storedobject.core.ObjectCacheList
 
ObjectCacheList(Class<T>, String) - Constructor for class com.storedobject.core.ObjectCacheList
 
ObjectCacheList(Class<T>, String, boolean) - Constructor for class com.storedobject.core.ObjectCacheList
 
ObjectCacheList(Class<T>, String, String) - Constructor for class com.storedobject.core.ObjectCacheList
 
ObjectCacheList(Class<T>, String, String, boolean) - Constructor for class com.storedobject.core.ObjectCacheList
 
ObjectCacheList(Class<T>, Stream<T>) - Constructor for class com.storedobject.core.ObjectCacheList
 
ObjectChangedListener<T> - Interface in com.storedobject.ui
"Object Changed" listener to track changes to the object.
ObjectChangeListener - Interface in com.storedobject.core
 
objectClass - Variable in class com.storedobject.vaadin.AbstractForm
Class of the data object in the form.
ObjectCodeField<T> - Class in com.storedobject.ui
In many situations, a StoredObject instance may contain a code attribute (a String attribute that looks like a code - part number of an inventory item for example) and this field accept such codes for inputting the object instance.
ObjectCodeField(Class<T>) - Constructor for class com.storedobject.ui.ObjectCodeField
Constructor.
ObjectCodeField(Class<T>, int) - Constructor for class com.storedobject.ui.ObjectCodeField
Constructor.
ObjectCodeField(Class<T>, String) - Constructor for class com.storedobject.ui.ObjectCodeField
Constructor.
ObjectCodeField(Class<T>, String, int) - Constructor for class com.storedobject.ui.ObjectCodeField
Constructor.
ObjectCodeField(String, Class<T>) - Constructor for class com.storedobject.ui.ObjectCodeField
Constructor.
ObjectCodeField(String, Class<T>, int) - Constructor for class com.storedobject.ui.ObjectCodeField
Constructor.
ObjectCodeField(String, Class<T>, String) - Constructor for class com.storedobject.ui.ObjectCodeField
Constructor.
ObjectCodeField(String, Class<T>, String, int) - Constructor for class com.storedobject.ui.ObjectCodeField
Constructor.
ObjectColumnCreator<T> - Interface in com.storedobject.vaadin
Interface that defines the "column creator" for DataGrid and DataTreeGrid.
ObjectComboField<T> - Class in com.storedobject.ui
 
ObjectComboField(Class<T>) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(Class<T>, boolean, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(Class<T>, String) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(Class<T>, String, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(Class<T>, String, boolean, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(Class<T>, String, String) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(Class<T>, String, String, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(Class<T>, String, String, boolean, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(Class<T>, List<T>) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(Class<T>, List<T>, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(String, ObjectList<T>, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(String, Class<T>) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(String, Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(String, Class<T>, boolean, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(String, Class<T>, String) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(String, Class<T>, String, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(String, Class<T>, String, boolean, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(String, Class<T>, String, String) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(String, Class<T>, String, String, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(String, Class<T>, String, String, boolean, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(String, Class<T>, List<T>) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(String, Class<T>, List<T>, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(String, List<T>) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(String, List<T>, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(List<T>) - Constructor for class com.storedobject.ui.ObjectComboField
 
ObjectComboField(List<T>, boolean) - Constructor for class com.storedobject.ui.ObjectComboField
 
objectCommitted(StoredObject) - Method in interface com.storedobject.core.ObjectChangeListener
 
ObjectComparisonGrid<T> - Class in com.storedobject.ui
 
ObjectComparisonGrid(T, T) - Constructor for class com.storedobject.ui.ObjectComparisonGrid
 
ObjectConsumer<T> - Interface in com.storedobject.core
 
ObjectConverter<FROM,TO> - Interface in com.storedobject.core
Converter that converts an object instance to another type.
objectData - Variable in class com.storedobject.vaadin.AbstractForm
Current instance of the data object in the form.
ObjectData<T> - Class in com.storedobject.core
 
ObjectData(Class<T>) - Constructor for class com.storedobject.core.ObjectData
 
ObjectData(Class<T>, StringList) - Constructor for class com.storedobject.core.ObjectData
 
ObjectData(Class<T>, String...) - Constructor for class com.storedobject.core.ObjectData
 
ObjectData(T) - Constructor for class com.storedobject.core.ObjectData
 
ObjectData(T, StringList) - Constructor for class com.storedobject.core.ObjectData
 
ObjectData(T, String...) - Constructor for class com.storedobject.core.ObjectData
 
objectDeleted(StoredObject, TransactionControl) - Method in interface com.storedobject.core.ObjectChangeListener
 
ObjectEditor<T> - Class in com.storedobject.ui
The concrete base class for creating CRUD views for StoredObject classes.
ObjectEditor(Class<T>) - Constructor for class com.storedobject.ui.ObjectEditor
Constructor.
ObjectEditor(Class<T>, int) - Constructor for class com.storedobject.ui.ObjectEditor
Constructor.
ObjectEditor(Class<T>, int, String) - Constructor for class com.storedobject.ui.ObjectEditor
Constructor.
ObjectEditor(Class<T>, int, String, String) - Constructor for class com.storedobject.ui.ObjectEditor
Constructor.
ObjectEditor(String) - Constructor for class com.storedobject.ui.ObjectEditor
Constructor.
ObjectEditorListener - Interface in com.storedobject.ui
"Object Editor" listener to track changes of the editor.
ObjectEditorProvider - Interface in com.storedobject.ui
Provider of ObjectEditor.
ObjectEditorRefresher<T> - Class in com.storedobject.ui
An implementation of ObjectChangedListener that refreshes the editor whenever changes are saved.
ObjectEditorRefresher(ObjectEditor<?>) - Constructor for class com.storedobject.ui.ObjectEditorRefresher
Constructor.
ObjectField<T> - Class in com.storedobject.ui
A field that can be used to accept Id values.
ObjectField(ObjectInput<T>) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(Class<T>) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(Class<T>, boolean, boolean) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(Class<T>, boolean, ObjectField.Type) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(Class<T>, boolean, ObjectField.Type, boolean) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(Class<T>, ObjectField.Type) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(Iterable<T>) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(String, ObjectInput<T>) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(String, Class<T>) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(String, Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(String, Class<T>, boolean, boolean) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(String, Class<T>, boolean, ObjectField.Type) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(String, Class<T>, boolean, ObjectField.Type, boolean) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(String, Class<T>, boolean, ObjectGetField.GetProvider<T>, boolean) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(String, Class<T>, ObjectField.Type) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(String, Class<T>, String, BiFunction<String, Class<T>, ObjectEditor<T>>, boolean, ObjectField.Type, boolean) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(String, Class<T>, List<T>, boolean) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(String, Iterable<T>) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(String, List<T>) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(String, List<T>, boolean) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField(List<T>) - Constructor for class com.storedobject.ui.ObjectField
Constructor.
ObjectField.Type - Enum Class in com.storedobject.ui
Type of the object field.
ObjectFieldCreator<T> - Interface in com.storedobject.vaadin
A class that implements this interface determines how fields (HasValue) are created for editing an "object".
ObjectFilter<T> - Class in com.storedobject.ui
 
ObjectFilter(Class<T>) - Constructor for class com.storedobject.ui.ObjectFilter
 
ObjectFilter(Class<T>, StringList) - Constructor for class com.storedobject.ui.ObjectFilter
 
ObjectFilter(Class<T>, StringList, Consumer<ObjectSearchBuilder<T>>) - Constructor for class com.storedobject.ui.ObjectFilter
 
ObjectForest<T> - Class in com.storedobject.core
 
ObjectForest<T> - Class in com.storedobject.ui
 
ObjectForest(boolean, int, Class<T>, boolean) - Constructor for class com.storedobject.core.ObjectForest
 
ObjectForest(int, Class<T>, boolean, Function<Class<T>, ObjectList<T>>) - Constructor for class com.storedobject.core.ObjectForest
 
ObjectForest(Class<T>) - Constructor for class com.storedobject.ui.ObjectForest
 
ObjectForest(Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectForest
 
ObjectForest(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectForest
 
ObjectForest(Class<T>, Iterable<String>, boolean) - Constructor for class com.storedobject.ui.ObjectForest
 
ObjectForest.LinkNode - Class in com.storedobject.core
 
ObjectForest.LinkObject - Class in com.storedobject.core
 
ObjectForestBrowser<T> - Class in com.storedobject.ui
 
ObjectForestBrowser(Class<T>) - Constructor for class com.storedobject.ui.ObjectForestBrowser
 
ObjectForestBrowser(Class<T>, int) - Constructor for class com.storedobject.ui.ObjectForestBrowser
 
ObjectForestBrowser(Class<T>, int, String) - Constructor for class com.storedobject.ui.ObjectForestBrowser
 
ObjectForestBrowser(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectForestBrowser
 
ObjectForestBrowser(Class<T>, Iterable<String>, int) - Constructor for class com.storedobject.ui.ObjectForestBrowser
 
ObjectForestBrowser(Class<T>, Iterable<String>, int, String) - Constructor for class com.storedobject.ui.ObjectForestBrowser
 
ObjectForestBrowser(Class<T>, String) - Constructor for class com.storedobject.ui.ObjectForestBrowser
 
ObjectForestBrowser(String) - Constructor for class com.storedobject.ui.ObjectForestBrowser
 
ObjectForestEditor<T> - Class in com.storedobject.ui
 
ObjectForestEditor(Class<T>) - Constructor for class com.storedobject.ui.ObjectForestEditor
 
ObjectForestEditor(Class<T>, int) - Constructor for class com.storedobject.ui.ObjectForestEditor
 
ObjectForestEditor(Class<T>, int, String) - Constructor for class com.storedobject.ui.ObjectForestEditor
 
ObjectForestEditor(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectForestEditor
 
ObjectForestEditor(Class<T>, Iterable<String>, int) - Constructor for class com.storedobject.ui.ObjectForestEditor
 
ObjectForestEditor(Class<T>, Iterable<String>, int, String) - Constructor for class com.storedobject.ui.ObjectForestEditor
 
ObjectForestEditor(Class<T>, String) - Constructor for class com.storedobject.ui.ObjectForestEditor
 
ObjectForestEditor(String) - Constructor for class com.storedobject.ui.ObjectForestEditor
 
ObjectForestProvider<T> - Class in com.storedobject.ui
 
ObjectForestProvider(ObjectForest<T>) - Constructor for class com.storedobject.ui.ObjectForestProvider
 
ObjectForestProvider.LoadCallBack - Interface in com.storedobject.ui
 
ObjectForestViewer<T> - Class in com.storedobject.ui
 
ObjectForestViewer(Class<T>) - Constructor for class com.storedobject.ui.ObjectForestViewer
 
ObjectForestViewer(Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectForestViewer
 
ObjectForestViewer(Class<T>, boolean, boolean) - Constructor for class com.storedobject.ui.ObjectForestViewer
 
ObjectForestViewer(Class<T>, boolean, String) - Constructor for class com.storedobject.ui.ObjectForestViewer
 
ObjectForestViewer(Class<T>, boolean, String, boolean) - Constructor for class com.storedobject.ui.ObjectForestViewer
 
ObjectForestViewer(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectForestViewer
 
ObjectForestViewer(Class<T>, Iterable<String>, boolean) - Constructor for class com.storedobject.ui.ObjectForestViewer
 
ObjectForestViewer(Class<T>, Iterable<String>, boolean, boolean) - Constructor for class com.storedobject.ui.ObjectForestViewer
 
ObjectForestViewer(Class<T>, Iterable<String>, boolean, String) - Constructor for class com.storedobject.ui.ObjectForestViewer
 
ObjectForestViewer(Class<T>, Iterable<String>, boolean, String, boolean) - Constructor for class com.storedobject.ui.ObjectForestViewer
 
ObjectForestViewer(Class<T>, Iterable<String>, String) - Constructor for class com.storedobject.ui.ObjectForestViewer
 
ObjectForestViewer(Class<T>, Iterable<String>, String, boolean) - Constructor for class com.storedobject.ui.ObjectForestViewer
 
ObjectForestViewer(Class<T>, String) - Constructor for class com.storedobject.ui.ObjectForestViewer
 
ObjectForestViewer(Class<T>, String, boolean) - Constructor for class com.storedobject.ui.ObjectForestViewer
 
ObjectForestViewer(String) - Constructor for class com.storedobject.ui.ObjectForestViewer
 
ObjectForm<D> - Class in com.storedobject.vaadin
Class to represent a "data entry form" for a particular type of object.
ObjectForm(Class<D>) - Constructor for class com.storedobject.vaadin.ObjectForm
Constructor
ObjectForm(Class<D>, HasComponents) - Constructor for class com.storedobject.vaadin.ObjectForm
Constructor
ObjectFormField<T> - Class in com.storedobject.ui
 
ObjectFormField(ObjectEditor<T>) - Constructor for class com.storedobject.ui.ObjectFormField
 
ObjectFormField(ObjectEditor<T>, ObjectField.Type) - Constructor for class com.storedobject.ui.ObjectFormField
 
ObjectFormField(ObjectEditor<T>, HasContainer) - Constructor for class com.storedobject.ui.ObjectFormField
 
ObjectFormField(Class<T>) - Constructor for class com.storedobject.ui.ObjectFormField
 
ObjectFormField(Class<T>, ObjectField.Type) - Constructor for class com.storedobject.ui.ObjectFormField
 
ObjectFormField(Class<T>, HasContainer) - Constructor for class com.storedobject.ui.ObjectFormField
 
ObjectFormField(String, ObjectEditor<T>) - Constructor for class com.storedobject.ui.ObjectFormField
 
ObjectFormField(String, ObjectEditor<T>, ObjectField.Type) - Constructor for class com.storedobject.ui.ObjectFormField
 
ObjectFormField(String, ObjectEditor<T>, HasContainer) - Constructor for class com.storedobject.ui.ObjectFormField
 
ObjectFormField(String, Class<T>) - Constructor for class com.storedobject.ui.ObjectFormField
 
ObjectFormField(String, Class<T>, ObjectField.Type) - Constructor for class com.storedobject.ui.ObjectFormField
 
ObjectFormField(String, Class<T>, HasContainer) - Constructor for class com.storedobject.ui.ObjectFormField
 
ObjectFormField(String, Class<T>, String, BiFunction<String, Class<T>, ObjectEditor<T>>, ObjectField.Type) - Constructor for class com.storedobject.ui.ObjectFormField
 
ObjectFormField(String, Class<T>, String, BiFunction<String, Class<T>, ObjectEditor<T>>, HasContainer) - Constructor for class com.storedobject.ui.ObjectFormField
 
ObjectFormTable(Class<T>, StringList) - Constructor for class com.storedobject.pdf.PDF.ObjectFormTable
Create a table for the given type of StoredObject class.
ObjectFormTable(Class<T>, String...) - Constructor for class com.storedobject.pdf.PDF.ObjectFormTable
Create a table for the given type of StoredObject class.
ObjectGetField<T> - Class in com.storedobject.ui
A field to accept instances of StoredObjects that are searchable using some keywords.
ObjectGetField(Class<T>) - Constructor for class com.storedobject.ui.ObjectGetField
Constructor.
ObjectGetField(Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectGetField
Constructor.
ObjectGetField(String, Class<T>) - Constructor for class com.storedobject.ui.ObjectGetField
Constructor.
ObjectGetField(String, Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectGetField
Constructor.
ObjectGetField(String, Class<T>, boolean, boolean) - Constructor for class com.storedobject.ui.ObjectGetField
Constructor.
ObjectGetField(String, Class<T>, boolean, boolean, ObjectGetField.GetProvider<T>) - Constructor for class com.storedobject.ui.ObjectGetField
Constructor.
ObjectGetField(String, Class<T>, boolean, ObjectGetField.GetProvider<T>) - Constructor for class com.storedobject.ui.ObjectGetField
Constructor.
ObjectGetField.GetProvider<O> - Interface in com.storedobject.ui
The ObjectGetField requires a "get provider" to provide objects or list of objects based on a search text.
ObjectGetField.GetSupplier<O> - Class in com.storedobject.ui
Implementation of ObjectGetField.GetProvider for normal StoredObject classes.
ObjectGetField.GetTypedSupplier<O> - Class in com.storedobject.ui
Implementation of ObjectGetField.GetProvider for StoredObject classes where additional type information is required (For example, InventoryItem requires an instance of the InventoryItemType while searching in order to narrow down the search).
ObjectGetter<T> - Interface in com.storedobject.core
Definition of an "object getter" - classes that provide an object of a specific type.
ObjectGrid<T> - Class in com.storedobject.ui
 
ObjectGrid(ObjectList<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectGrid
 
ObjectGrid(Class<T>) - Constructor for class com.storedobject.ui.ObjectGrid
 
ObjectGrid(Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectGrid
 
ObjectGrid(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectGrid
 
ObjectGrid(Class<T>, Iterable<String>, boolean) - Constructor for class com.storedobject.ui.ObjectGrid
 
ObjectGridData<T,ROOT> - Interface in com.storedobject.ui
 
ObjectGridReport<T> - Class in com.storedobject.ui
Create a PDF report from the grid rows.
ObjectGridReport(ObjectListGrid<T>) - Constructor for class com.storedobject.ui.ObjectGridReport
Constructor.
ObjectHint - Class in com.storedobject.core
 
ObjectHint() - Constructor for class com.storedobject.core.ObjectHint
 
ObjectHistoryGrid<T> - Class in com.storedobject.ui
 
ObjectHistoryGrid(Id) - Constructor for class com.storedobject.ui.ObjectHistoryGrid
 
ObjectHistoryGrid(Id, BiPredicate<T, T>) - Constructor for class com.storedobject.ui.ObjectHistoryGrid
 
ObjectHistoryGrid(T) - Constructor for class com.storedobject.ui.ObjectHistoryGrid
 
ObjectHistoryGrid(T, StringList) - Constructor for class com.storedobject.ui.ObjectHistoryGrid
 
ObjectHistoryGrid(T, StringList, BiPredicate<T, T>) - Constructor for class com.storedobject.ui.ObjectHistoryGrid
 
ObjectHistoryGrid(T, AuditTrailConfiguration) - Constructor for class com.storedobject.ui.ObjectHistoryGrid
 
ObjectHistoryGrid(T, AuditTrailConfiguration, BiPredicate<T, T>) - Constructor for class com.storedobject.ui.ObjectHistoryGrid
 
ObjectHistoryGrid(T, BiPredicate<T, T>) - Constructor for class com.storedobject.ui.ObjectHistoryGrid
 
ObjectId - Class in com.storedobject.core
Strictly for internal use only.
ObjectInput<T> - Interface in com.storedobject.ui
Fields that can input a given type of StoredObject value.
objectIterator(Function<ResultSet, T>) - Method in class com.storedobject.core.Query
Creates an Iterable that maps each ResultSet entry from the query into an object of type T using the provided objectMapper function.
ObjectIterator<O> - Class in com.storedobject.core
Helper class that allows you to iterate through objects retrieved from the DB.
objectLink(StoredObjectUtility.Link<?>) - Method in class com.storedobject.core.StoredObject
Get the object link associated with this instance.
objectLink(String) - Method in class com.storedobject.core.StoredObject
Get the object link associated with this instance.
objectLink(String, boolean) - Method in class com.storedobject.core.StoredObject
Get the object link associated with this instance.
ObjectLinkField<T> - Class in com.storedobject.ui
 
ObjectLinkField(String, StoredObjectUtility.Link<T>) - Constructor for class com.storedobject.ui.ObjectLinkField
 
ObjectLinkField.Tabs - Class in com.storedobject.ui
 
objectLinks() - Method in class com.storedobject.core.StoredObject
Get the list of object links associated with this instance.
objectLinks(boolean) - Method in class com.storedobject.core.StoredObject
Get the list of object links associated with this instance.
ObjectList<T> - Class in com.storedobject.report
Generate a PDF with a list of objects.
ObjectList - Class in com.storedobject.ui
A list report that lists StoredObjects.
ObjectList<T> - Interface in com.storedobject.core
 
ObjectList(Device) - Constructor for class com.storedobject.report.ObjectList
 
ObjectList(Device, ReportDefinition) - Constructor for class com.storedobject.report.ObjectList
 
ObjectList(Device, Class<T>, boolean, Iterable<String>) - Constructor for class com.storedobject.report.ObjectList
 
ObjectList(Device, Class<T>, boolean, String...) - Constructor for class com.storedobject.report.ObjectList
 
ObjectList(Device, Class<T>, Iterable<String>) - Constructor for class com.storedobject.report.ObjectList
 
ObjectList(Device, Class<T>, String...) - Constructor for class com.storedobject.report.ObjectList
 
ObjectList(Device, String) - Constructor for class com.storedobject.report.ObjectList
 
ObjectList(ReportDefinition) - Constructor for class com.storedobject.ui.ObjectList
Constructor.
ObjectList(String) - Constructor for class com.storedobject.ui.ObjectList
Constructor.
ObjectListEditor<T> - Class in com.storedobject.ui
This class can be used to edit a list of StoredObjects.
ObjectListEditor(Class<T>) - Constructor for class com.storedobject.ui.ObjectListEditor
Constructor.
ObjectListEditor(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectListEditor
Constructor.
ObjectListEditor(Class<T>, Iterable<String>, boolean) - Constructor for class com.storedobject.ui.ObjectListEditor
Constructor.
ObjectLister<T> - Interface in com.storedobject.report
 
ObjectListExcel<T> - Class in com.storedobject.report
Generate an Excel with list of objects.
ObjectListExcel(Device, ReportDefinition) - Constructor for class com.storedobject.report.ObjectListExcel
 
ObjectListExcel(Device, Class<T>, boolean, Iterable<String>) - Constructor for class com.storedobject.report.ObjectListExcel
 
ObjectListExcel(Device, Class<T>, boolean, String...) - Constructor for class com.storedobject.report.ObjectListExcel
 
ObjectListExcel(Device, Class<T>, Iterable<String>) - Constructor for class com.storedobject.report.ObjectListExcel
 
ObjectListExcel(Device, Class<T>, String...) - Constructor for class com.storedobject.report.ObjectListExcel
 
ObjectListExcel(Device, String) - Constructor for class com.storedobject.report.ObjectListExcel
 
ObjectListField<T> - Class in com.storedobject.ui
 
ObjectListField(Class<T>) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(Class<T>, String) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(Class<T>, String, boolean) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(Class<T>, String, String) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(Class<T>, String, String, boolean) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(Class<T>, List<T>) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(String, ObjectList<T>) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(String, Class<T>) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(String, Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(String, Class<T>, String) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(String, Class<T>, String, boolean) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(String, Class<T>, String, String) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(String, Class<T>, String, String, boolean) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(String, Class<T>, String, String, boolean, boolean) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(String, Class<T>, List<T>) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(String, List<T>) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListField(List<T>) - Constructor for class com.storedobject.ui.ObjectListField
 
ObjectListGrid<T> - Class in com.storedobject.ui
Grid that can be used show a list of StoredObject instances.
ObjectListGrid(ObjectList<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectListGrid
 
ObjectListGrid(Class<T>) - Constructor for class com.storedobject.ui.ObjectListGrid
 
ObjectListGrid(Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectListGrid
 
ObjectListGrid(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectListGrid
 
ObjectListGrid(Class<T>, Iterable<String>, boolean) - Constructor for class com.storedobject.ui.ObjectListGrid
 
ObjectListProvider<T> - Class in com.storedobject.ui
 
ObjectListProvider(ObjectList<T>) - Constructor for class com.storedobject.ui.ObjectListProvider
 
ObjectListProvider(Class<T>, DataList<T>) - Constructor for class com.storedobject.ui.ObjectListProvider
 
ObjectListProvider.LoadCallBack - Interface in com.storedobject.ui
 
ObjectLoader<T> - Interface in com.storedobject.core
Methods for loading instances of StoredObject.
ObjectLoader<T> - Interface in com.storedobject.ui
 
ObjectLoadFilter<T> - Class in com.storedobject.core
Class that maintains filter conditions and associated details that can be used in StoredObject's query/list/get methods and ObjectLoaders.
ObjectLoadFilter() - Constructor for class com.storedobject.core.ObjectLoadFilter
 
ObjectMemoryGrid<T> - Class in com.storedobject.ui
Grid that can be used show a list of StoredObject instances.
ObjectMemoryGrid(Class<T>) - Constructor for class com.storedobject.ui.ObjectMemoryGrid
 
ObjectMemoryGrid(Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectMemoryGrid
 
ObjectMemoryGrid(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectMemoryGrid
 
ObjectMemoryGrid(Class<T>, Iterable<String>, boolean) - Constructor for class com.storedobject.ui.ObjectMemoryGrid
 
ObjectMemoryList<T> - Class in com.storedobject.core
 
ObjectMemoryList(Class<T>) - Constructor for class com.storedobject.core.ObjectMemoryList
 
ObjectMemoryList(Class<T>, boolean) - Constructor for class com.storedobject.core.ObjectMemoryList
 
ObjectMemoryList(Class<T>, ObjectIterator<T>) - Constructor for class com.storedobject.core.ObjectMemoryList
 
ObjectMemoryList(Class<T>, Query) - Constructor for class com.storedobject.core.ObjectMemoryList
 
ObjectMemoryList(Class<T>, Query, boolean) - Constructor for class com.storedobject.core.ObjectMemoryList
 
ObjectMemoryList(Class<T>, Iterable<Id>) - Constructor for class com.storedobject.core.ObjectMemoryList
 
ObjectMemoryList(Class<T>, String) - Constructor for class com.storedobject.core.ObjectMemoryList
 
ObjectMemoryList(Class<T>, String, boolean) - Constructor for class com.storedobject.core.ObjectMemoryList
 
ObjectMemoryList(Class<T>, String, String) - Constructor for class com.storedobject.core.ObjectMemoryList
 
ObjectMemoryList(Class<T>, String, String, boolean) - Constructor for class com.storedobject.core.ObjectMemoryList
 
ObjectMemoryList(Class<T>, Stream<T>) - Constructor for class com.storedobject.core.ObjectMemoryList
 
ObjectPermission - Class in com.storedobject.core
 
ObjectPermission() - Constructor for class com.storedobject.core.ObjectPermission
 
ObjectPermissionGroup - Class in com.storedobject.core
 
ObjectPermissionGroup() - Constructor for class com.storedobject.core.ObjectPermissionGroup
 
ObjectPermissionUser - Class in com.storedobject.core
 
ObjectPermissionUser() - Constructor for class com.storedobject.core.ObjectPermissionUser
 
ObjectProvider<T> - Interface in com.storedobject.ui
Provider of sme sort of object.
ObjectReport - Class in com.storedobject.report
 
ObjectReport(Device, PrintLogicDefinition, StoredObject) - Constructor for class com.storedobject.report.ObjectReport
 
ObjectReport(Device, PrintLogicDefinition, StoredObject, boolean) - Constructor for class com.storedobject.report.ObjectReport
 
ObjectReport(Device, PrintLogicDefinition, Object, StoredObject) - Constructor for class com.storedobject.report.ObjectReport
 
ObjectReport(Device, PrintLogicDefinition, Object, StoredObject, boolean) - Constructor for class com.storedobject.report.ObjectReport
 
objectRolledback(StoredObject) - Method in interface com.storedobject.core.ObjectChangeListener
 
objects() - Method in class com.storedobject.core.TransactionInformation
Get the objects involved in this transaction.
objects(Class<O>, boolean) - Method in class com.storedobject.core.TransactionInformation
Get a particular type of objects involved in this transaction.
objectSaved(StoredObject, TransactionControl) - Method in interface com.storedobject.core.ObjectChangeListener
 
ObjectSearchBrowser<T> - Class in com.storedobject.ui
A grid-view that is typically used for searching and setting a particular instance of a StoredObject.
ObjectSearchBrowser(Class<T>) - Constructor for class com.storedobject.ui.ObjectSearchBrowser
Constructor.
ObjectSearchBrowser(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectSearchBrowser
Constructor.
ObjectSearchBrowser(Class<T>, Iterable<String>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectSearchBrowser
Constructor.
ObjectSearchBrowser(Class<T>, Iterable<String>, Iterable<String>, String) - Constructor for class com.storedobject.ui.ObjectSearchBrowser
Constructor.
ObjectSearchBrowser(Class<T>, Iterable<String>, String) - Constructor for class com.storedobject.ui.ObjectSearchBrowser
Constructor.
ObjectSearchBrowser(Class<T>, String) - Constructor for class com.storedobject.ui.ObjectSearchBrowser
Constructor.
ObjectSearchBrowser(String) - Constructor for class com.storedobject.ui.ObjectSearchBrowser
Constructor.
ObjectSearchBuilder<T> - Interface in com.storedobject.core
 
ObjectSearcher<T> - Interface in com.storedobject.core
 
ObjectSearcherField<T> - Class in com.storedobject.ui
 
ObjectSearcherField(Class<T>, Consumer<T>) - Constructor for class com.storedobject.ui.ObjectSearcherField
 
ObjectSearcherField(String, Class<T>, Consumer<T>) - Constructor for class com.storedobject.ui.ObjectSearcherField
 
ObjectSearchField<T> - Class in com.storedobject.ui
 
ObjectSearchField(Class<T>) - Constructor for class com.storedobject.ui.ObjectSearchField
 
ObjectSearchField(Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectSearchField
 
ObjectSearchField(Class<T>, boolean, boolean) - Constructor for class com.storedobject.ui.ObjectSearchField
 
ObjectSearchField(String, Class<T>) - Constructor for class com.storedobject.ui.ObjectSearchField
 
ObjectSearchField(String, Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectSearchField
 
ObjectSearchField(String, Class<T>, boolean, boolean) - Constructor for class com.storedobject.ui.ObjectSearchField
 
ObjectSearchForm<T> - Class in com.storedobject.ui
 
ObjectSearchForm(Class<T>) - Constructor for class com.storedobject.ui.ObjectSearchForm
 
ObjectSetter<T> - Interface in com.storedobject.core
Denotes consumer of an object.
ObjectsSetter<T> - Interface in com.storedobject.core
 
ObjectTable<T> - Class in com.storedobject.ui
ObjectTable is similar to ObjectGrid but instead of the Grid, it uses Table to render the rows.
ObjectTable(Class<T>) - Constructor for class com.storedobject.ui.ObjectTable
Constructor.
ObjectTable(Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectTable
Constructor.
ObjectTable(Class<T>, boolean, StringList) - Constructor for class com.storedobject.pdf.PDF.ObjectTable
Create a table for the given type of StoredObject class.
ObjectTable(Class<T>, boolean, String...) - Constructor for class com.storedobject.pdf.PDF.ObjectTable
Create a table for the given type of StoredObject class.
ObjectTable(Class<T>, StringList) - Constructor for class com.storedobject.pdf.PDF.ObjectTable
Create a table for the given type of StoredObject class.
ObjectTable(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectTable
Constructor.
ObjectTable(Class<T>, Iterable<String>, boolean) - Constructor for class com.storedobject.ui.ObjectTable
Constructor.
ObjectTable(Class<T>, String...) - Constructor for class com.storedobject.pdf.PDF.ObjectTable
Create a table for the given type of StoredObject class.
ObjectText<T> - Class in com.storedobject.core
Definition of a type that can be used as an attribute in StoredObject class.
ObjectText() - Constructor for class com.storedobject.core.ObjectText
Constructor.
ObjectText(Id) - Constructor for class com.storedobject.core.ObjectText
Constructor.
ObjectText(ObjectText<T>) - Constructor for class com.storedobject.core.ObjectText
Construct from another instance.
ObjectText(String) - Constructor for class com.storedobject.core.ObjectText
Constructor.
ObjectText(T) - Constructor for class com.storedobject.core.ObjectText
Constructor.
ObjectTextField<T> - Class in com.storedobject.ui
 
ObjectTextField(Class<T>) - Constructor for class com.storedobject.ui.ObjectTextField
 
ObjectTextField(Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectTextField
 
ObjectTextField(String, Class<T>) - Constructor for class com.storedobject.ui.ObjectTextField
 
ObjectTextField(String, Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectTextField
 
ObjectToString<T> - Interface in com.storedobject.core
Interface to convert a StoredObject to String.
ObjectToString.O2S<O> - Class in com.storedobject.core
 
ObjectTree<T> - Class in com.storedobject.core
 
ObjectTree<T> - Class in com.storedobject.ui
 
ObjectTree(boolean, int, Class<T>, boolean) - Constructor for class com.storedobject.core.ObjectTree
 
ObjectTree(boolean, Class<T>, Iterable<String>, boolean, int) - Constructor for class com.storedobject.ui.ObjectTree
 
ObjectTree(int, Class<T>, boolean, Function<Class<T>, ObjectList<T>>) - Constructor for class com.storedobject.core.ObjectTree
 
ObjectTree(Class<T>) - Constructor for class com.storedobject.ui.ObjectTree
 
ObjectTree(Class<T>, boolean) - Constructor for class com.storedobject.ui.ObjectTree
 
ObjectTree(Class<T>, boolean, int) - Constructor for class com.storedobject.ui.ObjectTree
 
ObjectTree(Class<T>, int) - Constructor for class com.storedobject.ui.ObjectTree
 
ObjectTree(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectTree
 
ObjectTree(Class<T>, Iterable<String>, boolean) - Constructor for class com.storedobject.ui.ObjectTree
 
ObjectTree(Class<T>, Iterable<String>, boolean, int) - Constructor for class com.storedobject.ui.ObjectTree
 
ObjectTree(Class<T>, Iterable<String>, int) - Constructor for class com.storedobject.ui.ObjectTree
 
ObjectTree.Builder<O> - Interface in com.storedobject.core
 
ObjectTreeBrowser<T> - Class in com.storedobject.ui
 
ObjectTreeBrowser(Class<T>) - Constructor for class com.storedobject.ui.ObjectTreeBrowser
 
ObjectTreeBrowser(Class<T>, int) - Constructor for class com.storedobject.ui.ObjectTreeBrowser
 
ObjectTreeBrowser(Class<T>, int, String) - Constructor for class com.storedobject.ui.ObjectTreeBrowser
 
ObjectTreeBrowser(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectTreeBrowser
 
ObjectTreeBrowser(Class<T>, Iterable<String>, int) - Constructor for class com.storedobject.ui.ObjectTreeBrowser
 
ObjectTreeBrowser(Class<T>, Iterable<String>, int, String) - Constructor for class com.storedobject.ui.ObjectTreeBrowser
 
ObjectTreeBrowser(Class<T>, String) - Constructor for class com.storedobject.ui.ObjectTreeBrowser
 
ObjectTreeBrowser(String) - Constructor for class com.storedobject.ui.ObjectTreeBrowser
 
ObjectTreeEditor<T> - Class in com.storedobject.ui
 
ObjectTreeEditor(Class<T>) - Constructor for class com.storedobject.ui.ObjectTreeEditor
 
ObjectTreeEditor(Class<T>, int) - Constructor for class com.storedobject.ui.ObjectTreeEditor
 
ObjectTreeEditor(Class<T>, int, String) - Constructor for class com.storedobject.ui.ObjectTreeEditor
 
ObjectTreeEditor(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectTreeEditor
 
ObjectTreeEditor(Class<T>, Iterable<String>, int) - Constructor for class com.storedobject.ui.ObjectTreeEditor
 
ObjectTreeEditor(Class<T>, Iterable<String>, int, String) - Constructor for class com.storedobject.ui.ObjectTreeEditor
 
ObjectTreeEditor(Class<T>, String) - Constructor for class com.storedobject.ui.ObjectTreeEditor
 
ObjectTreeEditor(String) - Constructor for class com.storedobject.ui.ObjectTreeEditor
 
ObjectTreeProvider<T> - Class in com.storedobject.ui
 
ObjectTreeProvider(ObjectTree<T>) - Constructor for class com.storedobject.ui.ObjectTreeProvider
 
ObjectTreeProvider.LoadCallBack - Interface in com.storedobject.ui
 
ObjectTreeViewer<T> - Class in com.storedobject.ui
 
ObjectTreeViewer(Class<T>) - Constructor for class com.storedobject.ui.ObjectTreeViewer
 
ObjectTreeViewer(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ObjectTreeViewer
 
ObjectTreeViewer(Class<T>, Iterable<String>, String) - Constructor for class com.storedobject.ui.ObjectTreeViewer
 
ObjectTreeViewer(Class<T>, String) - Constructor for class com.storedobject.ui.ObjectTreeViewer
 
ObjectTreeViewer(String) - Constructor for class com.storedobject.ui.ObjectTreeViewer
 
ObjectValueConverter - Class in com.storedobject.core.converter
 
ObjectValueConverter(Class<? extends StoredObject>) - Constructor for class com.storedobject.core.converter.ObjectValueConverter
 
ObjectViewer - Class in com.storedobject.ui
 
ObjectViewer(Application) - Constructor for class com.storedobject.ui.ObjectViewer
 
OBLIQUE - Enum constant in enum class com.storedobject.chart.Font.Style
Oblique.
OBLIQUE - Enum constant in enum class com.storedobject.pdf.PDFFont.FontStyle
 
ODInputStream - Class in com.storedobject.office.od
 
ODInputStream(InputStream) - Constructor for class com.storedobject.office.od.ODInputStream
 
ODOutputStream - Class in com.storedobject.office.od
 
ODOutputStream(OutputStream) - Constructor for class com.storedobject.office.od.ODOutputStream
 
ODS - Class in com.storedobject.office
 
ODS - Enum constant in enum class com.storedobject.office.PDFProperties.Filter
 
ODS() - Constructor for class com.storedobject.office.ODS
Constructor.
ODS(FileData) - Constructor for class com.storedobject.office.ODS
Constructor.
ODS(Id) - Constructor for class com.storedobject.office.ODS
Constructor
ODS(Id, OutputStream) - Constructor for class com.storedobject.office.ODS
Constructor
ODS(StreamData) - Constructor for class com.storedobject.office.ODS
Constructor
ODS(StreamData, OutputStream) - Constructor for class com.storedobject.office.ODS
Constructor
ODS(InputStream) - Constructor for class com.storedobject.office.ODS
Constructor.
ODS(InputStream, OutputStream) - Constructor for class com.storedobject.office.ODS
Constructor.
ODS(OutputStream) - Constructor for class com.storedobject.office.ODS
Constructor.
ODS(String) - Constructor for class com.storedobject.office.ODS
Constructor.
ODSReport - Class in com.storedobject.office
 
ODSReport(Device) - Constructor for class com.storedobject.office.ODSReport
Constructor.
ODSReport(Device, FileData) - Constructor for class com.storedobject.office.ODSReport
Constructor.
ODSReport(Device, Id) - Constructor for class com.storedobject.office.ODSReport
Constructor
ODSReport(Device, StreamData) - Constructor for class com.storedobject.office.ODSReport
Constructor
ODSReport(Device, InputStream) - Constructor for class com.storedobject.office.ODSReport
Constructor.
ODSReport(Device, String) - Constructor for class com.storedobject.office.ODSReport
Constructor.
ODT<T> - Class in com.storedobject.office
 
ODT - Enum constant in enum class com.storedobject.office.PDFProperties.Filter
 
ODT() - Constructor for class com.storedobject.office.ODT
 
ODT(Id) - Constructor for class com.storedobject.office.ODT
 
ODT(Id, Object) - Constructor for class com.storedobject.office.ODT
 
ODT(StreamData) - Constructor for class com.storedobject.office.ODT
 
ODT(StreamData, Object) - Constructor for class com.storedobject.office.ODT
 
ODTObjectReport<T> - Class in com.storedobject.office
PDFObjectReport and ODTObjectReport are used to define report logic to be used in PrintLogicDefinition.
ODTObjectReport(Device, T) - Constructor for class com.storedobject.office.ODTObjectReport
Constructor.
ODTReport - Class in com.storedobject.office
 
ODTReport(Device) - Constructor for class com.storedobject.office.ODTReport
 
ODTReport(Device, Id) - Constructor for class com.storedobject.office.ODTReport
 
ODTReport(Device, Id, Object) - Constructor for class com.storedobject.office.ODTReport
 
ODTReport(Device, StreamData) - Constructor for class com.storedobject.office.ODTReport
 
ODTReport(Device, StreamData, Object) - Constructor for class com.storedobject.office.ODTReport
 
OfEntity - Interface in com.storedobject.core
 
OfEntitySelf - Interface in com.storedobject.core
 
Office - Class in com.storedobject.office.od
 
OffsetAccount - Class in com.storedobject.core
 
OffsetAccount() - Constructor for class com.storedobject.core.OffsetAccount
 
ok - Variable in class com.storedobject.ui.TemplateDataForm
The Ok button.
ok - Variable in class com.storedobject.vaadin.DataForm
The Ok button.
ok() - Method in class com.storedobject.common.Condition
 
OK - Static variable in interface com.storedobject.core.ParameterService
 
old() - Method in class com.storedobject.core.StoredObject
Check if the instance is old or not.
Old_Class_Loaded - Exception Class in com.storedobject.tools
 
Old_Class_Loaded() - Constructor for exception class com.storedobject.tools.Old_Class_Loaded
 
Old_Class_Loaded(String) - Constructor for exception class com.storedobject.tools.Old_Class_Loaded
 
onAbort() - Method in class com.storedobject.ui.util.Stepper.Step
Called when the step is exited by hitting the back button.
onAttach(AttachEvent) - Method in class com.storedobject.chart.SOChart
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.AbstractObjectField
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.Application.BusyIndicator
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.ELabelField
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.ELabels
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.FileField
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.FoldingLayout
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.inventory.BinField
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.inventory.LocateItem
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.MinutesField
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.MoneyField
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.QueryGrid
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.Template
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.tools.BiometricButton
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.tools.LoginNameField
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.util.AbstractQuantityField
 
onAttach(AttachEvent) - Method in class com.storedobject.ui.util.HtmlTemplate
 
onAttach(AttachEvent) - Method in class com.storedobject.vaadin.AbstractResourcedComponent
 
onAttach(AttachEvent) - Method in class com.storedobject.vaadin.ApplicationFrame
 
onAttach(AttachEvent) - Method in class com.storedobject.vaadin.ApplicationView
 
onAttach(AttachEvent) - Method in class com.storedobject.vaadin.AudioCapture
 
onAttach(AttachEvent) - Method in class com.storedobject.vaadin.CustomTextField
 
onAttach(AttachEvent) - Method in class com.storedobject.vaadin.Image
 
onAttach(AttachEvent) - Method in class com.storedobject.vaadin.ListGrid
 
onAttach(AttachEvent) - Method in class com.storedobject.vaadin.Media
 
onAttach(AttachEvent) - Method in class com.storedobject.vaadin.SpeakerButton
 
onAttach(AttachEvent) - Method in class com.storedobject.vaadin.StyledText
 
onAttach(AttachEvent) - Method in class com.storedobject.vaadin.UploadField
 
onAttach(AttachEvent) - Method in class com.storedobject.vaadin.util.NumericField
 
onAttach(AttachEvent) - Method in class com.storedobject.vaadin.VideoCapture
 
onClose(Session) - Method in class com.storedobject.tools.JSONWebSocket
 
onComplete() - Method in class com.storedobject.ui.util.Stepper.Step
Called when the step is exited by hitting the next button.
onComponentEvent(ClickEvent<? extends Component>) - Method in interface com.storedobject.vaadin.ClickHandler
Default implementation invokes ClickHandler.clicked(ClickEvent).
onDetach(DetachEvent) - Method in class com.storedobject.helper.LitComponent
 
onDetach(DetachEvent) - Method in class com.storedobject.ui.Application.BusyIndicator
 
onDetach(DetachEvent) - Method in class com.storedobject.ui.FoldingLayout
 
onDetach(DetachEvent) - Method in class com.storedobject.vaadin.AbstractResourcedComponent
 
onDetach(DetachEvent) - Method in class com.storedobject.vaadin.ApplicationView
 
onDetach(DetachEvent) - Method in class com.storedobject.vaadin.AudioCapture
 
onDetach(DetachEvent) - Method in class com.storedobject.vaadin.Image
 
onDetach(DetachEvent) - Method in class com.storedobject.vaadin.ListGrid
 
onDetach(DetachEvent) - Method in class com.storedobject.vaadin.Media
 
onDetach(DetachEvent) - Method in class com.storedobject.vaadin.SpeakerButton
 
onDetach(DetachEvent) - Method in class com.storedobject.vaadin.VideoCapture
 
ONE - Static variable in class com.storedobject.core.Count
 
ONE - Static variable in class com.storedobject.core.Rate
 
onEnter() - Method in class com.storedobject.ui.util.Stepper.Step
Called when the step is entered.
onError(Session, Throwable) - Method in class com.storedobject.tools.JSONWebSocket
 
onMessage(Session, byte[], boolean) - Method in class com.storedobject.tools.JSONWebSocket
 
onMessage(Session, String) - Method in class com.storedobject.tools.JSONWebSocket
 
onOpen(Session) - Method in class com.storedobject.tools.JSONWebSocket
 
onProgress(StreamVariable.StreamingProgressEvent) - Method in class com.storedobject.vaadin.util.MediaStreamVariable
 
open() - Method in class com.storedobject.pdf.PDF
Open the PDF for creating the content.
open() - Method in class com.storedobject.report.ObjectList
 
open() - Method in class com.storedobject.vaadin.Popup
Open the popup.
open(InputStream) - Static method in class com.storedobject.office.od.Office
 
opening() - Method in record class com.storedobject.chart.CandlestickData.Candlestick
Returns the value of the opening record component.
openMenu() - Method in class com.storedobject.ui.Application
 
openMenu() - Method in class com.storedobject.vaadin.ApplicationFrame
Open the side menu ("drawer" part of the AppLayout) programmatically.
openMenu() - Method in interface com.storedobject.vaadin.ApplicationLayout
This method is for opening the menu display (default implementation does nothing).
OR - Enum constant in enum class com.storedobject.common.LogicalOperator
 
ORANGE - Static variable in class com.storedobject.pdf.PDFColor
 
order() - Element in annotation interface com.storedobject.core.annotation.Column
Display order of this field.
order(Comparator<? super T>) - Method in interface com.storedobject.core.Filtered
 
order(Comparator<? super T>) - Method in class com.storedobject.core.MemoryCache
 
order(Comparator<? super T>) - Method in class com.storedobject.core.ObjectCacheList
 
order(Comparator<? super T>) - Method in class com.storedobject.core.ObjectForest
 
order(Comparator<? super T>) - Method in class com.storedobject.core.ObjectTree
 
orderBy(String) - Method in class com.storedobject.core.QueryBuilder
Sets the "order by" clause for the query being built.
ordinality() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the ordinality of the current data status.
Organization - Class in com.storedobjects.support
 
Organization() - Constructor for class com.storedobjects.support.Organization
 
Orientation - Class in com.storedobject.chart
Represents orientation property.
Orientation() - Constructor for class com.storedobject.chart.Orientation
 
ORIENTATION_LANDSCAPE - Static variable in class com.storedobject.pdf.PDF
 
ORIENTATION_PORTRAIT - Static variable in class com.storedobject.pdf.PDF
 
OTHERS - Enum constant in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT
All other charts.
out - Variable in class com.storedobject.common.TranslatedInputStream
 
out - Variable in class com.storedobject.common.TranslatedOutputStream
 
out - Variable in class com.storedobject.common.TranslatedReader
 
out - Variable in class com.storedobject.common.TranslatedWriter
 
out - Variable in class com.storedobject.core.StreamContentProducer
 
ownedByMaster() - Method in class com.storedobject.ui.util.ContactData
 

P

pack(String) - Static method in class com.storedobject.common.StringUtility
Pack a string by removing white spaces.
pack(String[]) - Static method in class com.storedobject.common.StringUtility
Pack all the strings in an array by removing white spaces.
Packager - Class in com.storedobject.tools
 
Packager() - Constructor for class com.storedobject.tools.Packager
 
packData(int) - Method in class com.storedobject.ui.common.ExcelDataUpload
Pack string data (Strip off all whitespaces).
PackingUnit - Class in com.storedobject.core
 
PackingUnit() - Constructor for class com.storedobject.core.PackingUnit
 
PackingUnitBrowser - Class in com.storedobject.ui.inventory
 
PackingUnitBrowser() - Constructor for class com.storedobject.ui.inventory.PackingUnitBrowser
 
PackingUnitBrowser(String) - Constructor for class com.storedobject.ui.inventory.PackingUnitBrowser
 
PackingUnitEditor - Class in com.storedobject.ui.inventory
 
PackingUnitEditor() - Constructor for class com.storedobject.ui.inventory.PackingUnitEditor
 
packingUnitsChanged() - Static method in class com.storedobject.ui.MeasurementUnitField
 
Padding - Class in com.storedobject.chart
Padding.
Padding() - Constructor for class com.storedobject.chart.Padding
Constructor.
padLeft(String, int) - Static method in class com.storedobject.common.StringUtility
Left pad a String with spaces
padLeft(String, int, char) - Static method in class com.storedobject.common.StringUtility
Left pad a String with the padChar passed
padRight(String, int) - Static method in class com.storedobject.common.StringUtility
Right pad a String with spaces
padRight(String, int, char) - Static method in class com.storedobject.common.StringUtility
Right pad a String with the padChar passed
pageCompleted() - Method in class com.storedobject.pdf.PDF
This method will be called whenever a page is completed.
pageSizes - Static variable in class com.storedobject.pdf.PDF
 
pageStarted() - Method in class com.storedobject.pdf.PDF
This method will be called whenever a new page is started.
paint(Block) - Method in class com.storedobject.ui.iot.BlockView
Paints the specified Block in the view or graphical component.
paint(Block) - Method in class com.storedobject.ui.Test
 
paint(DataSet.AlarmStatus) - Method in class com.storedobject.ui.iot.BlockView
Paints the visual representation of the specified alarm status.
paint(DataSet.AlarmStatus) - Method in class com.storedobject.ui.Test
 
paint(DataSet.LimitStatus) - Method in class com.storedobject.ui.iot.BlockView
Paints the visual representation related to the provided limit status.
paint(DataSet.LimitStatus) - Method in class com.storedobject.ui.Test
 
paint(Unit) - Method in class com.storedobject.ui.iot.BlockView
Renders or updates the visual representation of the given unit.
paint(Graphics2D) - Method in class com.storedobject.ui.BarcodeImage
 
paint(Graphics2D) - Method in class com.storedobject.vaadin.PaintedImage
Paint the image to the Graphics2D.
paint(Graphics2D) - Method in class com.storedobject.vaadin.PaintedImageResource
Paint the image to the Graphics2D.
PaintedImage - Class in com.storedobject.vaadin
Create an image from an AWT image painted on a Graphics2D.
PaintedImage() - Constructor for class com.storedobject.vaadin.PaintedImage
Create a 100x100 pixels SVG image.
PaintedImage(int, int) - Constructor for class com.storedobject.vaadin.PaintedImage
Create an image.
PaintedImage(PaintedImage.Type) - Constructor for class com.storedobject.vaadin.PaintedImage
Create a 100x100 pixels image.
PaintedImage(PaintedImage.Type, int, int) - Constructor for class com.storedobject.vaadin.PaintedImage
Create an image.
PaintedImage(PaintedImage.Type, Consumer<Graphics2D>) - Constructor for class com.storedobject.vaadin.PaintedImage
Create a 100x100 pixels image.
PaintedImage(PaintedImage.Type, Consumer<Graphics2D>, int, int) - Constructor for class com.storedobject.vaadin.PaintedImage
Create an image.
PaintedImage(Consumer<Graphics2D>) - Constructor for class com.storedobject.vaadin.PaintedImage
Create a 100x100 pixels SVG image.
PaintedImage.Type - Enum Class in com.storedobject.vaadin
Image type.
PaintedImageResource - Class in com.storedobject.vaadin
Create an image resource from an AWT image painted on a Graphics2D.
PaintedImageResource() - Constructor for class com.storedobject.vaadin.PaintedImageResource
Create a 100x100 pixels SVG image resource.
PaintedImageResource(int, int) - Constructor for class com.storedobject.vaadin.PaintedImageResource
Create an image resource.
PaintedImageResource(PaintedImage.Type) - Constructor for class com.storedobject.vaadin.PaintedImageResource
Create a 100x100 pixels image resource.
PaintedImageResource(PaintedImage.Type, int, int) - Constructor for class com.storedobject.vaadin.PaintedImageResource
Create an image resource.
PaintedImageResource(PaintedImage.Type, Consumer<Graphics2D>) - Constructor for class com.storedobject.vaadin.PaintedImageResource
Create a 100x100 pixels image resource.
PaintedImageResource(PaintedImage.Type, Consumer<Graphics2D>, int, int) - Constructor for class com.storedobject.vaadin.PaintedImageResource
Create an image resource.
PaintedImageResource(Consumer<Graphics2D>) - Constructor for class com.storedobject.vaadin.PaintedImageResource
Create a 100x100 pixels SVG image resource.
PaintedImageResource(Consumer<Graphics2D>, int, int) - Constructor for class com.storedobject.vaadin.PaintedImageResource
Create an image resource.
ParallelAccumulator<T> - Class in com.storedobject.common
A class that provides multithreaded synchronized Accumulator functionality
ParallelAccumulator(BiFunction<T, T, T>) - Constructor for class com.storedobject.common.ParallelAccumulator
Constructor
ParameterLogic - Class in com.storedobject.core
 
ParameterLogic() - Constructor for class com.storedobject.core.ParameterLogic
 
ParameterService - Interface in com.storedobject.core
Parameter-driven web service interface.
parentTable(String) - Method in class com.storedobject.core.Database
 
parentTable(String) - Method in class com.storedobject.database.postgres.Database
 
parse() - Method in class com.storedobject.common.INAddress
 
parse() - Method in class com.storedobject.common.MYAddress
 
parse(Logic) - Method in interface com.storedobject.core.Device
 
parse(Logic) - Method in class com.storedobject.ui.Application
 
parse(Logic) - Static method in class com.storedobject.ui.util.LogicParser
 
parse(Object) - Static method in class com.storedobject.core.converter.DaysValueConverter
 
parse(Object) - Static method in class com.storedobject.core.converter.MinutesValueConverter
 
parse(Object) - Static method in class com.storedobject.core.converter.SecondsValueConverter
 
parse(String) - Static method in class com.storedobject.ui.MediaCSS
Parse the HTML/CSS string and replace all occurrences of ${MediaName} with respective media URLs.
parseJSS(String) - Static method in class com.storedobject.common.JSON
Parse a JSS (JavaScript Structure) string to a JSON compatible string.
parseToProperties(String[]) - Static method in class com.storedobject.common.StringUtility
Parse the string array into "properties".
PARTIAL_TRANSACTION_COMMITTED - Static variable in class com.storedobject.common.Fault
 
particulars() - Method in class com.storedobject.accounts.Invoice
 
partyAccounts(Id, Currency) - Method in class com.storedobject.ui.accounts.AbstractInvoiceEditor
 
passwordChangeFailed() - Method in interface com.storedobject.core.IdentityCheck
This method is invoked when a "password change" fails.
passwordChangeSucceeded() - Method in interface com.storedobject.core.IdentityCheck
This method is invoked when a "password change" is carried out successfully.
PasswordField - Class in com.storedobject.ui
 
PasswordField() - Constructor for class com.storedobject.ui.PasswordField
 
PasswordField(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<PasswordField, String>>) - Constructor for class com.storedobject.ui.PasswordField
 
PasswordField(String) - Constructor for class com.storedobject.ui.PasswordField
 
PasswordField(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<PasswordField, String>>) - Constructor for class com.storedobject.ui.PasswordField
 
PasswordField(String, String) - Constructor for class com.storedobject.ui.PasswordField
 
PasswordField(String, String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<PasswordField, String>>) - Constructor for class com.storedobject.ui.PasswordField
 
PasswordPolicy - Class in com.storedobject.core
 
PasswordPolicy() - Constructor for class com.storedobject.core.PasswordPolicy
 
PatternField - Class in com.storedobject.vaadin.util
 
PatternField(String, int, CustomStringBlockFormatter) - Constructor for class com.storedobject.vaadin.util.PatternField
 
pdf - Variable in class com.storedobject.ui.QueryGrid
 
PDF - Class in com.storedobject.pdf
This class is used to create PDF output.
PDF - Static variable in class com.storedobject.core.EditorAction
 
PDF() - Constructor for class com.storedobject.pdf.PDF
Constructor.
PDF(boolean) - Constructor for class com.storedobject.pdf.PDF
Constructor.
PDF(boolean, PDFImage) - Constructor for class com.storedobject.pdf.PDF
Constructor.
PDF(PDFImage) - Constructor for class com.storedobject.pdf.PDF
Constructor.
PDF(OutputStream) - Constructor for class com.storedobject.pdf.PDF
Constructor.
PDF(OutputStream, boolean) - Constructor for class com.storedobject.pdf.PDF
Constructor.
PDF(OutputStream, boolean, PDFImage) - Constructor for class com.storedobject.pdf.PDF
Constructor.
PDF(OutputStream, PDFImage) - Constructor for class com.storedobject.pdf.PDF
Constructor.
PDF_417 - Enum constant in enum class com.storedobject.common.Barcode.Format
PDF417 format.
PDF.ObjectFormTable<T> - Class in com.storedobject.pdf
Define a table where StoredObject instances can be added in a "form" style (Each attribute is printed in a separate row).
PDF.ObjectTable<T> - Class in com.storedobject.pdf
Define a table where StoredObject instances can be added as rows.
PDF.PDFContent - Class in com.storedobject.pdf
Representation of 'Content' from another PDF.
PDF.Text - Class in com.storedobject.pdf
Used to define text to include in the PDF document.
PDFCell - Class in com.storedobject.pdf
Represents a "cell" of the PDFTable.
PDFCell() - Constructor for class com.storedobject.pdf.PDFCell
Constructor.
PDFCell(PDFCell) - Constructor for class com.storedobject.pdf.PDFCell
Construct from another cell.
PDFCell(PDFImage) - Constructor for class com.storedobject.pdf.PDFCell
Construct from an image as its content.
PDFCell(PDFImage, boolean) - Constructor for class com.storedobject.pdf.PDFCell
Construct from an image as its content.
PDFCell(PDFPhrase) - Constructor for class com.storedobject.pdf.PDFCell
Constructor from a phrase as its content.
PDFCell(PDFTable) - Constructor for class com.storedobject.pdf.PDFCell
Construct from a table as its content.
PDFCell(PDFTable, PDFCell) - Constructor for class com.storedobject.pdf.PDFCell
Construct from a table as its content.
PDFChunk - Class in com.storedobject.pdf
Representation of "PDF chunk".
PDFChunk() - Constructor for class com.storedobject.pdf.PDFChunk
Constructor.
PDFChunk(char) - Constructor for class com.storedobject.pdf.PDFChunk
Construct from a given character.
PDFChunk(char, PDFFont) - Constructor for class com.storedobject.pdf.PDFChunk
Construct from a given character.
PDFChunk(PDFChunk) - Constructor for class com.storedobject.pdf.PDFChunk
Construct from another chunk.
PDFChunk(PDFImage, float, float) - Constructor for class com.storedobject.pdf.PDFChunk
Construct from a given image.
PDFChunk(String) - Constructor for class com.storedobject.pdf.PDFChunk
Construct from a given text.
PDFChunk(String, PDFFont) - Constructor for class com.storedobject.pdf.PDFChunk
Construct from a given text.
PDFColor - Class in com.storedobject.pdf
Represents a "PDF color".
PDFColor(int, int, int) - Constructor for class com.storedobject.pdf.PDFColor
Create a color from the RGB values and alpha = 1 (All values are 8 bits - 0 to 255).
PDFColor(int, int, int, int) - Constructor for class com.storedobject.pdf.PDFColor
Create a color from the RGB values and alpha (All values are 8 bits - 0 to 255).
PDFContent - Class in com.storedobject.ui
PDF content coming from an InputStream that can be viewed or downloaded (via Device.view(String, ContentProducer) or Device.download(ContentProducer)).
PDFContent() - Constructor for class com.storedobject.pdf.PDF.PDFContent
 
PDFContent(InputStream) - Constructor for class com.storedobject.ui.PDFContent
Constructor.
PDFElement - Interface in com.storedobject.pdf
Representation of "PDF element".
PDFException - Exception Class in com.storedobject.pdf
 
PDFException() - Constructor for exception class com.storedobject.pdf.PDFException
 
PDFException(Exception) - Constructor for exception class com.storedobject.pdf.PDFException
 
PDFException(String) - Constructor for exception class com.storedobject.pdf.PDFException
 
PDFFont - Class in com.storedobject.pdf
Representation of "PDF font".
PDFFont() - Constructor for class com.storedobject.pdf.PDFFont
Constructor.
PDFFont(PDFFont) - Constructor for class com.storedobject.pdf.PDFFont
Construct from another font.
PDFFont(PDFFont.FontFamily) - Constructor for class com.storedobject.pdf.PDFFont
Constructor.
PDFFont(PDFFont.FontFamily, float) - Constructor for class com.storedobject.pdf.PDFFont
Constructor.
PDFFont(PDFFont.FontFamily, float, int) - Constructor for class com.storedobject.pdf.PDFFont
Constructor.
PDFFont(PDFFont.FontFamily, float, int, PDFColor) - Constructor for class com.storedobject.pdf.PDFFont
Constructor.
PDFFont.FontFamily - Enum Class in com.storedobject.pdf
Font family.
PDFFont.FontStyle - Enum Class in com.storedobject.pdf
Font styles.
PDFFont.Language - Enum Class in com.storedobject.pdf
Languages.
PDFImage - Class in com.storedobject.pdf
 
PDFObjectReport<T> - Class in com.storedobject.pdf
PDFObjectReport and ODTObjectReport are used to define report logic to be used in PrintLogicDefinition.
PDFObjectReport(Device, T) - Constructor for class com.storedobject.pdf.PDFObjectReport
Constructor.
PDFObjectReport(Device, T, boolean) - Constructor for class com.storedobject.pdf.PDFObjectReport
Constructor.
PDFObjectReport(Device, T, boolean, boolean) - Constructor for class com.storedobject.pdf.PDFObjectReport
Constructor.
PDFParagraph - Class in com.storedobject.pdf
 
PDFParagraph() - Constructor for class com.storedobject.pdf.PDFParagraph
 
PDFParagraph(float, PDFChunk) - Constructor for class com.storedobject.pdf.PDFParagraph
 
PDFParagraph(PDFChunk) - Constructor for class com.storedobject.pdf.PDFParagraph
 
PDFParagraph(PDFPhrase) - Constructor for class com.storedobject.pdf.PDFParagraph
 
PDFParagraph(String) - Constructor for class com.storedobject.pdf.PDFParagraph
 
PDFParagraph(String, PDFFont) - Constructor for class com.storedobject.pdf.PDFParagraph
 
PDFPhrase - Class in com.storedobject.pdf
Representation of "PDF phrase".
PDFPhrase() - Constructor for class com.storedobject.pdf.PDFPhrase
Constructor.
PDFPhrase(PDFChunk) - Constructor for class com.storedobject.pdf.PDFPhrase
Constructor.
PDFPhrase(PDFPhrase) - Constructor for class com.storedobject.pdf.PDFPhrase
Constructor.
PDFPhrase(String) - Constructor for class com.storedobject.pdf.PDFPhrase
Constructor.
PDFPhrase(String, PDFFont) - Constructor for class com.storedobject.pdf.PDFPhrase
Constructor.
PDFProperties - Class in com.storedobject.office
 
PDFProperties(PDFProperties.Filter) - Constructor for class com.storedobject.office.PDFProperties
 
PDFProperties(String) - Constructor for class com.storedobject.office.PDFProperties
 
PDFProperties.Filter - Enum Class in com.storedobject.office
 
PDFRectangle - Class in com.storedobject.pdf
Representation of "PDF rectangle".
PDFRectangle(float, float) - Constructor for class com.storedobject.pdf.PDFRectangle
Constructor.
PDFRectangle(float, float, float, float) - Constructor for class com.storedobject.pdf.PDFRectangle
Constructor.
PDFRectangle(float, float, float, float, int) - Constructor for class com.storedobject.pdf.PDFRectangle
Constructor.
PDFRectangle(float, float, int) - Constructor for class com.storedobject.pdf.PDFRectangle
Constructor.
PDFRectangle(PDFRectangle) - Constructor for class com.storedobject.pdf.PDFRectangle
Construct from another.
PDFReport - Class in com.storedobject.pdf
A PDF class used for generating reports.
PDFReport(Device) - Constructor for class com.storedobject.pdf.PDFReport
Constructor.
PDFReport(Device, boolean) - Constructor for class com.storedobject.pdf.PDFReport
Constructor.
PDFReport(Device, boolean, boolean) - Constructor for class com.storedobject.pdf.PDFReport
Constructor.
PDFTable - Class in com.storedobject.pdf
Table object that can be added to PDF document.
PDFTable(float[]) - Constructor for class com.storedobject.pdf.PDFTable
 
PDFTable(int) - Constructor for class com.storedobject.pdf.PDFTable
 
PDFViewer - Class in com.storedobject.vaadin
A PDF viewer component that uses browser's native object tag.
PDFViewer() - Constructor for class com.storedobject.vaadin.PDFViewer
Default constructor.
PDFViewer(AbstractStreamResource) - Constructor for class com.storedobject.vaadin.PDFViewer
Constructor with a stream resource to view.
PDFViewer(String) - Constructor for class com.storedobject.vaadin.PDFViewer
Constructor with file to view.
percentage(double) - Static method in class com.storedobject.chart.Font.Size
 
percentage(double) - Method in class com.storedobject.core.Money
Calculate the percentage.
percentage(int) - Static method in class com.storedobject.chart.Size
Create a "size" value as a percentage.
percentage(DecimalNumber) - Method in class com.storedobject.core.Money
Calculate the percentage.
percentage(Rate) - Method in class com.storedobject.core.Money
Calculate the percentage.
percentage(BigDecimal) - Method in class com.storedobject.core.Money
Calculate the percentage.
Percentage - Class in com.storedobject.core
 
Percentage() - Constructor for class com.storedobject.core.Percentage
 
Percentage(double, MeasurementUnit) - Constructor for class com.storedobject.core.Percentage
 
Percentage(double, String) - Constructor for class com.storedobject.core.Percentage
 
Percentage(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.Percentage
 
Percentage(BigDecimal, String) - Constructor for class com.storedobject.core.Percentage
 
PercentageField - Class in com.storedobject.ui
 
PercentageField() - Constructor for class com.storedobject.ui.PercentageField
 
PercentageField(int) - Constructor for class com.storedobject.ui.PercentageField
 
PercentageField(int, int) - Constructor for class com.storedobject.ui.PercentageField
 
PercentageField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.PercentageField
 
PercentageField(int, int, String) - Constructor for class com.storedobject.ui.PercentageField
 
PercentageField(String) - Constructor for class com.storedobject.ui.PercentageField
 
PercentageField(String, int) - Constructor for class com.storedobject.ui.PercentageField
 
PercentageField(String, int, int) - Constructor for class com.storedobject.ui.PercentageField
 
PercentageField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.PercentageField
 
PercentageField(String, int, int, String) - Constructor for class com.storedobject.ui.PercentageField
 
period() - Method in record class com.storedobject.ui.iot.ConsumptionList.Entry
Returns the value of the period record component.
period() - Method in record class com.storedobject.ui.iot.Data4Unit
Returns the value of the period record component.
period(P) - Method in class com.storedobject.core.SystemEntity
Convert a period value from GMT to local.
period(P) - Method in class com.storedobject.core.TransactionManager
Convert a period value from GMT to local.
periodGMT(P) - Method in class com.storedobject.core.SystemEntity
Convert a period value from local to GMT.
periodGMT(P) - Method in class com.storedobject.core.TransactionManager
Convert a period value from local to GMT.
PermissionEditor<T> - Class in com.storedobject.ui.tools
 
PermissionEditor(Class<T>, String) - Constructor for class com.storedobject.ui.tools.PermissionEditor
 
person() - Method in class com.storedobject.core.StoredObject
Get the person who created/edited this object lately.
Person - Class in com.storedobject.core
 
Person() - Constructor for class com.storedobject.core.Person
For internal use only
Person(String) - Constructor for class com.storedobject.core.Person
The constructor to create a person
Person(String, String, String) - Constructor for class com.storedobject.core.Person
The constructor to create a person
PersonalDocument - Class in com.storedobject.core
 
PersonalDocument() - Constructor for class com.storedobject.core.PersonalDocument
 
PersonalEntity - Class in com.storedobject.accounts
Personal entity - Used by EntityAccount.
PersonalEntity() - Constructor for class com.storedobject.accounts.PersonalEntity
Personal entity - Used by EntityAccount.
PersonRole - Class in com.storedobject.core
 
PersonRole() - Constructor for class com.storedobject.core.PersonRole
 
PersonRoleEditor<T> - Class in com.storedobject.ui.common
An editor for PersonRole in which the fields of the Person get merged seamlessly with the fields of the PersonRole.
PersonRoleEditor(Class<T>) - Constructor for class com.storedobject.ui.common.PersonRoleEditor
 
PersonRoleEditor(Class<T>, int) - Constructor for class com.storedobject.ui.common.PersonRoleEditor
 
PersonRoleEditor(Class<T>, int, String) - Constructor for class com.storedobject.ui.common.PersonRoleEditor
 
PersonRoleEditor(String) - Constructor for class com.storedobject.ui.common.PersonRoleEditor
 
PhoneField - Class in com.storedobject.ui
Field to accept phone numbers.
PhoneField() - Constructor for class com.storedobject.ui.PhoneField
Constructor.
PhoneField(String) - Constructor for class com.storedobject.ui.PhoneField
Constructor.
PhoneNumber - Class in com.storedobject.common
Class used to check phone number validity.
A valid phone number starts with a "+" symbol followed by dialing digits with optional space separators.
PhoneNumber() - Constructor for class com.storedobject.common.PhoneNumber
 
phoneToNumber(String) - Static method in interface com.storedobject.core.HasContacts
 
PI - Static variable in class com.storedobject.core.Quantity
 
Pie - Enum constant in enum class com.storedobject.chart.ChartType
Pie.
PieChart - Class in com.storedobject.chart
Pie chart.
PieChart() - Constructor for class com.storedobject.chart.PieChart
Constructor.
PieChart(AbstractDataProvider<?>, DataProvider) - Constructor for class com.storedobject.chart.PieChart
Constructor.
PILL - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
Pill.
PIN - Class in com.storedobject.core
This class represents a PIN stored in the system corresponding to a StoredObject.
PIN - Enum constant in enum class com.storedobject.chart.PointSymbolType
Pin.
PIN() - Constructor for class com.storedobject.core.PIN
Constructor for internal use only
PIN(Id, String) - Constructor for class com.storedobject.core.PIN
Constructs a PIN.
PINK - Static variable in class com.storedobject.pdf.PDFColor
 
pixels(double) - Static method in class com.storedobject.chart.Font.Size
 
pixels(int) - Static method in class com.storedobject.chart.Size
Create a "size" value in pixels.
PKAddress - Class in com.storedobject.common
IN Address
line[0]: Place name within the district
line[1]: District code
line[2]: Province code
PKAddressForm - Class in com.storedobject.ui.util
 
PKAddressForm() - Constructor for class com.storedobject.ui.util.PKAddressForm
 
PL - Enum constant in enum class com.storedobject.chart.Language
Polish
placeOrder(Transaction) - Method in class com.storedobject.core.InventoryPO
 
plotOn(Axis...) - Method in class com.storedobject.chart.Chart
Plot the chart on a given set of axes.
plotOn(CoordinateSystem, Axis...) - Method in class com.storedobject.chart.Chart
Plot the chart on a given coordinate system.
PNG - Enum constant in enum class com.storedobject.vaadin.PaintedImage.Type
PNG type.
poBoxPrefix() - Method in class com.storedobject.common.Address
Prefix to be used when printing the PO box.
poBoxPrefix() - Method in class com.storedobject.common.SGAddress
 
poBoxSuffix() - Method in class com.storedobject.common.Address
Suffix to be used when printing the PO box.
POBrowser<T> - Class in com.storedobject.ui.inventory
 
POBrowser(Class<T>) - Constructor for class com.storedobject.ui.inventory.POBrowser
 
POBrowser(Class<T>, int) - Constructor for class com.storedobject.ui.inventory.POBrowser
 
POBrowser(Class<T>, int, String) - Constructor for class com.storedobject.ui.inventory.POBrowser
 
POBrowser(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.inventory.POBrowser
 
POBrowser(Class<T>, Iterable<String>, int) - Constructor for class com.storedobject.ui.inventory.POBrowser
 
POBrowser(Class<T>, Iterable<String>, int, Iterable<String>) - Constructor for class com.storedobject.ui.inventory.POBrowser
 
POBrowser(Class<T>, Iterable<String>, int, Iterable<String>, String) - Constructor for class com.storedobject.ui.inventory.POBrowser
 
POBrowser(Class<T>, Iterable<String>, int, String) - Constructor for class com.storedobject.ui.inventory.POBrowser
 
POBrowser(Class<T>, Iterable<String>, Iterable<String>) - Constructor for class com.storedobject.ui.inventory.POBrowser
 
POBrowser(Class<T>, String) - Constructor for class com.storedobject.ui.inventory.POBrowser
 
POCorrection - Class in com.storedobject.ui.inventory
 
POCorrection() - Constructor for class com.storedobject.ui.inventory.POCorrection
 
POEditor<T> - Class in com.storedobject.ui.inventory
 
POEditor(Class<T>) - Constructor for class com.storedobject.ui.inventory.POEditor
 
POEditor(Class<T>, int) - Constructor for class com.storedobject.ui.inventory.POEditor
 
POEditor(Class<T>, int, String) - Constructor for class com.storedobject.ui.inventory.POEditor
 
POEditor(String) - Constructor for class com.storedobject.ui.inventory.POEditor
 
Point(Number, Number) - Constructor for class com.storedobject.chart.Shape.Point
Constructor.
Pointer() - Constructor for class com.storedobject.chart.Axis.Pointer
Constructor.
PointerHandle() - Constructor for class com.storedobject.chart.Axis.PointerHandle
Constructor.
PointerLabel() - Constructor for class com.storedobject.chart.Axis.PointerLabel
Constructor.
points(double) - Static method in class com.storedobject.chart.Font.Size
 
PointSymbol - Class in com.storedobject.chart
Represents the symbol used to draw a point on the chart.
PointSymbol() - Constructor for class com.storedobject.chart.PointSymbol
 
PointSymbolType - Enum Class in com.storedobject.chart
Represents the symbol type used to draw a point on the chart.
POItemBrowser<T> - Class in com.storedobject.ui.inventory
 
POItemBrowser() - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(int) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(int, String) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Class<T>) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Class<T>, int) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Class<T>, int, String) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Class<T>, Iterable<String>) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Class<T>, Iterable<String>, int) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Class<T>, Iterable<String>, int, Iterable<String>) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Class<T>, Iterable<String>, int, Iterable<String>, String) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Class<T>, Iterable<String>, int, String) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Class<T>, Iterable<String>, Iterable<String>) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Class<T>, String) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Iterable<String>) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Iterable<String>, int) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Iterable<String>, int, Iterable<String>) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Iterable<String>, int, Iterable<String>, String) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Iterable<String>, int, String) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(Iterable<String>, Iterable<String>) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemBrowser(String) - Constructor for class com.storedobject.ui.inventory.POItemBrowser
 
POItemEditor<T> - Class in com.storedobject.ui.inventory
 
POItemEditor(Class<T>) - Constructor for class com.storedobject.ui.inventory.POItemEditor
 
POItemEditor(Class<T>, int) - Constructor for class com.storedobject.ui.inventory.POItemEditor
 
POItemEditor(Class<T>, int, String) - Constructor for class com.storedobject.ui.inventory.POItemEditor
 
POItemEditor(String) - Constructor for class com.storedobject.ui.inventory.POItemEditor
 
PolarCoordinate - Class in com.storedobject.chart
Representation of polar coordinate system with an angle axis and a radius axis.
PolarCoordinate() - Constructor for class com.storedobject.chart.PolarCoordinate
Constructor.
PolarCoordinate(RadiusAxis, AngleAxis) - Constructor for class com.storedobject.chart.PolarCoordinate
Constructor.
PolarProperty - Class in com.storedobject.chart
Polar property is visible in PieChart, PolarCoordinate, RadarCoordinate etc.
PolarProperty() - Constructor for class com.storedobject.chart.PolarProperty
 
Polygon - Class in com.storedobject.chart
Defines a polygon shape that can be added to SOChart.
Polygon(Shape.Point...) - Constructor for class com.storedobject.chart.Polygon
Constructor.
Polyline - Class in com.storedobject.chart
Defines a polyline that can be added to SOChart.
Polyline(Shape.Point...) - Constructor for class com.storedobject.chart.Polyline
Constructor.
pop(HttpServletResponse) - Method in class com.storedobject.tools.JSONService
 
pop(Object) - Method in class com.storedobject.tools.JSONServiceWS
 
pop(T) - Method in class com.storedobject.tools.AbstractJSONService
 
populate(AbstractCheckListItem, AbstractCheckList) - Method in class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
populate(SystemEntity) - Method in interface com.storedobject.core.ObjectSearcher
 
populate(SystemEntity) - Method in interface com.storedobject.ui.ObjectGridData
 
populate(SystemEntity, ObjectIterator<T>) - Method in interface com.storedobject.core.ObjectSearcher
 
populate(SystemEntity, ObjectIterator<T>) - Method in interface com.storedobject.ui.ObjectGridData
 
populate(SystemEntity, String) - Method in interface com.storedobject.core.ObjectSearcher
 
populate(SystemEntity, String) - Method in interface com.storedobject.ui.ObjectGridData
 
populate(T) - Method in class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
populate(T, CheckListTemplate, TransactionManager) - Static method in class com.storedobject.core.AbstractCheckList
 
populate(T, CheckListTemplate, TransactionManager, Consumer<T>) - Static method in class com.storedobject.core.AbstractCheckList
 
populate(T, CheckListTemplate, TransactionManager, Consumer<T>, BiConsumer<IT, T>) - Static method in class com.storedobject.core.AbstractCheckList
 
populateMenu(ApplicationMenu, SystemUser) - Method in class com.storedobject.core.ApplicationServer
 
populateNumericValuesUntouched() - Method in class com.storedobject.ui.common.ExcelDataUpload
Whether numeric values from the Excel should be formatted while populating the data or not.
popup() - Method in class com.storedobject.ui.TextView
 
Popup - Class in com.storedobject.vaadin
Popup emulated using Vaadin's ContextMenu.
Popup(Component) - Constructor for class com.storedobject.vaadin.Popup
Constructor.
PopupButton - Class in com.storedobject.vaadin
A button that can pop up some other set of components when clicked.
PopupButton(Component) - Constructor for class com.storedobject.vaadin.PopupButton
Constructor.
PopupButton(VaadinIcon) - Constructor for class com.storedobject.vaadin.PopupButton
Constructor.
PopupButton(String) - Constructor for class com.storedobject.vaadin.PopupButton
Constructor.
PopupButton(String, Component) - Constructor for class com.storedobject.vaadin.PopupButton
Constructor.
PopupButton(String, VaadinIcon) - Constructor for class com.storedobject.vaadin.PopupButton
Constructor.
PopupButton(String, String) - Constructor for class com.storedobject.vaadin.PopupButton
Constructor.
PopupTextField - Class in com.storedobject.vaadin
Enhancement to TextField to pop up a window to accept multiline text.
PopupTextField() - Constructor for class com.storedobject.vaadin.PopupTextField
Constructor.
PopupTextField(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextField, String>>) - Constructor for class com.storedobject.vaadin.PopupTextField
Constructor.
PopupTextField(String) - Constructor for class com.storedobject.vaadin.PopupTextField
Constructor.
PopupTextField(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextField, String>>) - Constructor for class com.storedobject.vaadin.PopupTextField
Constructor.
PopupTextField(String, String) - Constructor for class com.storedobject.vaadin.PopupTextField
Constructor.
PopupTextField(String, String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextField, String>>) - Constructor for class com.storedobject.vaadin.PopupTextField
Constructor.
PopupTextField(String, String, String) - Constructor for class com.storedobject.vaadin.PopupTextField
Constructor.
Position - Class in com.storedobject.chart
Representation of a position within the chart display.
Position() - Constructor for class com.storedobject.chart.Position
Constructor.
post(String) - Method in class com.storedobject.common.HTTP
Do a "post" request with the given parameter.
post(Map<String, Object>) - Method in class com.storedobject.common.HTTP
Do a "post" request with the given parameters.
postLedger() - Method in class com.storedobject.ui.ObjectEditor
Post ledger entries.
postLedger(TransactionManager) - Method in class com.storedobject.accounts.Invoice
 
postLedger(TransactionManager) - Method in interface com.storedobject.core.Financial
Posts ledger transactions using the provided TransactionManager.
postLedger(T) - Method in class com.storedobject.ui.ObjectBrowser
 
postLedger(T) - Method in class com.storedobject.ui.ObjectEditor
Post ledger entries.
PostLogin - Interface in com.storedobject.ui
If class that implements this interface is configured, it will be instantiated and queried when the user logs in.
postTax(JournalVoucher) - Method in class com.storedobject.accounts.CustomerInvoice
 
postTax(JournalVoucher) - Method in class com.storedobject.accounts.Invoice
 
PRECISION - Static variable in class com.storedobject.core.Quantity
 
predateTransactions(TransactionManager, Date, String) - Method in class com.storedobject.core.JournalVoucher
Change the date of the associated transactions.
prefix(DataSet.DataStatus<?>, StyledBuilder) - Method in class com.storedobject.iot.DataSet.AbstractData
 
prefix(DataSet.DataStatus<?>, StyledBuilder) - Method in class com.storedobject.iot.DataSet.SiteData
 
prefix(DataSet.DataStatus<?>, StyledBuilder) - Method in class com.storedobject.iot.DataSet.UnitHeaderData
 
prepare(String) - Method in class com.storedobject.core.RawSQL
 
prepareCall(String) - Method in class com.storedobject.core.RawSQL
 
prependFooter() - Method in interface com.storedobject.vaadin.HasColumns
Prepend a footer row.
prependHeader() - Method in interface com.storedobject.vaadin.HasColumns
Prepend a header row.
PresentationRunner - Class in com.storedobject.ui
Presentation runner to present multiple UI logic in sequence.
PresentationRunner() - Constructor for class com.storedobject.ui.PresentationRunner
Constructor with default (10 seconds) refresh rate.
PresentationRunner(int) - Constructor for class com.storedobject.ui.PresentationRunner
Constructor.
Pressure - Class in com.storedobject.core
 
Pressure() - Constructor for class com.storedobject.core.Pressure
 
Pressure(double, MeasurementUnit) - Constructor for class com.storedobject.core.Pressure
 
Pressure(double, String) - Constructor for class com.storedobject.core.Pressure
 
Pressure(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.Pressure
 
Pressure(BigDecimal, String) - Constructor for class com.storedobject.core.Pressure
 
PressureField - Class in com.storedobject.ui
 
PressureField() - Constructor for class com.storedobject.ui.PressureField
 
PressureField(int) - Constructor for class com.storedobject.ui.PressureField
 
PressureField(int, int) - Constructor for class com.storedobject.ui.PressureField
 
PressureField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.PressureField
 
PressureField(int, int, String) - Constructor for class com.storedobject.ui.PressureField
 
PressureField(String) - Constructor for class com.storedobject.ui.PressureField
 
PressureField(String, int) - Constructor for class com.storedobject.ui.PressureField
 
PressureField(String, int, int) - Constructor for class com.storedobject.ui.PressureField
 
PressureField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.PressureField
 
PressureField(String, int, int, String) - Constructor for class com.storedobject.ui.PressureField
 
PressureField(String, int, String) - Constructor for class com.storedobject.ui.PressureField
 
PressureField(String, String) - Constructor for class com.storedobject.ui.PressureField
 
prettyWrite(Map<String, Object>, Writer) - Static method in class com.storedobject.common.JSON
Convert a map to formatted JSON representation and write to a given Writer.
preview() - Method in class com.storedobject.vaadin.VideoCapture
Preview the camera's output on this video component.
previewPicture() - Method in class com.storedobject.vaadin.VideoCapture
Take snap-shot from the video stream and show that picture on the already attached image component VideoCapture.attachImage(Image).
previewPicture(Image) - Method in class com.storedobject.vaadin.VideoCapture
Take snap-shot from the video stream and show that picture on the given image component.
previous() - Method in class com.storedobject.iot.Consumption
Retrieves the previous instance of the Consumption object, typically representing the data for the preceding time period associated with the current object.
previous() - Method in class com.storedobject.iot.DailyConsumption
Retrieves the previous day's DailyConsumption record for the same item, resource, and year relative to the current instance.
previous() - Method in class com.storedobject.iot.DailyStatistics
Retrieves the previous day's statistics relative to the current instance.
previous() - Method in class com.storedobject.iot.HourlyConsumption
Retrieves the previous HourlyConsumption record based on the current hour and year.
previous() - Method in class com.storedobject.iot.HourlyStatistics
Retrieves the HourlyStatistics instance corresponding to the previous hour.
previous() - Method in class com.storedobject.iot.MonthlyConsumption
Retrieves the MonthlyConsumption instance representing the previous month relative to the current instance.
previous() - Method in class com.storedobject.iot.MonthlyStatistics
Retrieves the MonthlyStatistics instance for the previous month.
previous() - Method in class com.storedobject.iot.Statistics
Retrieves the previous instance of statistics in a sequence or ordered collection.
previous() - Method in class com.storedobject.iot.WeeklyConsumption
Retrieves the WeeklyConsumption object representing the previous week relative to the current instance.
previous() - Method in class com.storedobject.iot.WeeklyStatistics
Retrieves the WeeklyStatistics for the previous week relative to the current instance.
previous() - Method in class com.storedobject.iot.YearlyConsumption
Retrieves the YearlyConsumption instance for the previous year.
previous() - Method in class com.storedobject.iot.YearlyStatistics
Retrieves the YearlyStatistics object for the previous year relative to the current instance's year value.
previousStep() - Method in class com.storedobject.ui.SteppedView
Go to the previous step (Equivalent of pressing the "Back" button).
previousStep() - Method in class com.storedobject.ui.util.Stepper
 
previousVersion() - Method in class com.storedobject.core.StoredObject
Get previous version of this object.
previousVersion(StoredObject) - Method in class com.storedobject.core.StoredObject
Get previous version of this object not older than the parent.
PRIMARY - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
Primary.
print - Variable in class com.storedobject.ui.ObjectBrowser
 
print - Variable in class com.storedobject.ui.ObjectEditor
Print button if defined.
PRINT - Static variable in class com.storedobject.core.EditorAction
 
printAuditTrail() - Method in class com.storedobject.pdf.PDF
Print audit trail at the bottom of the page
PrintButton - Class in com.storedobject.ui
A "print button" is created automatically by ObjectEditors and ObjectBrowsers if one or more PrintLogicDefinitions exist for the StoredObject class.
printCell(String, T, Object) - Method in class com.storedobject.ui.ObjectGridReport
This method is invoked to print a cell value of the row.
printCostInLocalCurrency(boolean) - Method in class com.storedobject.report.StockMovementReport
 
printCostInLocalCurrency(boolean) - Method in class com.storedobject.report.StockReport
 
printCostInLocalCurrency(boolean) - Method in class com.storedobject.report.StockReportExcel
 
printHeading(String) - Method in class com.storedobject.report.StockReportExcel
 
printLetterHeadOnEveryPage() - Method in class com.storedobject.pdf.PDF
Print letter head on every page or not.
printLetterHeadOnEveryPage(boolean) - Method in class com.storedobject.pdf.PDF
Print letter head on every page or not.
PrintLogicDefinition - Class in com.storedobject.core
Define "print logic" instances to be associated with a StoredObject class.
PrintLogicDefinition() - Constructor for class com.storedobject.core.PrintLogicDefinition
 
printPageNumber() - Method in class com.storedobject.pdf.PDF
Print page number or not.
printPageNumber(boolean) - Method in class com.storedobject.pdf.PDF
Print page number or not.
printStock(ObjectIterator<? extends InventoryItemType>) - Method in class com.storedobject.report.StockReport
 
printStock(ObjectIterator<? extends InventoryItemType>) - Method in class com.storedobject.report.StockReportExcel
 
printStock(ObjectIterator<? extends InventoryItemType>) - Method in class com.storedobject.ui.inventory.StockReport
 
printStock(ObjectIterator<? extends InventoryItemType>, boolean) - Method in class com.storedobject.report.StockReport
 
printStock(ObjectIterator<? extends InventoryItemType>, boolean) - Method in class com.storedobject.ui.inventory.StockReport
 
printStock(ObjectIterator<? extends InventoryItemType>, String) - Method in class com.storedobject.report.StockReport
 
printStock(ObjectIterator<? extends InventoryItemType>, String) - Method in class com.storedobject.report.StockReportExcel
 
printStock(ObjectIterator<? extends InventoryItemType>, String) - Method in class com.storedobject.ui.inventory.StockReport
 
printStock(ObjectIterator<? extends InventoryItemType>, String, boolean) - Method in class com.storedobject.report.StockReport
 
printStock(ObjectIterator<? extends InventoryItemType>, String, boolean) - Method in class com.storedobject.ui.inventory.StockReport
 
printStockMovement(ObjectIterator<? extends InventoryItemType>) - Method in class com.storedobject.report.StockMovementReport
 
printStockMovement(ObjectIterator<? extends InventoryItemType>) - Method in class com.storedobject.ui.inventory.StockMovementReport
 
printStockMovement(ObjectIterator<? extends InventoryItemType>, String) - Method in class com.storedobject.report.StockMovementReport
 
printStockMovement(ObjectIterator<? extends InventoryItemType>, String) - Method in class com.storedobject.ui.inventory.StockMovementReport
 
printSummary(boolean) - Method in class com.storedobject.report.StockMovementReport
 
printTotalPageNumber() - Method in class com.storedobject.pdf.PDF
Print total page number or not.
printTotalPageNumber(boolean) - Method in class com.storedobject.pdf.PDF
Print total page number or not.
printZeroQuantity(InventoryStore, InventoryItemType) - Method in class com.storedobject.report.StockReport
 
printZeroQuantity(InventoryStore, InventoryItemType) - Method in class com.storedobject.report.StockReportExcel
 
printZeroQuantity(InventoryStore, InventoryItemType) - Method in class com.storedobject.ui.inventory.StockReport
 
printZeros(boolean) - Method in class com.storedobject.report.StockMovementReport
 
printZeros(boolean) - Method in class com.storedobject.report.StockReport
 
printZeros(boolean) - Method in class com.storedobject.report.StockReportExcel
 
prism(Area, Distance) - Static method in class com.storedobject.core.Volume
Prism.
prism(Distance) - Method in class com.storedobject.core.Area
Create volume of a prism with this as the base and for the given height.
proc() - Method in class com.storedobject.ui.common.SetMailSenderPassword
 
proceed - Variable in class com.storedobject.vaadin.SelectGrid
The "Proceed" button.
proceedButton - Variable in class com.storedobject.ui.ProcessView
 
process - Variable in class com.storedobject.ui.inventory.ReceiveAndBin
 
process() - Method in interface com.storedobject.common.Processor
Execute the process.
process() - Method in class com.storedobject.ui.accounts.JournalReport
 
process() - Method in class com.storedobject.ui.accounts.Statement
 
process() - Method in class com.storedobject.ui.accounts.TrialBalance
 
process() - Method in class com.storedobject.ui.ActionGrid
This will be invoked when the "Yes" button is pressed and no "action" is set.
process() - Method in class com.storedobject.ui.BarcodeScanner
 
process() - Method in class com.storedobject.ui.common.CaptureSignature
 
process() - Method in class com.storedobject.ui.common.ChangeObjectPassword
 
process() - Method in class com.storedobject.ui.common.MailLog
 
process() - Method in class com.storedobject.ui.common.ProcessCheckList
 
process() - Method in class com.storedobject.ui.common.SetMailSenderPassword
 
process() - Method in class com.storedobject.ui.common.SMSLog
 
process() - Method in class com.storedobject.ui.common.TelegramLog
 
process() - Method in class com.storedobject.ui.inventory.ChangeItemOwnership
 
process() - Method in class com.storedobject.ui.inventory.ChangePartNumber
 
process() - Method in class com.storedobject.ui.inventory.ChangeUOM
 
process() - Method in class com.storedobject.ui.inventory.ComputeLandedCost
 
process() - Method in class com.storedobject.ui.inventory.ConsumptionReturn
 
process() - Method in class com.storedobject.ui.inventory.CorrectUOM
 
process() - Method in class com.storedobject.ui.inventory.DataPickup
 
process() - Method in class com.storedobject.ui.inventory.EditCost
 
process() - Method in class com.storedobject.ui.inventory.EditPurchaseTax
 
process() - Method in class com.storedobject.ui.inventory.Issue
 
process() - Method in class com.storedobject.ui.inventory.ItemMovementReport
 
process() - Method in class com.storedobject.ui.inventory.MigrateItem
 
process() - Method in class com.storedobject.ui.inventory.MigratePartNumber
 
process() - Method in class com.storedobject.ui.inventory.POCorrection
 
process() - Method in class com.storedobject.ui.inventory.PurchaseReturn
 
process() - Method in class com.storedobject.ui.inventory.Rebin
 
process() - Method in class com.storedobject.ui.inventory.ReceiveMaterial
 
process() - Method in class com.storedobject.ui.inventory.ReceiveReturnedItems
 
process() - Method in class com.storedobject.ui.inventory.Remove
 
process() - Method in class com.storedobject.ui.inventory.SelectLocation
 
process() - Method in class com.storedobject.ui.inventory.SelectStore
 
process() - Method in class com.storedobject.ui.inventory.StockMovementReport
 
process() - Method in class com.storedobject.ui.inventory.StockReport
 
process() - Method in class com.storedobject.ui.iot.BlockSelector
 
process() - Method in class com.storedobject.ui.iot.CommandSelector
 
process() - Method in class com.storedobject.ui.MailForm
 
process() - Method in class com.storedobject.ui.ObjectList
 
process() - Method in class com.storedobject.ui.TemplateDataForm
This method is invoked if the "Ok" button is pressed and there is no error raised by TemplateDataForm.validateData() method.
process() - Method in class com.storedobject.ui.TextView
 
process() - Method in class com.storedobject.ui.tools.AbstractUserForm
 
process() - Method in class com.storedobject.ui.tools.AuditTrail
 
process() - Method in class com.storedobject.ui.tools.AuthenticatorRegistration
 
process() - Method in class com.storedobject.ui.tools.ChangePassword
 
process() - Method in class com.storedobject.ui.tools.CodeShell
 
process() - Method in class com.storedobject.ui.tools.DataDownload
 
process() - Method in class com.storedobject.ui.tools.DataTransfer
 
process() - Method in class com.storedobject.ui.tools.DataUpload
 
process() - Method in class com.storedobject.ui.tools.DeployFlutterApplication
 
process() - Method in class com.storedobject.ui.tools.DeveloperActivity
 
process() - Method in class com.storedobject.ui.tools.LicenseManagement
 
process() - Method in class com.storedobject.ui.tools.ManageApplication
 
process() - Method in class com.storedobject.ui.tools.ManageJobScheduler
 
process() - Method in class com.storedobject.ui.tools.ManageTomcatApplication
 
process() - Method in class com.storedobject.ui.tools.Obfuscator
 
process() - Method in class com.storedobject.ui.tools.SchedulerLogViewer
 
process() - Method in class com.storedobject.ui.tools.TelegramRegistration
 
process() - Method in class com.storedobject.ui.tools.TransactionLog
 
process() - Method in class com.storedobject.ui.util.AddressForm
 
process() - Method in class com.storedobject.ui.util.ApplicationFrame.EntitySelector
 
process() - Method in class com.storedobject.vaadin.ActionForm
Action defined for "Yes" button is invoked here.
process() - Method in class com.storedobject.vaadin.DataForm
This method is invoked if the "Ok" button is pressed and there is no error raised by DataForm.validateData() method.
process(Transaction) - Method in class com.storedobject.core.InventoryGRN
 
process(TransactionManager, String) - Static method in class com.storedobject.core.License
 
process(Resource, Block, int, int, int, Consumer<Consumption4Unit<?>>) - Static method in record class com.storedobject.ui.iot.Consumption4Unit
 
process(Unit, Collection<ValueDefinition>) - Method in class com.storedobject.ui.iot.DownloadData
 
process(Unit, Collection<ValueDefinition>) - Method in class com.storedobject.ui.iot.SelectData
 
process(Unit, Collection<ValueDefinition>, TimestampPeriod, Consumer<Data4Unit>) - Static method in record class com.storedobject.ui.iot.Data4Unit
 
process(InputStream, String) - Method in class com.storedobject.ui.common.ExcelDataUpload
 
process(InputStream, String) - Method in class com.storedobject.ui.CSVUploadProcessorView
Do not override this method unless you want to process the file yourself.
process(InputStream, String) - Method in class com.storedobject.ui.UploadProcessorView
 
process(InputStream, String) - Method in class com.storedobject.ui.ZipUploadProcessorView
Do not override this method unless you want to process the file yourself without unzipping.
process(InputStream, String) - Method in class com.storedobject.vaadin.UploadField
This is where the real processing happens.
process(String[]) - Method in class com.storedobject.ui.CSVUploadProcessorView
Override this method for processing the "CSV Entries".
process(String, byte[]) - Method in interface com.storedobject.iot.CustomMessageProcessor
 
process(String, JSON) - Method in interface com.storedobject.iot.CustomMessageProcessor
 
process(String, String) - Method in interface com.storedobject.iot.CustomMessageProcessor
 
process(String, String, byte[]) - Method in interface com.storedobject.iot.CustomMessageProcessor
 
process(String, String, String) - Method in interface com.storedobject.iot.CustomMessageProcessor
 
process(String, String, String) - Method in class com.storedobject.iot.NiagaraMessageProcessor
 
process(Consumer<? super O>) - Method in class com.storedobject.core.ObjectIterator
Do some processing on each object but the same object is available after processing.
process(Set<T>) - Method in class com.storedobject.vaadin.MultiSelectGrid
This will be invoked when the "Proceed" button is pressed and no "consumer" is set.
process(Set<T>) - Method in class com.storedobject.vaadin.SelectGrid
This method is never called.
process(ZipEntry, InputStream) - Method in class com.storedobject.ui.ZipUploadProcessorView
Override this method for processing the "Zip Entries".
process(T) - Method in class com.storedobject.vaadin.MultiSelectGrid
This method is never called.
process(T) - Method in class com.storedobject.vaadin.SelectGrid
This will be invoked when the "Proceed" button is pressed and no "consumer" is set.
ProcessCheckList - Class in com.storedobject.ui.common
 
ProcessCheckList(AbstractCheckList) - Constructor for class com.storedobject.ui.common.ProcessCheckList
 
processCommandFor(Unit, ValueDefinition<?>) - Method in class com.storedobject.ui.iot.CommandSelector
 
processCommandFor(Unit, ValueDefinition<?>) - Method in class com.storedobject.ui.iot.SendCommand
 
processCommandFor(Unit, ValueDefinition<?>) - Method in class com.storedobject.ui.iot.ViewCommandHistory
 
processCompleted() - Method in class com.storedobject.ui.CSVUploadProcessorView
This will be invoked when the processing is completed.
processCompleted() - Method in class com.storedobject.ui.ZipUploadProcessorView
This will be invoked when the processing is completed.
processData(ArrayList<Object[]>) - Method in class com.storedobject.ui.common.ExcelDataUpload
Override this method for processing data.
processGRN(InventoryGRN) - Method in class com.storedobject.ui.inventory.GRN
 
ProcessingLanguage - Class in com.storedobject.core
 
ProcessingLanguage() - Constructor for class com.storedobject.core.ProcessingLanguage
 
ProcessingLanguage(String) - Constructor for class com.storedobject.core.ProcessingLanguage
 
ProcessingLanguageEditor - Class in com.storedobject.ui.common
 
ProcessingLanguageEditor() - Constructor for class com.storedobject.ui.common.ProcessingLanguageEditor
 
ProcessingLanguageEditor(int) - Constructor for class com.storedobject.ui.common.ProcessingLanguageEditor
 
ProcessingLanguageEditor(int, String) - Constructor for class com.storedobject.ui.common.ProcessingLanguageEditor
 
ProcessingLanguageEditor(String) - Constructor for class com.storedobject.ui.common.ProcessingLanguageEditor
 
ProcessingLanguageVisualizer - Class in com.storedobject.ui
 
ProcessingLanguageVisualizer(ProcessingLanguage) - Constructor for class com.storedobject.ui.ProcessingLanguageVisualizer
 
ProcessingLanguageVisualizer(String) - Constructor for class com.storedobject.ui.ProcessingLanguageVisualizer
 
ProcessMaterialRequest - Class in com.storedobject.ui.inventory
 
ProcessMaterialRequest() - Constructor for class com.storedobject.ui.inventory.ProcessMaterialRequest
 
ProcessMaterialRequest(InventoryLocation) - Constructor for class com.storedobject.ui.inventory.ProcessMaterialRequest
 
ProcessMaterialRequest(String) - Constructor for class com.storedobject.ui.inventory.ProcessMaterialRequest
 
Processor - Interface in com.storedobject.common
An interface to represent some sort of process.
processUser(SystemUser) - Method in class com.storedobject.ui.tools.AbstractUserForm
 
processUser(SystemUser) - Method in class com.storedobject.ui.tools.LockUser
 
processUser(SystemUser) - Method in class com.storedobject.ui.tools.ResetPassword
 
processUser(SystemUser) - Method in class com.storedobject.ui.tools.UnlockUser
 
ProcessView - Class in com.storedobject.ui
 
ProcessView(String) - Constructor for class com.storedobject.ui.ProcessView
 
produce() - Method in interface com.storedobject.core.ContentProducer
 
produce() - Method in class com.storedobject.core.StreamContentProducer
 
produce() - Method in class com.storedobject.core.StreamDataContent
 
produce() - Method in class com.storedobject.office.ODT
 
produce() - Method in class com.storedobject.pdf.PDF
This is the method to be invoked in order to do the content generation.
produce() - Method in class com.storedobject.ui.Content
 
ProducesGRN - Interface in com.storedobject.ui.inventory
Tag a logic to denote that it produces GRN entries.
Product - Class in com.storedobjects.support
 
Product() - Constructor for class com.storedobjects.support.Product
 
ProductSkill - Class in com.storedobjects.support
 
ProductSkill() - Constructor for class com.storedobjects.support.ProductSkill
 
Project - Class in com.storedobject.chart
Class to represent a project.
Project() - Constructor for class com.storedobject.chart.Project
Constructor for a date-based project.
Project(ChronoUnit) - Constructor for class com.storedobject.chart.Project
Constructor.
Project.Task - Class in com.storedobject.chart
Represents a task in a project.
Project.TaskGroup - Class in com.storedobject.chart
Represents a group of Project.Tasks.
protectedColumns() - Static method in class com.storedobject.accounts.CashAccount
 
protectedColumns() - Static method in class com.storedobject.accounts.InstantaneousAccount
 
protectedColumns() - Static method in class com.storedobject.accounts.Invoice
 
protectedColumns() - Static method in class com.storedobject.core.AbstractCheckListItem
 
protectedColumns() - Static method in class com.storedobject.core.AbstractServiceItemType
 
protectedColumns() - Static method in class com.storedobject.core.Account
 
protectedColumns() - Static method in class com.storedobject.core.AccountLimit
 
protectedColumns() - Static method in class com.storedobject.core.AccountTitle
 
protectedColumns() - Static method in class com.storedobject.core.BranchAccount
 
protectedColumns() - Static method in class com.storedobject.core.CurrencyRate
 
protectedColumns() - Static method in class com.storedobject.core.DeviceLayout
 
protectedColumns() - Static method in class com.storedobject.core.ExternalSystemUser
 
protectedColumns() - Static method in class com.storedobject.core.InventoryCustodyLocation
 
protectedColumns() - Static method in class com.storedobject.core.InventoryGRN
 
protectedColumns() - Static method in class com.storedobject.core.InventoryGRNItem
 
protectedColumns() - Static method in class com.storedobject.core.InventoryItem
 
protectedColumns() - Static method in class com.storedobject.core.InventoryPO
 
protectedColumns() - Static method in class com.storedobject.core.InventoryPOItem
 
protectedColumns() - Static method in class com.storedobject.core.InventoryRO
 
protectedColumns() - Static method in class com.storedobject.core.InventoryTransfer
 
protectedColumns() - Static method in class com.storedobject.core.InventoryTransferItem
 
protectedColumns() - Static method in class com.storedobject.core.InventoryVirtualLocation
 
protectedColumns() - Static method in class com.storedobject.core.JournalVoucher
 
protectedColumns() - Static method in class com.storedobject.core.MaterialIssued
 
protectedColumns() - Static method in class com.storedobject.core.MaterialIssuedItem
 
protectedColumns() - Static method in class com.storedobject.core.MaterialRequest
 
protectedColumns() - Static method in class com.storedobject.core.MaterialRequestItem
 
protectedColumns() - Static method in class com.storedobject.core.MediaFile
 
protectedColumns() - Static method in class com.storedobject.core.Memo
 
protectedColumns() - Static method in class com.storedobject.core.MemoComment
 
protectedColumns() - Static method in class com.storedobject.core.Message
 
protectedColumns() - Static method in class com.storedobject.core.OffsetAccount
 
protectedColumns() - Static method in class com.storedobject.core.PIN
 
protectedColumns() - Static method in class com.storedobject.core.PseudoTranDetail
 
protectedColumns() - Static method in class com.storedobject.core.Secret
 
protectedColumns() - Static method in class com.storedobject.core.SerialGenerator
 
protectedColumns() - Static method in class com.storedobject.core.ServerInformation
 
protectedColumns() - Static method in class com.storedobject.core.Signature
 
protectedColumns() - Static method in class com.storedobject.core.SystemEntity
 
protectedColumns() - Static method in class com.storedobject.core.SystemUser
 
protectedColumns() - Static method in class com.storedobject.core.WebBiometric
 
protectedColumns() - Static method in class com.storedobject.mail.GMailSender
 
protectedColumns() - Static method in class com.storedobject.mail.MailSender
 
protectedColumns() - Static method in class com.storedobject.tools.TableDefinition
 
protectedColumns() - Static method in class com.storedobjects.support.Issue
 
protectedColumns(Class<? extends StoredObject>) - Static method in class com.storedobject.core.StoredObjectUtility
 
protectSheet(String) - Method in class com.storedobject.office.od.ods.Sheet
 
Provider - Class in com.storedobject.sms
 
Provider() - Constructor for class com.storedobject.sms.Provider
 
proxy(ProxySelector) - Method in class com.storedobject.common.HTTP2.Builder
Configures the HTTP client to use the specified ProxySelector for proxy settings.
PseudoTran - Class in com.storedobject.core
 
PseudoTran() - Constructor for class com.storedobject.core.PseudoTran
 
PseudoTranApproval - Class in com.storedobject.core
 
PseudoTranApproval() - Constructor for class com.storedobject.core.PseudoTranApproval
 
PseudoTranDetail - Class in com.storedobject.core
 
PseudoTranDetail() - Constructor for class com.storedobject.core.PseudoTranDetail
 
PseudoTransaction - Class in com.storedobject.core
 
PT_br - Enum constant in enum class com.storedobject.chart.Language
Portuguese (Brazil)
publish(Command) - Method in class com.storedobject.iot.MQTT
 
publish(Command) - Static method in class com.storedobject.iot.MQTTDataCollector
 
PULSE - Enum constant in enum class com.storedobject.ui.Animation
 
purchase(InventoryItem, Quantity, String, InventoryLocation, Entity) - Method in class com.storedobject.core.InventoryTransaction
Purchase an item.
purchase(InventoryItem, String, InventoryLocation, Entity) - Method in class com.storedobject.core.InventoryTransaction
Purchase an item.
PurchaseReturn - Class in com.storedobject.ui.inventory
 
PurchaseReturn() - Constructor for class com.storedobject.ui.inventory.PurchaseReturn
 
PurchaseReturn(InventoryStore) - Constructor for class com.storedobject.ui.inventory.PurchaseReturn
 
PurchaseReturn(InventoryStore, Entity) - Constructor for class com.storedobject.ui.inventory.PurchaseReturn
 
PurchaseReturn(String) - Constructor for class com.storedobject.ui.inventory.PurchaseReturn
 
PurchaseType - Class in com.storedobject.core
 
PurchaseType() - Constructor for class com.storedobject.core.PurchaseType
 
push() - Method in class com.storedobject.tools.AbstractJSONService
 
push() - Method in class com.storedobject.tools.JSONService
 
push() - Method in class com.storedobject.tools.JSONServiceWS
 
push(Object...) - Method in class com.storedobject.chart.DataChannel
Push data to the chart.
pushEncoded(Object...) - Method in class com.storedobject.chart.DataChannel
Push encoded data to the chart.
put(String, Object) - Method in class com.storedobject.core.JSONMap
 
put(T) - Method in class com.storedobject.core.ObjectCache
 
putAll(Map<? extends String, ?>) - Method in class com.storedobject.core.JSONMap
 
pyramid(Distance) - Method in class com.storedobject.core.Area
Create volume of a pyramid with this as the base and for the given height.
Python - Enum constant in enum class com.storedobject.common.Script.Language
 

Q

QR_CODE - Enum constant in enum class com.storedobject.common.Barcode.Format
QR Code 2D barcode format.
quantity() - Method in record class com.storedobject.core.QuantityWithCost
Returns the value of the quantity record component.
Quantity - Class in com.storedobject.core
Class that represents a quantity.
Quantity(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.Quantity
Create a quantity from the quantity specified in a particular unit.
QuantityField - Class in com.storedobject.ui
Generic field to accept Quantity values.
QuantityField() - Constructor for class com.storedobject.ui.QuantityField
Constructor.
QuantityField(int) - Constructor for class com.storedobject.ui.QuantityField
Constructor.
QuantityField(int, int) - Constructor for class com.storedobject.ui.QuantityField
Constructor.
QuantityField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.QuantityField
Constructor.
QuantityField(int, int, String) - Constructor for class com.storedobject.ui.QuantityField
Constructor.
QuantityField(String) - Constructor for class com.storedobject.ui.QuantityField
Constructor.
QuantityField(String, int) - Constructor for class com.storedobject.ui.QuantityField
Constructor.
QuantityField(String, int, int) - Constructor for class com.storedobject.ui.QuantityField
Constructor.
QuantityField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.QuantityField
Constructor.
QuantityField(String, int, int, String) - Constructor for class com.storedobject.ui.QuantityField
Constructor.
QuantityField(String, int, String) - Constructor for class com.storedobject.ui.QuantityField
Constructor.
QuantityField(String, String) - Constructor for class com.storedobject.ui.QuantityField
Constructor.
quantityTypes() - Static method in class com.storedobject.core.Quantity
 
QuantityValueConverter - Class in com.storedobject.core.converter
 
QuantityWithCost - Record Class in com.storedobject.core
Represents a combination of a quantity and its associated cost, encapsulated within a record for simplicity and immutability.
QuantityWithCost(Quantity, Money) - Constructor for record class com.storedobject.core.QuantityWithCost
Creates an instance of a QuantityWithCost record class.
query() - Method in class com.storedobject.core.QueryBuilder
Executes the query built using the current configurations of the QueryBuilder.
query(StoredObject) - Method in class com.storedobject.core.StoredObjectUtility.Link
 
query(Transaction, Class<? extends StoredObject>, String, String) - Static method in class com.storedobject.core.StoredObject
Build a query for the given set of parameters.
query(Transaction, Class<? extends StoredObject>, String, String, boolean) - Static method in class com.storedobject.core.StoredObject
Build a query for the given set of parameters.
query(Transaction, Class<? extends StoredObject>, String, String, String) - Static method in class com.storedobject.core.StoredObject
Build a query for the given set of parameters.
query(Transaction, Class<? extends StoredObject>, String, String, String, boolean) - Static method in class com.storedobject.core.StoredObject
Build a query for the given set of parameters.
query(Transaction, Class<? extends StoredObject>, String, String, String, boolean, int, int, int[]) - Static method in class com.storedobject.core.StoredObject
Build a query for the given set of parameters.
query(Class<? extends StoredObject>, String) - Static method in class com.storedobject.core.StoredObject
Build a query for the given set of parameters.
query(Class<? extends StoredObject>, String, boolean) - Static method in class com.storedobject.core.StoredObject
Build a query for the given set of parameters.
query(Class<? extends StoredObject>, String, String) - Static method in class com.storedobject.core.StoredObject
Build a query for the given set of parameters.
query(Class<? extends StoredObject>, String, String, boolean) - Static method in class com.storedobject.core.StoredObject
Build a query for the given set of parameters.
query(Class<? extends StoredObject>, String, String, String) - Static method in class com.storedobject.core.StoredObject
Build a query for the given set of parameters.
query(Class<? extends StoredObject>, String, String, String, boolean) - Static method in class com.storedobject.core.StoredObject
Build a query for the given set of parameters.
Query - Class in com.storedobject.core
The Query class provides a mechanism to iterate over rows in a SQL result set.
QueryBuilder<T> - Class in com.storedobject.core
A builder class for constructing queries and retrieving StoredObject instances based on various criteria.
QueryGrid - Class in com.storedobject.ui
A grid populated from a Query or a ResultSet.
QueryGrid(Query) - Constructor for class com.storedobject.ui.QueryGrid
Constructor.
QueryGrid(Query, int) - Constructor for class com.storedobject.ui.QueryGrid
Constructor.
QueryGrid(String, Query) - Constructor for class com.storedobject.ui.QueryGrid
Constructor.
QueryGrid(String, Query, int) - Constructor for class com.storedobject.ui.QueryGrid
Constructor.
QueryGrid(String, ResultSet) - Constructor for class com.storedobject.ui.QueryGrid
Constructor.
QueryGrid(String, ResultSet, int) - Constructor for class com.storedobject.ui.QueryGrid
Constructor.
QueryGrid(ResultSet) - Constructor for class com.storedobject.ui.QueryGrid
Constructor.
QueryGrid(ResultSet, int) - Constructor for class com.storedobject.ui.QueryGrid
Constructor.
QueryGrid.QueryResult - Class in com.storedobject.ui
Query result corresponding to a row of the grid.
queryLinks(int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
queryLinks(int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(int, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.Id
 
queryLinks(int, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(int, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(int, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(int, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.Id
 
queryLinks(int, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(int, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(int, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Id) - Method in class com.storedobject.core.QueryBuilder
Constructs a query to retrieve the links associated with the specified parent object.
queryLinks(Id, int) - Method in class com.storedobject.core.QueryBuilder
Constructs a query to retrieve the links associated with the specified parent object and of a specific link type.
queryLinks(StoredObject) - Method in class com.storedobject.core.QueryBuilder
Constructs a query to retrieve the links associated with the specified parent object.
queryLinks(StoredObject, int) - Method in class com.storedobject.core.QueryBuilder
Constructs a query to retrieve the links associated with the specified parent object and of a specific link type.
queryLinks(Transaction, int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, int, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, int, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, int, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, int, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, int, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, int, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, int, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, int, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, String, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, String, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, String, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, String, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, String, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, String, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, String, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, String, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, String, Class<? extends StoredObject>, String, String, String, boolean, int, int, int[]) - Method in class com.storedobject.core.Id
 
queryLinks(Transaction, String, Class<? extends StoredObject>, String, String, String, boolean, int, int, int[]) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Transaction, String, Class<? extends StoredObject>, String, String, String, int, int, int[]) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
queryLinks(Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.Id
 
queryLinks(Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.Id
 
queryLinks(Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
queryLinks(String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(String, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.Id
 
queryLinks(String, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(String, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(String, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(String, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.Id
 
queryLinks(String, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryLinks(String, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryLinks(String, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.StoredObject
Build a query to access the links of this instance for the given set of parameters.
queryMasters(int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
queryMasters(int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(int, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.Id
 
queryMasters(int, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(int, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(int, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(int, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.Id
 
queryMasters(int, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(int, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(int, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Id) - Method in class com.storedobject.core.QueryBuilder
Queries and retrieves master objects related to the given stored object link.
queryMasters(Id, int) - Method in class com.storedobject.core.QueryBuilder
Queries the master objects associated with a given stored object link and link type.
queryMasters(StoredObject) - Method in class com.storedobject.core.QueryBuilder
Queries and retrieves master objects related to the given stored object link.
queryMasters(StoredObject, int) - Method in class com.storedobject.core.QueryBuilder
Queries the master objects associated with a given stored object link and link type.
queryMasters(Transaction, int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, int, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, int, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, int, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, int, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, int, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, int, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, int, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, int, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, int, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, int, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, String, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, String, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, String, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, String, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, String, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, String, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, String, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, String, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Transaction, String, Class<? extends StoredObject>, String, String, String, boolean, int, int, int[]) - Method in class com.storedobject.core.Id
 
queryMasters(Transaction, String, Class<? extends StoredObject>, String, String, String, boolean, int, int, int[]) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
queryMasters(Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.Id
 
queryMasters(Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.Id
 
queryMasters(Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.Id
 
queryMasters(String, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(String, Class<? extends StoredObject>, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(String, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.Id
 
queryMasters(String, Class<? extends StoredObject>, String, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(String, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(String, Class<? extends StoredObject>, String, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(String, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.Id
 
queryMasters(String, Class<? extends StoredObject>, String, String, String) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
queryMasters(String, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.Id
 
queryMasters(String, Class<? extends StoredObject>, String, String, String, boolean) - Method in class com.storedobject.core.StoredObject
For the given set of parameters, build a query on the masters of this instance.
querySQL() - Method in class com.storedobject.core.QueryBuilder
Constructs and returns an SQL query string based on the given parameters and object class.
QuickSender - Interface in com.storedobject.mail
Interface to send out an SMS quickly.
QuickSender - Interface in com.storedobject.sms
Interface to send out an SMS quickly.

R

R - Enum constant in enum class com.storedobject.common.Script.Language
 
Radar - Enum constant in enum class com.storedobject.chart.ChartType
Radar.
RadarAxis - Class in com.storedobject.chart
Representation of radius axis.
RadarAxis() - Constructor for class com.storedobject.chart.RadarAxis
Constructor.
RadarChart - Class in com.storedobject.chart
Radar chart.
RadarChart(DataProvider...) - Constructor for class com.storedobject.chart.RadarChart
Create a chart with data.
RadarCoordinate - Class in com.storedobject.chart
Radar coordinate is used by RadarChart.
RadarCoordinate() - Constructor for class com.storedobject.chart.RadarCoordinate
Constructor.
RadarCoordinate(CategoryDataProvider) - Constructor for class com.storedobject.chart.RadarCoordinate
Construct with the given set of axis indicators.
RadarCoordinate(RadarAxis) - Constructor for class com.storedobject.chart.RadarCoordinate
Constructor.
RadarCoordinate(RadarAxis, CategoryDataProvider) - Constructor for class com.storedobject.chart.RadarCoordinate
Construct with the given set of axis indicators.
radial() - Method in class com.storedobject.chart.Orientation
Radial orientation.
RadioChoiceField - Class in com.storedobject.vaadin
Radio choice field.
RadioChoiceField(Iterable<String>) - Constructor for class com.storedobject.vaadin.RadioChoiceField
Constructor.
RadioChoiceField(String) - Constructor for class com.storedobject.vaadin.RadioChoiceField
Constructor.
RadioChoiceField(String[]) - Constructor for class com.storedobject.vaadin.RadioChoiceField
Constructor.
RadioChoiceField(String, Iterable<String>) - Constructor for class com.storedobject.vaadin.RadioChoiceField
Constructor.
RadioChoiceField(String, String) - Constructor for class com.storedobject.vaadin.RadioChoiceField
Constructor.
RadioChoiceField(String, String[]) - Constructor for class com.storedobject.vaadin.RadioChoiceField
Constructor.
RadioChoiceField(String, Collection<String>) - Constructor for class com.storedobject.vaadin.RadioChoiceField
Constructor.
RadioField<T> - Class in com.storedobject.vaadin
Radio field of choices from a list of items.
RadioField(Iterable<T>) - Constructor for class com.storedobject.vaadin.RadioField
Constructor.
RadioField(String, Iterable<T>) - Constructor for class com.storedobject.vaadin.RadioField
Constructor.
RadioField(String, Collection<T>) - Constructor for class com.storedobject.vaadin.RadioField
Constructor.
RadioField(String, T[]) - Constructor for class com.storedobject.vaadin.RadioField
Constructor.
RadioField(T[]) - Constructor for class com.storedobject.vaadin.RadioField
Constructor.
RadiusAxis - Class in com.storedobject.chart
Representation of radius axis.
RadiusAxis(AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.RadiusAxis
Constructor.
RadiusAxis(DataType) - Constructor for class com.storedobject.chart.RadiusAxis
Constructor.
random() - Method in class com.storedobject.core.ObjectIterator
Select an object randomly.
Range<T> - Class in com.storedobject.common
 
Range(T, T) - Constructor for class com.storedobject.common.Range
 
RangeField<T,P> - Class in com.storedobject.ui
 
RangeField(Function<?, HasValue<?, P>>) - Constructor for class com.storedobject.ui.RangeField
 
RangeField(Function<?, HasValue<?, P>>, Function<?, HasValue<?, P>>) - Constructor for class com.storedobject.ui.RangeField
 
Rate - Class in com.storedobject.core
Class that represents a rate value such as currency rate etc.
Rate() - Constructor for class com.storedobject.core.Rate
Create a rate of value 1.
Rate(int) - Constructor for class com.storedobject.core.Rate
Create a rate of value 1 with given number of decimals.
Rate(Money, Money) - Constructor for class com.storedobject.core.Rate
Construct a rate from the monetary values passed.
Rate(Rate) - Constructor for class com.storedobject.core.Rate
Construct a rate from another one.
Rate(String) - Constructor for class com.storedobject.core.Rate
Create a rate.
Rate(String, int) - Constructor for class com.storedobject.core.Rate
Create a rate with given number of decimals.
Rate(BigDecimal) - Constructor for class com.storedobject.core.Rate
Construct a rate from a BigDecimal.
Rate(BigDecimal, int) - Constructor for class com.storedobject.core.Rate
Construct a rate from a BigDecimal with given number of decimals.
Rate(BigDecimal, BigDecimal) - Constructor for class com.storedobject.core.Rate
Construct a rate from the values passed.
RateField - Class in com.storedobject.ui
 
RateField() - Constructor for class com.storedobject.ui.RateField
 
RateField(int) - Constructor for class com.storedobject.ui.RateField
 
RateField(int, int) - Constructor for class com.storedobject.ui.RateField
 
RateField(int, int, boolean) - Constructor for class com.storedobject.ui.RateField
 
RateField(int, int, boolean, boolean) - Constructor for class com.storedobject.ui.RateField
 
RateField(Rate, int) - Constructor for class com.storedobject.ui.RateField
 
RateField(Rate, int, int) - Constructor for class com.storedobject.ui.RateField
 
RateField(Rate, int, int, boolean) - Constructor for class com.storedobject.ui.RateField
 
RateField(Rate, int, int, boolean, boolean) - Constructor for class com.storedobject.ui.RateField
 
RateField(String) - Constructor for class com.storedobject.ui.RateField
 
RateField(String, int) - Constructor for class com.storedobject.ui.RateField
 
RateField(String, int, int) - Constructor for class com.storedobject.ui.RateField
 
RateField(String, int, int, boolean) - Constructor for class com.storedobject.ui.RateField
 
RateField(String, int, int, boolean, boolean) - Constructor for class com.storedobject.ui.RateField
 
RateField(String, Rate) - Constructor for class com.storedobject.ui.RateField
 
RateField(String, Rate, int) - Constructor for class com.storedobject.ui.RateField
 
RateField(String, Rate, int, int) - Constructor for class com.storedobject.ui.RateField
 
RateField(String, Rate, int, int, boolean) - Constructor for class com.storedobject.ui.RateField
 
RateField(String, Rate, int, int, boolean, boolean) - Constructor for class com.storedobject.ui.RateField
 
RateValueConverter - Class in com.storedobject.core.converter
 
RawSQL - Class in com.storedobject.core
This class is for internal purpose only.
rawStream() - Method in class com.storedobject.iot.DataSet.DataValue
 
rawStream(int) - Method in class com.storedobject.iot.DataSet.DataValue
 
rd(String) - Static method in interface com.storedobject.report.ObjectLister
 
RDLister<T> - Class in com.storedobject.report
 
RDLister(ObjectLister<T>) - Constructor for class com.storedobject.report.RDLister
 
read() - Method in class com.storedobject.common.HTTP
Read the response as a string.
read() - Method in class com.storedobject.common.InvertedInputStream
 
read() - Method in class com.storedobject.core.DatabaseInputStream
 
read(byte[]) - Method in class com.storedobject.common.InvertedInputStream
 
read(byte[], int, int) - Method in class com.storedobject.core.DatabaseInputStream
 
read(int) - Method in class com.storedobject.common.FileBuffer
Read data from a specified index.
read(Image) - Static method in class com.storedobject.common.Barcode
Read data from a barcode image.
readBytes(byte[][], int) - Method in class com.storedobject.office.od.ODInputStream
 
readContent(InputStream) - Method in class com.storedobject.pdf.PDF
Reads and creates a 'Content' object from the stream containing PDF data.
readInt(String) - Static method in class com.storedobject.core.ConsoleMenu
 
readInt(String, boolean, boolean) - Static method in class com.storedobject.core.ConsoleMenu
 
readInt(String, int) - Static method in class com.storedobject.core.ConsoleMenu
 
readJSON() - Method in class com.storedobject.common.HTTP
Read the response as a JSON.
readOnlyByteBuffer(InputStream) - Static method in class com.storedobject.common.IO
Create a read only byte buffer from the content of the input stream.
readOnlyColumns(ColumnNames) - Static method in class com.storedobject.accounts.Invoice
 
readOnlyColumns(ColumnNames) - Static method in class com.storedobject.core.Account
 
readPassword(String) - Static method in class com.storedobject.core.ConsoleMenu
 
readPassword(String, boolean) - Static method in class com.storedobject.core.ConsoleMenu
 
readSomeBytes(byte[][], int) - Method in class com.storedobject.office.od.ODInputStream
 
readString(String) - Static method in class com.storedobject.core.ConsoleMenu
 
readString(String, boolean) - Static method in class com.storedobject.core.ConsoleMenu
 
readString(String, String) - Static method in class com.storedobject.core.ConsoleMenu
 
readXML() - Method in class com.storedobject.common.HTTP
Read the response as XML.
ready() - Method in class com.storedobject.core.Message
 
readyForProcessing() - Method in class com.storedobject.ui.TextView
 
Rebin - Class in com.storedobject.ui.inventory
 
Rebin() - Constructor for class com.storedobject.ui.inventory.Rebin
 
recallMemo(Transaction) - Method in class com.storedobject.core.MemoComment
 
recallOrder(Transaction) - Method in class com.storedobject.core.InventoryPO
 
receive(MaterialReturned) - Method in class com.storedobject.ui.inventory.AbstractReceiveMaterialReturned
 
receive(Transaction) - Method in class com.storedobject.core.InventoryTransfer
 
ReceiveAndBin - Class in com.storedobject.ui.inventory
 
ReceiveAndBin(Date, String, List<InventoryItem>) - Constructor for class com.storedobject.ui.inventory.ReceiveAndBin
 
ReceiveAndBin(Date, String, List<InventoryItem>, TransactionManager.Transact) - Constructor for class com.storedobject.ui.inventory.ReceiveAndBin
 
ReceiveAndBin(Date, String, List<InventoryItem>, TransactionManager.Transact, Runnable) - Constructor for class com.storedobject.ui.inventory.ReceiveAndBin
 
ReceiveAndBin(Date, String, List<InventoryItem>, TransactionManager.Transact, Runnable, GRNEditor) - Constructor for class com.storedobject.ui.inventory.ReceiveAndBin
 
ReceiveAndBin(Date, String, List<InventoryItem>, TransactionManager.Transact, Runnable, GRNEditor, boolean) - Constructor for class com.storedobject.ui.inventory.ReceiveAndBin
 
ReceiveAndBin(Date, String, List<InventoryItem>, TransactionManager.Transact, Runnable, GRNEditor, boolean, boolean) - Constructor for class com.storedobject.ui.inventory.ReceiveAndBin
 
ReceiveAndBin(List<InventoryItem>) - Constructor for class com.storedobject.ui.inventory.ReceiveAndBin
 
receiveFromExternal(InventoryItem, String, InventoryLocation, Entity) - Method in class com.storedobject.core.InventoryTransaction
Receive an item from another entity.
ReceiveMaterial - Class in com.storedobject.ui.inventory
Receive material from another location.
ReceiveMaterial() - Constructor for class com.storedobject.ui.inventory.ReceiveMaterial
Constructor.
ReceiveMaterial(InventoryLocation) - Constructor for class com.storedobject.ui.inventory.ReceiveMaterial
Constructor.
ReceiveMaterial(InventoryLocation, int) - Constructor for class com.storedobject.ui.inventory.ReceiveMaterial
Constructor.
ReceiveMaterial(String) - Constructor for class com.storedobject.ui.inventory.ReceiveMaterial
Constructor.
ReceiveMaterialRequested - Class in com.storedobject.ui.inventory
 
ReceiveMaterialRequested(InventoryLocation) - Constructor for class com.storedobject.ui.inventory.ReceiveMaterialRequested
 
ReceiveMaterialRequested(String) - Constructor for class com.storedobject.ui.inventory.ReceiveMaterialRequested
 
ReceiveMaterialReturned - Class in com.storedobject.ui.inventory
 
ReceiveMaterialReturned() - Constructor for class com.storedobject.ui.inventory.ReceiveMaterialReturned
 
ReceiveMaterialReturned(InventoryLocation) - Constructor for class com.storedobject.ui.inventory.ReceiveMaterialReturned
 
ReceiveMaterialReturned(InventoryLocation, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.ReceiveMaterialReturned
 
ReceiveMaterialReturned(String) - Constructor for class com.storedobject.ui.inventory.ReceiveMaterialReturned
 
ReceiveMaterialTransferred - Class in com.storedobject.ui.inventory
 
ReceiveMaterialTransferred() - Constructor for class com.storedobject.ui.inventory.ReceiveMaterialTransferred
 
ReceiveMaterialTransferred(InventoryLocation) - Constructor for class com.storedobject.ui.inventory.ReceiveMaterialTransferred
 
ReceiveMaterialTransferred(String) - Constructor for class com.storedobject.ui.inventory.ReceiveMaterialTransferred
 
ReceiveReturnedItems - Class in com.storedobject.ui.inventory
Return items from an external organization / custody that were sent to them earlier (Sent for repairs, rented out, custody etc.)
ReceiveReturnedItems(int) - Constructor for class com.storedobject.ui.inventory.ReceiveReturnedItems
 
ReceiveReturnedItems(int, InventoryStore) - Constructor for class com.storedobject.ui.inventory.ReceiveReturnedItems
 
ReceiveReturnedItems(int, InventoryStoreBin) - Constructor for class com.storedobject.ui.inventory.ReceiveReturnedItems
 
ReceiveReturnedItems(int, InventoryStoreBin, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.ReceiveReturnedItems
 
ReceiveReturnedItems(int, InventoryStore, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.ReceiveReturnedItems
 
ReceiveReturnedItems(int, String) - Constructor for class com.storedobject.ui.inventory.ReceiveReturnedItems
 
recompute() - Method in class com.storedobject.office.AbstractSpreadSheet
Re-evaluate all formula in the worksheet.
recompute() - Method in class com.storedobject.office.Excel
Re-evaluate all formula in the worksheet.
recompute() - Method in class com.storedobject.office.ODS
Re-evaluate all formula in the worksheet.
recomputeConsumption(TransactionManager) - Method in class com.storedobject.iot.Block
Recomputes the consumption statistics for all resources associated with the object.
recomputeConsumption(TransactionManager, Resource) - Method in class com.storedobject.iot.Block
Recomputes the consumption data for the given resource by first removing existing consumption entries associated with the resource, and then recalculating the consumption values using the current data and requirements.
RecomputeConsumption - Class in com.storedobject.ui.iot
 
RecomputeConsumption() - Constructor for class com.storedobject.ui.iot.RecomputeConsumption
 
recomputeStatistics(TransactionManager) - Method in class com.storedobject.iot.Block
Recomputes the statistical data for all units associated with this block.
recomputeStatistics(TransactionManager) - Method in class com.storedobject.iot.Unit
 
RecomputeStatistics - Class in com.storedobject.ui.iot
 
RecomputeStatistics() - Constructor for class com.storedobject.ui.iot.RecomputeStatistics
 
reconnect() - Method in class com.storedobject.client.Client
Reconnect the client.
recover() - Method in class com.storedobject.job.MessageSender
This method is invoked when the sender was stopped due to any error.
recover() - Method in class com.storedobject.telegram.Server
 
rectangle(Distance) - Method in class com.storedobject.core.Distance
Create a rectangle by taking this as the length and the given parameter value as the width.
rectangle(Distance, Distance) - Static method in class com.storedobject.core.Area
 
Rectangle - Class in com.storedobject.chart
Rectangular shape class that can be added to SOChart.
Rectangle(Number, Number, Number...) - Constructor for class com.storedobject.chart.Rectangle
Constructor.
RECTANGLE - Enum constant in enum class com.storedobject.chart.PointSymbolType
Rectangle.
RectangularCoordinate - Class in com.storedobject.chart
Representation of rectangular (cartesian) coordinate system with X and Y axes.
RectangularCoordinate(XYAxis...) - Constructor for class com.storedobject.chart.RectangularCoordinate
Constructor.
RED - Static variable in class com.storedobject.pdf.PDFColor
 
RedirectSAML - Class in com.storedobject.ui
Class used to redirect the user to another site via SAML authentication.
RedirectSAML() - Constructor for class com.storedobject.ui.RedirectSAML
Constructor.
redMessage(Object) - Method in interface com.storedobject.ui.StyledBuilder
 
redraw() - Method in class com.storedobject.vaadin.PaintedImage
Redraw the image.
reduceRequestedQuantity(Transaction, InventoryItemType, Quantity) - Method in class com.storedobject.core.MaterialRequest
 
reduceRequestedQuantity(Transaction, Quantity) - Method in class com.storedobject.core.MaterialRequestItem
 
Reentrant - Interface in com.storedobject.common
An executable that allows to call its Executable.execute() method again (even from another Thread) while it is already executing.
REFERENCE_ALREADY_EXISTS - Static variable in class com.storedobject.common.Fault
 
REFERENCE_NOT_FOUND - Static variable in class com.storedobject.common.Fault
 
REFERENCE_NOT_SPECIFIED - Static variable in class com.storedobject.common.Fault
 
ReferenceLinkGrid<T> - Class in com.storedobject.ui
 
ReferenceLinkGrid(ObjectLinkField<T>) - Constructor for class com.storedobject.ui.ReferenceLinkGrid
 
ReferenceLinkGrid(ObjectLinkField<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ReferenceLinkGrid
 
ReferenceLinkListProvider<T> - Class in com.storedobject.ui
 
ReferenceLinkListProvider(Class<T>, DataList<T>) - Constructor for class com.storedobject.ui.ReferenceLinkListProvider
 
ReferencePattern<O> - Class in com.storedobject.core
 
ReferencePattern() - Constructor for class com.storedobject.core.ReferencePattern
 
refresh() - Method in class com.storedobject.core.Account
Refreshes the balance and account status from the database.
refresh() - Method in class com.storedobject.core.ObjectCache
 
refresh() - Method in class com.storedobject.core.ObjectCacheList
 
refresh() - Method in class com.storedobject.core.ObjectForest.LinkNode
 
refresh() - Method in class com.storedobject.core.ObjectForest.LinkObject
 
refresh() - Method in class com.storedobject.core.ObjectForest
 
refresh() - Method in interface com.storedobject.core.ObjectList
 
refresh() - Method in class com.storedobject.core.ObjectMemoryList
 
refresh() - Method in class com.storedobject.core.ObjectTree
 
refresh() - Static method in class com.storedobject.iot.DataSet
 
refresh() - Method in interface com.storedobject.ui.HasRefresh
 
refresh() - Method in class com.storedobject.vaadin.DataList
Inform the listeners that the items in this list are refreshed due to addition or deletion of items.
refresh() - Method in interface com.storedobject.vaadin.DataList.RefreshListener
Invoked whenever data in the list is added and/or deleted.
refresh() - Method in interface com.storedobject.vaadin.HasColumns
Refresh the whole grid.
refresh() - Method in class com.storedobject.vaadin.MapComboField
Refresh the combo.
refresh(Id) - Method in class com.storedobject.core.ObjectCache
 
refresh(Id) - Method in class com.storedobject.core.ObjectCacheList
 
refresh(Id) - Method in interface com.storedobject.core.ObjectList
 
refresh(Id) - Method in class com.storedobject.core.ObjectMemoryList
 
refresh(Object) - Method in class com.storedobject.core.ObjectForest
 
refresh(Object, boolean) - Method in class com.storedobject.core.ObjectForest
 
refresh(T) - Method in class com.storedobject.core.ObjectCache
 
refresh(T) - Method in class com.storedobject.core.ObjectCacheList
 
refresh(T) - Method in interface com.storedobject.core.ObjectList
 
refresh(T) - Method in class com.storedobject.core.ObjectMemoryList
 
refresh(T) - Method in class com.storedobject.core.ObjectTree
 
refresh(T) - Method in class com.storedobject.vaadin.DataList
Inform the listeners that an item of this in this list is refreshed.
refresh(T) - Method in interface com.storedobject.vaadin.DataList.RefreshListener
Invoked whenever data in the list is updated.
refresh(T) - Method in interface com.storedobject.vaadin.HasColumns
Refresh a particular item in the grid.
refresh(T, boolean) - Method in interface com.storedobject.vaadin.HasColumns
Refresh a particular item in the tree grid.
refreshAll() - Method in class com.storedobject.ui.AbstractListProvider
 
refreshAll() - Method in class com.storedobject.ui.AbstractTreeProvider
 
refreshAll() - Method in class com.storedobject.ui.EditableListProvider
 
refreshAll() - Method in class com.storedobject.ui.EditableObjectListProvider
 
refreshAll() - Method in class com.storedobject.ui.ObjectForestProvider
 
refreshAll() - Method in class com.storedobject.ui.ObjectTreeProvider
 
refreshAll() - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
refreshCurrentNode(StoredObject) - Method in class com.storedobject.ui.ObjectForest
Refresh all items under the current node and select the object that is passed.
refreshItem(Object) - Method in class com.storedobject.ui.ObjectForestProvider
 
refreshItem(Object, boolean) - Method in class com.storedobject.ui.ObjectForestProvider
 
refreshItem(T) - Method in class com.storedobject.ui.EditableListProvider
 
refreshItem(T) - Method in class com.storedobject.ui.EditableObjectListProvider
 
refreshItem(T) - Method in class com.storedobject.ui.ObjectTreeProvider
 
refreshItem(T) - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
refreshItem(T, boolean) - Method in class com.storedobject.core.ObjectTree
 
refreshItem(T, boolean) - Method in class com.storedobject.ui.ObjectTreeProvider
 
refreshMe(ObjectListGrid<T>) - Method in class com.storedobject.ui.ObjectEditor
Ask the editor to refresh the given grid whenever object on the editor is changed (inserted/updated/deleted).
reget() - Method in class com.storedobject.ui.AbstractObjectField
Check the current value to see if it is satisfying the filter condition of the searcher or not.
register() - Method in class com.storedobject.ui.tools.BiometricRegistration
 
register() - Method in class com.storedobject.vaadin.ResourceSupport
Register the resource if not yet done (typically invoked when the component is attached).
register(ResourceOwner) - Static method in class com.storedobject.common.ResourceDisposal
Register me so that my resource will get closed automatically when I am garbage collected.
register(TransactionManager, String, String, String, String) - Method in class com.storedobject.core.WebBiometric
 
register(AbstractStreamResource) - Method in class com.storedobject.vaadin.ResourceSupport
Register a resource.
register(Consumer<Id>) - Static method in class com.storedobject.iot.DataSet
 
registerAlert(Alert, Object) - Static method in class com.storedobject.vaadin.Application
Register an alert with the application.
registerResource(Closeable) - Method in class com.storedobject.vaadin.Application
Register a "resource" that will be closed when the application is shutdown.
reindex(Class<? extends StoredObject>) - Static method in class com.storedobject.core.StoredObjectUtility
 
reindexClass(Class<?>) - Method in class com.storedobject.core.Install
 
reindexClass(String) - Method in class com.storedobject.core.Install
 
reinit(char[]) - Method in class com.storedobject.core.TransactionManager
 
rejected() - Method in class com.storedobject.core.Memo
This method is invoked if the memo is rejected.
rejectMemo(Transaction, String) - Method in class com.storedobject.core.MemoComment
 
release() - Element in annotation interface com.storedobject.common.annotation.Module
 
releaseAllConnections() - Static method in class com.storedobject.core.SQLConnector
This method releases all SQL connections.
releaseConnection(SQLConnector.DBConnection) - Method in class com.storedobject.core.SQLConnector
This method releases a given SQL connection.
releaseReservation(Transaction) - Method in class com.storedobject.core.MaterialRequest
Release all reserved items.
reload - Variable in class com.storedobject.ui.ObjectListEditor
"Reload" button.
reload - Variable in class com.storedobject.ui.ObjectTreeBrowser
 
reload() - Static method in class com.storedobject.core.MeasurementUnit
 
reload() - Method in interface com.storedobject.core.ObjectLoader
Reload all entries.
reload() - Method in class com.storedobject.core.StoredObject
Reload this instance from the database.
reload() - Method in class com.storedobject.office.od.ods.Workbook
 
reload() - Method in class com.storedobject.platform.Application
 
reload() - Method in class com.storedobject.ui.AbstractLinkGrid
 
reload() - Method in class com.storedobject.ui.AbstractObjectField
 
reload() - Method in class com.storedobject.ui.common.EntityEditor
 
reload() - Method in class com.storedobject.ui.DetailLinkGrid
 
reload() - Method in class com.storedobject.ui.EditableListProvider
 
reload() - Method in class com.storedobject.ui.EditableObjectListProvider
 
reload() - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
reload() - Method in class com.storedobject.ui.inventory.ItemComboField
 
reload() - Method in class com.storedobject.ui.iot.BlockView
Reloads the view.
reload() - Method in interface com.storedobject.ui.LinkGrid
 
reload() - Method in class com.storedobject.ui.ObjectCodeField
 
reload() - Method in class com.storedobject.ui.ObjectComboField
 
reload() - Method in class com.storedobject.ui.ObjectEditor
Reload the current object instance.
reload() - Method in class com.storedobject.ui.ObjectField
Reload the allowed values by applying newly set filters.
reload() - Method in class com.storedobject.ui.ObjectFormField
 
reload() - Method in interface com.storedobject.ui.ObjectInput
Reload the allowed values by applying newly set filters.
reload() - Method in class com.storedobject.ui.ObjectLinkField
 
reload() - Method in class com.storedobject.ui.ObjectListEditor
Reload a selected instance.
reload() - Method in class com.storedobject.ui.ObjectListField
 
reload() - Method in class com.storedobject.ui.ObjectListProvider
 
reload() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
reload() - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
reload(Transaction) - Method in class com.storedobject.core.StoredObject
Reload this instance from the database for a given transaction.
reload(ResultSet) - Method in class com.storedobject.ui.QueryGrid
Reload the grid with another result set.
reload(T) - Method in class com.storedobject.ui.AbstractEditableGrid
 
reload(T, boolean) - Method in class com.storedobject.ui.EditableListProvider
 
reload(T, boolean) - Method in class com.storedobject.ui.EditableObjectListProvider
 
reload(T, boolean) - Method in interface com.storedobject.ui.EditableProvider
 
reload(T, boolean) - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
RELOAD - Static variable in class com.storedobject.core.EditorAction
 
reloadAll - Variable in class com.storedobject.ui.ObjectListEditor
"Reload All" button.
reloadAll() - Method in class com.storedobject.ui.AbstractEditableGrid
 
reloadAll() - Method in class com.storedobject.ui.DetailLinkGrid
 
reloadAll() - Method in interface com.storedobject.ui.LinkGrid
 
reloadAll() - Method in class com.storedobject.ui.ObjectLinkField
 
reloadAll() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
reloadCORS() - Static method in class com.storedobject.ui.util.SOServlet
 
reloaded() - Method in class com.storedobject.core.InventoryItem
 
reloaded() - Method in class com.storedobject.core.StoredObject
This method is invoked whenever this instance is reloaded from the database.
reloaded(T) - Method in class com.storedobject.ui.ObjectLinkField
 
reloadedAllNow() - Method in class com.storedobject.ui.AbstractLinkGrid
 
reloadedAllNow() - Method in class com.storedobject.ui.EditableObjectGrid
This will be invoked once all items are reloaded.
reloadedAllNow() - Method in class com.storedobject.ui.ObjectListEditor
 
reloadedNow(T) - Method in class com.storedobject.ui.EditableObjectGrid
This will be invoked once an item is reloaded.
reloading() - Method in class com.storedobject.ui.iot.BlockView
Performs the operation necessary for updating or refreshing internal states related to the BlockView instance.
reloading() - Method in class com.storedobject.ui.Test
 
reloadMaster(StoredObject) - Method in class com.storedobject.ui.util.ExtraInfo
 
rem(double) - Static method in class com.storedobject.chart.Font.Size
 
remove() - Method in class com.storedobject.common.Array
 
remove() - Method in interface com.storedobject.core.Ledger
This method exists for API conformance.
remove() - Method in class com.storedobject.core.ObjectIterator
 
remove() - Method in class com.storedobject.core.Query
Removes the current element from the underlying data structure.
remove() - Method in class com.storedobject.vaadin.Breadcrumbs
Remove the Breadcrumbs.Breadcrumb from the tail end if one exists.
remove(int) - Method in class com.storedobject.chart.Polyline
Remove point at a specified index.
remove(int) - Method in class com.storedobject.common.Array
 
remove(int) - Method in class com.storedobject.common.StringList
 
remove(int) - Method in class com.storedobject.core.MemoryCache
 
remove(int) - Method in class com.storedobject.core.ObjectCacheList
 
remove(int) - Method in class com.storedobject.vaadin.DataList
 
remove(int) - Method in class com.storedobject.vaadin.ListGrid
 
remove(Chart...) - Method in class com.storedobject.chart.CoordinateSystem
Remove charts to be removed from this coordinate system.
remove(Component...) - Method in class com.storedobject.chart.SOChart
Remove components from the chart.
remove(ComponentGroup...) - Method in class com.storedobject.chart.SOChart
Remove component groups.
remove(MarkArea.Block...) - Method in class com.storedobject.chart.MarkArea
Remove blocks from this mark area.
remove(Shape...) - Method in class com.storedobject.chart.ShapeGroup
Remove shapes from this.
remove(Shape.Point...) - Method in class com.storedobject.chart.Polyline
Remove points.
remove(TreeData...) - Method in class com.storedobject.chart.TreeData
Remove children.
remove(InventoryLocation) - Method in class com.storedobject.ui.inventory.LocationField
Remove a location from the list of allowed locations.
remove(TransactionManager) - Method in class com.storedobject.iot.HourlyConsumption
Removes the consumption for the associated unit or unit items and updates related consumption records for various time periods accordingly.
remove(ApplicationMenuItem) - Method in interface com.storedobject.vaadin.ApplicationMenu
Remove a menu item from the menu.
remove(ApplicationMenuItem) - Method in interface com.storedobject.vaadin.ApplicationMenuItemGroup
Remove a sub-menu item from this menu item,
remove(Breadcrumbs.Breadcrumb) - Method in class com.storedobject.vaadin.Breadcrumbs
Remove a given Breadcrumbs.Breadcrumb.
remove(BreadcrumbsTree.Node) - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
Remove a child node from this node or from one of its descendants.
remove(BreadcrumbsTree.Node) - Method in class com.storedobject.vaadin.BreadcrumbsTree
Remove a node from this tree.
remove(MenuBarItem...) - Method in class com.storedobject.vaadin.MenuBar
Removes the given menu items from this menu bar.
remove(MenuBarItem...) - Method in class com.storedobject.vaadin.MenuBarItem
Removes the given menu items from this.
remove(View...) - Method in class com.storedobject.vaadin.Dashboard
Remove sub-views to the dashboard.
remove(Component) - Method in class com.storedobject.ui.ImageViewer
Remove a component.
remove(Component...) - Method in class com.storedobject.ui.ELabels
 
remove(Component...) - Method in class com.storedobject.ui.ObjectEditor
 
remove(Component...) - Method in class com.storedobject.ui.TextView
 
remove(Component...) - Method in class com.storedobject.vaadin.AbstractDataForm
Remove components from the form's field container.
remove(Component...) - Method in class com.storedobject.vaadin.AbstractForm
Remove components from the form's field container.
remove(Component...) - Method in class com.storedobject.vaadin.CompoundField
Remove components.
remove(Component...) - Method in class com.storedobject.vaadin.PopupButton
Remove components from the pop-up.
remove(HasElement, ThemeStyle...) - Static method in enum class com.storedobject.vaadin.ThemeStyle
Remove theme styles.
remove(HasSize...) - Method in class com.storedobject.ui.FoldingLayout
Remove components.
remove(HasStyle) - Static method in enum class com.storedobject.ui.Animation
 
remove(Tab...) - Method in class com.storedobject.vaadin.Tabs
Remove tabs.
remove(Element) - Method in class com.storedobject.ui.ImageViewer
Remove an element.
remove(Element, ThemeStyle...) - Static method in enum class com.storedobject.vaadin.ThemeStyle
Remove theme styles.
remove(Object) - Method in class com.storedobject.common.Array
 
remove(Object) - Method in class com.storedobject.common.StringList
 
remove(Object) - Method in class com.storedobject.core.JSONMap
 
remove(Object) - Method in class com.storedobject.core.MemoryCache
 
remove(Object) - Method in class com.storedobject.core.ObjectCacheList
 
remove(Object) - Method in class com.storedobject.vaadin.DataList
 
remove(Object) - Method in class com.storedobject.vaadin.ListGrid
 
remove(String) - Method in class com.storedobject.chart.RichTextStyle
Remove a part.
remove(String) - Method in interface com.storedobject.common.DataSet
Remove an attribute key.
remove(String) - Method in class com.storedobject.common.HashDataSet
 
remove(String) - Method in class com.storedobject.common.StringList
Remove an element from the list.
remove(String) - Method in class com.storedobject.core.ObjectData
 
remove(String[], String) - Static method in class com.storedobject.common.StringUtility
Remove the first instance of an element from an array.
remove(Collection<Shape.Point>) - Method in class com.storedobject.chart.Polyline
Remove points.
remove(EventListener) - Method in class com.storedobject.vaadin.util.Listeners
 
Remove - Class in com.storedobject.ui.inventory
 
Remove() - Constructor for class com.storedobject.ui.inventory.Remove
 
REMOVE - Static variable in class com.storedobject.core.EditorAction
 
removeAll() - Method in class com.storedobject.chart.SOChart
Remove all components from the chart.
removeAll() - Method in class com.storedobject.ui.ELabels
 
removeAll() - Method in class com.storedobject.ui.FoldingLayout
Remove all components.
removeAll() - Method in class com.storedobject.ui.ImageViewer
Remove all components.
removeAll() - Method in class com.storedobject.ui.iot.SiteView
 
removeAll() - Method in class com.storedobject.vaadin.AbstractDataForm
Remove all components from the form's field container.
removeAll() - Method in class com.storedobject.vaadin.AbstractForm
Remove all components from the form's field container.
removeAll() - Method in class com.storedobject.vaadin.MenuBar
Removes all menu items from this menu bar.
removeAll() - Method in class com.storedobject.vaadin.MenuBarItem
Removes all menu items from this.
removeAll() - Method in class com.storedobject.vaadin.PopupButton
Remove all components from the pop-up.
removeAll() - Method in class com.storedobject.vaadin.Tabs
Remove all tabs.
removeAll(String[], String) - Static method in class com.storedobject.common.StringUtility
Remove all instances of an element from an array.
removeAll(Collection<?>) - Method in class com.storedobject.common.Array
 
removeAll(Collection<?>) - Method in class com.storedobject.common.StringList
 
removeAll(Collection<?>) - Method in class com.storedobject.core.MemoryCache
 
removeAll(Collection<?>) - Method in class com.storedobject.core.ObjectCacheList
 
removeAll(Collection<?>) - Method in class com.storedobject.vaadin.DataList
 
removeAll(Collection<?>) - Method in class com.storedobject.vaadin.ListGrid
 
removeAllLinks() - Method in class com.storedobject.core.StoredObject
Remove all links.
removeAllLinks(int) - Method in class com.storedobject.core.StoredObject
Remove all links.
removeAllLinks(StoredObject, Class<? extends StoredObject>) - Method in class com.storedobject.core.TransactionControl
 
removeAllLinks(StoredObject, Class<? extends StoredObject>, int) - Method in class com.storedobject.core.TransactionControl
 
removeAllLinks(Transaction) - Method in class com.storedobject.core.StoredObject
Remove all links.
removeAllLinks(Transaction, int) - Method in class com.storedobject.core.StoredObject
Remove all links.
removeAllLinks(Transaction, Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
Remove all links of a given class type.
removeAllLinks(Transaction, Class<? extends StoredObject>, int) - Method in class com.storedobject.core.StoredObject
Remove all links of a given class type.
removeAllLinks(Transaction, Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Remove all links of a given class type.
removeAllLinks(Transaction, String) - Method in class com.storedobject.core.StoredObject
Remove all links.
removeAllLinks(Class<? extends StoredObject>) - Method in class com.storedobject.core.StoredObject
Remove all links of a given class type.
removeAllLinks(Class<? extends StoredObject>, int) - Method in class com.storedobject.core.StoredObject
Remove all links of a given class type.
removeAllLinks(Class<? extends StoredObject>, String) - Method in class com.storedobject.core.StoredObject
Remove all links of a given class type.
removeAllLinks(String) - Method in class com.storedobject.core.StoredObject
Remove all links.
removeAllListeners() - Method in class com.storedobject.iot.MQTT
 
removeAllowedAction(String) - Method in class com.storedobject.ui.ObjectForestBrowser
 
removeAllowedAction(String) - Method in class com.storedobject.ui.ObjectTreeBrowser
 
removeArea(ImageMap.Area) - Method in class com.storedobject.ui.ImageMap
Removes an Area that was added earlier.
removeArrayFormula(Cell) - Method in class com.storedobject.office.od.ods.Sheet
 
removeAxis(Axis...) - Method in class com.storedobject.chart.CoordinateSystem
Remove axes.
removeButton(ToolboxButton...) - Method in class com.storedobject.chart.Toolbox
Remove tool buttons.
removeCache(MediaFile) - Static method in class com.storedobject.ui.util.SOServlet
 
removeCache(TextContent) - Static method in class com.storedobject.ui.util.SOServlet
 
removeCache(String) - Static method in class com.storedobject.ui.util.SOServlet
 
removeCell(Cell) - Method in class com.storedobject.office.od.ods.Row
 
removeCellComment() - Method in class com.storedobject.office.od.ods.Cell
 
removeClickListener(ComponentEventListener<ClickEvent<Component>>) - Method in class com.storedobject.vaadin.Alert
 
removeClickListener(ComponentEventListener<ClickEvent<Component>>) - Method in class com.storedobject.vaadin.Clickable
 
removeClickListener(ComponentEventListener<ClickEvent<Component>>) - Method in interface com.storedobject.vaadin.util.ClickNotifier
Remove a listener.
removeClickListener(ComponentEventListener<ClickEvent<Component>>) - Method in class com.storedobject.vaadin.util.ElementClick
 
removeColumnBreak(int) - Method in class com.storedobject.office.od.ods.Sheet
 
removeComma(StringBuilder) - Static method in interface com.storedobject.chart.ComponentPart
Helper method: Replace trailing commas with spaces.
removeCommitListener(Transaction.CommitListener) - Method in class com.storedobject.core.AbstractTransaction
 
removeCommitListener(Transaction.CommitListener) - Method in interface com.storedobject.core.Transaction
Remove a commit listener for this transaction.
RemoveConsumption - Class in com.storedobject.ui.iot
 
RemoveConsumption() - Constructor for class com.storedobject.ui.iot.RemoveConsumption
 
removeContentType(String) - Method in class com.storedobject.ui.FileField
 
removed(Breadcrumbs.Breadcrumb) - Method in interface com.storedobject.vaadin.Breadcrumbs.BreadcrumbRemovalListener
This method will be invoked whenever the specific breadcrumb is removed.
removeData(AbstractDataProvider<?>) - Method in class com.storedobject.chart.SOChart
Remove extra data added via SOChart.addData(AbstractDataProvider).
removeData(DataProvider...) - Method in class com.storedobject.chart.RadarChart
Remove data from the chart.
removeData(TreeDataProvider...) - Method in class com.storedobject.chart.SunburstChart
Remove data from the chart.
removeData(TreeDataProvider...) - Method in class com.storedobject.chart.TreemapChart
Remove data from the chart.
removeData(Class<T>) - Method in class com.storedobject.vaadin.Application
Remove the data previously set in this application.
removeData(T) - Method in class com.storedobject.vaadin.Application
Remove the data previously set in this application.
removeField(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
Remove a field from the form.
removeField(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
Remove a field from the form.
removeField(String) - Method in class com.storedobject.vaadin.AbstractDataForm
Remove a field from the form.
removeField(String) - Method in class com.storedobject.vaadin.AbstractForm
Remove a field from the form.
removeField(String) - Method in class com.storedobject.vaadin.util.Data
Remove a field.
removeField(String...) - Method in class com.storedobject.vaadin.AbstractDataForm
Remove fields from the form.
removeField(String...) - Method in class com.storedobject.vaadin.AbstractForm
Remove fields from the form.
removeFormula() - Method in class com.storedobject.office.od.ods.Cell
 
removeHyperlink() - Method in class com.storedobject.office.od.ods.Cell
 
removeIcon() - Method in class com.storedobject.vaadin.Badge
Remove icon.
removeIf(Predicate<? super T>) - Method in class com.storedobject.core.MemoryCache
 
removeIf(Predicate<? super T>) - Method in class com.storedobject.core.ObjectCacheList
 
removeIf(Predicate<? super T>) - Method in class com.storedobject.vaadin.DataList
 
removeIf(Predicate<? super T>) - Method in class com.storedobject.vaadin.ListGrid
 
removeItems(Collection<T>) - Method in class com.storedobject.vaadin.ComboField
Remove items.
removeItems(Collection<T>) - Method in class com.storedobject.vaadin.ListField
Remove items.
removeItems(Stream<T>) - Method in class com.storedobject.vaadin.ComboField
Remove items.
removeItems(Stream<T>) - Method in class com.storedobject.vaadin.ListField
Remove items.
removeItems(T...) - Method in class com.storedobject.vaadin.ComboField
Remove items.
removeItems(T...) - Method in class com.storedobject.vaadin.ListField
Remove items.
removeItemSelectedListener(ItemSelectedListener<T>) - Method in interface com.storedobject.vaadin.HasColumns
Remove an "item selected listener" that was previously added to the grid.
removeLink(Id) - Method in class com.storedobject.core.StoredObject
Remove the link of a given object from this instance.
removeLink(Id, int) - Method in class com.storedobject.core.StoredObject
Remove the link of a given object from this instance.
removeLink(Id, String) - Method in class com.storedobject.core.StoredObject
Remove the link of a given object from this instance.
removeLink(StoredObject) - Method in class com.storedobject.core.StoredObject
Remove the link of a given object from this instance.
removeLink(StoredObject, int) - Method in class com.storedobject.core.StoredObject
Remove the link of a given object from this instance.
removeLink(StoredObject, Id) - Method in class com.storedobject.core.TransactionControl
 
removeLink(StoredObject, Id, int) - Method in class com.storedobject.core.TransactionControl
 
removeLink(StoredObject, StoredObject) - Method in class com.storedobject.core.TransactionControl
 
removeLink(StoredObject, StoredObject, int) - Method in class com.storedobject.core.TransactionControl
 
removeLink(StoredObject, String) - Method in class com.storedobject.core.StoredObject
Remove the link of a given object from this instance.
removeLink(Transaction, Id) - Method in class com.storedobject.core.StoredObject
Remove the link of a given object from this instance.
removeLink(Transaction, Id, int) - Method in class com.storedobject.core.StoredObject
Remove the link of a given object from this instance.
removeLink(Transaction, Id, String) - Method in class com.storedobject.core.StoredObject
Remove the link of a given object from this instance.
removeLink(Transaction, StoredObject) - Method in class com.storedobject.core.StoredObject
Remove the link of a given object from this instance.
removeLink(Transaction, StoredObject, int) - Method in class com.storedobject.core.StoredObject
Remove the link of a given object from this instance.
removeLink(Transaction, StoredObject, String) - Method in class com.storedobject.core.StoredObject
Remove the link of a given object from this instance.
removeListener(TransactionControl.CommitListener) - Method in class com.storedobject.core.TransactionControl
 
removeListener(MQTT.Listener) - Method in class com.storedobject.iot.MQTT
 
removeMergedRegion(int) - Method in class com.storedobject.office.od.ods.Sheet
 
removeMergedRegions(Collection<Integer>) - Method in class com.storedobject.office.od.ods.Sheet
 
removeName(Name) - Method in class com.storedobject.office.od.ods.Workbook
 
removeNulls(String[]) - Static method in class com.storedobject.common.StringUtility
Remove null values from the array of Strings.
removeObjectChangedListener(ObjectChangedListener<T>) - Method in class com.storedobject.ui.BaseObjectForest
 
removeObjectChangedListener(ObjectChangedListener<T>) - Method in class com.storedobject.ui.EditableObjectGrid
 
removeObjectChangedListener(ObjectChangedListener<T>) - Method in class com.storedobject.ui.ObjectEditor
 
removeObjectChangedListener(ObjectChangedListener<T>) - Method in class com.storedobject.ui.ObjectListGrid
 
removeObjectEditorListener(ObjectEditorListener) - Method in class com.storedobject.ui.ObjectEditor
 
removeParentImage() - Method in class com.storedobject.ui.ImageViewer
Remove the parent image.
removeParts(SOChart) - Method in class com.storedobject.chart.AbstractGanttChart
 
removeParts(SOChart) - Method in interface com.storedobject.chart.ComponentGroup
Remove parts of this group from SOChart.
removeParts(SOChart) - Method in class com.storedobject.chart.XRangeChart
 
removePrintArea(int) - Method in class com.storedobject.office.od.ods.Workbook
 
removeQueryParameter(String) - Method in class com.storedobject.vaadin.Application
Remove the query parameter value passed to this application.
removeQueryParameters() - Method in class com.storedobject.vaadin.Application
Remove all query parameter values passed to this application.
removeReverseLinks() - Method in class com.storedobject.core.StoredObject
Remove all reverse links of this instance.
removeReverseLinks(Transaction) - Method in class com.storedobject.core.StoredObject
Remove all reverse links of this instance.
removeRow(int) - Method in class com.storedobject.chart.DataMatrix
Remove data at the given index.
removeRow(Data...) - Method in class com.storedobject.chart.DataMatrix
Remove data rows.
removeRow(Row) - Method in class com.storedobject.office.od.ods.Sheet
 
removeRowBreak(int) - Method in class com.storedobject.office.od.ods.Sheet
 
removeSearchField(String) - Method in interface com.storedobject.core.ObjectSearchBuilder
 
removeSearchField(String) - Method in class com.storedobject.ui.ObjectFilter
 
removeSetNotAllowed(String) - Method in class com.storedobject.ui.ObjectEditor
Remove the "set not allowed" flag set via ObjectEditor.setSetNotAllowed(String).
removeSheetAt(int) - Method in class com.storedobject.office.od.ods.Workbook
 
removeTask(Runnable) - Static method in class com.storedobject.job.TaskExecutor
Removes a task from the list of scheduled tasks based on the provided runnable instance.
removeTheme(ThemeStyle...) - Method in interface com.storedobject.vaadin.HasBadgeStyle
Remove theme styles.
removeTheme(ThemeStyle...) - Method in interface com.storedobject.vaadin.HasThemeStyle
Remove theme styles.
removeToolbarButtons() - Method in class com.storedobject.ui.Application
Remove the alert and speaker buttons from the toolbar.
removeValidator(Predicate<T>) - Method in class com.storedobject.ui.ObjectEditor
 
renameAction(String) - Method in class com.storedobject.core.Memo
 
renameAction(String) - Method in class com.storedobjects.support.Issue
 
renameActionVerb(String) - Method in class com.storedobject.core.Memo
 
renameActionVerb(String) - Method in class com.storedobjects.support.Issue
 
renameCommentAction(String) - Method in class com.storedobject.core.Memo
 
renameCommentAction(String) - Method in class com.storedobjects.support.Issue
 
render(T) - Method in interface com.storedobject.vaadin.HasColumns
This method is invoked just before each row is rendered.
rendered() - Method in class com.storedobject.vaadin.HasColumns.SOGrid
Check whether the rendering is already done.
renderStart() - Method in class com.storedobject.chart.AbstractTask
Start used by renderers (Maybe different from the normal start).
renderStart() - Method in class com.storedobject.chart.ActivityList.Activity
Start used by renderers may be different from the normal start.
renderStart() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
Start used by renderers may be different from the normal start.
renderStart() - Method in class com.storedobject.chart.Project.Task
Start used by renderers may be different from the normal start.
renderStart() - Method in class com.storedobject.chart.Project.TaskGroup
Start used by renderers may be different from the normal start.
reopen(Transaction) - Method in class com.storedobject.core.Account
 
reopening() - Method in class com.storedobject.core.Memo
This is invoked just before the memo is reopened.
reopening() - Method in class com.storedobjects.support.Issue
 
reopenMemo(Transaction, String) - Method in class com.storedobject.core.MemoComment
 
replace(int) - Method in class com.storedobject.common.Fault
Replaces the code of the Fault with the given code and returns the updated Fault object.
replace(Id, StoredObject) - Method in class com.storedobject.core.PseudoTransaction
 
replace(Tab, Tab) - Method in class com.storedobject.vaadin.Tabs
Replace an old tab with a new one.
replace(String) - Method in class com.storedobject.common.Fault
Replaces the message of a Fault object.
replaceAll(UnaryOperator<T>) - Method in class com.storedobject.vaadin.DataList
 
replaceAll(UnaryOperator<T>) - Method in class com.storedobject.vaadin.ListGrid
 
replaceClickListener(ComponentEventListener<ClickEvent<Component>>, ComponentEventListener<ClickEvent<Component>>) - Method in class com.storedobject.vaadin.Alert
 
replaceClickListener(ComponentEventListener<ClickEvent<Component>>, ComponentEventListener<ClickEvent<Component>>) - Method in interface com.storedobject.vaadin.util.ClickNotifier
Replace a listener.
replaceOutside(String, CharSequence, CharSequence) - Static method in class com.storedobject.common.StringUtility
Replaces all occurrences of 'target' with 'replacement' outside the quoted portion (single or double quotes).
replaceWith(Transaction, FileData) - Method in class com.storedobject.core.FileData
Replace this version with another version.
replicate(String, int) - Static method in class com.storedobject.common.StringUtility
Replicate a String several times
report - Variable in class com.storedobject.ui.ObjectBrowser
 
report - Variable in class com.storedobject.ui.ObjectEditor
Button - Report.
report - Variable in class com.storedobject.ui.ObjectForestBrowser
 
report - Variable in class com.storedobject.ui.ObjectTreeBrowser
 
report(String) - Method in class com.storedobject.client.Client
Run a report and retrieve its output.
report(String, Map<String, Object>) - Method in class com.storedobject.client.Client
Run a report and retrieve its output.
ReportColumnDefinition - Class in com.storedobject.core
 
ReportColumnDefinition() - Constructor for class com.storedobject.core.ReportColumnDefinition
 
reportDefinition - Variable in class com.storedobject.report.ObjectList
 
reportDefinition - Variable in class com.storedobject.report.ObjectListExcel
 
ReportDefinition - Class in com.storedobject.core
 
ReportDefinition() - Constructor for class com.storedobject.core.ReportDefinition
 
ReportDefinitionEditor - Class in com.storedobject.ui.tools
 
ReportDefinitionEditor() - Constructor for class com.storedobject.ui.tools.ReportDefinitionEditor
 
ReportDefinitionEditor(String) - Constructor for class com.storedobject.ui.tools.ReportDefinitionEditor
 
reportDuplicateErrors() - Static method in class com.storedobject.iot.MQTT
 
ReportEditor<T> - Class in com.storedobject.ui.tools
 
ReportEditor(Class<T>) - Constructor for class com.storedobject.ui.tools.ReportEditor
 
ReportEditor(Class<T>, int) - Constructor for class com.storedobject.ui.tools.ReportEditor
 
ReportEditor(Class<T>, int, String) - Constructor for class com.storedobject.ui.tools.ReportEditor
 
ReportEditor(String) - Constructor for class com.storedobject.ui.tools.ReportEditor
 
ReportFormat - Class in com.storedobject.core
Report format determines various aspects of reports that are generated by the system.
ReportFormat() - Constructor for class com.storedobject.core.ReportFormat
Constructor.
reportingIteratorValue(T) - Method in class com.storedobject.office.ODT
 
reposition(Component, int, int) - Method in class com.storedobject.ui.ImageViewer
Re-position a component.
reposition(Element, int, int) - Method in class com.storedobject.ui.ImageViewer
Re-position an element.
request() - Method in class com.storedobject.common.SOAP
Send the request.
request(Transaction) - Method in class com.storedobject.core.MaterialRequest
 
requestCustomizer(Consumer<HttpRequest.Builder>) - Method in class com.storedobject.common.HTTP2.Builder
Adds a customizer for the HTTP request being built.
requestForDeletion(TransactionManager) - Static method in class com.storedobject.core.License
 
requestForIssuance(Transaction) - Method in class com.storedobject.core.MaterialRequest
 
requestForNew(TransactionManager) - Static method in class com.storedobject.core.License
 
requestForUpdate(TransactionManager) - Static method in class com.storedobject.core.License
 
requesting() - Method in class com.storedobject.common.SOAP
This method is invoked just before the request is sent to the server.
RequestMaterial - Class in com.storedobject.ui.inventory
 
RequestMaterial() - Constructor for class com.storedobject.ui.inventory.RequestMaterial
 
RequestMaterial(InventoryLocation) - Constructor for class com.storedobject.ui.inventory.RequestMaterial
 
RequestMaterial(InventoryLocation, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.RequestMaterial
 
RequestMaterial(Class<? extends InventoryItemType>, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.RequestMaterial
 
RequestMaterial(Class<? extends InventoryItemType>, InventoryLocation, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.RequestMaterial
 
RequestMaterial(String) - Constructor for class com.storedobject.ui.inventory.RequestMaterial
 
RequestTool - Class in com.storedobject.ui.inventory
 
RequestTool() - Constructor for class com.storedobject.ui.inventory.RequestTool
 
RequestTool(Person) - Constructor for class com.storedobject.ui.inventory.RequestTool
 
RequestTool(String) - Constructor for class com.storedobject.ui.inventory.RequestTool
 
requireCoordinateSystem() - Method in enum class com.storedobject.chart.ChartType
Check whether a coordinate system is required for this type or not.
required() - Element in annotation interface com.storedobject.core.annotation.Column
Check whether this field is required or not.
RequiredField - Interface in com.storedobject.vaadin
Custom interface to denote that value in a field is required or not.
RequiresApproval - Interface in com.storedobject.core
A marker interface to denote that a data class requires approval.
requiresInvoiceDate() - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
requiresPOST(ApplicationServer) - Method in interface com.storedobject.core.ParameterService
This checks whether this service requires POST method or not (means no GET method is allowed).
requiresPOST(ApplicationServer) - Method in class com.storedobject.mail.GMailRegistrationService
 
reserve(Transaction) - Method in class com.storedobject.core.MaterialRequest
 
reset() - Method in class com.storedobject.chart.DataChannel
Reset data.
reset() - Method in class com.storedobject.core.ObjectLoadFilter
Clear all values.
reset() - Static method in class com.storedobject.office.od.Office
 
reset() - Method in class com.storedobject.vaadin.RubikCube
Reset the cube.
resetAnchor() - Method in class com.storedobject.ui.ObjectBrowser
Reset the anchor values so that it will be asked again for the next add/search actions.
resetAnchor() - Method in class com.storedobject.ui.ObjectEditor
Reset the anchor values so that it will be asked again for the next add/search actions.
resetCache() - Method in class com.storedobject.core.FileFolder
 
resetEarliestStart(Project.ProjectTask) - Method in class com.storedobject.chart.Project
Reset the earliest start set via one of the "setEarliestStart" methods so that the constraint is no more applicable.
resetFont() - Method in class com.storedobject.pdf.PDF.Text
Resets the font to the default.
resetPassword() - Method in class com.storedobject.core.SystemUser
 
resetPassword(StoredObject) - Method in interface com.storedobject.core.Authenticator
Reset the password to the initial default password.
resetPassword(StoredObject) - Method in interface com.storedobject.core.FallbackAuthenticator
 
resetPassword(String, String, String) - Method in class com.storedobject.core.Database
Reset the password of the user, given the security password.
resetPassword(String, String, String) - Method in class com.storedobject.database.postgres.Database
 
ResetPassword - Class in com.storedobject.ui.tools
 
ResetPassword() - Constructor for class com.storedobject.ui.tools.ResetPassword
 
resetPIN() - Method in class com.storedobject.core.PIN
 
resetSearch() - Method in interface com.storedobject.core.ObjectSearcher
 
resetSearch() - Method in interface com.storedobject.ui.ObjectGridData
 
resizeContent() - Method in class com.storedobject.vaadin.ApplicationFrame
 
resizeContent() - Method in interface com.storedobject.vaadin.ApplicationLayout
Resize the "content" portion of the "layout" to the desired size.
resized(int, int) - Method in interface com.storedobject.vaadin.ResizedListener
Invoked whenever there is a change in the size.
ResizedListener - Interface in com.storedobject.vaadin
An interface to monitor resizing of the browser page of the Application or its content.
resource() - Method in record class com.storedobject.ui.iot.Consumption4Unit
Returns the value of the resource record component.
Resource - Class in com.storedobject.iot
 
Resource() - Constructor for class com.storedobject.iot.Resource
 
ResourcedComponent - Interface in com.storedobject.vaadin
A component that requires a resource.
ResourceDisposal - Class in com.storedobject.common
Resource disposal class.
ResourceDisposal() - Constructor for class com.storedobject.common.ResourceDisposal
 
ResourceHolder - Class in com.storedobject.common
An implementation of a simple ResourceOwner.
Usage note: A reference to the instance of this class must be kept inside the class where the instance is used.
ResourceHolder() - Constructor for class com.storedobject.common.ResourceHolder
Constructor.
ResourceOwner - Interface in com.storedobject.common
Defines an object that owns an auto-closeable resource.
ResourceSupport - Class in com.storedobject.vaadin
A class to support resource handling.
ResourceSupport(ResourcedComponent) - Constructor for class com.storedobject.vaadin.ResourceSupport
Constructor.
responded() - Method in class com.storedobject.tools.AbstractJSONService
 
responded() - Method in class com.storedobject.tools.JSONService
 
responded() - Method in class com.storedobject.tools.JSONServiceWS
 
response() - Method in class com.storedobject.common.HTTP2.Builder
Retrieves the HTTP response as an HttpResponse containing the InputStream.
restart() - Static method in class com.storedobject.job.Scheduler
 
restore(Transaction) - Method in class com.storedobject.core.FileData
Restore the previous version of this.
Restore() - Constructor for class com.storedobject.chart.Toolbox.Restore
Constructor.
restoreDatabase(String, String) - Static method in class com.storedobject.core.RawSQL
Restore data to a given database.
RestrictedSystemUserBrowser - Class in com.storedobject.ui.common
 
RestrictedSystemUserBrowser() - Constructor for class com.storedobject.ui.common.RestrictedSystemUserBrowser
 
RestrictedSystemUserBrowser(String) - Constructor for class com.storedobject.ui.common.RestrictedSystemUserBrowser
 
resurrect(Money, InventoryLocation) - Method in class com.storedobject.core.InventoryItem
Resurrect an item so that the same P/N and S/N can be used again.
retainAll(Collection<?>) - Method in class com.storedobject.common.Array
 
retainAll(Collection<?>) - Method in class com.storedobject.common.StringList
 
retainAll(Collection<?>) - Method in class com.storedobject.core.MemoryCache
 
retainAll(Collection<?>) - Method in class com.storedobject.core.ObjectCacheList
 
retainAll(Collection<?>) - Method in class com.storedobject.vaadin.DataList
 
retainAll(Collection<?>) - Method in class com.storedobject.vaadin.ListGrid
 
retrieveObject(Class<O>, Object) - Static method in class com.storedobject.core.StoredObjectUtility
Retrieve an instance of the StoredObject from the value provided.
returnedFrom(View) - Method in class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
returnedFrom(View) - Method in interface com.storedobject.vaadin.ExecutableView
This method is invoked whenever this view is automatically selected because its parent was closed.
returnedFrom(View) - Method in class com.storedobject.vaadin.WrappedView
 
returning(MemoComment) - Method in class com.storedobject.core.Memo
This is invoked just before the memo is returned.
returning(MemoComment) - Method in class com.storedobjects.support.Issue
 
ReturnMaterial<M,L> - Class in com.storedobject.ui.inventory
 
ReturnMaterial() - Constructor for class com.storedobject.ui.inventory.ReturnMaterial
 
ReturnMaterial(InventoryLocation) - Constructor for class com.storedobject.ui.inventory.ReturnMaterial
 
ReturnMaterial(InventoryLocation, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.ReturnMaterial
 
ReturnMaterial(Class<M>, Class<L>) - Constructor for class com.storedobject.ui.inventory.ReturnMaterial
 
ReturnMaterial(Class<M>, Class<L>, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.ReturnMaterial
 
ReturnMaterial(Class<M>, Class<L>, InventoryLocation, InventoryLocation) - Constructor for class com.storedobject.ui.inventory.ReturnMaterial
 
ReturnMaterial(Class<M>, Class<L>, String) - Constructor for class com.storedobject.ui.inventory.ReturnMaterial
 
ReturnMaterial(String) - Constructor for class com.storedobject.ui.inventory.ReturnMaterial
 
returnMemo(Transaction, String) - Method in class com.storedobject.core.MemoComment
 
returnMemoToInitiator(Transaction, String) - Method in class com.storedobject.core.MemoComment
 
ReturnTool - Class in com.storedobject.ui.inventory
 
ReturnTool() - Constructor for class com.storedobject.ui.inventory.ReturnTool
 
ReturnTool(Person) - Constructor for class com.storedobject.ui.inventory.ReturnTool
 
ReturnTool(String) - Constructor for class com.storedobject.ui.inventory.ReturnTool
 
reverse() - Method in class com.storedobject.core.CurrencyRate
 
reverse() - Method in class com.storedobject.core.ExchangeRate
 
reverse() - Method in class com.storedobject.core.Rate
 
reverse(InventoryItem, String) - Method in class com.storedobject.core.InventoryTransaction
Reverse a previous movement of an item.
reverseStatus() - Method in interface com.storedobject.common.ComputedValue
 
rfc5987Encode(String) - Static method in class com.storedobject.ui.util.DownloadStream
Encodes the given string to UTF-8 value-chars as defined in RFC5987 for use in e.g.
RichTextStyle - Class in com.storedobject.chart
When styling any text using TextStyle, parts of the text can be separately styled.
RichTextStyle() - Constructor for class com.storedobject.chart.RichTextStyle
 
right() - Method in class com.storedobject.chart.Chart.LabelPosition
Set the label position to the right side.
RIGHT - Static variable in class com.storedobject.pdf.PDFRectangle
Represents right side.
rightClicked(Component) - Method in interface com.storedobject.vaadin.ClickHandler
This method is invoked from ClickHandler.clicked(ClickEvent) when right-clicked.
rightToLeft() - Method in class com.storedobject.chart.Orientation
Right-to-left orientation.
Ring - Class in com.storedobject.chart
A ring shape (donut shape) that can be added to SOChart.
Ring(Number, Number) - Constructor for class com.storedobject.chart.Ring
Constructor.
RO - Enum constant in enum class com.storedobject.chart.Language
Romanian
ROLL_IN - Enum constant in enum class com.storedobject.ui.Animation
 
ROLL_OUT - Enum constant in enum class com.storedobject.ui.Animation
 
rollback() - Method in class com.storedobject.core.DBTransaction
Rollback the transaction.
rollback() - Method in class com.storedobject.core.PseudoTransaction
 
rollback() - Method in class com.storedobject.core.RawSQL
 
rollback() - Method in interface com.storedobject.core.Transaction
Rollback the transaction.
rollback() - Method in class com.storedobject.core.TransactionControl
 
rollback(Exception) - Method in class com.storedobject.core.TransactionControl
 
rollback(String) - Method in class com.storedobject.core.TransactionControl
 
rolledback(Transaction) - Method in interface com.storedobject.core.Transaction.CommitListener
Will be invoked after the transaction is rolled back.
rolledback(TransactionControl) - Method in interface com.storedobject.core.TransactionControl.CommitListener
 
rotate() - Method in class com.storedobject.pdf.PDFRectangle
Create a rotated instance.
rotate(double) - Method in class com.storedobject.common.SVG
Rotate.
rotate(double, double, double) - Method in class com.storedobject.common.SVG
Rotate.
ROTATE_IN - Enum constant in enum class com.storedobject.ui.Animation
 
ROTATE_IN_DOWN_LEFT - Enum constant in enum class com.storedobject.ui.Animation
 
ROTATE_IN_DOWN_RIGHT - Enum constant in enum class com.storedobject.ui.Animation
 
ROTATE_IN_UP_LEFT - Enum constant in enum class com.storedobject.ui.Animation
 
ROTATE_IN_UP_RIGHT - Enum constant in enum class com.storedobject.ui.Animation
 
ROTATE_OUT - Enum constant in enum class com.storedobject.ui.Animation
 
ROTATE_OUT_DOWN_LEFT - Enum constant in enum class com.storedobject.ui.Animation
 
ROTATE_OUT_DOWN_RIGHT - Enum constant in enum class com.storedobject.ui.Animation
 
ROTATE_OUT_UP_LEFT - Enum constant in enum class com.storedobject.ui.Animation
 
ROTATE_OUT_UP_RIGHT - Enum constant in enum class com.storedobject.ui.Animation
 
round() - Method in class com.storedobject.core.Money
Round the amount to the lower/upper value.
round(int) - Method in class com.storedobject.core.Quantity
Round the quantity to the specified number of decimals.
round(Money) - Method in class com.storedobject.core.TaxMethod
 
ROUND_RECTANGLE - Enum constant in enum class com.storedobject.chart.PointSymbolType
Rounded rectangle.
roundCap(boolean) - Method in class com.storedobject.chart.GaugeChart.AxisLine
Set whether to set rounded end for the axis line of the Gauge chart.
roundDown() - Method in class com.storedobject.core.Money
Round the amount to the lower value.
roundUp() - Method in class com.storedobject.core.Money
Round the amount to the upper value.
row - Variable in class com.storedobject.report.ObjectList
 
row - Variable in class com.storedobject.report.ObjectListExcel
 
Row - Class in com.storedobject.office.od.ods
 
rowAdded(T) - Method in class com.storedobject.ui.ObjectTable
This method is invoked just after an object-row is added.
rowCount(String, String) - Static method in class com.storedobject.core.ApplicationServer
Get the row count of a raw table.
rowDoubleClicked(T) - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
rowDoubleClicked(T) - Method in class com.storedobject.ui.ObjectBrowser
 
rowIterator() - Method in class com.storedobject.office.od.ods.Sheet
 
rowPrinted(T) - Method in class com.storedobject.ui.ObjectGridReport
This method is invoked after a row is printed so that any extra printing or computation can be done here.
RSS_14 - Enum constant in enum class com.storedobject.common.Barcode.Format
RSS 14
RSS_EXPANDED - Enum constant in enum class com.storedobject.common.Barcode.Format
RSS EXPANDED
RU - Enum constant in enum class com.storedobject.chart.Language
Russian
RUBBER_BAND - Enum constant in enum class com.storedobject.ui.Animation
 
RubikCube - Class in com.storedobject.vaadin
Rubik's Cube (created by wrapping Scarygami's @scarygami/scary-cube).
RubikCube() - Constructor for class com.storedobject.vaadin.RubikCube
Constructor.
Ruby - Enum constant in enum class com.storedobject.common.Script.Language
 
run() - Method in interface com.storedobject.common.Action
 
run() - Method in interface com.storedobject.common.Executable
The default implementation of of this method invokes Executable.execute().
run() - Method in class com.storedobject.common.StringCollector
Executes the main logic for collecting input data from the provided BufferedReader.
run() - Method in interface com.storedobject.ui.Transactional
 
run() - Method in class com.storedobject.ui.util.ContentGenerator
 
run() - Method in interface com.storedobject.vaadin.ExecutableView
Default implementation is to invoke ExecutableView.execute().
runMode() - Static method in class com.storedobject.core.ApplicationServer
 
RUNNING - Static variable in class com.storedobject.core.RawSQL
 
RunningLogic - Interface in com.storedobject.core
 

S

sale(InventoryItem, Quantity, String, Entity) - Method in class com.storedobject.core.InventoryTransaction
Sell items.
Sale - Class in com.storedobject.ui.inventory
 
Sale() - Constructor for class com.storedobject.ui.inventory.Sale
 
Sale(InventoryLocation) - Constructor for class com.storedobject.ui.inventory.Sale
 
Sale(String) - Constructor for class com.storedobject.ui.inventory.Sale
 
SaleType - Class in com.storedobject.core
 
SaleType() - Constructor for class com.storedobject.core.SaleType
 
Salutation() - Constructor for class com.storedobject.ui.tools.ManageSalutation.Salutation
 
same(CharSequence, CharSequence) - Static method in class com.storedobject.common.StringUtility
 
same(Integer, Integer) - Method in class com.storedobject.common.IntegerRange
 
same(Long, Long) - Method in class com.storedobject.common.LongRange
 
same(Date, Date) - Method in class com.storedobject.core.DatePeriod
 
same(Time, Time) - Method in class com.storedobject.core.TimePeriod
 
same(Timestamp, Timestamp) - Method in class com.storedobject.core.TimestampPeriod
 
same(T, T) - Method in class com.storedobject.common.Range
 
sameContent(TransactionManager, StoredObject, StoredObject) - Static method in class com.storedobject.core.StoredObjectUtility
 
Sankey - Enum constant in enum class com.storedobject.chart.ChartType
Sankey.
SankeyChart - Class in com.storedobject.chart
Sankey chart.
SankeyChart(SankeyDataProvider) - Constructor for class com.storedobject.chart.SankeyChart
Create a tree chart of the set of provided data.
SankeyChart.Edge - Class in com.storedobject.chart
Class that defines an edge between 2 Sankey nodes.
SankeyChart.Node - Class in com.storedobject.chart
Sankey data node class.
SankeyData - Class in com.storedobject.chart
A concrete implementation of SankeyDataProvider as an ArrayList of Nodes.
SankeyData(SankeyChart.Node...) - Constructor for class com.storedobject.chart.SankeyData
Constructor.
SankeyDataProvider - Interface in com.storedobject.chart
Data provider interface for the SankeyChart.
sans_serif() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "sans-serif".
save - Variable in class com.storedobject.ui.ObjectBrowser
 
save - Variable in class com.storedobject.ui.ObjectEditor
Button - Save.
save - Variable in class com.storedobject.vaadin.DataEditor
The "save" button.
save() - Method in class com.storedobject.core.InventoryTransaction
Save the current entries by creating necessary internal transaction.
save() - Method in class com.storedobject.core.StoredObject
Save an instance to the database.
save() - Method in class com.storedobject.ui.common.AbstractTextContentEditor
 
save() - Method in class com.storedobject.ui.ListEditor
Save the currently accumulated changes.
save() - Method in class com.storedobject.ui.ObjectEditor
Save the current instance to the database.
save() - Method in class com.storedobject.ui.ObjectListEditor
Save the currently accumulated changes to the database.
save() - Method in class com.storedobject.ui.tools.JavaClassEditor
 
save() - Method in class com.storedobject.ui.tools.LoginNameField
 
save() - Method in class com.storedobject.vaadin.DataEditor
This method is invoked to carry out the "save".
save(StoredObject) - Method in class com.storedobject.core.TransactionControl
 
save(Transaction) - Method in class com.storedobject.core.InventoryTransaction
Save the current entries using the transaction that is provided.
save(Transaction) - Method in class com.storedobject.core.StoredObject
Save an instance to the database.
save(Transaction) - Method in interface com.storedobject.core.StoredObjectLink
 
save(Transaction) - Method in class com.storedobject.ui.ObjectEditor
Save the current instance to the database.
save(Transaction) - Method in class com.storedobject.ui.ObjectListEditor
Save the currently accumulated changes to the database.
save(TransactionControl) - Method in class com.storedobject.core.StoredObject
Save an instance to the database.
save(Transaction, String, SystemUser) - Method in class com.storedobject.core.Memo
 
save(OutputStream) - Method in class com.storedobject.office.AbstractSpreadSheet
 
save(Writer) - Method in class com.storedobject.core.StoredObject
Save a stringified version of this instance to a Writer.
save(String) - Method in class com.storedobject.office.AbstractSpreadSheet
 
save(Map<String, Object>) - Method in class com.storedobject.core.StoredObject
Save this instance to a map.
save(Map<String, Object>, boolean) - Method in class com.storedobject.core.StoredObject
Save this instance to a map.
save(Map<String, Object>, boolean, boolean) - Method in class com.storedobject.core.StoredObject
Save this instance to a map.
save(Map<String, Object>, StringList) - Method in class com.storedobject.core.StoredObject
Save this instance to a map.
save(Map<String, Object>, StringList, boolean, boolean) - Method in class com.storedobject.core.StoredObject
Save this instance to a map.
save(Map<String, Object>, StringList, String) - Method in class com.storedobject.core.StoredObject
Save this instance to a map.
save(Map<String, Object>, StringList, String, boolean, boolean) - Method in class com.storedobject.core.StoredObject
Save this instance to a map.
save(Map<String, Object>, String) - Method in class com.storedobject.core.StoredObject
Save this instance to a map.
save(Map<String, Object>, String, boolean) - Method in class com.storedobject.core.StoredObject
Save this instance to a map.
save(Map<String, Object>, String, boolean, boolean) - Method in class com.storedobject.core.StoredObject
Save this instance to a map.
saveAll - Variable in class com.storedobject.ui.ListEditor
"Save All" button.
saveAll - Variable in class com.storedobject.ui.ObjectListEditor
"Save All" button.
saveAsAuditor(Transaction) - Method in class com.storedobject.core.SystemUser
 
saveAsExternalUser(Transaction) - Method in class com.storedobject.core.SystemUser
 
saveAsProcessUser(Transaction) - Method in class com.storedobject.core.SystemUser
 
saveAsUnposted(TransactionManager) - Method in class com.storedobject.core.JournalVoucher
Save this JV as an unposted journal.
saveBlockText() - Method in class com.storedobject.ui.tools.ObjectBlockEditor
 
saveCompleted() - Method in class com.storedobject.ui.ObjectListEditor
This method is invoked after the changes are completely saved to the database.
saved() - Method in class com.storedobject.accounts.AccountConfiguration
 
saved() - Method in class com.storedobject.accounts.Invoice
 
saved() - Method in class com.storedobject.core.AccountChart
 
saved() - Method in class com.storedobject.core.DeviceLayout
 
saved() - Method in class com.storedobject.core.PurchaseType
 
saved() - Method in class com.storedobject.core.SaleType
 
saved() - Method in class com.storedobject.core.ServerInformation
 
saved() - Method in class com.storedobject.core.StoredObject
This method is invoked whenever an instance is saved/deleted/resurrected.
saved() - Method in class com.storedobject.core.TaxMethod
 
saved() - Method in class com.storedobject.core.TaxRate
 
saved() - Method in class com.storedobject.core.TaxRegion
 
saved() - Method in class com.storedobject.core.TaxType
 
saved() - Method in class com.storedobject.core.UIFieldMetadata
 
saved() - Method in class com.storedobject.core.UIMetadata
 
saved() - Method in class com.storedobject.iot.Block
This method is invoked when the current instance is successfully saved.
saved() - Method in class com.storedobject.iot.ControlSchedule
 
saved() - Method in class com.storedobject.iot.CustomMessageLogic
 
saved() - Method in class com.storedobject.iot.Site
This method is triggered after the object is saved to the storage.
saved() - Method in class com.storedobject.iot.Unit
 
saved() - Method in class com.storedobject.iot.UnitDefinition
 
saved() - Method in class com.storedobject.iot.UnitType
 
saved() - Method in class com.storedobject.iot.ValueStyle
 
saved() - Method in class com.storedobjects.support.Organization
 
saved() - Method in class com.storedobjects.support.Product
 
saved() - Method in class com.storedobjects.support.SupportPerson
 
saved(BrowserDeviceLayout) - Method in class com.storedobject.ui.common.BrowserDeviceLayoutEditor
 
saved(MediaFile) - Method in class com.storedobject.ui.common.MediaFileEditor
 
saved(TextContent) - Method in class com.storedobject.ui.common.TextContentEditor
 
saved(Transaction, T) - Method in class com.storedobject.ui.ObjectListEditor
This is invoked when an instance is saved.
saved(T) - Method in interface com.storedobject.ui.ObjectChangedListener
Fired when an object is saved.
saved(T) - Method in class com.storedobject.ui.ObjectEditorRefresher
Refreshes the editor by invoking editor's reload() method whenever object is saved.
savedAll() - Method in class com.storedobject.ui.EditableListProvider
This method should be called to reset the status of all rows after all changes are saved.
savedAll() - Method in class com.storedobject.ui.EditableObjectListProvider
This method should be called to reset the status of all rows after all changes are saved.
savedAll() - Method in interface com.storedobject.ui.EditableProvider
 
savedAll() - Method in class com.storedobject.ui.ReferenceLinkListProvider
This method should be called to reset the status of all rows after all changes are saved.
saveEdited() - Method in class com.storedobject.ui.EditableGrid
Save the currently editing item.
saveEdited() - Method in class com.storedobject.ui.EditableObjectGrid
 
saveEditedRow() - Method in class com.storedobject.ui.ObjectBrowser
 
saveInFolder(Transaction, String) - Method in class com.storedobject.core.FileData
 
saveKeyForTOTP(TransactionManager, byte[]) - Method in class com.storedobject.core.SystemUser
 
saveObject(Transaction, JournalVoucher) - Method in class com.storedobject.ui.accounts.JournalVoucherEditor
 
saveObject(Transaction, I) - Method in class com.storedobject.ui.accounts.BaseSupplierInvoiceEditor
 
saveObject(Transaction, M) - Method in class com.storedobject.ui.common.MemoSystem.MemoEditor
 
saveObject(Transaction, T) - Method in class com.storedobject.ui.inventory.POEditor
 
saveObject(Transaction, T) - Method in class com.storedobject.ui.ObjectEditor
Save the given object.
saveObjects(int) - Method in class com.storedobject.ui.common.ExcelDataUpload
Save all objects at the given index in the 'data'.
savePicture(MediaCapture.DataReceiver) - Method in class com.storedobject.vaadin.VideoCapture
Take snap-shot from the video stream, show that picture on the already attached image component and also, save the picture via a "data receiver".
savePicture(Image, MediaCapture.DataReceiver) - Method in class com.storedobject.vaadin.VideoCapture
Take snap-shot from the video stream, show that picture on the given image component and also, save the picture via a "data receiver".
savePosition(Transaction, int, int, Unit) - Method in class com.storedobject.iot.ValueDefinition
 
savePosition(Object, int, int) - Method in class com.storedobject.ui.ImageViewer
Save the position.
savePosition(Object, int, int) - Method in class com.storedobject.ui.iot.SiteView
 
saveTo(FileData, Transaction) - Method in interface com.storedobject.core.ContentProducer
 
saveTo(FileData, TransactionManager) - Method in interface com.storedobject.core.ContentProducer
 
saveTo(OutputStream) - Method in class com.storedobject.common.HTTP
Save the response directly to an output stream.
saveTo(String, Transaction) - Method in interface com.storedobject.core.ContentProducer
 
saveTo(String, TransactionManager) - Method in interface com.storedobject.core.ContentProducer
 
saveValues() - Method in class com.storedobject.vaadin.util.Data
Save all the field values to the bean.
saving() - Method in class com.storedobject.core.StoredObject
Is this instance currently being saved to the database?
savingExtraInfo(StoredObject) - Method in class com.storedobject.ui.ObjectEditor
This is invoked when an existing "Extra Information" instance is being saved.
savingExtraInfo(T, StoredObject) - Method in class com.storedobject.ui.ObjectBrowser
This is invoked when an existing "Extra Information" instance is being saved.
savingGRNExtraInfo(InventoryGRN, StoredObject) - Method in interface com.storedobject.ui.inventory.ProducesGRN
This is invoked when an existing "Extra Information" instance is being saved.
scale(double, double) - Method in class com.storedobject.common.SVG
Scale.
scaleAbsolute(float, float) - Method in class com.storedobject.pdf.PDFImage
 
scaleAbsoluteHeight(float) - Method in class com.storedobject.pdf.PDFImage
 
scaleAbsoluteWidth(float) - Method in class com.storedobject.pdf.PDFImage
 
scalePercent(float) - Method in class com.storedobject.pdf.PDFImage
 
scalePercent(float, float) - Method in class com.storedobject.pdf.PDFImage
 
scaleToFit(float, float) - Method in class com.storedobject.pdf.PDFImage
 
Scatter - Enum constant in enum class com.storedobject.chart.ChartType
Scatter.
ScatterChart - Class in com.storedobject.chart
Scatter chart.
ScatterChart() - Constructor for class com.storedobject.chart.ScatterChart
Constructor.
ScatterChart(AbstractDataProvider<?>, AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.ScatterChart
Constructor.
Schedule - Class in com.storedobject.job
 
Schedule() - Constructor for class com.storedobject.job.Schedule
 
Scheduler - Class in com.storedobject.job
 
SchedulerLogViewer - Class in com.storedobject.ui.tools
 
SchedulerLogViewer() - Constructor for class com.storedobject.ui.tools.SchedulerLogViewer
 
SchedulerServlet - Class in com.storedobject.job
Servlet class for checking te status of SO Scheduler Service and for handling parameter services.
SchedulerServlet() - Constructor for class com.storedobject.job.SchedulerServlet
 
schemaExists(String) - Method in class com.storedobject.core.Database
 
scrap(InventoryItem, Quantity, String) - Method in class com.storedobject.core.InventoryTransaction
Scrap an item.
scrap(InventoryItem, String) - Method in class com.storedobject.core.InventoryTransaction
Scrap an item.
Script - Class in com.storedobject.common
A simple wrapper class to execute scripting languages from Java.
Script() - Constructor for class com.storedobject.common.Script
Constructor.
Script(Script.Language) - Constructor for class com.storedobject.common.Script
Constructor.
Script(Script.Language, String) - Constructor for class com.storedobject.common.Script
Constructor.
Script(String) - Constructor for class com.storedobject.common.Script
Constructor.
Script.Language - Enum Class in com.storedobject.common
Supported languages.
Scrollable - Class in com.storedobject.vaadin
Make any Vaadin component scrollable.
Scrollable(Component) - Constructor for class com.storedobject.vaadin.Scrollable
Constructor.
Scrollable(Component, boolean) - Constructor for class com.storedobject.vaadin.Scrollable
Constructor.
scrollTo(T) - Method in class com.storedobject.ui.AbstractObjectForest
 
scrollTo(T) - Method in class com.storedobject.ui.DataTreeGrid
Scroll to a given item.
scrollTo(T) - Method in interface com.storedobject.ui.ObjectGridData
 
scrollTo(T) - Method in class com.storedobject.ui.ObjectLinkField
 
search - Variable in class com.storedobject.ui.ObjectBrowser
 
search - Variable in class com.storedobject.ui.ObjectEditor
Button - Search.
search() - Method in class com.storedobject.ui.ObjectGrid
 
search(ObjectSetter<T>) - Method in interface com.storedobject.ui.ObjectGridData
 
search(SystemEntity, ObjectSetter<T>) - Method in interface com.storedobject.core.ObjectSearcher
 
search(SystemEntity, ObjectSetter<T>) - Method in interface com.storedobject.ui.ObjectGridData
 
search(SystemEntity, ObjectSetter<T>, String) - Method in interface com.storedobject.core.ObjectSearcher
 
search(SystemEntity, ObjectSetter<T>, String) - Method in interface com.storedobject.ui.ObjectGridData
 
search(String) - Method in interface com.storedobject.common.ContentSearch
 
SEARCH - Enum constant in enum class com.storedobject.ui.ObjectField.Type
Search type.
SEARCH - Static variable in class com.storedobject.core.EditorAction
 
SearchBuilder<T> - Interface in com.storedobject.ui
 
searchColumns() - Static method in class com.storedobject.accounts.CustomerInvoice
 
searchColumns() - Static method in class com.storedobject.accounts.SupplierInvoice
 
searchColumns() - Static method in class com.storedobject.core.Account
 
searchColumns() - Static method in class com.storedobject.core.AuditTrailConfiguration
 
searchColumns() - Static method in class com.storedobject.core.CurrencyRate
 
searchColumns() - Static method in class com.storedobject.core.Entity
 
searchColumns() - Static method in class com.storedobject.core.EntityRole
 
searchColumns() - Static method in class com.storedobject.core.FileFolder
 
searchColumns() - Static method in class com.storedobject.core.InventoryAssembly
 
searchColumns() - Static method in class com.storedobject.core.InventoryBin
 
searchColumns() - Static method in class com.storedobject.core.InventoryFitmentPosition
 
searchColumns() - Static method in class com.storedobject.core.InventoryGRN
 
searchColumns() - Static method in class com.storedobject.core.InventoryItem
 
searchColumns() - Static method in class com.storedobject.core.InventoryItemType
 
searchColumns() - Static method in class com.storedobject.core.InventoryPO
 
searchColumns() - Static method in class com.storedobject.core.InventoryStoreBin
 
searchColumns() - Static method in class com.storedobject.core.InventoryTransfer
 
searchColumns() - Static method in class com.storedobject.core.JavaClass
 
searchColumns() - Static method in class com.storedobject.core.Logic
 
searchColumns() - Static method in class com.storedobject.core.LogicGroup
 
searchColumns() - Static method in class com.storedobject.core.MaterialIssued
 
searchColumns() - Static method in class com.storedobject.core.MaterialRequest
 
searchColumns() - Static method in class com.storedobject.core.PseudoTran
 
searchColumns() - Static method in class com.storedobject.core.ServerInformation
 
searchColumns() - Static method in class com.storedobject.core.SystemUser
 
searchColumns() - Static method in class com.storedobject.core.UIMetadata
 
searchColumns() - Static method in class com.storedobject.iot.Block
Retrieves a list of column names relevant to the search functionality.
searchColumns() - Static method in class com.storedobject.iot.ControlSchedule
 
searchColumns() - Static method in class com.storedobject.iot.ValueDefinition
 
searchColumns() - Static method in class com.storedobject.tools.TableDefinition
 
searchColumns(Class<? extends StoredObject>) - Static method in class com.storedobject.core.StoredObjectUtility
 
SearchField - Class in com.storedobject.vaadin
A text field that can be used for triggering search action.
SearchField(String, String, Consumer<String>) - Constructor for class com.storedobject.vaadin.SearchField
Constructor.
SearchField(String, Consumer<String>) - Constructor for class com.storedobject.vaadin.SearchField
Constructor.
SearchField(Consumer<String>) - Constructor for class com.storedobject.vaadin.SearchField
Constructor.
searchNext(String, Object) - Method in interface com.storedobject.common.ContentSearch
 
SECONDS - Enum constant in enum class com.storedobject.ui.TimeResolution
 
SecondsField - Class in com.storedobject.ui
 
SecondsField() - Constructor for class com.storedobject.ui.SecondsField
 
SecondsField(String) - Constructor for class com.storedobject.ui.SecondsField
 
SecondsField(String, Integer) - Constructor for class com.storedobject.ui.SecondsField
 
SecondsValueConverter - Class in com.storedobject.core.converter
 
Secret - Class in com.storedobject.core
Cipher keys used for encryption/decryption.
Secret() - Constructor for class com.storedobject.core.Secret
 
Secret.MasterKeyProvider - Interface in com.storedobject.core
Definition of the Master Key supplier.
Sector - Class in com.storedobject.chart
Defines a sector shape that can be added to SOChart.
Sector(Number, Number, Number) - Constructor for class com.storedobject.chart.Sector
Constructor.
Sector(Number, Number, Number, boolean) - Constructor for class com.storedobject.chart.Sector
Constructor.
securityLogin() - Method in class com.storedobject.core.Database
THe name of the security superuser of the database.
seek(long) - Method in class com.storedobject.office.od.ODInputStream
 
select() - Method in class com.storedobject.vaadin.View
Select this as the active view of the application.
select(Iterable<T>) - Method in interface com.storedobject.vaadin.HasColumns
Select rows.
select(String[]) - Static method in class com.storedobject.core.ConsoleMenu
 
select(String[], String) - Static method in class com.storedobject.core.ConsoleMenu
 
select(String, String[]) - Static method in class com.storedobject.core.ConsoleMenu
 
select(String, String[], String) - Static method in class com.storedobject.core.ConsoleMenu
 
select(BiFunction<? super O, ? super O, O>) - Method in class com.storedobject.core.ObjectIterator
Select an object based on the given bi-function (to compare with other entries).
select(Iterator<T>) - Method in interface com.storedobject.vaadin.HasColumns
Select rows.
select(T) - Method in interface com.storedobject.ui.LinkGrid
 
select(T) - Method in interface com.storedobject.ui.ObjectGridData
 
SELECT - Static variable in class com.storedobject.core.EditorAction
 
selectAll() - Method in class com.storedobject.vaadin.TokensField
Select all items.
selectBlock(Consumer<Block>) - Method in class com.storedobject.ui.iot.GUI
Selects a block and performs an action defined by the provided Consumer.
selectChildren(Object, boolean) - Method in class com.storedobject.ui.AbstractObjectForest
Select all children of the parent item.
selectChildren(T, boolean) - Method in class com.storedobject.ui.ObjectTree
Select all children of the parent item.
SelectData - Class in com.storedobject.ui.iot
 
SelectData(String, Block) - Constructor for class com.storedobject.ui.iot.SelectData
 
selected() - Method in class com.storedobject.ui.BaseObjectForest
 
selected() - Method in class com.storedobject.ui.DataGrid
Get the currently selected instance.
selected() - Method in class com.storedobject.ui.DetailLinkGrid
 
selected() - Method in interface com.storedobject.ui.LinkGrid
 
selected() - Method in class com.storedobject.ui.ObjectBrowser
 
selected() - Method in class com.storedobject.ui.ObjectForest
 
selected() - Method in class com.storedobject.ui.ObjectListEditor
 
selected(Editor<T>) - Method in class com.storedobject.ui.DataGrid
 
SelectedChangeEvent(Tabs, Tab, boolean) - Constructor for class com.storedobject.vaadin.Tabs.SelectedChangeEvent
Constructor.
selectFrontCamera() - Method in class com.storedobject.vaadin.VideoCapture
Select the front camera if possible.
SelectGrid<T> - Class in com.storedobject.vaadin
A grid to be shown in a window with "Proceed/Cancel" buttons to select an entry.
SelectGrid(Class<T>, List<T>) - Constructor for class com.storedobject.vaadin.SelectGrid
Constructor.
SelectGrid(Class<T>, List<T>, Iterable<String>) - Constructor for class com.storedobject.vaadin.SelectGrid
Constructor.
SelectGrid(Class<T>, List<T>, Iterable<String>, Consumer<T>) - Constructor for class com.storedobject.vaadin.SelectGrid
Constructor.
SelectGrid(Class<T>, List<T>, Consumer<T>) - Constructor for class com.storedobject.vaadin.SelectGrid
Constructor.
selectLocation() - Method in class com.storedobject.ui.inventory.AbstractRequestMaterial
 
selectLocation() - Method in class com.storedobject.ui.inventory.AbstractSale
 
selectLocation() - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
selectLocation() - Method in class com.storedobject.ui.inventory.BaseProcessMaterialRequest
 
selectLocation() - Method in class com.storedobject.ui.inventory.BaseRequestMaterial
 
selectLocation() - Method in class com.storedobject.ui.inventory.ReturnMaterial
 
selectLocation() - Method in class com.storedobject.ui.inventory.SendItemsForRepair
 
selectLocation() - Method in class com.storedobject.ui.inventory.TransferMaterial
 
SelectLocation - Class in com.storedobject.ui.inventory
 
SelectLocation(int...) - Constructor for class com.storedobject.ui.inventory.SelectLocation
 
selectRearCamera() - Method in class com.storedobject.vaadin.VideoCapture
Select the rear camera if possible.
selectRoot - Variable in class com.storedobject.ui.inventory.DefineAssembly
 
SelectStock - Class in com.storedobject.ui.inventory
Select stock entry from a list of given stock items.
SelectStock(ObjectIterator<InventoryItem>, Consumer<InventoryItem>) - Constructor for class com.storedobject.ui.inventory.SelectStock
Constructor.
SelectStore - Class in com.storedobject.ui.inventory
 
SelectStore() - Constructor for class com.storedobject.ui.inventory.SelectStore
 
SelectStore(String) - Constructor for class com.storedobject.ui.inventory.SelectStore
 
SelfPositioningChart - Class in com.storedobject.chart
Base class for those charts that do not require a CoordinateSystem to plot on and supports its own positioning.
SelfPositioningChart(ChartType, boolean, AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.SelfPositioningChart
Create a chart of a given type and data.
SelfPositioningChart(ChartType, AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.SelfPositioningChart
Create a chart of a given type and data.
SelfPositioningSpecialChart - Class in com.storedobject.chart
Base class for those special charts that do not require a CoordinateSystem to plot on and supports its own positioning.
SelfPositioningSpecialChart(ChartType, AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.SelfPositioningSpecialChart
Create a chart of a given type and data.
sell(Currency) - Method in class com.storedobject.core.Money
Convert this monetary value to another currency by applying the selling rate.
semi_condensed() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "semi-condensed".
semi_expanded() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "semi-expanded".
send(Person, TransactionControl, Object...) - Method in class com.storedobject.job.MessageGroup
Create and send a message to all members of this group and to an additional person.
send(Person, TransactionManager, Object...) - Method in class com.storedobject.job.MessageGroup
Create and send a message to all members of this group and to an additional person.
send(Transaction) - Method in class com.storedobject.core.InventoryTransfer
 
send(TransactionControl, Object...) - Method in class com.storedobject.job.MessageGroup
Create and send a message to all members of this group.
send(TransactionManager, Object...) - Method in class com.storedobject.job.MessageGroup
Create and send a message to all members of this group.
send(Mail) - Method in class com.storedobject.mail.Sender
 
send(String, Person, TransactionControl, Object...) - Static method in class com.storedobject.job.MessageGroup
Create and send a message to all members of this group and to an additional person.
send(String, Person, TransactionManager, Object...) - Static method in class com.storedobject.job.MessageGroup
Create and send a message to all members of this group and to an additional person.
send(String, TransactionControl, Person, Object...) - Static method in class com.storedobject.core.MessageTemplate
 
send(String, TransactionControl, Iterable<Person>, Object...) - Static method in class com.storedobject.core.MessageTemplate
 
send(String, TransactionControl, Object...) - Static method in class com.storedobject.job.MessageGroup
Create and send a message to all members of this group.
send(String, TransactionManager, Object...) - Static method in class com.storedobject.job.MessageGroup
Create and send a message to all members of this group.
send(String, String) - Method in interface com.storedobject.sms.QuickSender
Send an SMS.
send(String, String, String) - Method in interface com.storedobject.sms.QuickSender
Send an SMS.
send(String, String, String, String) - Method in interface com.storedobject.mail.QuickSender
Send an email.
send(String, String, String, String) - Method in interface com.storedobject.sms.QuickSender
Send an SMS.
send(String, String, String, String, String) - Method in interface com.storedobject.mail.QuickSender
Send an email.
send(String, String, String, String, String, String) - Method in interface com.storedobject.mail.QuickSender
Send an email.
sendCommand() - Method in class com.storedobject.ui.iot.GUI
Sends a command to the currently selected block.
SendCommand - Class in com.storedobject.ui.iot
 
SendCommand() - Constructor for class com.storedobject.ui.iot.SendCommand
 
SendCommand(Block) - Constructor for class com.storedobject.ui.iot.SendCommand
 
SendCommand(Consumer<Command>) - Constructor for class com.storedobject.ui.iot.SendCommand
 
SendCommand(Consumer<Command>, Unit, ValueDefinition) - Constructor for class com.storedobject.ui.iot.SendCommand
 
Sender - Class in com.storedobject.mail
 
Sender() - Constructor for class com.storedobject.mail.Sender
 
Sender.Debugger - Class in com.storedobject.mail
 
SenderGroup - Class in com.storedobject.mail
 
SenderGroup() - Constructor for class com.storedobject.mail.SenderGroup
 
sendForRepair(InventoryItem, Quantity, String, Entity) - Method in class com.storedobject.core.InventoryTransaction
Sent an item for repair.
sendForRepair(InventoryItem, String, Entity) - Method in class com.storedobject.core.InventoryTransaction
Sent an item for repair.
SendItemsForRepair - Class in com.storedobject.ui.inventory
 
SendItemsForRepair() - Constructor for class com.storedobject.ui.inventory.SendItemsForRepair
 
SendItemsForRepair(InventoryLocation) - Constructor for class com.storedobject.ui.inventory.SendItemsForRepair
 
SendItemsForRepair(String) - Constructor for class com.storedobject.ui.inventory.SendItemsForRepair
 
sendMails(int, TransactionManager) - Static method in class com.storedobject.mail.Sender
 
sendMails(TransactionManager) - Static method in class com.storedobject.mail.Sender
 
sendMessage(SMSMessage) - Method in class com.storedobject.sms.SMSSimulator
 
sendMessage(Telegram) - Method in class com.storedobject.telegram.Server
 
sendMessage(T) - Method in class com.storedobject.job.MessageSender
Send a message.
sendTestMail(String, String, String) - Method in class com.storedobject.mail.Sender
 
sendTestMail(String, String, String, Device) - Method in class com.storedobject.mail.Sender
 
sent(int) - Method in class com.storedobject.core.Message
Set is as sent with an associated error.
sent(TransactionControl, int) - Method in class com.storedobject.core.Message
 
sentToId - Variable in class com.storedobject.core.Message
 
separateCategories(boolean) - Method in class com.storedobject.report.StockMovementReport
 
separateCategories(boolean) - Method in class com.storedobject.report.StockReport
 
separateCategories(boolean) - Method in class com.storedobject.report.StockReportExcel
 
Sequencer - Class in com.storedobject.common
 
Sequencer() - Constructor for class com.storedobject.common.Sequencer
 
Sequencer(long) - Constructor for class com.storedobject.common.Sequencer
 
Serial_Generator_Error - Exception Class in com.storedobject.core
 
Serial_Generator_Error() - Constructor for exception class com.storedobject.core.Serial_Generator_Error
 
Serial_Not_Generated - Exception Class in com.storedobject.core
 
Serial_Not_Generated(String) - Constructor for exception class com.storedobject.core.Serial_Not_Generated
 
SerialConfigurator - Class in com.storedobject.core
 
SerialConfigurator() - Constructor for class com.storedobject.core.SerialConfigurator
 
SerialConfiguratorEditor - Class in com.storedobject.ui.tools
 
SerialConfiguratorEditor() - Constructor for class com.storedobject.ui.tools.SerialConfiguratorEditor
 
SerialConfiguratorEditor(String) - Constructor for class com.storedobject.ui.tools.SerialConfiguratorEditor
 
SerialData - Class in com.storedobject.chart
Implementation of serially increasing/decreasing numbers as data.
SerialData(int, int) - Constructor for class com.storedobject.chart.SerialData
Constructor.
SerialData(int, int, int) - Constructor for class com.storedobject.chart.SerialData
Constructor.
SerialDate - Class in com.storedobject.chart
Implementation of serially increasing/decreasing date values as data.
SerialDate(LocalDate, LocalDate) - Constructor for class com.storedobject.chart.SerialDate
Constructor.
SerialDate(LocalDate, LocalDate, int) - Constructor for class com.storedobject.chart.SerialDate
Constructor.
SerialDate(LocalDate, LocalDate, int, ChronoUnit) - Constructor for class com.storedobject.chart.SerialDate
Constructor.
SerialGenerator - Class in com.storedobject.core
 
SerialGenerator() - Constructor for class com.storedobject.core.SerialGenerator
 
SerialNumberMethodInvoker - Class in com.storedobject.core
 
SerialNumberMethodInvoker() - Constructor for class com.storedobject.core.SerialNumberMethodInvoker
 
SerialNumberMethodInvoker(String) - Constructor for class com.storedobject.core.SerialNumberMethodInvoker
 
SerialNumberMethodInvoker(String, int) - Constructor for class com.storedobject.core.SerialNumberMethodInvoker
 
SerialNumberMethodInvoker(String, int, char) - Constructor for class com.storedobject.core.SerialNumberMethodInvoker
 
SerialPattern - Class in com.storedobject.core
 
SerialPattern() - Constructor for class com.storedobject.core.SerialPattern
 
SerialPatternEditor - Class in com.storedobject.ui.tools
 
SerialPatternEditor() - Constructor for class com.storedobject.ui.tools.SerialPatternEditor
 
serialTag(int) - Method in class com.storedobject.accounts.CustomerInvoice
 
serialTag(int) - Method in interface com.storedobject.core.HasReference
 
SerialTime - Class in com.storedobject.chart
Implementation of serially increasing/decreasing time values as data.
SerialTime(long, long) - Constructor for class com.storedobject.chart.SerialTime
Constructor.
SerialTime(long, long, int) - Constructor for class com.storedobject.chart.SerialTime
Constructor.
SerialTime(LocalDateTime, LocalDateTime) - Constructor for class com.storedobject.chart.SerialTime
Constructor.
SerialTime(LocalDateTime, LocalDateTime, int, ChronoUnit) - Constructor for class com.storedobject.chart.SerialTime
Constructor.
SerialTime(LocalDateTime, LocalDateTime, ChronoUnit) - Constructor for class com.storedobject.chart.SerialTime
Constructor.
serialTypes() - Static method in class com.storedobject.accounts.CustomerInvoice
 
serif() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "serif".
serve(Map<String, String[]>) - Method in interface com.storedobject.core.ParameterService
Implement the service here.
serve(Map<String, String[]>) - Method in class com.storedobject.mail.GMailRegistrationService
 
serve(Map<String, String[]>, JSON) - Method in interface com.storedobject.core.ParameterService
Same like the other "serve" method except that additional JSON parameter received is also passed here.
server - Variable in class com.storedobject.tools.SystemDevice
 
Server - Class in com.storedobject.mail
 
Server - Class in com.storedobject.sms
 
Server - Class in com.storedobject.telegram
 
Server(Schedule) - Constructor for class com.storedobject.mail.Server
 
Server(Schedule) - Constructor for class com.storedobject.sms.Server
 
Server(Schedule) - Constructor for class com.storedobject.telegram.Server
 
ServerInformation - Class in com.storedobject.core
 
ServerInformation() - Constructor for class com.storedobject.core.ServerInformation
 
ServerLink - Class in com.storedobject.core
 
ServerLink() - Constructor for class com.storedobject.core.ServerLink
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.storedobject.ui.util.SOServlet
 
serviceCodeFromPN() - Method in class com.storedobject.core.AbstractServiceItemType
 
ServiceItem - Class in com.storedobject.core
 
ServiceItem() - Constructor for class com.storedobject.core.ServiceItem
 
ServiceItemType - Class in com.storedobject.core
 
ServiceItemType() - Constructor for class com.storedobject.core.ServiceItemType
 
session - Variable in class com.storedobject.mail.Sender
 
set(double, double) - Method in class com.storedobject.common.Geolocation
 
set(int, char, int, char) - Method in class com.storedobject.common.Geolocation
 
set(int, int) - Method in class com.storedobject.common.Geolocation
 
set(int, int, int) - Method in class com.storedobject.chart.Color
Set RGB values.
set(int, int, int) - Method in class com.storedobject.common.Geolocation
 
set(int, int, int, char, int, int, int, char) - Method in class com.storedobject.common.Geolocation
 
set(int, int, int, int) - Method in class com.storedobject.chart.Color
Set RGBA values.
set(int, E) - Method in class com.storedobject.common.ArrayListSet
 
set(int, E) - Method in class com.storedobject.common.SortedList
 
set(int, String) - Method in class com.storedobject.common.StringList
 
set(int, T) - Method in class com.storedobject.common.Array
 
set(int, T) - Method in class com.storedobject.core.MemoryCache
 
set(int, T) - Method in class com.storedobject.core.ObjectCacheList
 
set(int, T) - Method in class com.storedobject.vaadin.DataList
 
set(int, T) - Method in class com.storedobject.vaadin.ListGrid
 
set(Geolocation) - Method in class com.storedobject.common.Geolocation
 
set(AbstractComputedInteger) - Method in class com.storedobject.core.AbstractComputedInteger
 
set(Account, TransactionManager) - Static method in class com.storedobject.core.AccountChart
 
set(Account, String, TransactionManager) - Static method in class com.storedobject.core.AccountChart
 
set(ComputedDate) - Method in class com.storedobject.core.ComputedDate
 
set(ComputedDouble) - Method in class com.storedobject.core.ComputedDouble
 
set(ComputedInteger) - Method in class com.storedobject.core.ComputedInteger
 
set(ComputedLong) - Method in class com.storedobject.core.ComputedLong
 
set(ComputedMinute) - Method in class com.storedobject.core.ComputedMinute
 
set(ObjectLoadFilter<T>) - Method in class com.storedobject.core.ObjectLoadFilter
Set the values from another.
set(Component) - Static method in class com.storedobject.helper.ID
Set a unique id for the given component if it doesn't have an id now.
set(Component, String) - Method in interface com.storedobject.vaadin.ComponentSlot
Set a component at a given slot (old one if any at the same slot will be removed).
set(HasElement, ThemeStyle...) - Static method in enum class com.storedobject.vaadin.ThemeStyle
Set theme styles.
set(Element, ThemeStyle...) - Static method in enum class com.storedobject.vaadin.ThemeStyle
Set theme styles.
set(InputStream) - Method in class com.storedobject.common.XML
Sets the input stream.
set(Reader) - Method in class com.storedobject.common.XML
Sets the XML document using the provided Reader object.
set(Object) - Method in class com.storedobject.common.Geolocation
 
set(Object) - Method in class com.storedobject.common.JSON
Set JSON from an Object that could hopefully parse into a JSON compatible String.
set(String) - Method in class com.storedobject.chart.Color
Set the values from a given hex value.
set(String) - Method in class com.storedobject.common.XML
Sets the value of the object using the provided XML representation.
set(String, Object) - Method in interface com.storedobject.common.DataSet
Set an attribute value.
set(String, Object) - Method in class com.storedobject.common.HashDataSet
 
set(String, Object) - Method in class com.storedobject.common.Script
Set a value for the variable in the script.
set(String, Object) - Method in class com.storedobject.core.BulkDataUpdate
 
set(String, Object) - Method in class com.storedobject.core.ObjectData
 
set(String, String) - Method in class com.storedobject.common.Geolocation
 
set(BigDecimal, char, BigDecimal, char) - Method in class com.storedobject.common.Geolocation
 
set(BigDecimal, BigDecimal) - Method in class com.storedobject.common.Geolocation
 
set(URL) - Method in class com.storedobject.common.XML
Sets the input stream using the given URL.
set(Document) - Method in class com.storedobject.common.XML
Sets the Document object representing the XML structure.
Set_Not_Allowed - Exception Class in com.storedobject.core
 
Set_Not_Allowed() - Constructor for exception class com.storedobject.core.Set_Not_Allowed
 
Set_Not_Allowed(String) - Constructor for exception class com.storedobject.core.Set_Not_Allowed
 
setAbortOnLogicSwitch(boolean) - Method in class com.storedobject.ui.Application
 
setAbstractClass(boolean) - Method in class com.storedobject.tools.TableDefinition
 
setAccessory(boolean) - Method in class com.storedobject.core.InventoryAssembly
 
setAccessRights(int) - Method in class com.storedobject.core.FileFolderAccessRights
 
setAccount(Account) - Method in class com.storedobject.accounts.AccountConfiguration
Sets the account for this AccountConfiguration.
setAccount(Account) - Method in class com.storedobject.accounts.TaxAccountConfiguration
Sets the account for this AccountConfiguration.
setAccount(Account) - Method in class com.storedobject.core.AccountLimit
 
setAccount(Account) - Method in class com.storedobject.core.AccountTitle
 
setAccount(Account) - Method in class com.storedobject.core.LedgerWindow
Set the account for which ledger entries need to be loaded.
setAccount(Account) - Method in class com.storedobject.core.TransactionValueDate
 
setAccount(Account) - Method in class com.storedobject.core.UnpostedJournalEntry
 
setAccount(Account) - Method in class com.storedobject.ui.accounts.StatementView
 
setAccount(Account, Date) - Method in class com.storedobject.core.LedgerWindow
Set the account for which ledger entries need to be loaded.
setAccount(Id) - Method in class com.storedobject.accounts.AccountConfiguration
Sets the account ID for the current object.
setAccount(Id) - Method in class com.storedobject.accounts.TaxAccountConfiguration
Sets the account ID for the current object.
setAccount(Id) - Method in class com.storedobject.core.AccountLimit
 
setAccount(Id) - Method in class com.storedobject.core.AccountTitle
 
setAccount(Id) - Method in class com.storedobject.core.TransactionValueDate
 
setAccount(Id) - Method in class com.storedobject.core.UnpostedJournalEntry
 
setAccount(BigDecimal) - Method in class com.storedobject.accounts.AccountConfiguration
Sets the account for this object using the specified id value.
setAccount(BigDecimal) - Method in class com.storedobject.accounts.TaxAccountConfiguration
Sets the account for this object using the specified id value.
setAccount(BigDecimal) - Method in class com.storedobject.core.AccountLimit
 
setAccount(BigDecimal) - Method in class com.storedobject.core.AccountTitle
 
setAccount(BigDecimal) - Method in class com.storedobject.core.TransactionValueDate
 
setAccount(BigDecimal) - Method in class com.storedobject.core.UnpostedJournalEntry
 
setAccountClassName(String) - Method in class com.storedobject.core.AccountChartMap
 
setAccountsAllowed(boolean) - Method in class com.storedobject.core.AccountChart
 
setAccountStatus(int) - Method in class com.storedobject.core.Account
Set the account status.
setAction(int) - Method in class com.storedobject.core.DeveloperLog
 
setAction(int) - Method in class com.storedobject.core.PseudoTranApproval
 
setAction(Runnable) - Method in class com.storedobject.vaadin.InformationMessage
Set the confirm action.
setAction(String) - Method in class com.storedobject.core.UIAction
 
setAction(Consumer<String>) - Method in class com.storedobject.vaadin.ActionTextField
Set the action.
setActionedAt(Timestamp) - Method in class com.storedobject.core.DeveloperLog
 
setActive(boolean) - Method in class com.storedobject.core.ConnectorLogic
 
setActive(boolean) - Method in class com.storedobject.core.DeviceLayout
 
setActive(boolean) - Method in class com.storedobject.core.ForeignFinancialSystem
 
setActive(boolean) - Method in class com.storedobject.core.LoginMessage
 
setActive(boolean) - Method in class com.storedobject.core.ParameterLogic
 
setActive(boolean) - Method in class com.storedobject.core.TaxMethod
 
setActive(boolean) - Method in class com.storedobject.core.TaxRegion
 
setActive(boolean) - Method in class com.storedobject.iot.AbstractUnit
Sets the active status of the unit.
setActive(boolean) - Method in class com.storedobject.iot.ControlSchedule
 
setActive(boolean) - Method in class com.storedobject.iot.CustomMessageLogic
 
setActive(boolean) - Method in class com.storedobject.iot.Site
Sets the active status for the site.
setActive(boolean) - Method in class com.storedobject.iot.ValueDefinition
 
setActive(boolean) - Method in class com.storedobject.job.Schedule
 
setActiveCell(CellAddress) - Method in class com.storedobject.office.od.ods.Sheet
 
setActiveSheet(int) - Method in class com.storedobject.office.od.ods.Workbook
 
setActivityFontSize(int) - Method in class com.storedobject.chart.AbstractProject
Set the font size used to render the activity details.
setAddress(Address) - Method in class com.storedobject.ui.AddressField
 
setAddress(Address) - Method in class com.storedobject.ui.util.AddressForm
 
setAddress(Address) - Method in class com.storedobject.ui.util.AEAddressForm
 
setAddress(Address) - Method in class com.storedobject.ui.util.GBAddressForm
 
setAddress(Address) - Method in class com.storedobject.ui.util.INAddressForm
 
setAddress(Address) - Method in class com.storedobject.ui.util.MYAddressForm
 
setAddress(Address) - Method in class com.storedobject.ui.util.PKAddressForm
 
setAddress(Address) - Method in class com.storedobject.ui.util.USAddressForm
 
setAddress(Address) - Method in class com.storedobject.ui.util.XXAddressForm
 
setAddress(Person) - Method in class com.storedobject.ui.MailForm
 
setAddress(PersonRole) - Method in class com.storedobject.ui.MailForm
 
setAddress(Class<T>) - Method in class com.storedobject.ui.MailForm
 
setAddress(Iterable<T>) - Method in class com.storedobject.ui.MailForm
 
setAddress(String) - Method in class com.storedobject.ui.MailForm
 
setAddressField(AddressField, Address) - Method in class com.storedobject.ui.util.AddressForm
 
setAggregate(int) - Method in class com.storedobject.core.ReportColumnDefinition
 
setAirwayBillNumber(String) - Method in class com.storedobject.core.Consignment
 
setAJAXMode() - Method in class com.storedobject.common.HTTP
Set the connection in AJAX mode.
setAlarmWhen(int) - Method in class com.storedobject.iot.AlarmSwitch
 
setAlert(boolean) - Method in class com.storedobject.iot.ValueDefinition
 
setAlert(boolean) - Method in class com.storedobject.mail.SenderGroup
 
setAlertCount(int) - Method in class com.storedobject.ui.util.AlertButton
 
setAlertMessage(String) - Method in class com.storedobject.iot.ValueDefinition
 
setAlg(Long) - Method in class com.storedobject.core.WebBiometric.AttestationStatement
 
setAlgorithm(String) - Method in class com.storedobject.common.TOTP
Set algorithm.
setAlignment(int) - Method in class com.storedobject.pdf.PDFImage
 
setAlignment(int) - Method in class com.storedobject.pdf.PDFParagraph
 
setAlignment(Alignment) - Method in class com.storedobject.chart.Text
Set text alignment.
setAlignment(Alignment) - Method in class com.storedobject.chart.TextStyle
Set the alignment.
setAlignWithLabel(boolean) - Method in class com.storedobject.chart.Axis.Ticks
Set alignment of the ticks with labels.
setAllow(int) - Method in class com.storedobject.accounts.AccountConfiguration
 
setAllowAdd(boolean) - Method in interface com.storedobject.ui.LinkGrid
 
setAllowAdd(boolean) - Method in class com.storedobject.ui.ListEditor
Enable/disable adding of new instances.
setAllowAdd(boolean) - Method in class com.storedobject.ui.ObjectLinkField
 
setAllowAdd(boolean) - Method in class com.storedobject.ui.ObjectListEditor
Enable/disable adding of new instances.
setAllowAdd(boolean) - Method in class com.storedobject.ui.util.LinkGridButtons
 
setAllowAny(boolean) - Method in class com.storedobject.core.AuditTrailLinkConfiguration
 
setAllowAny(boolean) - Method in class com.storedobject.core.ObjectCache
 
setAllowAttachments(boolean) - Method in class com.storedobject.ui.MailForm
 
setAllowBreaking(boolean) - Method in class com.storedobject.ui.inventory.ItemContextMenu
 
setAllowBreaking(boolean) - Method in class com.storedobject.ui.inventory.LocateItem
Allow breaking of assemblies.
setAllowCommand(boolean) - Method in class com.storedobject.ui.iot.GUI
Set whether commands are allowed or not.
setAllowDays(boolean) - Method in class com.storedobject.ui.ComputedMinutesField
 
setAllowDays(boolean) - Method in class com.storedobject.ui.MinutesField
 
setAllowDelete(boolean) - Method in interface com.storedobject.ui.LinkGrid
 
setAllowDelete(boolean) - Method in class com.storedobject.ui.ListEditor
Enable/disable deleting of instances.
setAllowDelete(boolean) - Method in class com.storedobject.ui.ObjectLinkField
 
setAllowDelete(boolean) - Method in class com.storedobject.ui.ObjectListEditor
Enable/disable deleting of instances.
setAllowDelete(boolean) - Method in class com.storedobject.ui.util.LinkGridButtons
 
setAllowDoNotSave(boolean) - Method in class com.storedobject.ui.ObjectEditor
Allow/disallow "Do not save" option.
setAllowDownload(boolean) - Method in class com.storedobject.ui.iot.GUI
Set whether data download is allowed or not.
setAllowedAddress(String) - Method in class com.storedobject.ui.MailForm
 
setAllowedAddresses(Class<T>) - Method in class com.storedobject.ui.MailForm
 
setAllowedAddresses(Iterable<T>) - Method in class com.storedobject.ui.MailForm
 
setAllowedCC(String) - Method in class com.storedobject.ui.MailForm
 
setAllowedCCs(Class<T>) - Method in class com.storedobject.ui.MailForm
 
setAllowedCCs(Iterable<T>) - Method in class com.storedobject.ui.MailForm
 
setAllowedCountries(Country...) - Method in class com.storedobject.ui.PhoneField
Restrict allowed countries to a given set of values.
setAllowedCountries(String...) - Method in class com.storedobject.ui.PhoneField
Restrict allowed countries to a given set of values.
setAllowedCountries(Collection<Country>) - Method in class com.storedobject.ui.PhoneField
Restrict allowed countries to a given set of values.
setAllowedCurrencies(String...) - Method in class com.storedobject.ui.CurrencyField
Set a set of allowed currencies.
setAllowedCurrencies(String...) - Method in class com.storedobject.ui.MoneyField
Restrict allowed currencies to a given set of values.
setAllowedCurrencies(Collection<Currency>) - Method in class com.storedobject.ui.MoneyField
Restrict allowed currencies to a given set of values.
setAllowedCurrencies(Currency...) - Method in class com.storedobject.ui.CurrencyField
Set a set of allowed currencies.
setAllowedCurrencies(Currency...) - Method in class com.storedobject.ui.MoneyField
Restrict allowed currencies to a given set of values.
setAllowedCurrencies(Stream<String>) - Method in class com.storedobject.ui.CurrencyField
Set a set of allowed currencies.
setAllowEdit(boolean) - Method in interface com.storedobject.ui.LinkGrid
 
setAllowEdit(boolean) - Method in class com.storedobject.ui.ListEditor
Enable/disable editing of instances.
setAllowEdit(boolean) - Method in class com.storedobject.ui.ObjectLinkField
 
setAllowEdit(boolean) - Method in class com.storedobject.ui.ObjectListEditor
Enable/disable editing of instances.
setAllowEdit(boolean) - Method in class com.storedobject.ui.util.LinkGridButtons
 
setAllowEditCost(boolean) - Method in class com.storedobject.ui.inventory.ItemContextMenu
 
setAllowEditCost(boolean) - Method in class com.storedobject.ui.inventory.LocateItem
Allow editing of cost.
setAllowedUnits(MeasurementUnit...) - Method in class com.storedobject.ui.util.AbstractQuantityField
 
setAllowedUnits(String...) - Method in class com.storedobject.ui.util.AbstractQuantityField
 
setAllowedUnits(Collection<MeasurementUnit>) - Method in class com.storedobject.ui.util.AbstractQuantityField
 
setAllowedValues(Stream<Country>) - Method in class com.storedobject.ui.CountryField
Set allowed country values.
setAllowHTTPErrors(boolean) - Method in class com.storedobject.common.HTTP
Allow HTTP errors.
setAllowInspection(boolean) - Method in class com.storedobject.ui.inventory.ItemContextMenu
 
setAllowInspection(boolean) - Method in class com.storedobject.ui.inventory.LocateItem
Sets whether inspection is allowed or not.
setAllowLinkEditing(boolean) - Method in class com.storedobject.ui.BaseObjectForest
Allow/disallow link editing.
setAllowNameChange(boolean) - Method in class com.storedobject.ui.tools.ChangePassword
 
setAllowNegative(boolean) - Method in class com.storedobject.vaadin.util.NumericField
 
setAllowReload(boolean) - Method in interface com.storedobject.ui.LinkGrid
 
setAllowReload(boolean) - Method in class com.storedobject.ui.ObjectLinkField
 
setAllowReload(boolean) - Method in class com.storedobject.ui.ObjectListEditor
Enable/disable reloading/restoring of instances.
setAllowReload(boolean) - Method in class com.storedobject.ui.util.LinkGridButtons
 
setAllowReloadAll(boolean) - Method in interface com.storedobject.ui.LinkGrid
 
setAllowReloadAll(boolean) - Method in class com.storedobject.ui.ObjectLinkField
 
setAllowReloadAll(boolean) - Method in class com.storedobject.ui.ObjectListEditor
Enable/disable reloading/restoring of all instances.
setAllowReloadAll(boolean) - Method in class com.storedobject.ui.util.LinkGridButtons
 
setAllowRepeatCharacters(boolean) - Method in class com.storedobject.core.PasswordPolicy
 
setAllowSaveAll(boolean) - Method in class com.storedobject.ui.ListEditor
Enable/disable saving of all changes made.
setAllowSaveAll(boolean) - Method in class com.storedobject.ui.ObjectListEditor
Enable/disable saving of all changes made.
setAllowSwitchStore(boolean) - Method in class com.storedobject.ui.inventory.GRN
 
setAllowSwitchStore(boolean) - Method in class com.storedobject.ui.inventory.POBrowser
 
setAllowTopLevelHTML() - Static method in class com.storedobject.common.HTMLText
If this method is invoked ever, top-leve HTML elements will be allowed while building the HTML content.
setAllowView(boolean) - Method in class com.storedobject.ui.ObjectListEditor
Enable/disable viewing of instances.
setAlpha(int) - Method in class com.storedobject.chart.Color
Set the alpha value.
setAlt(String) - Method in class com.storedobject.ui.ImageMap
Sets the alternate text for the image.
setAlternateLocale(Locale) - Method in class com.storedobject.core.SystemEntity
 
setAlternateLocaleCountry(String) - Method in class com.storedobject.core.SystemEntity
 
setAlternateLocaleLanguage(String) - Method in class com.storedobject.core.SystemEntity
 
setAlternateNumber(String) - Method in class com.storedobject.core.Account
 
setAltitude(int) - Method in class com.storedobject.common.Geolocation
 
setAmendment(int) - Method in class com.storedobject.core.InventoryTransfer
 
setAmendment(int) - Method in class com.storedobject.core.InventoryTransferItem
 
setAmount(Money) - Method in class com.storedobject.accounts.Invoice
 
setAmount(Money) - Method in class com.storedobject.core.LandedCost
 
setAmount(Money) - Method in class com.storedobject.core.UnpostedJournalEntry
 
setAmount(Object) - Method in class com.storedobject.accounts.Invoice
 
setAmount(Object) - Method in class com.storedobject.core.LandedCost
 
setAmount(Object) - Method in class com.storedobject.core.UnpostedJournalEntry
 
setAMPM(boolean) - Method in class com.storedobject.vaadin.Clock
Set AM/PM mode.
setAnchorColumns(String) - Method in class com.storedobject.tools.TableDefinition
 
setAnchorFieldReadOnly(String...) - Method in class com.storedobject.ui.ObjectEditor
Set the anchor fields in read-only mode.
setAnimation(Animation) - Method in class com.storedobject.chart.Chart
 
setAnimation(Animation) - Method in class com.storedobject.chart.ComposedPart
 
setAnimation(Animation) - Method in interface com.storedobject.chart.HasAnimation
Set it to this instance.
setAny() - Method in class com.storedobject.core.StoredObjectUtility.Link
 
setAny(boolean) - Method in class com.storedobject.core.ObjectLoadFilter
Set the "any".
setAny(boolean) - Method in class com.storedobject.ui.tools.DataTransfer
 
setApartmentName(String) - Method in class com.storedobject.common.Address
Set the apartment/villa/house/office name.
setAPN(Transaction, InventoryItemType, Quantity) - Method in class com.storedobject.core.InventoryPOItem
 
setApplicableFrom(Date) - Method in class com.storedobject.core.TaxType
 
setApplicableTo(Date) - Method in class com.storedobject.core.TaxType
 
setApplication(Application) - Method in class com.storedobject.ui.TextView
 
setApplicationURI(String) - Method in class com.storedobject.mail.GMailSender
 
setApproval(int) - Method in class com.storedobject.core.PseudoTranApproval
 
setApprovalCount(int) - Method in class com.storedobject.core.Logic
 
setApprovalCount(int) - Method in class com.storedobject.core.MemoType
 
setApprovalCount(int) - Method in class com.storedobject.core.PseudoTran
 
setApprovalRequired(boolean) - Method in class com.storedobject.core.InventoryPO
 
setApprovalRequired(boolean) - Method in class com.storedobject.core.InventoryRO
 
setApprovalRequired(boolean) - Method in class com.storedobject.core.InventoryTransfer
 
setApprovalsEnabled(boolean) - Method in class com.storedobject.core.SystemEntity
 
setAreaBackground(String) - Method in class com.storedobject.ui.ImageMap
Sets the default CSS background definition to use for areas that are not hovered.
setAreaBorder(String) - Method in class com.storedobject.ui.ImageMap
Sets the default CSS border definition to use for areas that are not hovered.
setAreaName(String) - Method in class com.storedobject.common.Address
Set area name.
setAreaStyle(AreaStyle) - Method in class com.storedobject.chart.DataZoom.DataShadowStyle
Set the area style.
setAreaStyle(AreaStyle) - Method in class com.storedobject.chart.LineChart
Set the area-style.
setArrayFormula(String, CellRangeAddress) - Method in class com.storedobject.office.od.ods.Sheet
 
setAsActiveCell() - Method in class com.storedobject.office.od.ods.Cell
 
setAssembly(Id) - Method in class com.storedobject.core.InventoryFitmentPosition
 
setAssembly(InventoryAssembly) - Method in class com.storedobject.core.InventoryFitmentPosition
 
setAssembly(InventoryItem) - Method in class com.storedobject.ui.inventory.AssemblyItemField
Set the parent assembly.
setAssembly(BigDecimal) - Method in class com.storedobject.core.InventoryFitmentPosition
 
setAttestation(String) - Method in class com.storedobject.core.WebBiometric
 
setAttestnCert(String) - Method in class com.storedobject.core.WebBiometric.AttestationStatement
 
setAttribute(String) - Method in class com.storedobject.core.ReportColumnDefinition
 
setAttribute(String, String) - Method in interface com.storedobject.vaadin.HasElement
Set attribute of the element.
setAttribute(String, String) - Method in class com.storedobject.vaadin.Icon
Set an attribute value.
setAttStmt(WebBiometric.AttestationStatement) - Method in class com.storedobject.core.WebBiometric.Attestation
 
setAuditTrailConfiguration(AuditTrailConfiguration) - Method in class com.storedobject.core.AuditTrailLinkConfiguration
 
setAuditTrailConfiguration(Id) - Method in class com.storedobject.core.AuditTrailLinkConfiguration
 
setAuditTrailConfiguration(BigDecimal) - Method in class com.storedobject.core.AuditTrailLinkConfiguration
 
setAuthData(byte[]) - Method in class com.storedobject.core.WebBiometric.Attestation
 
setAutoarrange(boolean) - Method in class com.storedobject.vaadin.Dashboard
Set the auto-arrange flag.
setAutobreaks(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setAutoClose(boolean) - Method in class com.storedobject.ui.GridMenu
 
setAutoCommit(boolean) - Method in class com.storedobject.core.RawSQL
 
setAutocomplete(Autocomplete) - Method in class com.storedobject.vaadin.CustomTextField
 
setAutoCurveness(boolean) - Method in class com.storedobject.chart.GraphChart
 
setAutoExecute(boolean) - Method in class com.storedobject.core.Logic
 
setAutoFilter(CellRangeAddress) - Method in class com.storedobject.office.od.ods.Sheet
 
setAutoNext(boolean) - Method in class com.storedobject.core.RawSQL
 
setAutoSaveOnMove(boolean) - Method in class com.storedobject.ui.EditableGrid
Set the auto-save mode.
setAutoSaveOnMove(boolean) - Method in class com.storedobject.ui.EditableObjectGrid
Set the auto-save mode.
setAutoselect(boolean) - Method in class com.storedobject.vaadin.CustomTextField
Set auto-select mode.
setAverageLeadTime(int) - Method in class com.storedobject.core.InventoryItemType
 
setAxis(RadarAxis) - Method in class com.storedobject.chart.RadarCoordinate
 
setAxisIndicators(CategoryDataProvider) - Method in class com.storedobject.chart.RadarCoordinate
Set axis indicators.
setBackground(AbstractColor) - Method in class com.storedobject.chart.Border
Set background color.
setBackground(AbstractColor) - Method in class com.storedobject.chart.DataZoom
Set the background color.
setBackground(AbstractColor) - Method in class com.storedobject.chart.TextStyle
Set background color.
setBackground(PDFColor) - Method in class com.storedobject.pdf.PDFChunk
Set the background color
setBackground(PDFColor, float, float, float, float) - Method in class com.storedobject.pdf.PDFChunk
Set the background color
setBackground(String) - Method in class com.storedobject.ui.ImageMap.Area
Sets the CSS background definition to use for this area when it is not hovered.
setBackgroundColor(PDFColor) - Method in class com.storedobject.pdf.PDFRectangle
Set the background color.
setBackgroundImage(PDFImage) - Method in class com.storedobject.pdf.PDFCell
Set a background image in this cell (The cell content will go above this image).
setBackgroundImage(PDFImage, boolean) - Method in class com.storedobject.pdf.PDFCell
Set a background image in this cell (The cell content will go above this image).
setBackgroundSource(MediaFile) - Method in class com.storedobject.ui.ImageViewer
Set the source of the background image content.
setBackgroundSource(AbstractStreamResource) - Method in class com.storedobject.ui.ImageViewer
Set the source of the background image content.
setBackgroundSource(String) - Method in class com.storedobject.ui.ImageViewer
Set the source of the background image content.
setBackLabel(String) - Method in class com.storedobject.ui.SteppedView
Set the label on the "Back" button.
setBackLabel(String) - Method in class com.storedobject.ui.util.Stepper
 
setBalance(Object) - Method in class com.storedobject.core.Account
 
setBalanceType(int) - Method in class com.storedobject.core.AccountChart
 
setBarCategoryGap(int) - Method in class com.storedobject.chart.BarChart
Set the gap between the categories of the same bar chart.
setBarGap(int) - Method in class com.storedobject.chart.BarChart
Set the gap between bars when multiple bar charts are displayed on the same coordinate system.
setBarWidth(int) - Method in class com.storedobject.chart.BarChart
Set the width of the bar.
setBaseFontSize(int) - Method in class com.storedobject.core.ReportDefinition
 
setBaseURL(String) - Method in class com.storedobject.sms.Provider
 
setBasicAuthentication(String, String) - Method in class com.storedobject.common.HTTP
Set basic authentication.
setBatchTag(String) - Method in class com.storedobject.core.InventoryItem
 
setBearerAuthentication(String) - Method in class com.storedobject.common.HTTP
Set basic authentication.
setBin(Id) - Method in class com.storedobject.core.InventoryGRNItem
 
setBin(Id) - Method in class com.storedobject.core.InventoryReservedBin
 
setBin(InventoryBin) - Method in class com.storedobject.core.InventoryGRNItem
 
setBin(InventoryBin) - Method in class com.storedobject.core.InventoryReservedBin
 
setBin(BigDecimal) - Method in class com.storedobject.core.InventoryGRNItem
 
setBin(BigDecimal) - Method in class com.storedobject.core.InventoryReservedBin
 
setBiometricID(String) - Method in class com.storedobject.core.WebBiometric
 
setBlank() - Method in class com.storedobject.office.od.ods.Cell
 
setBlock(Id) - Method in class com.storedobject.iot.BlockDisplayContent
 
setBlock(Id) - Method in class com.storedobject.iot.Unit
 
setBlock(Block) - Method in class com.storedobject.iot.BlockDisplayContent
 
setBlock(Block) - Method in class com.storedobject.iot.Unit
 
setBlock(Block) - Method in class com.storedobject.ui.iot.BlockComboField
 
setBlock(Block) - Method in class com.storedobject.ui.iot.BlockView
Sets the specified Block to this view.
setBlock(Block) - Method in class com.storedobject.ui.iot.CommandSelector
 
setBlock(Block) - Method in class com.storedobject.ui.iot.ConsumptionDashboard
 
setBlock(Block) - Method in class com.storedobject.ui.iot.GUI
Sets the block for the GUI instance.
setBlock(Block) - Method in class com.storedobject.ui.iot.StatusGrid
 
setBlock(BigDecimal) - Method in class com.storedobject.iot.BlockDisplayContent
 
setBlock(BigDecimal) - Method in class com.storedobject.iot.Unit
 
setBlockExcel(boolean) - Method in class com.storedobject.core.AccessControl
 
setBlockODS(boolean) - Method in class com.storedobject.core.AccessControl
 
setBlockODT(boolean) - Method in class com.storedobject.core.AccessControl
 
setBlockPDF(boolean) - Method in class com.storedobject.core.AccessControl
 
setBlockView(BlockView) - Method in class com.storedobject.ui.iot.GUI
Sets the active block view instance.
setBlue(int) - Method in class com.storedobject.chart.Color
Set the blue value.
setBlur(int) - Method in class com.storedobject.chart.Shadow
Set the blur for the shadow.
setBody(Component) - Method in class com.storedobject.vaadin.ContentWithHeader
Set the body portion.
setBody(String) - Method in class com.storedobject.mail.Sender
 
setBodyType(String) - Method in class com.storedobject.mail.Sender
 
setBorder(int) - Method in class com.storedobject.pdf.PDFRectangle
Set borders.
setBorder(Border) - Method in class com.storedobject.chart.ItemStyle
Set the border.
setBorder(Border) - Method in class com.storedobject.chart.Legend
Set the border.
setBorder(Border) - Method in class com.storedobject.chart.RectangularCoordinate
Set the border.
setBorder(Border) - Method in class com.storedobject.chart.TextStyle
Set the border.
setBorder(String) - Method in class com.storedobject.ui.ImageMap.Area
Sets the CSS border definition to use for this area when it is not hovered.
setBorderColor(AbstractColor) - Method in class com.storedobject.chart.DataZoom.HandleStyle
Set the border color.
setBorderColor(AbstractColor) - Method in class com.storedobject.chart.DataZoom
Set the border color.
setBorderColor(PDFColor) - Method in class com.storedobject.pdf.PDFRectangle
Set the border color.
setBorderColor(String) - Method in class com.storedobject.vaadin.Box
Set border color.
setBorderColorBottom(PDFColor) - Method in class com.storedobject.pdf.PDFRectangle
Set the color for the bottom border.
setBorderColorLeft(PDFColor) - Method in class com.storedobject.pdf.PDFRectangle
Set the color for the left border.
setBorderColorRight(PDFColor) - Method in class com.storedobject.pdf.PDFRectangle
Set the color for the right border.
setBorderColorTop(PDFColor) - Method in class com.storedobject.pdf.PDFRectangle
Set the color for the top border.
setBorderRadius(int) - Method in class com.storedobject.vaadin.Box
Set border radius.
setBorderRadius(Number...) - Method in class com.storedobject.chart.Rectangle
Set border radius.
setBorderStyle(String) - Method in class com.storedobject.vaadin.Box
Set border style.
setBorderType(LineStyle.Type) - Method in class com.storedobject.chart.DataZoom.HandleStyle
Set the type of the border.
setBorderWidth(float) - Method in class com.storedobject.pdf.PDFRectangle
Set the border thickness.
setBorderWidth(float) - Method in class com.storedobject.pdf.PDFTable
Set the border width for the all sides.
setBorderWidth(int) - Method in class com.storedobject.chart.DataZoom.HandleStyle
Set the border width.
setBorderWidth(int) - Method in class com.storedobject.vaadin.Box
Set border width.
setBorderWidth(String) - Method in class com.storedobject.vaadin.Box
Set border width.
setBorderWidthBottom(float) - Method in class com.storedobject.pdf.PDFRectangle
Set the thickness of the bottom border.
setBorderWidthBottom(float) - Method in class com.storedobject.pdf.PDFTable
Set the border width for the bottom side.
setBorderWidthLeft(float) - Method in class com.storedobject.pdf.PDFRectangle
Set the thickness of the left border.
setBorderWidthLeft(float) - Method in class com.storedobject.pdf.PDFTable
Set the border width for the left side.
setBorderWidthRight(float) - Method in class com.storedobject.pdf.PDFRectangle
Set the thickness of the right border.
setBorderWidthRight(float) - Method in class com.storedobject.pdf.PDFTable
Set the border width for the right side.
setBorderWidthTop(float) - Method in class com.storedobject.pdf.PDFRectangle
Set the thickness of the top border.
setBorderWidthTop(float) - Method in class com.storedobject.pdf.PDFTable
Set the border width for the top side.
setBottom(float) - Method in class com.storedobject.pdf.PDFRectangle
Set the bottom value.
setBottom(Size) - Method in class com.storedobject.chart.Position
Set the "bottom" size.
setBoxNumber(int) - Method in class com.storedobject.core.ConsignmentItem
 
setBranch(Id) - Method in class com.storedobject.core.BranchAccount
 
setBranch(SystemEntity) - Method in class com.storedobject.core.BranchAccount
 
setBranch(BigDecimal) - Method in class com.storedobject.core.BranchAccount
 
setBreakPoints(int[]) - Method in class com.storedobject.pdf.PDFTable
 
setBrowseColumns(StringList) - Method in class com.storedobject.ui.AbstractObjectField
Set browse columns of the searcher.
setBrowseColumns(String) - Method in class com.storedobject.core.UIMetadata
 
setBrowseColumns(String) - Method in class com.storedobject.tools.LinkDefinition
 
setBrowseColumns(String) - Method in class com.storedobject.tools.TableDefinition
 
setBrowseOrder(String) - Method in class com.storedobject.core.UIMetadata
 
setBrowseOrder(String) - Method in class com.storedobject.tools.LinkDefinition
 
setBrowserColumns(StringList) - Method in class com.storedobject.core.StoredObjectUtility.Link
 
setBrowserColumns(String) - Method in class com.storedobject.core.StoredObjectUtility.Link
 
setBubbleSize(double) - Method in class com.storedobject.chart.BubbleChart
Set the bubble size.
setBuffered(boolean) - Method in class com.storedobject.ui.ObjectEditor
Set the buffered mode.
setBufferSize(int) - Method in class com.storedobject.ui.util.DownloadStream
Sets the size of the download buffer.
setBuilder(ObjectTree.Builder<T>) - Method in class com.storedobject.core.ObjectTree
 
setBuildingName(String) - Method in class com.storedobject.common.Address
Set the building name.
setButtonsAtTop(boolean) - Method in class com.storedobject.vaadin.DataForm
Button panel is normally shown at the bottom.
setButtonVisibility() - Method in class com.storedobject.ui.ObjectListEditor
This method should be overridden to control the visibility of various buttons.
setBuyer(Entity) - Method in class com.storedobject.core.Consignment
 
setBuyer(Id) - Method in class com.storedobject.core.Consignment
 
setBuyer(BigDecimal) - Method in class com.storedobject.core.Consignment
 
setBuyingRate(Rate) - Method in class com.storedobject.core.CurrencyRate
 
setBuyingRate(Rate) - Method in class com.storedobject.core.ExchangeRate
 
setBuyingRate(Object) - Method in class com.storedobject.core.CurrencyRate
 
setBuyingRate(Object) - Method in class com.storedobject.core.ExchangeRate
 
setCached(T) - Method in class com.storedobject.ui.AbstractObjectField
 
setCached(T) - Method in class com.storedobject.ui.ObjectCodeField
 
setCached(T) - Method in class com.storedobject.ui.ObjectField
 
setCached(T) - Method in class com.storedobject.ui.ObjectFormField
 
setCached(T) - Method in interface com.storedobject.ui.util.AbstractObjectInput
Cache an object instance.
setCacheSize(int) - Method in class com.storedobject.core.ObjectCache
 
setCacheTime(long) - Method in class com.storedobject.ui.util.DownloadStream
Sets length of cache expiration time.
setCalculable(boolean) - Method in class com.storedobject.chart.VisualMap
Set that the value is calculable or not.
setCancelAction(Runnable) - Method in class com.storedobject.ui.inventory.ReceiveReturnedItems
 
setCancelAction(Runnable) - Method in class com.storedobject.vaadin.ActionForm
Set the cancel action.
setCancelAction(Runnable) - Method in class com.storedobject.vaadin.InformationMessage
 
setCancelAction(Consumer<T>) - Method in class com.storedobject.vaadin.DataEditor
Set the "cancel action" that will be used when "cancel" button is pressed.
setCancelLabel(String) - Method in class com.storedobject.ui.SteppedView
Set the label on the "Cancel" button.
setCancelLabel(String) - Method in class com.storedobject.ui.util.Stepper
 
setCancelledAction(Consumer<Stepper>) - Method in class com.storedobject.ui.util.Stepper
 
setCaption(String) - Method in class com.storedobject.chart.ToolboxButton
Set the caption for this (will be shown as a tooltip).
setCaption(String) - Method in class com.storedobject.core.AttachmentDefinition
 
setCaption(String) - Method in class com.storedobject.core.ReportColumnDefinition
 
setCaption(String) - Method in class com.storedobject.core.UIFieldMetadata
 
setCaption(String) - Method in class com.storedobject.iot.UnitDefinition
 
setCaption(String) - Method in class com.storedobject.iot.UnitItemType
 
setCaption(String) - Method in class com.storedobject.iot.ValueDefinition
 
setCaption(String) - Method in class com.storedobject.report.ItemMovementReport
 
setCaption(String) - Method in class com.storedobject.report.StockMovementReport
 
setCaption(String) - Method in class com.storedobject.report.StockReport
 
setCaption(String) - Method in class com.storedobject.report.StockReportExcel
 
setCaption(String) - Method in class com.storedobject.tools.ColumnDefinition
 
setCaption(String) - Method in class com.storedobject.ui.Application.BusyIndicator
 
setCaption(String) - Method in class com.storedobject.ui.ObjectBrowser
 
setCaption(String) - Method in class com.storedobject.ui.ObjectEditor
 
setCaption(String) - Method in class com.storedobject.ui.TemplateView
 
setCaption(String) - Method in class com.storedobject.ui.TextView
 
setCaption(String) - Method in class com.storedobject.ui.ViewerLink
Set the caption to be shown when the content is viewed.
setCaption(String) - Method in class com.storedobject.vaadin.Application
Set caption for the application (It will set the caption for the ApplicationLayout and the Page).
setCaption(String) - Method in class com.storedobject.vaadin.ApplicationFrame
Set the caption of the Application.
setCaption(String) - Method in interface com.storedobject.vaadin.ApplicationLayout
Set the caption of the application.
setCaption(String) - Method in class com.storedobject.vaadin.Dashboard
Set caption used when displaying the grid in a View.
setCaption(String) - Method in interface com.storedobject.vaadin.ExecutableView
Set the caption
setCaption(String) - Method in class com.storedobject.vaadin.GridColumnDetail
Set the header caption.
setCaption(String) - Method in interface com.storedobject.vaadin.HasColumns
Set caption used when displaying the grid in a View.
setCaption(String) - Method in class com.storedobject.vaadin.View
Set caption for this view.
setCaption(String) - Method in class com.storedobject.vaadin.WindowDecorator
Set the caption.
setCaptionStyle(String) - Method in class com.storedobject.iot.Block
Sets the caption style for the block.
setCaptionStyle(String) - Method in class com.storedobject.iot.UnitItemType
 
setCaptionX(int) - Method in class com.storedobject.iot.Block
Sets the X-coordinate for the caption.
setCaptionY(int) - Method in class com.storedobject.iot.Block
Sets the Y-coordinate for the caption of the block.
setCategory(int) - Method in class com.storedobject.accounts.AccountConfiguration
Sets the category for the object.
setCategory(int) - Method in class com.storedobject.core.AccountChart
 
setCategory(int) - Method in class com.storedobject.core.TaxDefinition
 
setCategory(Node.Type) - Method in class com.storedobject.chart.Node
 
setCategory(Id) - Method in class com.storedobject.core.InventoryLocation
 
setCC(Person) - Method in class com.storedobject.ui.MailForm
 
setCC(PersonRole) - Method in class com.storedobject.ui.MailForm
 
setCC(Class<T>) - Method in class com.storedobject.ui.MailForm
 
setCC(Iterable<T>) - Method in class com.storedobject.ui.MailForm
 
setCC(String) - Method in class com.storedobject.ui.MailForm
 
setCCAddress(Id) - Method in class com.storedobject.mail.Mail
Set the "CC address".
setCCAddress(StoredObject) - Method in class com.storedobject.mail.Mail
Set the "CC address".
setCCAddress(String) - Method in class com.storedobject.mail.Mail
Set "CC address".
setCellComment(Comment) - Method in class com.storedobject.office.od.ods.Cell
 
setCellCustomizer(Function<PDFCell, PDFCell>) - Method in class com.storedobject.pdf.TableHeader
Set a customizer for the cells that will be added later.
setCellErrorValue(byte) - Method in class com.storedobject.office.od.ods.Cell
 
setCellFormula(String) - Method in class com.storedobject.office.od.ods.Cell
 
setCellReferenceType(CellReferenceType) - Method in class com.storedobject.office.od.ods.Workbook
 
setCellStyle(CellStyle) - Method in class com.storedobject.office.od.ods.Cell
 
setCellType(CellType) - Method in class com.storedobject.office.od.ods.Cell
Deprecated.
setCellValue(boolean) - Method in class com.storedobject.office.od.ods.Cell
 
setCellValue(double) - Method in class com.storedobject.office.od.ods.Cell
 
setCellValue(Object) - Method in class com.storedobject.office.AbstractSpreadSheet
Set a value to the current cell.
setCellValue(String) - Method in class com.storedobject.office.od.ods.Cell
 
setCellValue(LocalDateTime) - Method in class com.storedobject.office.od.ods.Cell
 
setCellValue(Calendar) - Method in class com.storedobject.office.od.ods.Cell
 
setCellValue(Date) - Method in class com.storedobject.office.od.ods.Cell
 
setCellValue(Cell, Object) - Method in class com.storedobject.office.AbstractSpreadSheet
Set a value to a cell.
setCellValue(RichTextString) - Method in class com.storedobject.office.od.ods.Cell
 
setCellValues(Object...) - Method in class com.storedobject.office.AbstractSpreadSheet
Set cell values to consecutive cells from left to right, starting from the current cell.
setCenter(Shape.Point) - Method in class com.storedobject.chart.CirclePart
Set center.
setCenter(Size, Size) - Method in class com.storedobject.chart.PolarProperty
Set the center.
setCertificate(String) - Method in class com.storedobject.core.ServerInformation
 
setCharacterSpacing(float) - Method in class com.storedobject.pdf.PDFChunk
Set the character spacing.
setChart(Chart) - Method in class com.storedobject.chart.VisualMap
Set the chart for which this visual map is used.
setChart(AccountChart) - Method in class com.storedobject.core.Account
 
setChart(AccountChart) - Method in class com.storedobject.core.AccountChartMap
 
setChart(Id) - Method in class com.storedobject.core.Account
 
setChart(Id) - Method in class com.storedobject.core.AccountChartMap
 
setChart(BigDecimal) - Method in class com.storedobject.core.Account
 
setChart(BigDecimal) - Method in class com.storedobject.core.AccountChartMap
 
setCheckable(boolean) - Method in class com.storedobject.vaadin.MenuBarItem
Sets the checkable state of this menu item.
setChecked(boolean) - Method in class com.storedobject.vaadin.MenuBarItem
Sets the checked state of this item.
setChoice(int, String) - Method in class com.storedobject.vaadin.ChoiceField
Replace a choice at a specified index.
setChoice(String) - Method in class com.storedobject.vaadin.ChoiceField
Set the choice.
setChoices(Iterable<String>) - Method in class com.storedobject.vaadin.ChoiceField
Set choices.
setChoices(String[]) - Method in class com.storedobject.vaadin.ChoiceField
Set choices.
setChoices(Collection<String>) - Method in class com.storedobject.vaadin.ChoiceField
Set choices.
setCircular(boolean) - Method in class com.storedobject.chart.RadarCoordinate
Set the shape as circular.
setCirculatedAt(Timestamp) - Method in class com.storedobject.core.FileCirculation
 
setClassData(BigDecimal) - Method in class com.storedobject.core.JavaInnerClass
Sets the "class data" of the Logic Class.
setClassDirectory(String, String, String) - Static method in class com.storedobject.tools.JavaTool
 
setClassFamily(int) - Method in class com.storedobject.core.ObjectPermission
 
setClassName(String) - Method in class com.storedobject.core.AttachmentDefinition
 
setClassName(String) - Method in class com.storedobject.core.AuditTrailConfiguration
 
setClassName(String) - Method in class com.storedobject.core.ExtraInfoDefinition
 
setClassName(String) - Method in class com.storedobject.core.Logic
Sets the class name of the Logic.
setClassName(String) - Method in class com.storedobject.core.SOClass
 
setClassName(String) - Method in class com.storedobject.core.UIMetadata
 
setClassName(String) - Method in class com.storedobject.tools.Packager
 
setClassName(String) - Method in class com.storedobject.tools.TableDefinition
 
setClassName(String) - Method in interface com.storedobject.vaadin.HasStyle
 
setClickable(HasValue<?, ?>) - Method in interface com.storedobject.vaadin.ExecutableView
This method has the same effect of ExecutableView.trackValueChange(HasValue).
setClientId(String) - Method in class com.storedobject.mail.GMailSender
 
setClientSecret(String) - Method in class com.storedobject.mail.GMailSender
 
setClockwise(boolean) - Method in class com.storedobject.chart.ArcPart
Set whether this should drawn clockwise or not.
setCloseable(boolean) - Method in class com.storedobject.vaadin.DataForm
Set the closeability.
setCloseable(boolean) - Method in class com.storedobject.vaadin.WindowDecorator
Toggle the visibility of the "Close" button so that the associated Window's closeability can be controlled.
setCode(int) - Method in class com.storedobject.iot.Block
Sets the unique code for the block.
setCode(int) - Method in class com.storedobject.iot.Resource
 
setCode(int) - Method in class com.storedobject.iot.Site
Sets the unique code for the site.
setCode(int) - Method in class com.storedobject.iot.Unit
 
setCode(String) - Method in class com.storedobject.core.InventoryVirtualLocation
 
setCode(String) - Method in class com.storedobject.core.MessageTemplate
 
setCode(String) - Method in class com.storedobject.core.ProcessingLanguage
 
setCollectedAt(long) - Method in class com.storedobject.iot.Data
Mandatory attribute - data collection time (GMT)
setColor(int, int, int) - Method in class com.storedobject.pdf.PDFFont
Set the color from RGB values.
setColor(AbstractColor) - Method in class com.storedobject.chart.AbstractStyle
Set color.
setColor(AbstractColor) - Method in class com.storedobject.chart.Axis.PointerHandle
Set the color of the handle.
setColor(AbstractColor) - Method in class com.storedobject.chart.DataZoom.HandleStyle
Set color.
setColor(AbstractColor) - Method in class com.storedobject.chart.RadarCoordinate
Set color of the indicator.
setColor(AbstractColor) - Method in class com.storedobject.chart.Shadow
Set the color.
setColor(AbstractColor) - Method in class com.storedobject.chart.TextStyle
Set color.
setColor(Color) - Method in class com.storedobject.chart.AbstractTask
Set the color to be used when rendering.
setColor(PDFColor) - Method in class com.storedobject.pdf.PDFFont
Set the color.
setColor(String) - Method in class com.storedobject.calendar.Entry
 
setColor(String) - Method in class com.storedobject.vaadin.Icon
Set the color.
setColor(String) - Method in class com.storedobject.vaadin.ImageButton
 
setColor(String) - Method in class com.storedobject.vaadin.SpeakerButton
Set color.
setColors(AbstractColor...) - Method in class com.storedobject.chart.AreaStyle
Set multiple colors.
setColors(AbstractColor...) - Method in class com.storedobject.chart.Chart
Set colors for the charts.
setColors(Color...) - Method in class com.storedobject.chart.ColorGradient
Set color-bands.
setColumnBreak(int) - Method in class com.storedobject.office.od.ods.Sheet
 
setColumnDataName(String) - Method in class com.storedobject.chart.DataMatrix
Set the name of the column data.
setColumnFrozen(String, boolean) - Method in interface com.storedobject.vaadin.HasColumns
Set the frozen attribute of a given column.
setColumnGap(int) - Method in class com.storedobject.vaadin.CSSGrid
Set gap between columns.
setColumnGap(String) - Method in class com.storedobject.vaadin.CSSGrid
Set gap between columns.
setColumnGroupCollapsed(int, boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setColumnHidden(int, boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setColumnList(String) - Method in class com.storedobject.tools.IndexDefinition
 
setColumnNames(CategoryData) - Method in class com.storedobject.chart.DataMatrix
Set column names.
setColumnNames(String...) - Method in class com.storedobject.chart.DataMatrix
Set column names.
setColumnReadOnly(String...) - Method in class com.storedobject.ui.ObjectLinkField
 
setColumnReorderingAllowed(boolean) - Method in class com.storedobject.vaadin.DataGrid
 
setColumnReorderingAllowed(boolean) - Method in class com.storedobject.vaadin.DataTreeGrid
 
setColumnReorderingAllowed(boolean) - Method in class com.storedobject.vaadin.HasColumns.SOGrid
Set whether column reordering is allowed or not.
setColumnResizable(String, boolean) - Method in interface com.storedobject.vaadin.HasColumns
Set the resizable attribute of a given column.
setColumns(int) - Method in class com.storedobject.ui.ObjectEditor
 
setColumns(int) - Method in class com.storedobject.vaadin.AbstractDataForm
Set number of responsive columns for the form.
setColumns(int) - Method in class com.storedobject.vaadin.AbstractForm
Set number of responsive columns for the form.
setColumns(int) - Method in class com.storedobject.vaadin.ChoicesField
Set number of columns to show the check boxes.
setColumns(int) - Method in class com.storedobject.vaadin.FormLayout
Set number of responsive columns for the form.
setColumns(int) - Method in class com.storedobject.vaadin.GridLayout
Set equally sized columns.
setColumns(int) - Method in class com.storedobject.vaadin.PopupButton
Set equally sized columns.
setColumns(int) - Method in class com.storedobject.vaadin.TextArea
Set number of visible columns by adjusting the width.
setColumnSizes(int...) - Method in class com.storedobject.vaadin.GridLayout
Set column sizes.
setColumnSizes(String...) - Method in class com.storedobject.vaadin.GridLayout
Set column sizes.
setColumnSpan(int) - Method in class com.storedobject.pdf.PDFCell
Set number of columns to span (by default only 1 column of the PDFTable will be occupied).
setColumnSpan(int) - Method in interface com.storedobject.vaadin.ColumnSpan
Set column span.
setColumnSpan(View, int) - Method in class com.storedobject.vaadin.Dashboard
Set the column-span for the particular sub-view.
setColumnSpan(Component, int) - Method in class com.storedobject.vaadin.AbstractDataForm
Set number of columns to span for a particular component.
setColumnSpan(Component, int) - Method in class com.storedobject.vaadin.AbstractForm
Set number of columns to span for a particular component.
setColumnSpan(Component, int) - Method in class com.storedobject.vaadin.CSSGrid
Set number of columns to span.
setColumnSpan(Component, int) - Method in class com.storedobject.vaadin.Dashboard
Set the column-span for the particular sub-view.
setColumnSpan(Component, int) - Method in class com.storedobject.vaadin.FormLayout
Set number of columns to span for a particular component.
setColumnSpan(Component, int) - Method in class com.storedobject.vaadin.PopupButton
Set number of columns to span.
setColumnVisible(String, boolean) - Method in interface com.storedobject.vaadin.HasColumns
Set the visibility attribute of a given column.
setColumnWidth(int, int) - Method in class com.storedobject.office.od.ods.Sheet
 
setCommand(boolean) - Method in class com.storedobject.iot.ValueDefinition
 
setCommand(Id) - Method in class com.storedobject.iot.Command
 
setCommand(ValueDefinition<?>) - Method in class com.storedobject.iot.Command
 
setCommand(String) - Method in class com.storedobject.common.SystemProcess
Sets the command to be executed by this process.
setCommand(BigDecimal) - Method in class com.storedobject.iot.Command
 
setCommandValue(String) - Method in class com.storedobject.iot.Command
 
setComment(String) - Method in class com.storedobject.core.MemoComment
 
setComment(String) - Method in class com.storedobject.core.Secret
 
setCommentCount(int) - Method in class com.storedobject.core.MemoComment
 
setCommentedAt(Timestamp) - Method in class com.storedobject.core.MemoComment
 
setCommentedBy(Id) - Method in class com.storedobject.core.MemoComment
 
setCommentedBy(SystemUser) - Method in class com.storedobject.core.MemoComment
 
setCommentedBy(BigDecimal) - Method in class com.storedobject.core.MemoComment
 
setComments(String) - Method in class com.storedobject.core.FileCirculation
 
setCompactTheme(boolean) - Method in class com.storedobject.ui.Application
Set the application theme in compact mode.
setComplete(boolean) - Method in class com.storedobject.pdf.PDFTable
 
setCompleteBefore(ComputedDate) - Method in class com.storedobject.core.AbstractCheckList
 
setCompleteBefore(Object) - Method in class com.storedobject.core.AbstractCheckList
 
setCompleted(boolean) - Method in class com.storedobject.core.AbstractCheckList
 
setCompleted(double) - Method in class com.storedobject.chart.ActivityList.Activity
Set completion percentage.
setCompleted(double) - Method in class com.storedobject.chart.Project.Task
Set completion percentage.
setCompletedAction(Consumer<Stepper>) - Method in class com.storedobject.ui.util.Stepper
 
setCompletedAt(Timestamp) - Method in class com.storedobject.job.Log
 
setCompletedOn(Date) - Method in class com.storedobject.core.AbstractCheckList
 
setComponent(Component) - Method in class com.storedobject.vaadin.GridRow.Cell
Set a component for this cell (Text if any already set will be discarded).
setComponent(Component) - Method in class com.storedobject.vaadin.View
Set the "content" of the view.
setComponentCreator(HtmlTemplate.ComponentCreator) - Method in class com.storedobject.ui.util.HtmlTemplate
 
setComputed(boolean) - Method in interface com.storedobject.common.ComputedValue
 
setComputed(boolean) - Method in class com.storedobject.core.AbstractComputedValue
 
setComputed(boolean) - Method in class com.storedobject.core.ComputedDate
 
setCondition(int) - Method in class com.storedobject.iot.LimitMessage
 
setCondition(String) - Method in class com.storedobject.core.ObjectLoadFilter
Set the condition.
setCondition(String) - Method in class com.storedobject.core.ReportDefinition
Set the condition to be applied while retrieving the object instances from the database.
setCondition(String) - Method in class com.storedobject.core.StoredObjectUtility.Link
 
setCondition(String) - Method in class com.storedobject.tools.IndexDefinition
 
setConfiguration(AccountConfiguration) - Method in class com.storedobject.ui.accounts.AbstractInvoiceEditor
 
setConfirmAction(Runnable) - Method in class com.storedobject.vaadin.ActionForm
Set the confirm action.
setConfirmAction(Runnable) - Method in class com.storedobject.vaadin.InformationMessage
 
setConnectionTimeout(int) - Method in class com.storedobject.iot.MQTT
 
setConnectionType(int) - Method in class com.storedobject.iot.MQTT
 
setConnectNullPoints(boolean) - Method in class com.storedobject.chart.LineChart
Set whether to connect null points or not.
setConnector(SQLConnector) - Static method in class com.storedobject.core.RawSQL
 
setConnectorCommand(String) - Method in class com.storedobject.core.ConnectorLogic
 
setConnectTimeout(int) - Method in class com.storedobject.common.HTTP
Set the connection timeout for the HTTP request.
setConnectTimeout(int) - Method in class com.storedobject.common.SOAP
Set the connection timeout for the HTTP request.
setConstructorBlock(String) - Method in class com.storedobject.tools.TableDefinition
 
setConsumer(Consumer<String>) - Method in class com.storedobject.ui.BarcodeScanner
 
setConsumption(double) - Method in class com.storedobject.iot.Consumption
Sets the consumption value for this instance.
setContact(TransactionManager, String, String) - Method in interface com.storedobject.core.HasContacts
Set a contact value for this instance.
setContact(Transaction, String, String) - Method in interface com.storedobject.core.HasContacts
setContact(String) - Method in class com.storedobject.core.Contact
 
setContactClass(String) - Method in class com.storedobject.core.ContactGroupingCode
 
setContactData(ContactData) - Method in class com.storedobject.ui.ObjectEditor
For internal use only.
setContactType(ContactType) - Method in class com.storedobject.core.MessageTemplate
 
setContactType(Id) - Method in class com.storedobject.core.MessageTemplate
 
setContactType(BigDecimal) - Method in class com.storedobject.core.MessageTemplate
 
setContent(Component) - Method in interface com.storedobject.vaadin.ApplicationLayout
Set the "content" portion of the "layout".
setContent(Component...) - Method in class com.storedobject.vaadin.DetailComponent
Set components to the content section.
setContent(String) - Method in class com.storedobject.core.TextContent
 
setContent(String) - Method in class com.storedobject.iot.BlockDisplayContent
 
setContent(String) - Method in class com.storedobject.ui.MailForm
 
setContentGenerator(ImageGenerator) - Method in class com.storedobject.core.ImageProducer
 
setContentGenerator(TextContentGenerator) - Method in class com.storedobject.core.TextContentProducer
 
setContentTemplate(String) - Method in class com.storedobject.core.MemoType
 
setContentType(int) - Method in class com.storedobject.core.DocumentType
 
setContentType(String) - Method in class com.storedobject.common.HTTP
Set content type.
setContentType(String) - Method in class com.storedobject.core.StreamData
 
setContentType(String) - Method in class com.storedobject.tools.AbstractJSONService
 
setContentType(String) - Method in class com.storedobject.tools.JSONService
 
setContentType(String) - Method in class com.storedobject.tools.JSONServiceWS
 
setContentType(String) - Method in class com.storedobject.ui.util.DownloadStream
Sets stream content type.
setContinuous(boolean) - Method in class com.storedobject.chart.VisualMap
Set the rendering continuous.
setContrast() - Method in class com.storedobject.ui.ViewerLink
 
setControl(Id) - Method in class com.storedobject.iot.ControlSchedule
 
setControl(ValueDefinition<?>) - Method in class com.storedobject.iot.ControlSchedule
 
setControl(BigDecimal) - Method in class com.storedobject.iot.ControlSchedule
 
setControlPoint(Shape.Point) - Method in class com.storedobject.chart.BezierCurve
Set the control point for the quadratic Bezier curve.
setControlPoint1(Shape.Point) - Method in class com.storedobject.chart.BezierCurve
Set the first control point for the cubic Bezier curve.
setControlPoint2(Shape.Point) - Method in class com.storedobject.chart.BezierCurve
Set the second control point for the cubic Bezier curve.
setConverter(Function<Object, String>) - Method in class com.storedobject.common.CSV
Set the value converter to map the column values to string.
setCorrectedUnit(Quantity) - Method in class com.storedobject.core.InventoryUnitCorrection
 
setCorrectedUnit(Object) - Method in class com.storedobject.core.InventoryUnitCorrection
 
setCost(Money) - Method in class com.storedobject.core.InventoryItem
 
setCost(Money) - Method in class com.storedobject.core.InventoryLedger
 
setCost(Object) - Method in class com.storedobject.core.InventoryItem
 
setCost(Object) - Method in class com.storedobject.core.InventoryLedger
 
setCostOfRepair(Money) - Method in class com.storedobject.core.InventoryROItem
 
setCostOfRepair(Object) - Method in class com.storedobject.core.InventoryROItem
 
setCount(int) - Method in class com.storedobject.iot.Statistics
Sets the count value for the Statistics object.
setCounter(int) - Method in class com.storedobject.core.WebBiometric
 
setCountry(Country) - Method in class com.storedobject.ui.CountryField
Set the given country as the value.
setCountry(Country) - Method in class com.storedobject.ui.PhoneField
Set the country of the phone number.
setCountry(String) - Method in class com.storedobject.core.Entity
 
setCreatedAt(Timestamp) - Method in class com.storedobject.core.Message
 
setCreatedBy(Object) - Method in class com.storedobject.vaadin.View
Set the object that created this view.
setCrossEntity(boolean) - Method in class com.storedobject.core.MemoType
 
setCurrency(String) - Method in class com.storedobject.core.Account
Sets the currency.
setCurrency(String) - Method in class com.storedobject.core.CurrencyRate
 
setCurrency(String) - Method in class com.storedobject.core.SystemEntity
Sets the currency.
setCurrency(Currency) - Method in class com.storedobject.core.Account
Sets the currency.
setCurrency(Currency) - Method in class com.storedobject.ui.CurrencyField
Set a currency as the currency value.
setCurrentDate(Date) - Method in class com.storedobject.core.TransactionDate
 
setCustomColumnSupplier(Supplier<StringList>) - Method in class com.storedobject.core.ReportDefinition
 
setCustomerLogoName(String) - Method in class com.storedobject.core.DeviceLayout
 
setCustomRenderer(String) - Method in class com.storedobject.chart.Chart
Set a custom renderer for this chart.
setCustomTag(String) - Method in class com.storedobject.ui.VerifyOTP
Set a custom tag that will be passed to the quick senders as an additional parameter.
setDarkTheme() - Method in class com.storedobject.chart.SOChart
Set the dark theme.
setData(AbstractDataProvider<?>) - Method in class com.storedobject.chart.Axis
Set the data for this axis.
setData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.AbstractChart
This method if invoked will raise a RuntimeException if this is an axes-based chart.
setData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.Chart
Set data for the chart.
setData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.RadarChart
 
setData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.SankeyChart
 
setData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.SunburstChart
 
setData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.TreeChart
 
setData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.TreemapChart
 
setData(AbstractDataProvider<?>, int) - Method in class com.storedobject.chart.AbstractChart
Use this method to set data at a specific index in derived classes.
setData(DataProvider) - Method in class com.storedobject.chart.FunnelChart
Set data for the slices.
setData(DataProvider) - Method in class com.storedobject.chart.PieChart
Set data for the slices.
setData(Class<T>, T) - Method in class com.storedobject.vaadin.Application
Set some data in this application so that it can be retrieved later.
setData(Object) - Method in class com.storedobject.vaadin.Application
Set some data in this application so that it can be retrieved later.
setData(Object) - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
Associate some ad-hoc data with this node.
setData(String) - Method in class com.storedobject.common.Barcode
Set data to the barcode.
setData(String) - Method in class com.storedobject.core.PseudoTranDetail
 
setData(List<T>) - Method in class com.storedobject.vaadin.ListGrid
Set the data of this list.
setDataBoundary(String) - Method in class com.storedobject.ui.common.ExcelDataUpload
Data boundary can be set using this method.
setDataClass(String) - Method in class com.storedobject.core.MemoType
 
setDataClass(String) - Method in class com.storedobject.core.PasswordPolicy
 
setDataClass(String) - Method in class com.storedobject.core.ReportDefinition
 
setDataClassName(String) - Method in class com.storedobject.core.DataLogic
Sets Data Class Name.
setDataClassName(String) - Method in class com.storedobject.core.PrintLogicDefinition
 
setDataClassName(String) - Method in class com.storedobject.core.SerialConfigurator
 
setDataClassName(String) - Method in class com.storedobject.iot.UnitDefinition
 
setDataLogic(String) - Method in class com.storedobject.core.ApplicableDataLogic
 
setDataPickupMode() - Method in class com.storedobject.core.InventoryTransaction
Set the data pickup mode.
setDataShadowStyle(DataZoom.DataShadowStyle) - Method in class com.storedobject.chart.DataZoom
Set the style of the data shadow.
setDate(Date) - Method in class com.storedobject.accounts.Invoice
 
setDate(Date) - Method in class com.storedobject.core.Consignment
 
setDate(Date) - Method in interface com.storedobject.core.Device
 
setDate(Date) - Method in class com.storedobject.core.InventoryGRN
 
setDate(Date) - Method in class com.storedobject.core.InventoryLedger
 
setDate(Date) - Method in class com.storedobject.core.InventoryPO
 
setDate(Date) - Method in class com.storedobject.core.InventoryTransfer
 
setDate(Date) - Method in class com.storedobject.core.JournalVoucher
Set the date of this JV.
setDate(Date) - Method in class com.storedobject.core.LedgerWindow
Set the starting date from which ledger entries to be loaded.
setDate(Date) - Method in class com.storedobject.core.MaterialIssued
 
setDate(Date) - Method in class com.storedobject.core.MaterialRequest
 
setDate(Date) - Method in class com.storedobject.core.Memo
 
setDate(Date) - Method in class com.storedobject.core.PseudoTran
 
setDate(Date) - Method in class com.storedobject.core.UnpostedJournal
 
setDate(Date) - Method in class com.storedobject.job.Log
 
setDate(Date) - Method in class com.storedobject.report.JournalReport
 
setDate(Date) - Method in class com.storedobject.ui.Application
 
setDate(Date) - Method in class com.storedobject.core.Minutes
 
setDateFrom(Date) - Method in class com.storedobject.core.SubscriptionItem
 
setDateOfBirth(Date) - Method in class com.storedobject.core.Person
Set the date of birth
setDatePeriod(DatePeriod) - Method in class com.storedobject.report.JournalReport
 
setDateTo(Date) - Method in class com.storedobject.core.SubscriptionItem
 
setDay(int) - Method in class com.storedobject.iot.DailyConsumption
Sets the day of the year for this instance of DailyConsumption.
setDay(int) - Method in class com.storedobject.iot.DailyStatistics
Sets the day value for the daily statistics.
setDay(D, int) - Static method in class com.storedobject.common.DateUtility
 
setDays(int) - Method in class com.storedobject.iot.ControlSchedule
 
setDays(int) - Method in class com.storedobject.job.MessageEscalation
 
setDecimals(int) - Method in class com.storedobject.iot.ValueLimit
 
setDecimals(int) - Method in class com.storedobject.vaadin.DoubleField
Set the number of decimals.
setDeduct(boolean) - Method in class com.storedobject.core.LandedCostType
 
setDeepFrozen(boolean) - Method in class com.storedobject.core.AccountChart
 
setDefaultBackground(Color) - Method in class com.storedobject.chart.SOChart
Set the default background color.
setDefaultCellCustomizer(Consumer<PDFCell>) - Method in class com.storedobject.pdf.PDF
Set a cell customizer that will be called whenever a table cell is created.
setDefaultColumnStyle(int, CellStyle) - Method in class com.storedobject.office.od.ods.Sheet
 
setDefaultColumnWidth(int) - Method in class com.storedobject.office.od.ods.Sheet
 
setDefaultPadding(int) - Static method in class com.storedobject.vaadin.View
Set the default padding to be used by all views.
setDefaultPaperSize(int) - Method in class com.storedobject.core.ReportFormat
Set the default paper size.
setDefaultPosition(Notification.Position) - Static method in class com.storedobject.vaadin.Alert
Set the default position of alerts.
setDefaultRowHeight(short) - Method in class com.storedobject.office.od.ods.Sheet
 
setDefaultRowHeightInPoints(float) - Method in class com.storedobject.office.od.ods.Sheet
 
setDefaultUserCurrency(Currency) - Static method in class com.storedobject.core.Money
Sets the default currency for the library user when SO Platform is not active.
setDeflated(boolean) - Method in class com.storedobject.pdf.PDFImage
 
setDeleter(Function<ObjectEditor<T>, Boolean>) - Method in class com.storedobject.ui.ObjectEditor
Set a "deleter" that will be used for deleting the object.
setDelivered(boolean) - Method in class com.storedobject.sms.SMSMessage
 
setDelivery(int) - Method in class com.storedobject.core.MessageTemplate
 
setDependentView(View) - Method in class com.storedobject.ui.ObjectField
 
setDependentView(View) - Method in class com.storedobject.ui.ObjectFormField
 
setDependentView(View) - Method in class com.storedobject.ui.ObjectLinkField
 
setDependentView(View) - Method in class com.storedobject.ui.util.ExtraInfoField
 
setDependentView(View) - Method in interface com.storedobject.vaadin.ViewDependent
Set the dependent view.
setDepth(int) - Method in class com.storedobject.chart.SankeyChart.Node
Set the depth of the node.
setDescription(String) - Method in class com.storedobject.calendar.Entry
 
setDescription(String) - Method in class com.storedobject.core.AbstractCheckListItem
 
setDescription(String) - Method in class com.storedobject.core.AbstractServiceItemType
 
setDescription(String) - Method in class com.storedobject.core.CheckListTemplateItem
 
setDescription(String) - Method in class com.storedobject.core.GlobalProperty
 
setDescription(String) - Method in class com.storedobject.core.ReportDefinition
 
setDescription(String) - Method in class com.storedobject.core.SerialPattern
 
setDescription(String) - Method in class com.storedobject.core.ServerInformation
 
setDescription(String) - Method in class com.storedobject.core.UIAction
 
setDescription(String) - Method in class com.storedobject.job.Schedule
 
setDescription(String) - Method in class com.storedobject.vaadin.UploadField
Set the description to show.
setDestinationNode(Node) - Method in class com.storedobject.chart.Edge
 
setDetailComponent(Component) - Method in class com.storedobject.ui.AbstractObjectField
 
setDetailComponent(Component) - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
setDetailComponent(Component) - Method in class com.storedobject.ui.inventory.ItemField
 
setDetailComponent(Component) - Method in class com.storedobject.ui.ObjectCodeField
 
setDetailComponent(Component) - Method in class com.storedobject.ui.ObjectComboField
 
setDetailComponent(Component) - Method in class com.storedobject.ui.ObjectField
 
setDetailComponent(Component) - Method in class com.storedobject.ui.ObjectFormField
 
setDetailComponent(Component) - Method in class com.storedobject.ui.ObjectListField
 
setDetailComponent(Component) - Method in interface com.storedobject.ui.util.AbstractObjectInput
Set a component that will display details of the object value.
setDetailComponent(Component) - Method in interface com.storedobject.ui.util.DelegatedIdInput
 
setDetailComponent(Component) - Method in interface com.storedobject.ui.util.DelegatedObjectInput
 
setDeveloper(Id) - Method in class com.storedobject.core.DeveloperLog
 
setDeveloper(Person) - Method in class com.storedobject.core.DeveloperLog
 
setDeveloper(BigDecimal) - Method in class com.storedobject.core.DeveloperLog
 
setDevice(int) - Method in class com.storedobject.core.DeviceLayout
 
setDevice(int) - Method in class com.storedobject.core.Logic
 
setDevice(Device) - Method in class com.storedobject.core.TemplateString
Set the device to be used while evaluating the template.
setDevice(Device) - Method in class com.storedobject.job.Schedule
 
setDeviceLayout(DeviceLayout) - Method in interface com.storedobject.core.Device
 
setDeviceLayout(DeviceLayout) - Method in class com.storedobject.tools.SystemDevice
 
setDeviceLayout(DeviceLayout) - Method in class com.storedobject.ui.Application
 
setDeviceName(String) - Method in class com.storedobject.core.WebBiometric
 
setDigits(int) - Method in class com.storedobject.common.TOTP
Set number of digits.
setDirectory(File) - Method in class com.storedobject.common.SystemProcess
Sets the working directory for the process to be executed.
setDisabled(boolean) - Method in class com.storedobject.chart.AbstractProperty
Set it disabled.
setDisabled(boolean) - Method in class com.storedobject.core.WebBiometric
 
setDisabledColor(String) - Method in class com.storedobject.vaadin.ImageButton
Set the color when disabled.
setDisableLogin(boolean) - Method in class com.storedobject.core.LoginMessage
 
setDisallowedValues(Stream<Country>) - Method in class com.storedobject.ui.CountryField
Set disallowed country values.
setDisplayColumns(String) - Method in class com.storedobject.core.UIMetadata
 
setDisplayColumns(String) - Method in class com.storedobject.tools.TableDefinition
 
setDisplayDetail(Consumer<I>) - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
setDisplayDetail(Consumer<I>) - Method in class com.storedobject.ui.inventory.ItemField
 
setDisplayDetail(Consumer<T>) - Method in class com.storedobject.ui.AbstractObjectField
 
setDisplayDetail(Consumer<T>) - Method in class com.storedobject.ui.ObjectCodeField
 
setDisplayDetail(Consumer<T>) - Method in class com.storedobject.ui.ObjectComboField
 
setDisplayDetail(Consumer<T>) - Method in class com.storedobject.ui.ObjectField
 
setDisplayDetail(Consumer<T>) - Method in class com.storedobject.ui.ObjectFormField
 
setDisplayDetail(Consumer<T>) - Method in class com.storedobject.ui.ObjectListField
 
setDisplayDetail(Consumer<T>) - Method in interface com.storedobject.ui.util.AbstractObjectInput
Set a consumer that can display/consume the details of the object value.
setDisplayDetail(Consumer<T>) - Method in interface com.storedobject.ui.util.DelegatedIdInput
 
setDisplayDetail(Consumer<T>) - Method in interface com.storedobject.ui.util.DelegatedObjectInput
 
setDisplayFields(String) - Method in class com.storedobject.core.AuditTrailConfiguration
 
setDisplayFormulas(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setDisplayGridlines(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setDisplayGuts(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setDisplayName(String) - Method in class com.storedobject.core.UIFieldMetadata
 
setDisplayOrder(int) - Method in class com.storedobject.core.AbstractCheckListItem
 
setDisplayOrder(int) - Method in class com.storedobject.core.AttachmentDefinition
 
setDisplayOrder(int) - Method in class com.storedobject.core.CheckListTemplateItem
 
setDisplayOrder(int) - Method in class com.storedobject.core.ContactType
 
setDisplayOrder(int) - Method in interface com.storedobject.core.DisplayOrder
 
setDisplayOrder(int) - Method in class com.storedobject.core.ExtraInfoDefinition
 
setDisplayOrder(int) - Method in class com.storedobject.core.InventoryAssembly
 
setDisplayOrder(int) - Method in class com.storedobject.core.LandedCostType
 
setDisplayOrder(int) - Method in class com.storedobject.core.Logic
 
setDisplayOrder(int) - Method in class com.storedobject.core.LogicGroup
 
setDisplayOrder(int) - Method in class com.storedobject.core.ModuleLogic
 
setDisplayOrder(int) - Method in class com.storedobject.core.ReportColumnDefinition
 
setDisplayOrder(int) - Method in class com.storedobject.core.TaxType
 
setDisplayOrder(int) - Method in class com.storedobject.core.UnpostedJournalEntry
 
setDisplayOrder(int) - Method in class com.storedobject.tools.ColumnDefinition
 
setDisplayOrder(int) - Method in class com.storedobject.tools.LinkDefinition
 
setDisplayRowColHeadings(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setDisplayZeros(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setDistrict(int) - Method in class com.storedobject.common.INAddress
 
setDistrict(int) - Method in class com.storedobject.common.PKAddress
 
setDivisions(int) - Method in class com.storedobject.chart.Axis.MinorTicks
Set number of divisions.
setDivisions(int) - Method in class com.storedobject.chart.Axis
Set the number of divisions on the axis.
setDivisions(int) - Method in class com.storedobject.chart.GaugeChart
Set number of divisions on the dial.
setDocument(ContentProducer) - Method in class com.storedobject.ui.DocumentViewer
 
setDocument(ContentProducer) - Method in class com.storedobject.ui.util.DocumentViewer
 
setDocument(Id) - Method in class com.storedobject.ui.DocumentViewer
 
setDocument(Id) - Method in class com.storedobject.ui.util.DocumentViewer
 
setDocument(StreamData) - Method in class com.storedobject.ui.DocumentViewer
 
setDocument(StreamData) - Method in class com.storedobject.ui.util.DocumentViewer
 
setDoNotSave(boolean) - Method in class com.storedobject.ui.ObjectEditor
For internal use only.
setDPI(int, int) - Method in class com.storedobject.pdf.PDFImage
 
setDraggable(boolean) - Method in class com.storedobject.chart.Shape
Mark this shape as draggable.
setDraggable(Boolean) - Method in class com.storedobject.chart.GraphChart
 
setDrawerOpened(boolean) - Method in class com.storedobject.vaadin.ApplicationFrame
Workaround for the bug.
setDynamicContentHandler(SerializablePredicate<T>) - Method in class com.storedobject.ui.inventory.ItemContextMenu
 
setDynamicContentHandler(SerializablePredicate<T>) - Method in class com.storedobject.ui.inventory.ItemTypeContextMenu
 
setEarliestStart(Project.ProjectTask, Instant) - Method in class com.storedobject.chart.Project
Set the "earliest start" possible for a task/group.
setEarliestStart(Project.ProjectTask, LocalDate) - Method in class com.storedobject.chart.Project
Set the "earliest start" possible for a task/group.
setEarliestStart(Project.ProjectTask, LocalDateTime) - Method in class com.storedobject.chart.Project
Set the "earliest start" possible for a task/group.
setEcdaaKeyId(String) - Method in class com.storedobject.core.WebBiometric.AttestationStatement
 
setEconomicOrderQuantity(Quantity) - Method in class com.storedobject.core.InventoryItemType
 
setEconomicOrderQuantity(Object) - Method in class com.storedobject.core.InventoryItemType
 
setEdgeLabel(Chart.Label) - Method in class com.storedobject.chart.SankeyChart
Set the label for the edges.
setEdgeLength(double) - Method in class com.storedobject.chart.GraphChart
 
setEdges(List<Edge>) - Method in class com.storedobject.chart.Node
 
setEditability(boolean) - Method in class com.storedobject.core.UIFieldMetadata
 
setEditable(boolean) - Method in class com.storedobject.calendar.Entry
 
setEditOnSingleClick(boolean) - Method in class com.storedobject.ui.AbstractEditableGrid
Normally editing is started when double-clicked on the row.
setEditorProvider(ObjectEditorProvider) - Method in class com.storedobject.ui.inventory.GRN
 
setEffectiveDate(Date) - Method in class com.storedobject.core.CurrencyRate
Set the effective date
setEffectiveFrom(Date) - Method in class com.storedobject.core.ExchangeRate
 
setEffectiveFrom(Date) - Method in class com.storedobject.core.TaxRate
 
setEmbeddedView(View) - Method in class com.storedobject.vaadin.View
Set view in which component of this view will be embedded.
setEmirate(int) - Method in class com.storedobject.common.AEAddress
 
setEmphasis(Emphasis) - Method in class com.storedobject.chart.Chart
Set an Emphasis effect to this chart.
setEmphasis(Emphasis) - Method in class com.storedobject.chart.ComposedPart
 
setEmphasis(Emphasis) - Method in interface com.storedobject.chart.HasEmphasis
Set it to this instance.
setEmptyAllowed(boolean) - Method in class com.storedobject.tools.ColumnDefinition
 
setEmptyDisplay(String) - Method in class com.storedobject.vaadin.CustomTextField
Set text to be displayed when the value of the field is empty.
setEmptyRowsMessage(String) - Method in class com.storedobject.vaadin.SelectGrid
Set the message to be displayed when no rows exist while executing.
setEmptyRowsMessage(String) - Method in class com.storedobject.vaadin.ViewGrid
Set the message to be displayed when no rows exist while executing.
setEnabled(boolean) - Method in class com.storedobject.ui.AbstractObjectField
 
setEnabled(boolean) - Method in class com.storedobject.ui.AddressField
 
setEnabled(boolean) - Method in class com.storedobject.ui.FileField
 
setEnabled(boolean) - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
setEnabled(boolean) - Method in class com.storedobject.ui.inventory.ItemField
 
setEnabled(boolean) - Method in class com.storedobject.ui.ObjectComboField
 
setEnabled(boolean) - Method in class com.storedobject.ui.ObjectField
 
setEnabled(boolean) - Method in class com.storedobject.ui.ObjectFormField
 
setEnabled(boolean) - Method in class com.storedobject.ui.ObjectListField
 
setEnabled(boolean) - Method in interface com.storedobject.ui.util.AbstractObjectInput
Enable/disable this field.
setEnabled(boolean) - Method in interface com.storedobject.vaadin.ApplicationMenuItem
Enable or disable this menu item.
setEnabled(boolean) - Method in class com.storedobject.vaadin.BooleanField
 
setEnabled(boolean) - Method in class com.storedobject.vaadin.Box
Set enabled/disabled style.
setEnabled(boolean) - Method in class com.storedobject.vaadin.CustomTextField
 
setEnabled(boolean) - Method in class com.storedobject.vaadin.ImageButton
 
setEnabled(boolean) - Method in class com.storedobject.vaadin.MenuItem
 
setEnabled(boolean) - Method in class com.storedobject.vaadin.ToggleButton
 
setEnabled(boolean) - Method in class com.storedobject.vaadin.TranslatedField
 
setEncryptionProperties(Properties, int) - Static method in class com.storedobject.mail.Sender
 
setEncryptionSecret(String) - Method in class com.storedobject.core.AutoLogin
 
setEncryptionType(int) - Method in class com.storedobject.mail.MailSender
 
setEnd(int) - Method in class com.storedobject.chart.AbstractDataZoom
The end percentage of the window out of the data extent, in the range of 0 ~ 100.
setEndAngle(int) - Method in class com.storedobject.chart.GaugeChart
Set the ending angle of the gauge.
setEndAngle(Number) - Method in class com.storedobject.chart.ArcPart
Set the ending angle.
setEndDate(Date) - Method in class com.storedobject.calendar.Entry
 
setEndTime(int) - Method in class com.storedobject.calendar.Entry
 
setEndValue(Number) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute end value of the window.
setEndValue(LocalDate) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute end value of the window.
setEndValue(LocalDateTime) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute end value of the window.
setEnteredBy(Id) - Method in class com.storedobject.core.MemoComment
 
setEnteredBy(SystemUser) - Method in class com.storedobject.core.MemoComment
 
setEnteredBy(BigDecimal) - Method in class com.storedobject.core.MemoComment
 
setEntity(AccountEntity<?>) - Method in class com.storedobject.accounts.EntityAccount
Sets the associated entity for the EntityAccount.
setEntity(Entity) - Method in class com.storedobject.accounts.BusinessEntity
Sets the entity for this object.
setEntity(Entity) - Method in class com.storedobject.core.EntityRole
setEntity(Entity) - Method in class com.storedobject.core.InventoryVirtualLocation
 
setEntity(Entity) - Method in class com.storedobject.core.SystemEntity
Sets the entity of this System Entity.
setEntity(Entity) - Method in class com.storedobject.office.ExcelReport
 
setEntity(Entity) - Method in class com.storedobject.office.ODSReport
 
setEntity(Entity) - Method in class com.storedobject.office.ODTReport
 
setEntity(Entity) - Method in class com.storedobject.office.TextReport
 
setEntity(Entity) - Method in class com.storedobject.pdf.PDF
Sets the Entity so that the "letter head" can be printed.
setEntity(Id) - Method in class com.storedobject.accounts.BusinessEntity
Sets the entity for this object.
setEntity(Id) - Method in class com.storedobject.accounts.EntityAccount
Sets the entity id.
setEntity(Id) - Method in class com.storedobject.core.EntityRole
setEntity(Id) - Method in class com.storedobject.core.InventoryVirtualLocation
 
setEntity(Id) - Method in class com.storedobject.core.ReportFormat
Set the entity.
setEntity(Id) - Method in class com.storedobject.core.SystemEntity
Sets the entity of this System Entity.
setEntity(SystemEntity) - Method in class com.storedobject.core.ReportFormat
Set the entity.
setEntity(SystemEntity) - Method in class com.storedobject.core.TransactionManager
 
setEntity(BigDecimal) - Method in class com.storedobject.accounts.BusinessEntity
Sets the entity of the party.
setEntity(BigDecimal) - Method in class com.storedobject.accounts.EntityAccount
Sets the entity object with the provided id value.
setEntity(BigDecimal) - Method in class com.storedobject.core.InventoryVirtualLocation
 
setEntity(BigDecimal) - Method in class com.storedobject.core.ReportFormat
Set the entity.
setEntity(BigDecimal) - Method in class com.storedobject.core.SystemEntity
Sets the entity of this System Entity.
setEntityAccountClassName(String) - Method in class com.storedobject.accounts.AccountConfiguration
Sets the entity account class name.
setEntrySerial(int) - Method in class com.storedobject.core.TransactionValueDate
 
setEntrySerial(int) - Method in class com.storedobject.core.UnpostedJournalEntry
 
setEnvironment(String[]) - Method in class com.storedobject.common.SystemProcess
Sets the environment variables for the system process.
setEpoch(int) - Method in class com.storedobject.ui.DatePeriodField
Epoch value to set.
setEpoch(int) - Method in class com.storedobject.ui.TimestampField
Epoch value to set.
setEpoch(int) - Method in class com.storedobject.ui.TimestampPeriodField
Epoch value to set.
setEpoch(int) - Method in class com.storedobject.vaadin.DateField
Epoch value to set.
setEpoch(int) - Method in class com.storedobject.vaadin.LegacyDateField
Epoch value to set.
setError(int) - Method in class com.storedobject.core.Message
Set the error.
setError(int) - Method in class com.storedobject.core.RawSQL
 
setError(String) - Method in class com.storedobject.mail.Error
 
setError(String) - Method in class com.storedobject.pdf.PDF
Set additional error information such that it will be printed in the log when an error happens.
setError(Throwable) - Method in class com.storedobject.common.ErrorText
 
setError(Throwable) - Method in class com.storedobject.core.TransactionControl
 
setErrorDisplay(HasText) - Method in class com.storedobject.vaadin.AbstractDataForm
Error messages of the form are typically displayed using Notification.
setErrorDisplay(HasText) - Method in class com.storedobject.vaadin.AbstractForm
Error messages of the form are typically displayed using Notification.
setErrorDisplay(HasText) - Method in class com.storedobject.vaadin.util.Data
Set the error display (If not set, a default mechanism is used to display errors and warnings).
setErrorLogger(ErrorLogger) - Method in class com.storedobject.core.LedgerWindow
Set the error logger to capture the errors while generating the ledger entries.
setErrorMessage(String) - Method in class com.storedobject.report.ObjectList
 
setErrorMessage(String) - Method in interface com.storedobject.report.ObjectLister
 
setErrorMessage(String) - Method in class com.storedobject.report.ObjectListExcel
 
setErrorObject(Object) - Method in class com.storedobject.common.ErrorText
 
setErrorParameter(BeforeEnterEvent, ErrorParameter<NotFoundException>) - Method in class com.storedobject.vaadin.util.InvalidLinkError
 
setErrorParameter(BeforeEnterEvent, ErrorParameter<Exception>) - Method in class com.storedobject.ui.ErrorEater
 
setErrorValue(String) - Method in class com.storedobject.mail.Mail
Sets the error value for the Mail instance.
setEscalateTo(Id) - Method in class com.storedobject.job.MessageEscalation
 
setEscalateTo(MessageEscalationGroup) - Method in class com.storedobject.job.MessageEscalation
 
setEscalateTo(BigDecimal) - Method in class com.storedobject.job.MessageEscalation
 
setEveryday(double) - Method in class com.storedobject.iot.FullConsumption
 
setExcelInBrowse(boolean) - Method in class com.storedobject.core.UIMetadata
 
setException(Exception) - Method in class com.storedobject.mail.Sender.Debugger
 
setExchangeRate(Rate) - Method in class com.storedobject.accounts.Invoice
 
setExchangeRate(Object) - Method in class com.storedobject.accounts.Invoice
 
setExecutable(Executable) - Method in class com.storedobject.core.Logic
 
setExecutable(Executable) - Method in class com.storedobject.core.ReportDefinition
 
setExitSite(String) - Method in class com.storedobject.core.BrowserDeviceLayout
 
setExpiry(Date) - Method in class com.storedobject.core.Document
 
setExpiry(Date) - Method in class com.storedobject.core.PIN
 
setExpiryApplicable(boolean) - Method in class com.storedobject.core.DocumentType
 
setExpiryDays(int) - Method in class com.storedobject.core.PasswordPolicy
 
setExternalEditor(ObjectEditor<T>) - Method in class com.storedobject.ui.ObjectListEditor
Set an external editor to edit objects of this list editor.
setExternalException(Exception) - Method in class com.storedobject.common.InputOutputStream
Set an exception to the input stream so that someone will get it when they try to read something from it.
setExternalUser(String) - Method in class com.storedobject.core.ExternalSystemUser
 
setExtraButtons(Component...) - Method in class com.storedobject.ui.DocumentViewer
 
setExtraButtons(Component...) - Method in class com.storedobject.ui.util.DocumentViewer
 
setExtraCondition(String) - Method in class com.storedobject.report.ObjectList
 
setExtraCondition(String) - Method in interface com.storedobject.report.ObjectLister
 
setExtraCondition(String) - Method in class com.storedobject.report.ObjectListExcel
 
setExtraConstructors(String) - Method in class com.storedobject.tools.TableDefinition
 
setExtraData(String) - Method in class com.storedobject.core.JournalVoucher.Entry
Sets the extra data for this entry.
setExtraData(String) - Method in class com.storedobject.core.UnpostedJournalEntry
 
setExtraErrors() - Method in class com.storedobject.vaadin.util.Data
Set extra errors flag.
setExtraFilter(FilterProvider) - Method in interface com.storedobject.ui.ObjectLoader
Deprecated.
setExtraFilter(String) - Method in interface com.storedobject.ui.ObjectLoader
Deprecated.
setExtraFilterProvider(FilterProvider) - Method in class com.storedobject.ui.inventory.AssemblyItemField
This method doesn't have any effect.
setExtraFilterProvider(FilterProvider) - Method in class com.storedobject.ui.inventory.ItemComboField
 
setExtraFilterProvider(FilterProvider) - Method in class com.storedobject.ui.inventory.ItemField
 
setExtraFilterProvider(FilterProvider) - Method in class com.storedobject.ui.inventory.ItemGetField
 
setExtraFilterProvider(FilterProvider) - Method in interface com.storedobject.ui.inventory.ItemInput
Set extra filters that need to be added to other filters when item's accessibility is checked.
setExtraFontSize(int) - Method in class com.storedobject.chart.AbstractProject
Set the font size used to render the extra information of group.
setExtraFontSize(int) - Method in class com.storedobject.chart.AbstractTask
Set the font size used to render the extra information of group (Applicable only if this is a group).
setExtraImports(String) - Method in class com.storedobject.tools.TableDefinition
 
setExtraInfo(ExtraInfo<?>) - Method in class com.storedobject.ui.ObjectEditor
For internal use only.
setExtraInfo(String) - Method in class com.storedobject.chart.AbstractTask
Set extra information.
setExtraInfoClassName(String) - Method in class com.storedobject.core.ExtraInfoDefinition
 
setExtraInformation(boolean) - Method in class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
setExtraInformation(boolean) - Method in class com.storedobject.ui.common.CheckListForestBrowser
 
setExtraInformation(String) - Method in class com.storedobject.core.UnpostedJournal
 
setExtraMethods(String) - Method in class com.storedobject.tools.TableDefinition
 
setExtraParagraphSpace(float) - Method in class com.storedobject.pdf.PDFCell
Set the extra space between paragraphs.
setFadeOut(Chart.Emphasis.FADE_OUT) - Method in class com.storedobject.chart.Chart.Emphasis
Specify how other elements will be faded out when emphasising an element.
setFadeOutScope(Chart.Emphasis.FADE_OUT_SCOPE) - Method in class com.storedobject.chart.Chart.Emphasis
Set the scope of the fade out.
setFamily(Font.Family) - Method in class com.storedobject.chart.Font
Set font-family.
setFamily(String) - Method in class com.storedobject.pdf.PDFFont
Set the font family from the name given.
setFemale(boolean) - Method in class com.storedobject.ui.tools.ManageSalutation.Salutation
 
setField(AttachmentField) - Method in class com.storedobject.ui.util.StreamAttachment
 
setFieldContainerProvider(HasContainer) - Method in class com.storedobject.ui.ObjectEditor
 
setFieldContainerProvider(HasContainer) - Method in class com.storedobject.vaadin.AbstractDataForm
Set the field container provider for this form so that AbstractDataForm.createFieldContainer()} can provide the component container from this.
setFieldCustomizer(FieldCustomizer) - Method in class com.storedobject.vaadin.AbstractDataForm
Set an external field customizer.
setFieldCustomizer(FieldCustomizer) - Method in class com.storedobject.vaadin.ObjectForm
Set an external field customizer.
setFieldEditable(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
Set fields editable.
setFieldEditable(String...) - Method in class com.storedobject.vaadin.AbstractDataForm
Set fields editable.
setFieldHidden(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
Set fields hidden.
setFieldHidden(String...) - Method in class com.storedobject.vaadin.AbstractDataForm
Set fields hidden.
setFieldLabel(HasValue<?, ?>, String) - Method in class com.storedobject.vaadin.AbstractDataForm
Set label for a specific field.
setFieldLabel(HasValue<?, ?>, String) - Method in class com.storedobject.vaadin.AbstractForm
Set label for a specific field.
setFieldLabel(String, String) - Method in class com.storedobject.vaadin.AbstractDataForm
Set label for a specific field.
setFieldLabel(String, String) - Method in class com.storedobject.vaadin.AbstractForm
Set label for a specific field.
setFieldName(String) - Method in class com.storedobject.core.UIFieldMetadata
 
setFieldOrder(int) - Method in class com.storedobject.core.UIFieldMetadata
 
setFieldReadOnly(boolean, HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
Set fields read only.
setFieldReadOnly(boolean, String...) - Method in class com.storedobject.vaadin.AbstractDataForm
Set fields read only.
setFieldReadOnly(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
Set fields read only.
setFieldReadOnly(String...) - Method in class com.storedobject.vaadin.AbstractDataForm
Set fields read only.
setFieldValueHandler(FieldValueHandler) - Method in class com.storedobject.vaadin.util.Data
Set the field value handler.
setFieldVisible(boolean, HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
Set fields visible.
setFieldVisible(boolean, String...) - Method in class com.storedobject.vaadin.AbstractDataForm
Set fields visible.
setFieldVisible(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
Set fields visible.
setFieldVisible(String...) - Method in class com.storedobject.vaadin.AbstractDataForm
Set fields visible.
setFile(Id) - Method in class com.storedobject.core.FileData
 
setFile(Id) - Method in class com.storedobject.core.MediaFile
 
setFile(Id) - Method in class com.storedobject.mail.Attachment
 
setFile(StreamData) - Method in class com.storedobject.core.FileData
 
setFile(StreamData) - Method in class com.storedobject.core.MediaFile
 
setFile(StreamData) - Method in class com.storedobject.mail.Attachment
 
setFile(BigDecimal) - Method in class com.storedobject.core.FileData
 
setFile(BigDecimal) - Method in class com.storedobject.core.MediaFile
 
setFile(BigDecimal) - Method in class com.storedobject.mail.Attachment
 
setFileClass(String) - Method in class com.storedobject.core.DocumentConfiguration
 
setFileClassName(String) - Method in class com.storedobject.core.AttachmentDefinition
 
setFileData(FileData) - Method in class com.storedobject.ui.ViewerLink
Set the content from file data.
setFileData(String) - Method in class com.storedobject.ui.ViewerLink
Set the content from file data.
setFileName(String) - Method in class com.storedobject.core.StreamDataContent
 
setFileName(String) - Method in class com.storedobject.mail.Attachment
 
setFileName(String) - Method in class com.storedobject.ui.util.DownloadStream
Sets the file name.
setFill(String) - Method in class com.storedobject.common.SVG
Fill.
setFillColor(AbstractColor) - Method in class com.storedobject.chart.Shape.Style
Set the fill color.
setFiller(Object) - Method in class com.storedobject.office.ODT
 
setFillerColor(AbstractColor) - Method in class com.storedobject.chart.DataZoom
Set the filler color to fill the selected area.
setFilter(FilterProvider) - Method in interface com.storedobject.core.FilterMethods
Set a filter provider to be used when loading takes place.
setFilter(FilterProvider) - Method in interface com.storedobject.ui.util.DelegatedIdInput
 
setFilter(FilterProvider) - Method in interface com.storedobject.ui.util.DelegatedObjectInput
 
setFilter(FilterProvider, boolean) - Method in interface com.storedobject.core.FilterMethods
Set a filter provider to be used when loading takes place.
setFilter(ObjectLoadFilter<InventoryBin>) - Method in class com.storedobject.ui.inventory.BinField
 
setFilter(ObjectLoadFilter<T>) - Method in interface com.storedobject.core.FilterMethods
Set a filter to be applied when loading takes place.
setFilter(ObjectLoadFilter<T>, boolean) - Method in interface com.storedobject.core.FilterMethods
Set a filter to be applied when loading takes place.
setFilter(SerializablePredicate<T>) - Method in class com.storedobject.ui.AbstractListProvider
 
setFilter(SerializablePredicate<T>) - Method in class com.storedobject.ui.AbstractTreeProvider
 
setFilter(String) - Method in interface com.storedobject.core.FilterMethods
Set a filter clause to be used when loading takes place.
setFilter(String) - Method in class com.storedobject.core.ReportDefinition
Set the filter variables with filter conditions.
setFilter(String) - Method in class com.storedobject.ui.ObjectComboField
 
setFilter(String) - Method in class com.storedobject.ui.ObjectListField
 
setFilter(String, boolean) - Method in interface com.storedobject.core.FilterMethods
Set a filter clause to be used when loading takes place.
setFilter(Predicate<T>) - Method in class com.storedobject.ui.ObjectField
 
setFilter(Predicate<T>) - Method in interface com.storedobject.ui.ObjectLoader
Deprecated.
setFilter(Predicate<T>, boolean) - Method in interface com.storedobject.ui.ObjectLoader
setFilterLogic(LogicalOperator) - Method in class com.storedobject.ui.util.ViewFilter
 
setFilterMode(int) - Method in class com.storedobject.chart.AbstractDataZoom
Set the filter mode.
setFilterProvider(FilterProvider) - Method in class com.storedobject.core.ObjectLoadFilter
Set a "filter provider".
setFinishLabel(String) - Method in class com.storedobject.ui.SteppedView
Set the label on the "Finish" button.
setFinishLabel(String) - Method in class com.storedobject.ui.util.Stepper
 
setFireImmediately(boolean) - Method in class com.storedobject.job.Schedule
 
setFirstFocus(Focusable<?>) - Method in class com.storedobject.vaadin.View
Set the first focusable component.
setFirstLineIndent(float) - Method in class com.storedobject.pdf.PDFParagraph
 
setFirstName(String) - Method in class com.storedobject.core.Person
Set the first name of the person
setFirstStream(OutputStream) - Method in class com.storedobject.common.TeeOutputStream
Set the first stream.
setFirstValue() - Method in class com.storedobject.ui.ObjectComboField
 
setFirstValue() - Method in class com.storedobject.ui.ObjectListField
 
setFirstValue() - Method in class com.storedobject.vaadin.util.BasicComboList
 
setFirstVisibleTab(int) - Method in class com.storedobject.office.od.ods.Workbook
 
setFitToPage(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setFixedFilter(FilterProvider) - Method in interface com.storedobject.ui.ObjectLoader
Set a fixed filter that will be automatically added to any filter that is set later.
setFixedFilter(FilterProvider, boolean) - Method in interface com.storedobject.ui.ObjectLoader
Set a fixed filter that will be automatically added to any filter that is set later.
setFixedFilter(String) - Method in class com.storedobject.ui.inventory.AbstractRequestMaterial
 
setFixedFilter(String) - Method in class com.storedobject.ui.inventory.AbstractSendAndReceiveMaterial
 
setFixedFilter(String) - Method in interface com.storedobject.ui.ObjectLoader
Set a fixed filter that will be automatically added to any filter that is set later.
setFixedFilter(String, boolean) - Method in interface com.storedobject.ui.ObjectLoader
Set a fixed filter that will be automatically added to any filter that is set later.
setFixedHeight(float) - Method in class com.storedobject.pdf.PDFCell
Set fixed height for the cell.
setFixedValue(HasValue<?, ?>, Object) - Method in class com.storedobject.vaadin.AbstractDataEditor
Set a fixed value for a field.
setFixedValue(String, Object) - Method in class com.storedobject.vaadin.AbstractDataEditor
Set a fixed value for a field.
setFixedValues(T) - Method in class com.storedobject.vaadin.AbstractDataEditor
Set the attributes of the object with "fixed values" from the respective fields if fixed values are defined using AbstractDataEditor.setFixedValue(String, Object) or AbstractDataEditor.setFixedValue(HasValue, Object) method for those attributes.
setFmt(String) - Method in class com.storedobject.core.WebBiometric.Attestation
 
setFoldingPoint(int) - Method in class com.storedobject.ui.FoldingLayout
Set the folding point (Point at which folding is initiated).
setFollowingIndent(float) - Method in class com.storedobject.pdf.PDFCell
Set the following indent.
setFont(Font) - Method in class com.storedobject.chart.Text
Set the font.
setFont(PDFFont) - Method in class com.storedobject.pdf.PDFChunk
Set the font.
setFont(PDFFont) - Method in class com.storedobject.pdf.PDFPhrase
Set the font as the current font..
setFontSize(int) - Method in class com.storedobject.chart.AbstractTask
Set the font size used to render the details.
setFontSize(int) - Method in class com.storedobject.pdf.PDF
Sets the default font size.
setFontSize(String) - Method in class com.storedobject.core.ApplicationModule
 
setFontStyle(Font) - Method in class com.storedobject.chart.TextStyle
Set font.
setFooter(String) - Method in class com.storedobject.core.ReportColumnDefinition
 
setFooter(String) - Method in class com.storedobject.mail.Sender
 
setFooterAlignment(int) - Method in class com.storedobject.core.ReportColumnDefinition
 
setFooterRows(int) - Method in class com.storedobject.pdf.PDFTable
 
setFooterType(String) - Method in class com.storedobject.mail.Sender
 
setForceFormulaRecalculation(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setForceFormulaRecalculation(boolean) - Method in class com.storedobject.office.od.ods.Workbook
 
setForeignCurrency(String) - Method in class com.storedobject.core.ExchangeRate
 
setForeignReference(String) - Method in class com.storedobject.core.JournalVoucher
Set the foreign reference of this JV (to be used by the foreign system).
setForeignReference(String) - Method in class com.storedobject.core.UnpostedJournal
 
setForeignSystem(ForeignFinancialSystem) - Method in class com.storedobject.core.JournalVoucherStage
 
setForeignSystem(Id) - Method in class com.storedobject.core.JournalVoucherStage
 
setForeignSystem(BigDecimal) - Method in class com.storedobject.core.JournalVoucherStage
 
setForGRNs() - Method in class com.storedobject.ui.inventory.POBrowser
 
setForGRNs() - Method in class com.storedobject.ui.inventory.SendItemsForRepair
 
setFormat(Barcode.Format) - Method in class com.storedobject.common.Barcode
Set the barcode format.
setFormat(Barcode.Format) - Method in class com.storedobject.ui.BarcodeImage
 
setFormatter(String) - Method in class com.storedobject.chart.Axis.Label
Set the label formatter.
setFormatter(String) - Method in class com.storedobject.chart.Chart.Label
Set the label formatter.
setFormatter(String) - Method in class com.storedobject.chart.Label
Set the label formatter.
setFormatterFunction(String) - Method in class com.storedobject.chart.Axis.Label
Set a Javascript function as the label formatter.
setFormLayout(String) - Method in class com.storedobject.core.UIMetadata
 
setFormStyle(int) - Method in class com.storedobject.core.UIMetadata
 
setFormStyle(int) - Method in class com.storedobject.tools.TableDefinition
 
setFormTitle(String) - Method in class com.storedobject.tools.TableDefinition
 
setFreeFormat(boolean) - Method in class com.storedobject.ui.MinutesField
 
setFriday(double) - Method in class com.storedobject.iot.FullConsumption
 
setFrom(Shape.Point) - Method in class com.storedobject.chart.BezierCurve
Set the "from" point.
setFrom(Shape.Point) - Method in class com.storedobject.chart.Line
Set the "from" point.
setFromAddress(String) - Method in class com.storedobject.mail.Sender
 
setFromAddressName(String) - Method in class com.storedobject.mail.Sender
 
setFromClient(boolean) - Method in class com.storedobject.ui.AbstractEditableGrid
 
setFromClient(boolean) - Method in class com.storedobject.ui.ObjectLinkField
 
setFromClient(boolean) - Method in class com.storedobject.ui.ReferenceLinkGrid
 
setFromInventory(boolean) - Method in class com.storedobject.accounts.Invoice
 
setFromLink(String) - Method in class com.storedobject.core.ServerLink
 
setFromLocation(Id) - Method in class com.storedobject.core.InventoryTransfer
 
setFromLocation(Id) - Method in class com.storedobject.core.MaterialRequest
 
setFromLocation(InventoryLocation) - Method in class com.storedobject.core.InventoryTransfer
 
setFromLocation(InventoryLocation) - Method in class com.storedobject.core.MaterialRequest
 
setFromLocation(BigDecimal) - Method in class com.storedobject.core.InventoryTransfer
 
setFromLocation(BigDecimal) - Method in class com.storedobject.core.MaterialRequest
 
setFromPOs() - Method in class com.storedobject.ui.inventory.GRN
 
setFromROs() - Method in class com.storedobject.ui.inventory.GRN
 
setFullScreen(boolean) - Method in class com.storedobject.vaadin.View
Set full-screen mode.
setGap(int) - Method in class com.storedobject.chart.AbstractLabel
Set the gap between the part and labels.
setGap(int) - Method in class com.storedobject.chart.Axis.PointerHandle
Set the gap between the axis and handle.
setGap(int) - Method in class com.storedobject.chart.Title
Set the gap between title and sub-title.
setGap(int) - Method in class com.storedobject.ui.FoldingLayout
Set the gap between components.
setGap(int) - Method in class com.storedobject.vaadin.ButtonLayout
Set the gap between components.
setGap(int) - Method in class com.storedobject.vaadin.CSSGrid
Set gap between components.
setGap(String) - Method in class com.storedobject.vaadin.CSSGrid
Set gap between components.
setGender(int) - Method in class com.storedobject.core.Person
Set the gender of the person.
setGenderSpecificTitle(int) - Method in class com.storedobject.core.Person
Sets the title value of this person.
setGeneralRemarks(String) - Method in class com.storedobject.sms.Provider
 
setGenerated(boolean) - Method in class com.storedobject.core.JavaClass
 
setGeneratedBy(TransactionManager, StoredObject) - Method in class com.storedobject.core.LoginMessage
 
setGeneratedBy(Transaction, StoredObject) - Method in class com.storedobject.core.LoginMessage
 
setGetMethod(Method) - Method in class com.storedobject.core.UIFieldMetadata
 
setGetPaddingBottom(int) - Method in class com.storedobject.chart.Padding
Set bottom padding.
setGetPaddingLeft(int) - Method in class com.storedobject.chart.Padding
Set left padding.
setGradient(int, int, int) - Method in class com.storedobject.chart.ColorGradient
Set parameters for radial gradient.
setGradient(int, int, int, int) - Method in class com.storedobject.chart.ColorGradient
Set parameters for linear gradient.
setGravity(double) - Method in class com.storedobject.chart.GraphChart
 
setGrayFill(float) - Method in class com.storedobject.pdf.PDFRectangle
Set the gray fill value (between 0.0 and 1.0).
setGreen(int) - Method in class com.storedobject.chart.Color
Set the green value.
setGridAreas(Axis.GridAreas) - Method in class com.storedobject.chart.Axis
Set the grid-areas for the axis.
setGridLines(Axis.GridLines) - Method in class com.storedobject.chart.Axis
Set the grid-lines for the axis.
setGRN(Id) - Method in class com.storedobject.core.InventoryItem
 
setGRN(InventoryGRN) - Method in class com.storedobject.core.InventoryItem
 
setGRN(InventoryGRN) - Method in class com.storedobject.core.InventoryTransaction
Set the GRN for this transaction so that all items will be marked as received from this GRN.
setGRN(BigDecimal) - Method in class com.storedobject.core.InventoryItem
 
setGRNProducer(ProducesGRN) - Method in class com.storedobject.ui.inventory.GRN
 
setGrossWeight(Weight) - Method in class com.storedobject.core.ConsignmentPacket
 
setGrossWeight(Object) - Method in class com.storedobject.core.ConsignmentPacket
 
setGroupFontSize(int) - Method in class com.storedobject.chart.AbstractProject
Set the font size used to render the group name.
setGrouping(boolean) - Method in class com.storedobject.vaadin.util.NumericField
 
setGroupingCode(int) - Method in class com.storedobject.core.ContactGroupingCode
 
setGroupingCode(int) - Method in class com.storedobject.core.ContactType
 
setHandle(Axis.PointerHandle) - Method in class com.storedobject.chart.Axis.Pointer
Set the pointer-handle.
setHandleStyle(DataZoom.HandleStyle) - Method in class com.storedobject.chart.DataZoom
Set the handle style.
setHeader(int, String) - Method in class com.storedobject.pdf.TableHeader
Set caption for a specific column.
setHeader(Component) - Method in class com.storedobject.vaadin.ContentWithHeader
Set the header portion.
setHeader(Component) - Method in class com.storedobject.vaadin.DetailComponent
Set the header.
setHeader(String) - Method in class com.storedobject.vaadin.DetailComponent
Set the header.
setHeaderRows(int) - Method in class com.storedobject.pdf.PDFTable
 
setHeight(double) - Method in class com.storedobject.common.SVG
Set the height.
setHeight(int) - Method in class com.storedobject.chart.Axis.PointerHandle
Set the height in pixels.
setHeight(int) - Method in class com.storedobject.chart.SankeyChart
Set height.
setHeight(int) - Method in class com.storedobject.common.Barcode
Set the height of hte barcode image.
setHeight(int) - Method in class com.storedobject.ui.ImageMap.Area
Sets the height of this area.
setHeight(short) - Method in class com.storedobject.office.od.ods.Row
 
setHeight(Size) - Method in class com.storedobject.chart.Position
Set the "height".
setHeight(Distance) - Method in class com.storedobject.core.ConsignmentPacket
 
setHeight(Number) - Method in class com.storedobject.chart.Image
Seth height.
setHeight(Number) - Method in class com.storedobject.chart.Rectangle
Seth height.
setHeight(Object) - Method in class com.storedobject.core.ConsignmentPacket
 
setHeight(String) - Method in class com.storedobject.helper.LitComponentWithSize
 
setHeight(String) - Method in class com.storedobject.ui.DocumentViewer
 
setHeight(String) - Method in class com.storedobject.vaadin.CustomTextField
 
setHeight(String) - Method in interface com.storedobject.vaadin.HasSize
 
setHeight(String) - Method in class com.storedobject.vaadin.Icon
 
setHeightInPoints(float) - Method in class com.storedobject.office.od.ods.Row
 
setHidden(boolean) - Method in class com.storedobject.office.od.ods.Workbook
 
setHideGRNDetails(boolean) - Method in class com.storedobject.ui.inventory.ItemContextMenu
 
setHideViewStock(boolean) - Method in class com.storedobject.ui.inventory.ItemContextMenu
 
setHigh(double) - Method in class com.storedobject.iot.ValueLimit
 
setHigher(double) - Method in class com.storedobject.iot.ValueLimit
 
setHighest(double) - Method in class com.storedobject.iot.ValueLimit
 
setHiliteOnHover(boolean) - Method in class com.storedobject.vaadin.Box
Hilite the content on hover by making the background to "var(--lumo-primary-color-50pct)".
setHoleRadius(Size) - Method in interface com.storedobject.chart.HasPolarProperty
Set the hole radius (if a hole is required at the center).
setHoleRadius(Number) - Method in class com.storedobject.chart.ArcPart
Set radius of the hole.
setHoleRadius(Number) - Method in class com.storedobject.chart.Ring
Set radius of the hole.
setHorizontal() - Method in class com.storedobject.vaadin.RadioChoiceField
Display the items horizontally.
setHorizontal() - Method in class com.storedobject.vaadin.RadioField
Display the items horizontally.
setHorizontalAlignment(int) - Method in class com.storedobject.core.ReportColumnDefinition
 
setHorizontalAlignment(int) - Method in class com.storedobject.pdf.PDFCell
Set horizontal alignment.
setHorizontalAlignment(int) - Method in class com.storedobject.pdf.PDFTable
 
setHorizontalAlignment(int, int) - Method in class com.storedobject.pdf.TableHeader
Set horizontal alignment.
setHorizontalAlignment(String, int) - Method in class com.storedobject.pdf.TableHeader
Set horizontal alignment.
setHorizontallyCenter(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setHorizontalScaling(float) - Method in class com.storedobject.pdf.PDFChunk
Set the horizontal scaling.
setHostnameVerifier(HostnameVerifier) - Method in class com.storedobject.common.HTTP
Set the host verifier for this connection.
setHour(int) - Method in class com.storedobject.iot.HourlyConsumption
Sets the hour value for this instance.
setHour(int) - Method in class com.storedobject.iot.HourlyStatistics
Sets the hour for the HourlyStatistics object.
setHouseName(String) - Method in class com.storedobject.common.Address
Set the apartment/villa/house/office name.
setHoverAnimation(boolean) - Method in class com.storedobject.chart.Node.Symbol
 
setHoverAnimation(boolean) - Method in class com.storedobject.chart.PointSymbol
 
setHoverBackground(String) - Method in class com.storedobject.ui.ImageMap.Area
Sets the CSS background definition to use for this area when it is hovered.
setHoverBackground(String) - Method in class com.storedobject.ui.ImageMap
Sets the default CSS background definition to use for hovered areas.
setHoverBorder(String) - Method in class com.storedobject.ui.ImageMap.Area
Sets the CSS border definition to use for this area when it is hovered.
setHoverBorder(String) - Method in class com.storedobject.ui.ImageMap
Sets the default CSS border definition to use for hovered areas.
setHref(AbstractStreamResource) - Method in class com.storedobject.vaadin.AnchorButton
 
setHref(String) - Method in class com.storedobject.vaadin.AnchorButton
 
setHSNCode(String) - Method in class com.storedobject.core.InventoryItemType
 
setHyperlink(Hyperlink) - Method in class com.storedobject.office.od.ods.Cell
 
setIcon(Icon) - Method in class com.storedobject.vaadin.Badge
Set icon.
setIcon(Icon) - Method in class com.storedobject.vaadin.TextField
Set an icon on the left side of the text.
setIcon(Component) - Method in class com.storedobject.vaadin.Button
 
setIcon(VaadinIcon) - Method in class com.storedobject.vaadin.Button
Set a Vaadin icon as the icon for this button.
setIcon(VaadinIcon) - Method in interface com.storedobject.vaadin.HasIcon
Set a Vaadin icon as the icon.
setIcon(VaadinIcon) - Method in class com.storedobject.vaadin.Icon
 
setIcon(String) - Method in class com.storedobject.ui.util.AlertButton
 
setIcon(String) - Method in class com.storedobject.vaadin.Badge
Set icon.
setIcon(String) - Method in class com.storedobject.vaadin.Button
Set icon for this button.
setIcon(String) - Method in interface com.storedobject.vaadin.HasIcon
Set the icon name.
setIcon(String) - Method in class com.storedobject.vaadin.Icon
 
setIcon(String) - Method in class com.storedobject.vaadin.TextField
Set an icon on the left side of the text.
setIconImageName(String) - Method in class com.storedobject.core.Logic
 
setIconName(String) - Method in class com.storedobject.core.DashboardDefinition
 
setIconName(String) - Method in class com.storedobject.core.PrintLogicDefinition
 
setId(Id) - Method in class com.storedobject.core.ObjectText
Set the Id value.
setIgnoreProgrammaticChanges(boolean) - Method in class com.storedobject.vaadin.ActionTextField
Flag to ignore programmatic changes.
setImage(PDFImage) - Method in class com.storedobject.pdf.PDFCell
Set an image as the content of this cell.
setImageHeight(int) - Method in class com.storedobject.ui.BarcodeImage
 
setImageHeight(int) - Method in class com.storedobject.vaadin.PaintedImage
Set height of the image.
setImageName(String) - Method in class com.storedobject.iot.Block
Sets the name of the image after trimming any leading or trailing whitespace.
setImageName(String) - Method in class com.storedobject.iot.Site
Sets the image name for the site.
setImagePrefix(String) - Method in class com.storedobject.iot.ValueDefinition
 
setImageURL(MediaFile) - Method in class com.storedobject.ui.ChartImage
 
setImageURL(Signature) - Method in class com.storedobject.ui.ChartImage
 
setImageURL(AbstractStreamResource) - Method in class com.storedobject.ui.ChartImage
 
setImageURL(String) - Method in class com.storedobject.chart.Image
Set the image URL.
setImageURL(String) - Method in class com.storedobject.ui.ChartImage
 
setImageWidth(int) - Method in class com.storedobject.ui.BarcodeImage
 
setImageWidth(int) - Method in class com.storedobject.vaadin.PaintedImage
Set width of the image.
setImageX(int) - Method in class com.storedobject.iot.ValueDefinition
 
setImageX(int) - Method in class com.storedobject.iot.ValueImagePosition
 
setImageY(int) - Method in class com.storedobject.iot.ValueDefinition
 
setImageY(int) - Method in class com.storedobject.iot.ValueImagePosition
 
setInactive(boolean) - Method in class com.storedobject.core.LandedCostType
 
setInactive(boolean) - Method in class com.storedobject.core.MemoType
 
setIncludeFieldChecker(IncludeField) - Method in class com.storedobject.vaadin.AbstractDataForm
Set "include field checker".
setIncludeFieldChecker(IncludeField) - Method in class com.storedobject.vaadin.AbstractForm
Set "include field checker".
setIncludeLedger(boolean) - Method in class com.storedobject.report.JournalReport
 
setIncludeSubclasses(boolean) - Method in class com.storedobject.core.ReportDefinition
 
setIndent(float) - Method in class com.storedobject.pdf.PDFCell
Set indent.
setIndentationLeft(float) - Method in class com.storedobject.pdf.PDFImage
 
setIndentationLeft(float) - Method in class com.storedobject.pdf.PDFParagraph
 
setIndentationRight(float) - Method in class com.storedobject.pdf.PDFImage
 
setIndentationRight(float) - Method in class com.storedobject.pdf.PDFParagraph
 
setIndependent(boolean) - Method in class com.storedobject.iot.UnitItem
 
setIndeterminate(boolean) - Method in class com.storedobject.ui.TextView
 
setIndex(int) - Method in class com.storedobject.vaadin.ComboField
Set value via index.
setIndex(int) - Method in class com.storedobject.vaadin.LabelField
Set a new value.
setIndex(int) - Method in class com.storedobject.vaadin.ListField
Set value via index.
setIndex(int) - Method in class com.storedobject.vaadin.RadioField
Set the index as the current value.
setInfo(Object) - Method in class com.storedobject.chart.Edge
 
setInfo(Object) - Method in class com.storedobject.chart.Node
 
setInformSuccess(boolean) - Method in class com.storedobject.job.Schedule
 
setInitialPassword(String) - Method in class com.storedobject.core.PasswordPolicy
 
setInitialRotation(float) - Method in class com.storedobject.pdf.PDFImage
 
setInkColor(String) - Method in class com.storedobject.vaadin.ButtonIcon
Set the ink color
setInnerRadius(Size) - Method in class com.storedobject.chart.PolarProperty
Set the inner radius (generally to crate a hole at the center).
setInside(boolean) - Method in class com.storedobject.chart.Axis.Ticks
Setting for drawing the tick inside the axis.
setInside(boolean) - Method in class com.storedobject.chart.Label
Setting for drawing the label inside the part.
setInspected(boolean) - Method in class com.storedobject.core.InventoryGRNItem
 
setInterfaces(String) - Method in class com.storedobject.tools.TableDefinition
 
setInternalLabel(String) - Method in class com.storedobject.ui.AbstractObjectField
 
setInternalLabel(String) - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
setInternalLabel(String) - Method in class com.storedobject.ui.ObjectCodeField
 
setInternalLabel(String) - Method in class com.storedobject.ui.ObjectComboField
 
setInternalLabel(String) - Method in class com.storedobject.ui.ObjectFormField
 
setInternalLabel(String) - Method in interface com.storedobject.ui.ObjectInput
Set the internal label for this field.
setInternalLabel(String) - Method in class com.storedobject.ui.ObjectListField
 
setInterval(int) - Method in class com.storedobject.chart.Axis.GridAreas
Set the interval for the grid lines.
setInterval(int) - Method in class com.storedobject.chart.Axis.GridLines
Set the interval for the grid lines.
setInterval(int) - Method in class com.storedobject.chart.Axis.Label
Set the interval between labels.
setInterval(int) - Method in class com.storedobject.chart.Axis.Ticks
Set the interval between labels.
setInterval(int) - Method in class com.storedobject.job.Schedule
 
setInTransit(boolean) - Method in class com.storedobject.core.InventoryItem
 
setInverse(boolean) - Method in class com.storedobject.chart.XYAxis
Invert the axis so that it will run from the opposite end.
setInverted(boolean) - Method in class com.storedobject.chart.FunnelChart
Invert the view of the slices.
setInverted(boolean) - Method in class com.storedobject.pdf.PDFImage
 
setInvoiceDate(Date) - Method in class com.storedobject.core.InventoryGRN
 
setInvoiceDate(Date) - Method in class com.storedobject.core.InventoryTransfer
 
setInvoiceNo(String) - Method in class com.storedobject.accounts.SupplierInvoice
 
setInvoiceNumber(String) - Method in class com.storedobject.core.InventoryGRN
 
setInvoiceNumber(String) - Method in class com.storedobject.core.InventoryTransfer
 
setIPAddress(String) - Method in class com.storedobject.tools.SystemDevice
 
setIssued(boolean) - Method in class com.storedobject.core.DocumentType
 
setIssued(Quantity) - Method in class com.storedobject.core.MaterialRequestItem
 
setIssued(Object) - Method in class com.storedobject.core.MaterialRequestItem
 
setIssuedOn(Date) - Method in class com.storedobject.core.Document
 
setItem(int, T) - Method in class com.storedobject.vaadin.ListField
Replace an item at a specified index.
setItem(Id) - Method in class com.storedobject.core.ConsignmentItem
 
setItem(Id) - Method in class com.storedobject.core.InventoryFitmentPosition
 
setItem(Id) - Method in class com.storedobject.core.InventoryGRNItem
 
setItem(Id) - Method in class com.storedobject.core.InventoryLedger
 
setItem(Id) - Method in class com.storedobject.core.InventoryTransferItem
 
setItem(Id) - Method in class com.storedobject.core.InventoryUnitCorrection
 
setItem(Id) - Method in class com.storedobject.core.MaterialIssuedItem
 
setItem(Id) - Method in class com.storedobject.iot.Consumption
Sets the item identifier for the current object if allowed.
setItem(InventoryItem) - Method in class com.storedobject.core.ConsignmentItem
 
setItem(InventoryItem) - Method in class com.storedobject.core.InventoryFitmentPosition
 
setItem(InventoryItem) - Method in class com.storedobject.core.InventoryGRNItem
 
setItem(InventoryItem) - Method in class com.storedobject.core.InventoryLedger
 
setItem(InventoryItem) - Method in class com.storedobject.core.InventoryTransferItem
 
setItem(InventoryItem) - Method in class com.storedobject.core.MaterialIssuedItem
 
setItem(InventoryItem) - Method in class com.storedobject.ui.inventory.BinField
 
setItem(InventoryItem, boolean) - Method in class com.storedobject.ui.inventory.BinField
 
setItem(InventoryItemType) - Method in class com.storedobject.core.InventoryUnitCorrection
 
setItem(AbstractUnit) - Method in class com.storedobject.iot.Consumption
Sets the item for this consumption instance using an AbstractUnit.
setItem(ObjectProvider<? extends InventoryItem>) - Method in class com.storedobject.ui.inventory.BinField
 
setItem(ObjectProvider<? extends InventoryItem>, boolean) - Method in class com.storedobject.ui.inventory.BinField
 
setItem(BigDecimal) - Method in class com.storedobject.core.ConsignmentItem
 
setItem(BigDecimal) - Method in class com.storedobject.core.InventoryFitmentPosition
 
setItem(BigDecimal) - Method in class com.storedobject.core.InventoryGRNItem
 
setItem(BigDecimal) - Method in class com.storedobject.core.InventoryLedger
 
setItem(BigDecimal) - Method in class com.storedobject.core.InventoryTransferItem
 
setItem(BigDecimal) - Method in class com.storedobject.core.InventoryUnitCorrection
 
setItem(BigDecimal) - Method in class com.storedobject.core.MaterialIssuedItem
 
setItem(BigDecimal) - Method in class com.storedobject.iot.Consumption
Sets the item identifier for the current object using the given BigDecimal value.
setItem(T) - Method in class com.storedobject.ui.inventory.AbstractAssembly
 
setItemFilter(Predicate<InventoryItem>) - Method in class com.storedobject.report.StockReport
 
setItemFilter(Predicate<InventoryItem>) - Method in class com.storedobject.report.StockReportExcel
 
setItemLabelGenerator(ItemLabelGenerator<I>) - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.storedobject.ui.AbstractObjectField
 
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.storedobject.ui.AbstractTreeProvider
 
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.storedobject.ui.ObjectComboField
 
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.storedobject.ui.ObjectField
 
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.storedobject.ui.ObjectListField
 
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.storedobject.ui.ObjectTree
 
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in interface com.storedobject.ui.util.AbstractObjectInput
Set an "item label generator" that returns the string value of the object value of this field.
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.storedobject.ui.util.ItemContextMenu
 
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.storedobject.vaadin.FreeFormatField
Set the function that translates the field's value into a string to display.
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.storedobject.vaadin.LabelField
Set a label generator to convert item values into displayable labels.
setItemNames(AbstractDataProvider<?>) - Method in class com.storedobject.chart.FunnelChart
Set names of the slices.
setItemNames(AbstractDataProvider<?>) - Method in class com.storedobject.chart.PieChart
Set names of the slices.
setItems(BackEndDataProvider<T, Void>) - Method in class com.storedobject.ui.DataGrid
 
setItems(CallbackDataProvider.FetchCallback<T, Void>) - Method in class com.storedobject.ui.DataGrid
 
setItems(CallbackDataProvider.FetchCallback<T, Void>, CallbackDataProvider.CountCallback<T, Void>) - Method in class com.storedobject.ui.DataGrid
 
setItems(DataProvider<T, Void>) - Method in class com.storedobject.ui.DataGrid
 
setItems(InMemoryDataProvider<T>) - Method in class com.storedobject.ui.DataGrid
 
setItems(ListDataProvider<T>) - Method in class com.storedobject.ui.DataGrid
 
setItems(Iterable<T>) - Method in class com.storedobject.vaadin.ListField
Set item list.
setItems(Collection<String>) - Method in class com.storedobject.vaadin.LabelChoiceField
Set item list.
setItems(Collection<String>) - Method in class com.storedobject.vaadin.ListChoiceField
Set item list.
setItems(Collection<String>) - Method in class com.storedobject.vaadin.RadioChoiceField
Set choices.
setItems(Collection<T>) - Method in class com.storedobject.ui.DataGrid
 
setItems(Collection<T>) - Method in class com.storedobject.ui.util.ItemContextMenu
 
setItems(Collection<T>) - Method in class com.storedobject.vaadin.LabelField
 
setItems(Collection<T>) - Method in class com.storedobject.vaadin.ListField
Set item list.
setItems(Collection<T>) - Method in class com.storedobject.vaadin.RadioField
 
setItems(Collection<T>) - Method in class com.storedobject.vaadin.util.BasicComboList
 
setItems(T...) - Method in class com.storedobject.ui.DataGrid
 
setItems(T...) - Method in class com.storedobject.vaadin.ComboField
Set items.
setItems(T...) - Method in class com.storedobject.vaadin.ListField
Set item list.
setItemStyle(ItemStyle) - Method in class com.storedobject.chart.Chart
Set item style.
setItemStyle(ItemStyle) - Method in class com.storedobject.chart.ComposedPart
 
setItemStyle(ItemStyle) - Method in interface com.storedobject.chart.HasItemStyle
Set the item-style of this.
setItemStyle(ItemStyle) - Method in class com.storedobject.chart.MarkArea.Block
Set item style.
setItemStyle(ItemStyle) - Method in class com.storedobject.chart.MarkArea
Set item style.
setItemType(Id) - Method in class com.storedobject.core.InventoryAssembly
 
setItemType(Id) - Method in class com.storedobject.core.InventoryLedger
 
setItemType(InventoryItemType) - Method in class com.storedobject.core.InventoryAssembly
 
setItemType(InventoryItemType) - Method in class com.storedobject.core.InventoryLedger
 
setItemType(InventoryItemType) - Method in class com.storedobject.ui.inventory.BinField
 
setItemType(InventoryItemType, boolean) - Method in class com.storedobject.ui.inventory.BinField
 
setItemType(ObjectProvider<? extends InventoryItemType>) - Method in class com.storedobject.ui.inventory.BinField
 
setItemType(ObjectProvider<? extends InventoryItemType>, boolean) - Method in class com.storedobject.ui.inventory.BinField
 
setItemType(BigDecimal) - Method in class com.storedobject.core.InventoryAssembly
 
setItemType(BigDecimal) - Method in class com.storedobject.core.InventoryLedger
 
setIterator(Iterator<T>) - Method in class com.storedobject.office.ODT
 
setJobClassName(String) - Method in class com.storedobject.job.Schedule
 
setJSON(JSON) - Method in class com.storedobject.ui.JSONGrid
 
setJSONMode() - Method in class com.storedobject.common.HTTP
Set the content type to JSON ("application/json").
setJVClassName(String) - Method in class com.storedobject.core.UnpostedJournal
 
setKeepAliveInterval(int) - Method in class com.storedobject.iot.MQTT
 
setKeepCache(boolean) - Method in class com.storedobject.ui.AbstractObjectForest
 
setKeepTogether(boolean) - Method in class com.storedobject.pdf.PDFParagraph
 
setKeepTogether(boolean) - Method in class com.storedobject.pdf.PDFTable
 
setKey(byte[]) - Method in class com.storedobject.common.TOTP
Set another key.
setKey(String) - Method in class com.storedobject.telegram.Bot
 
setKeyIndex(int) - Method in class com.storedobject.core.Secret
 
setKeySerial(int) - Method in class com.storedobject.core.Secret
 
setKeyStoreFile(Id) - Method in class com.storedobject.iot.MQTT
 
setKeyStoreFile(StreamData) - Method in class com.storedobject.iot.MQTT
 
setKeyStoreFile(BigDecimal) - Method in class com.storedobject.iot.MQTT
 
setKeyStorePassword(String) - Method in class com.storedobject.iot.MQTT
 
setLabel(Axis.Label) - Method in class com.storedobject.chart.Axis
Set the label for the axis.
setLabel(Axis.PointerLabel) - Method in class com.storedobject.chart.Axis.Pointer
Set the label for the pointer.
setLabel(Chart.Label) - Method in class com.storedobject.chart.Chart
Set the label for this chart values.
setLabel(Label) - Method in class com.storedobject.chart.ComposedPart
 
setLabel(Label) - Method in interface com.storedobject.chart.HasLabel
Set the label of this.
setLabel(TreeDataProvider.Label) - Method in class com.storedobject.chart.TreeData
Set the label.
setLabel(String) - Method in class com.storedobject.core.ConsignmentPacket
 
setLabel(String) - Method in class com.storedobject.core.PrintLogicDefinition
 
setLabel(String) - Method in class com.storedobject.iot.ValueDefinition
 
setLabel(String) - Method in class com.storedobject.iot.ValueImagePosition
 
setLabel(String) - Method in class com.storedobject.ui.CRAMField
 
setLabel(String) - Method in class com.storedobject.ui.GeolocationField
 
setLabel(String) - Method in class com.storedobject.ui.ObjectField
 
setLabel(String) - Method in class com.storedobject.ui.ObjectLinkField
 
setLabel(String) - Method in class com.storedobject.ui.util.AttachmentField
 
setLabel(String) - Method in interface com.storedobject.vaadin.ApplicationMenuItem
Set the caption for the menu item.
setLabel(String) - Method in class com.storedobject.vaadin.GridColumnDetail
Sets the label of the grid column.
setLabel(String) - Method in class com.storedobject.vaadin.MenuItem
 
setLabelProvider(AbstractDataProvider<?>) - Method in class com.storedobject.chart.Chart.Label
Instead of specifying the format for the label via Chart.Label.setFormatter(String), it is possible to set the labels directly from an AbstractDataProvider using this method.
setLandedCost(Money) - Method in class com.storedobject.core.InventoryGRN
 
setLandedCost(Object) - Method in class com.storedobject.core.InventoryGRN
 
setLanguage(Language) - Method in class com.storedobject.chart.SOChart
Set language.
setLanguage(PDFFont.Language) - Method in class com.storedobject.pdf.PDF
Sets the font language for this PDF.
setLanguage(PDFFont.Language, int) - Method in class com.storedobject.pdf.PDF
Sets the font language for this PDF.
setLastComment(int) - Method in class com.storedobject.core.Memo
 
setLastName(String) - Method in class com.storedobject.core.Person
Set the last name of the person
setLatitude(int) - Method in class com.storedobject.common.Geolocation
 
setLatitudeDegree(double) - Method in class com.storedobject.common.Geolocation
 
setLayout(GraphLayout) - Method in class com.storedobject.chart.GraphChart
 
setLayoutStyle(int) - Method in class com.storedobject.iot.Block
Sets the layout style for the block.
setLayoutStyle(int) - Method in class com.storedobject.iot.ValueImagePosition
 
setLayoutVisible(boolean) - Method in class com.storedobject.vaadin.ApplicationView
 
setLeading(float) - Method in class com.storedobject.pdf.PDFCell
Set the leading to fixed.
setLeading(float) - Method in class com.storedobject.pdf.PDFPhrase
Set the leading.
setLeading(float, float) - Method in class com.storedobject.pdf.PDFCell
Set the leading to fixed and variable part.
setLedgerTran(DecimalNumber) - Method in class com.storedobject.core.JournalVoucher
Set the original transaction Id of this voucher for which ledger entries are created.
setLedgerTran(DecimalNumber) - Method in class com.storedobject.core.TransactionValueDate
 
setLedgerTran(Object) - Method in class com.storedobject.core.JournalVoucher
Set the original transaction Id of this voucher for which ledger entries are created.
setLedgerTran(Object) - Method in class com.storedobject.core.TransactionValueDate
 
setLeft(float) - Method in class com.storedobject.pdf.PDFRectangle
Set the left value.
setLeft(int) - Method in class com.storedobject.ui.ImageMap.Area
Sets the position of the left edge of this area, relative to the left edge of the image map.
setLeft(Size) - Method in class com.storedobject.chart.Position
Set the "left" size.
setLength(int) - Method in class com.storedobject.ui.ComputedMinutesField
 
setLength(int) - Method in class com.storedobject.ui.DaysField
 
setLength(int) - Method in class com.storedobject.ui.DecimalNumberField
 
setLength(int) - Method in class com.storedobject.ui.MinutesField
 
setLength(int) - Method in class com.storedobject.ui.RateField
 
setLength(int) - Method in class com.storedobject.ui.SecondsField
 
setLength(int) - Method in class com.storedobject.vaadin.util.NumericField
 
setLength(Distance) - Method in class com.storedobject.core.ConsignmentPacket
 
setLength(Object) - Method in class com.storedobject.core.ConsignmentPacket
 
setLevel(int) - Method in class com.storedobjects.support.Issue
 
setLimitAmount(Money) - Method in class com.storedobject.core.AccountLimit
 
setLimitAmount(Object) - Method in class com.storedobject.core.AccountLimit
 
setLimitCheck(boolean) - Method in class com.storedobject.core.AccountChart
 
setLine(int, String) - Method in class com.storedobject.common.Address
Set an address line (extra line).
setLineHeight(float) - Method in class com.storedobject.pdf.PDFChunk
Set the line height.
setLineHeight(Font.Size) - Method in class com.storedobject.chart.Font
Set a line-height for this font.
setLineStyle(LineStyle) - Method in class com.storedobject.chart.Axis.Pointer
Set the line-style of the pointer.
setLineStyle(LineStyle) - Method in class com.storedobject.chart.DataZoom.DataShadowStyle
Set the line style.
setLineStyle(LineStyle) - Method in class com.storedobject.chart.LineChart
Set the line-style.
setLineStyle(LineStyle) - Method in class com.storedobject.chart.SankeyChart.Edge
Set the line style.
setLineStyle(LineStyle) - Method in class com.storedobject.chart.SankeyChart
Set the line style.
setLineWidth(Number) - Method in class com.storedobject.chart.Shape.Style
Set the line width.
setLinks(int) - Method in class com.storedobject.core.AuditTrailConfiguration
 
setLinks(String) - Method in class com.storedobject.core.UIMetadata
 
setLinkType(int) - Method in class com.storedobject.core.AuditTrailLinkConfiguration
 
setLinkType(int) - Method in interface com.storedobject.core.ObjectLoader
Set the link type.
setLinkType(int) - Method in class com.storedobject.core.ObjectLoadFilter
Set the "link type" for this filter.
setLinkType(int, boolean) - Method in interface com.storedobject.core.ObjectLoader
Set the link type.
setLinkVisibility(Predicate<StoredObjectUtility.Link<?>>) - Method in class com.storedobject.core.ObjectForest
 
setListLinks(BiFunction<StoredObjectUtility.Link<?>, StoredObject, ObjectIterator<? extends StoredObject>>) - Method in class com.storedobject.core.ObjectForest
 
setLoader(Function<Id, T>) - Method in class com.storedobject.core.ObjectMemoryList
 
setLoadFilter(ObjectLoadFilter<T>) - Method in interface com.storedobject.core.ObjectSearcher
 
setLoadFilter(ObjectLoadFilter<T>) - Method in interface com.storedobject.ui.ObjectGridData
 
setLoadFilter(Predicate<T>) - Method in interface com.storedobject.core.FilterMethods
Set the load filter.
setLoadFilter(Predicate<T>) - Method in class com.storedobject.core.ObjectCacheList
 
setLoadFilter(Predicate<T>) - Method in class com.storedobject.core.ObjectForest
 
setLoadFilter(Predicate<T>) - Method in class com.storedobject.core.ObjectTree
 
setLoadFilter(Predicate<T>) - Method in class com.storedobject.report.ObjectList
 
setLoadFilter(Predicate<T>) - Method in class com.storedobject.report.ObjectListExcel
 
setLoadFilter(Predicate<T>) - Method in class com.storedobject.ui.ObjectField
Set a filter predicate that will be used while loading.
setLoadFilter(Predicate<T>) - Method in class com.storedobject.ui.ObjectForestProvider
 
setLoadFilter(Predicate<T>) - Method in class com.storedobject.ui.ObjectListProvider
 
setLoadFilter(Predicate<T>) - Method in class com.storedobject.ui.ObjectTreeProvider
 
setLoadFilter(Predicate<T>, boolean) - Method in interface com.storedobject.core.FilterMethods
Set the load filter.
setLoadFilter(Predicate<T>, boolean) - Method in class com.storedobject.ui.ObjectField
 
setLoadingPredicate(Predicate<T>) - Method in class com.storedobject.core.ObjectLoadFilter
Set the filter that needs to be applied while loading into the memory from the DB - for "view filtering".
setLoadPredicate(Predicate<L>) - Method in class com.storedobject.core.StoredObjectUtility.Link
 
setLocalCurrency(boolean) - Method in class com.storedobject.ui.MoneyField
Set local currency mode.
setLocalCurrency(String) - Method in class com.storedobject.core.ExchangeRate
 
setLocalCurrencyAmount(Money) - Method in class com.storedobject.core.UnpostedJournalEntry
 
setLocalCurrencyAmount(Object) - Method in class com.storedobject.core.UnpostedJournalEntry
 
setLocalCurrencyBalance(Object) - Method in class com.storedobject.core.Account
 
setLocalCurrencyOpeningBalance(Object) - Method in class com.storedobject.core.Account
 
setLocale(Locale) - Method in interface com.storedobject.core.Device
 
setLocale(Locale) - Method in class com.storedobject.core.SystemUser
 
setLocale(Locale) - Method in class com.storedobject.tools.SystemDevice
 
setLocale(Locale) - Method in class com.storedobject.vaadin.Application
Set the locale for this Application.
setLocaleCountry(String) - Method in class com.storedobject.core.SystemUser
 
setLocaleLanguage(String) - Method in class com.storedobject.core.SystemUser
 
setLocalTime(TransactionManager, StoredObject) - Static method in interface com.storedobject.core.NewObject
Set local time values corresponding to the TransactionManager to the object passed if it's just created now.
setLocation(Id) - Method in class com.storedobject.core.InventoryItem
 
setLocation(Id) - Method in class com.storedobject.core.MaterialIssued
 
setLocation(InventoryLocation) - Method in class com.storedobject.core.InventoryItem
 
setLocation(InventoryLocation) - Method in class com.storedobject.core.MaterialIssued
 
setLocation(InventoryLocation) - Method in class com.storedobject.ui.inventory.AssemblyItemField
This method doesn't have any effect.
setLocation(InventoryLocation) - Method in class com.storedobject.ui.inventory.ItemComboField
 
setLocation(InventoryLocation) - Method in class com.storedobject.ui.inventory.ItemField
 
setLocation(InventoryLocation) - Method in class com.storedobject.ui.inventory.ItemGetField
 
setLocation(InventoryLocation) - Method in interface com.storedobject.ui.inventory.ItemInput
Set the location (it could be bin location or any other location).
setLocation(ObjectProvider<? extends InventoryLocation>) - Method in class com.storedobject.ui.inventory.AssemblyItemField
This method doesn't have any effect.
setLocation(ObjectProvider<? extends InventoryLocation>) - Method in class com.storedobject.ui.inventory.ItemComboField
 
setLocation(ObjectProvider<? extends InventoryLocation>) - Method in class com.storedobject.ui.inventory.ItemField
 
setLocation(ObjectProvider<? extends InventoryLocation>) - Method in class com.storedobject.ui.inventory.ItemGetField
 
setLocation(ObjectProvider<? extends InventoryLocation>) - Method in interface com.storedobject.ui.inventory.ItemInput
Set the location (it could be bin location or any other location).
setLocation(String) - Method in class com.storedobject.core.Entity
Sets the location of the Entity.
setLocation(BigDecimal) - Method in class com.storedobject.core.InventoryItem
 
setLocation(BigDecimal) - Method in class com.storedobject.core.MaterialIssued
 
setLocationFrom(Id) - Method in class com.storedobject.core.InventoryLedger
 
setLocationFrom(InventoryLocation) - Method in class com.storedobject.core.InventoryLedger
 
setLocationFrom(BigDecimal) - Method in class com.storedobject.core.InventoryLedger
 
setLocationTo(Id) - Method in class com.storedobject.core.InventoryLedger
 
setLocationTo(InventoryLocation) - Method in class com.storedobject.core.InventoryLedger
 
setLocationTo(BigDecimal) - Method in class com.storedobject.core.InventoryLedger
 
setLog(int) - Method in class com.storedobject.job.Schedule
 
setLogger(Consumer<String>) - Method in class com.storedobject.core.TransactionManager
Set a logger so that you can get the logged text to your own destination.
setLogger(Logger) - Static method in class com.storedobject.core.SQLConnector
 
setLogic(Id) - Method in class com.storedobject.core.ModuleLogic
 
setLogic(Logic) - Method in interface com.storedobject.core.HasLogic
Set the logic.
setLogic(Logic) - Method in class com.storedobject.core.ModuleLogic
 
setLogic(Logic) - Method in class com.storedobject.ui.BaseObjectForest
 
setLogic(Logic) - Method in class com.storedobject.ui.ObjectBrowser
 
setLogic(Logic) - Method in class com.storedobject.ui.ObjectEditor
 
setLogic(Logic) - Method in class com.storedobject.ui.ObjectTree
 
setLogic(Logic) - Method in interface com.storedobject.ui.Transactional
 
setLogic(String) - Method in class com.storedobject.core.FileFolder
 
setLogic(BigDecimal) - Method in class com.storedobject.core.ModuleLogic
 
setLogicClass(String) - Method in class com.storedobject.core.ReportDefinition
 
setLogicClassName(String) - Method in class com.storedobject.core.DataLogic
Sets Logic Class Name.
setLogicCode(DecimalNumber) - Method in class com.storedobject.core.PseudoTran
 
setLogicCode(Object) - Method in class com.storedobject.core.PseudoTran
 
setLogicName(String) - Method in class com.storedobject.core.ConnectorLogic
 
setLogicName(String) - Method in class com.storedobject.core.ParameterLogic
 
setLogicName(String) - Method in class com.storedobject.iot.CustomMessageLogic
 
setLogin(Id) - Method in class com.storedobject.core.ObjectPermissionUser
 
setLogin(Id) - Method in class com.storedobject.core.PseudoTranApproval
 
setLogin(Id) - Method in class com.storedobject.core.WebBiometric
 
setLogin(SystemUser) - Method in class com.storedobject.core.ObjectPermissionUser
 
setLogin(SystemUser) - Method in class com.storedobject.core.PseudoTranApproval
 
setLogin(SystemUser) - Method in class com.storedobject.core.WebBiometric
 
setLogin(String) - Method in class com.storedobject.core.SystemUser
 
setLogin(BigDecimal) - Method in class com.storedobject.core.ObjectPermissionUser
 
setLogin(BigDecimal) - Method in class com.storedobject.core.PseudoTranApproval
 
setLogin(BigDecimal) - Method in class com.storedobject.core.WebBiometric
 
setLoginAlert(boolean) - Method in class com.storedobject.core.LoginMessage
 
setLoginImageName(String) - Method in class com.storedobject.core.BrowserDeviceLayout
 
setLoginMethod(int) - Method in class com.storedobject.core.AutoLogin
 
setLogo(PDFImage) - Method in class com.storedobject.pdf.PDF
 
setLogo(Image) - Method in class com.storedobject.pdf.PDF
 
setLogoName(String) - Method in class com.storedobject.core.SystemEntity
 
setLogoPosition(int) - Method in class com.storedobject.core.ReportFormat
Set the position of the logo in the report.
setLongitude(int) - Method in class com.storedobject.common.Geolocation
 
setLongitudeDegree(double) - Method in class com.storedobject.common.Geolocation
 
setLow(double) - Method in class com.storedobject.iot.ValueLimit
 
setLower(double) - Method in class com.storedobject.iot.ValueLimit
 
setLowest(double) - Method in class com.storedobject.iot.ValueLimit
 
SetMailSenderPassword - Class in com.storedobject.ui.common
 
SetMailSenderPassword() - Constructor for class com.storedobject.ui.common.SetMailSenderPassword
 
setMale(boolean) - Method in class com.storedobject.ui.tools.ManageSalutation.Salutation
 
setMandatory(boolean) - Method in class com.storedobject.core.AttachmentDefinition
 
setMandatory(boolean) - Method in class com.storedobject.core.ExtraInfoDefinition
 
setManual(boolean) - Method in interface com.storedobject.common.ComputedValue
 
setMargin(int) - Method in class com.storedobject.vaadin.Box
Set margin.
setMargin(short, double) - Method in class com.storedobject.office.od.ods.Sheet
 
setMargin(String) - Method in class com.storedobject.vaadin.Box
Set margin.
setMargin(PageMargin, double) - Method in class com.storedobject.office.od.ods.Sheet
 
setMaritalStatus(int) - Method in class com.storedobject.core.Person
Set the marital status of the person
setMarkArea(MarkArea) - Method in class com.storedobject.chart.BarChart
This chart doesn't support mark area and this method does nothing.
setMarkArea(MarkArea) - Method in class com.storedobject.chart.Chart
Set a customized MarkArea for this chart.
setMaster(StoredObject) - Method in interface com.storedobject.core.ObjectLoader
Set the master instance.
setMaster(StoredObject) - Method in class com.storedobject.core.ObjectLoadFilter
Set the master instance for this filter.
setMaster(StoredObject) - Method in class com.storedobject.ui.ObjectLinkField
 
setMaster(StoredObject) - Method in class com.storedobject.ui.util.ContactData
 
setMaster(StoredObject) - Method in class com.storedobject.ui.util.ExtraInfo
 
setMaster(StoredObject) - Method in class com.storedobject.ui.util.StreamAttachmentData
 
setMaster(StoredObject, boolean) - Method in interface com.storedobject.core.ObjectLoader
Set the master instance.
setMaster(StoredObject, boolean) - Method in class com.storedobject.ui.AbstractLinkGrid
 
setMaster(StoredObject, boolean) - Method in interface com.storedobject.ui.LinkGrid
 
setMaster(StoredObject, int) - Method in class com.storedobject.core.InventoryAPN
 
setMaster(StoredObject, int) - Method in class com.storedobject.core.StoredObject
Set the master.
setMasterView(View) - Method in interface com.storedobject.ui.LinkGrid
 
setMasterView(View) - Method in class com.storedobject.ui.util.LinkGridButtons
 
setMatcher(BiFunction<T, String[], Boolean>) - Method in class com.storedobject.ui.util.ViewFilter
 
setMax(double) - Method in class com.storedobject.iot.Statistics
Sets the maximum value for this Statistics object.
setMax(Number) - Method in class com.storedobject.chart.GaugeChart
Set maximum value on the dial.
setMax(Number) - Method in class com.storedobject.chart.VisualMap
Set the maximum value to be used by this map when rendering.
setMax(Object) - Method in class com.storedobject.chart.Axis
Set maximum value for the axis.
setMax(Date) - Method in class com.storedobject.vaadin.DateField
Set the maximum value allowed.
setMax(Timestamp) - Method in class com.storedobject.ui.TimestampField
Set the maximum value allowed.
setMax(Timestamp) - Method in class com.storedobject.ui.TimestampPeriodField
Set the maximum value allowed.
setMaxAsMaxData() - Method in class com.storedobject.chart.Axis
By invoking this method, maximum of the axis will be set as maximum value of the data.
setMaxFiles(int) - Method in class com.storedobject.ui.CSVUploadProcessorView
 
setMaxFiles(int) - Method in class com.storedobject.ui.UploadProcessorView
 
setMaxFiles(int) - Method in class com.storedobject.ui.ZipUploadProcessorView
 
setMaxFiles(int) - Method in class com.storedobject.vaadin.UploadField
Set number of files that are allowed upload.
setMaxFileSize(int) - Method in class com.storedobject.ui.FileField
 
setMaxHeight(String) - Method in class com.storedobject.helper.LitComponentWithSize
 
setMaxHeight(String) - Method in class com.storedobject.ui.DocumentViewer
 
setMaxHeight(String) - Method in class com.storedobject.vaadin.CustomTextField
 
setMaxHeight(String) - Method in class com.storedobject.vaadin.Icon
 
setMaximum(double) - Method in class com.storedobject.iot.ValueLimit
 
setMaximumAllowed(T) - Method in class com.storedobject.ui.util.AbstractQuantityField
 
setMaximumDeviceHeight(int) - Method in class com.storedobject.core.DeviceLayout
 
setMaximumDeviceHeight(int) - Method in class com.storedobject.core.Logic
 
setMaximumDeviceWidth(int) - Method in class com.storedobject.core.DeviceLayout
 
setMaximumDeviceWidth(int) - Method in class com.storedobject.core.Logic
 
setMaximumLength(int) - Method in class com.storedobject.core.PasswordPolicy
 
setMaxLength(int) - Method in interface com.storedobject.vaadin.util.HasTextValue
 
setMaxSpan(int) - Method in class com.storedobject.chart.AbstractDataZoom
The maximum span percentage value of the window out of the data extent, in the range of 0 ~ 100.
setMaxSpanValue(Number) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute maximum span value of the window.
setMaxSpanValue(LocalDate) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute maximum span value of the window.
setMaxSpanValue(LocalDateTime) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute maximum span value of the window.
setMaxWidth(String) - Method in class com.storedobject.helper.LitComponentWithSize
 
setMaxWidth(String) - Method in class com.storedobject.ui.DocumentViewer
 
setMaxWidth(String) - Method in class com.storedobject.ui.ObjectField
 
setMaxWidth(String) - Method in class com.storedobject.vaadin.CustomTextField
 
setMaxWidth(String) - Method in class com.storedobject.vaadin.Icon
 
setMean(double) - Method in class com.storedobject.iot.Statistics
Sets the mean value for this instance.
setMeasurementUnit(String) - Method in class com.storedobject.iot.Resource
 
setMediaFile(MediaFile) - Method in class com.storedobject.ui.ViewerLink
Set the media content.
setMediaFile(String) - Method in class com.storedobject.ui.ViewerLink
Set the media content.
setMediaPreview(boolean) - Method in class com.storedobject.ui.FileField
 
setMemo(Id) - Method in class com.storedobject.core.MemoComment
 
setMemo(Memo) - Method in class com.storedobject.core.MemoComment
 
setMemo(BigDecimal) - Method in class com.storedobject.core.MemoComment
 
setMenu(boolean) - Method in class com.storedobject.core.AuditTrailConfiguration
 
setMenuImage(Id) - Method in class com.storedobject.core.ModuleLogic
 
setMenuImage(MediaFile) - Method in class com.storedobject.core.ModuleLogic
 
setMenuImage(BigDecimal) - Method in class com.storedobject.core.ModuleLogic
 
setMessage(String) - Method in class com.storedobject.core.LoginMessage
 
setMessage(String) - Method in class com.storedobject.core.Message
 
setMessage(String) - Method in class com.storedobject.iot.LimitMessage
 
setMessage(String) - Method in class com.storedobject.job.Log
 
setMessageEmail(String) - Method in class com.storedobject.core.UserRegistrationConfiguration
 
setMessageGroup(Id) - Method in class com.storedobject.iot.Block
Sets the message group associated with this block.
setMessageGroup(Id) - Method in class com.storedobject.iot.Site
Sets the message group identifier for this site.
setMessageGroup(MessageGroup) - Method in class com.storedobject.iot.Block
Sets the message group associated with this block by converting the provided MessageGroup object to its corresponding identifier.
setMessageGroup(MessageGroup) - Method in class com.storedobject.iot.Site
Sets the message group associated with this site.
setMessageGroup(BigDecimal) - Method in class com.storedobject.iot.Block
Sets the message group for the block using a BigDecimal value.
setMessageGroup(BigDecimal) - Method in class com.storedobject.iot.Site
Sets the message group for the site using the provided BigDecimal identifier value.
setMessageID(String) - Method in class com.storedobject.core.Message
 
setMessageMobile(String) - Method in class com.storedobject.core.UserRegistrationConfiguration
 
setMessageSubject(String) - Method in class com.storedobject.core.UserRegistrationConfiguration
 
setMessageType(String) - Method in class com.storedobject.mail.Mail
Sets the message type for the mail.
setMethod(String) - Method in class com.storedobject.common.HTTP
Set request method ("GET", "POST", etc.)
setMethod(String) - Method in class com.storedobject.core.ClassAttribute
Get the "set" method for the given attribute.
setMethodHandlerHost(Object) - Method in interface com.storedobject.vaadin.HasColumns
Set some other object to supply the column methods.
setMethodHandlerHost(Object) - Method in class com.storedobject.vaadin.ObjectForm
Set the method handler host.
setMiddleName(String) - Method in class com.storedobject.core.Person
Set the middle name of the person
setMin(double) - Method in class com.storedobject.iot.Statistics
Sets the minimum value for the statistical data field.
setMin(Number) - Method in class com.storedobject.chart.Axis
Set the minimum value for the axis.
setMin(Number) - Method in class com.storedobject.chart.GaugeChart
Set minimum value on the dial.
setMin(Number) - Method in class com.storedobject.chart.VisualMap
Set the minimum value to be used by this map when rendering.
setMin(Date) - Method in class com.storedobject.vaadin.DateField
Set the minimum value allowed.
setMin(Timestamp) - Method in class com.storedobject.ui.TimestampField
Set the minimum value allowed.
setMin(Timestamp) - Method in class com.storedobject.ui.TimestampPeriodField
Set the minimum value allowed.
setMinAsMinData() - Method in class com.storedobject.chart.Axis
By invoking this method, minimum of the axis will be set as minimum value of the data.
setMinHeight(String) - Method in class com.storedobject.helper.LitComponentWithSize
 
setMinHeight(String) - Method in class com.storedobject.ui.DocumentViewer
 
setMinHeight(String) - Method in class com.storedobject.vaadin.CustomTextField
 
setMinHeight(String) - Method in class com.storedobject.vaadin.Icon
 
setMinimum(double) - Method in class com.storedobject.iot.ValueLimit
 
setMinimumColumnWidth(String) - Method in class com.storedobject.vaadin.Dashboard
Set minimum width for the column.
setMinimumDeviceHeight(int) - Method in class com.storedobject.core.DeviceLayout
 
setMinimumDeviceHeight(int) - Method in class com.storedobject.core.Logic
 
setMinimumDeviceWidth(int) - Method in class com.storedobject.core.DeviceLayout
 
setMinimumDeviceWidth(int) - Method in class com.storedobject.core.Logic
 
setMinimumHeight(float) - Method in class com.storedobject.pdf.PDFCell
Set minimum height.
setMinimumLength(int) - Method in class com.storedobject.core.PasswordPolicy
 
setMinimumStockLevel(Quantity) - Method in class com.storedobject.core.InventoryItemType
 
setMinimumStockLevel(Object) - Method in class com.storedobject.core.InventoryItemType
 
setMinLength(int) - Method in interface com.storedobject.vaadin.util.HasTextValue
 
setMinorGridLines(Axis.MinorGridLines) - Method in class com.storedobject.chart.Axis
Set the minor grid-lines for the axis.
setMinorTicks(Axis.MinorTicks) - Method in class com.storedobject.chart.Axis
Set the minor of the axis-line.
setMinSpan(int) - Method in class com.storedobject.chart.AbstractDataZoom
The minimum span percentage value of the window out of the data extent, in the range of 0 ~ 100.
setMinSpanValue(Number) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute minimum span value of the window.
setMinSpanValue(LocalDate) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute minimum span value of the window.
setMinSpanValue(LocalDateTime) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute minimum span value of the window.
setMinutes(int) - Method in class com.storedobject.core.Minutes
 
setMinWidth(String) - Method in class com.storedobject.helper.LitComponentWithSize
 
setMinWidth(String) - Method in class com.storedobject.ui.DocumentViewer
 
setMinWidth(String) - Method in class com.storedobject.ui.ObjectField
 
setMinWidth(String) - Method in class com.storedobject.vaadin.CustomTextField
 
setMinWidth(String) - Method in class com.storedobject.vaadin.Icon
 
setMissingCellPolicy(Row.MissingCellPolicy) - Method in class com.storedobject.office.od.ods.Workbook
 
setMobileNumber(long) - Method in class com.storedobject.sms.SMSMessage
 
setModelValue(StreamData, boolean) - Method in class com.storedobject.ui.FileField
 
setMonday(double) - Method in class com.storedobject.iot.FullConsumption
 
setMonth(int) - Method in class com.storedobject.iot.MonthlyConsumption
Sets the month value for the current instance.
setMonth(int) - Method in class com.storedobject.iot.MonthlyStatistics
Sets the month value for this statistical record.
setMonth(D, int) - Static method in class com.storedobject.common.DateUtility
Sets the month of this date to the specified value.
setMouthSize(Size) - Method in class com.storedobject.chart.FunnelChart
Set the mouth size of the funnel.
setMQTTVersion(int) - Method in class com.storedobject.iot.MQTT
 
setName(String) - Method in class com.storedobject.accounts.AccountConfiguration
Sets the name for this object.
setName(String) - Method in class com.storedobject.calendar.Calendar
 
setName(String) - Method in class com.storedobject.chart.AbstractData
Set a name for this data set.
setName(String) - Method in class com.storedobject.chart.AbstractProject
Set the name of the project.
setName(String) - Method in class com.storedobject.chart.AbstractTask
Set the name.
setName(String) - Method in class com.storedobject.chart.Axis
Set the name of the axis.
setName(String) - Method in class com.storedobject.chart.Chart
Set name for this chart.
setName(String) - Method in interface com.storedobject.chart.ComponentPart
Set a name for this part.
setName(String) - Method in class com.storedobject.chart.DataMatrix
Set name of the data set.
setName(String) - Method in class com.storedobject.chart.FunctionData
Set a name for this data set.
setName(String) - Method in class com.storedobject.chart.GaugeChart.Needle
Set the name of the needle (This will be displayed on the dial).
setName(String) - Method in class com.storedobject.chart.MarkArea.Block
Set the name of the block.
setName(String) - Method in class com.storedobject.core.AbstractCheckList
 
setName(String) - Method in class com.storedobject.core.Account
 
setName(String) - Method in class com.storedobject.core.AccountChart
 
setName(String) - Method in class com.storedobject.core.AttachmentDefinition
 
setName(String) - Method in class com.storedobject.core.AuditTrailConfiguration
 
setName(String) - Method in class com.storedobject.core.ContactType
 
setName(String) - Method in class com.storedobject.core.DashboardDefinition
 
setName(String) - Method in class com.storedobject.core.DeviceLayout
 
setName(String) - Method in class com.storedobject.core.DocumentConfiguration
 
setName(String) - Method in class com.storedobject.core.Entity
Sets the name of the Entity.
setName(String) - Method in class com.storedobject.core.FileData
 
setName(String) - Method in class com.storedobject.core.FileFolder
 
setName(String) - Method in class com.storedobject.core.GlobalProperty
 
setName(String) - Method in class com.storedobject.core.InventoryFitmentPosition
 
setName(String) - Method in class com.storedobject.core.InventoryItemType
 
setName(String) - Method in class com.storedobject.core.InventoryLocation
 
setName(String) - Method in class com.storedobject.core.InventoryStore
 
setName(String) - Method in class com.storedobject.core.JavaInnerClass
Sets the name of the JavaClass.
setName(String) - Method in class com.storedobject.core.LandedCostType
 
setName(String) - Method in class com.storedobject.core.LogicGroup
Sets the name of the LogicGroup.
setName(String) - Method in class com.storedobject.core.MemoType
 
setName(String) - Method in class com.storedobject.core.ModuleLogic
 
setName(String) - Method in class com.storedobject.core.Name
 
setName(String) - Method in class com.storedobject.core.Person
Set the name of the person
setName(String) - Method in class com.storedobject.core.SerialGenerator
 
setName(String) - Method in class com.storedobject.core.SerialPattern
 
setName(String) - Method in class com.storedobject.core.ServerInformation
 
setName(String) - Method in class com.storedobject.core.StoredObjectUtility.Link
 
setName(String) - Method in class com.storedobject.core.SystemUserGroup
Sets the name of the System User Group.
setName(String) - Method in class com.storedobject.core.TextContent
Sets the name of the Text Content.
setName(String) - Method in class com.storedobject.core.VirtualFileData
 
setName(String) - Method in class com.storedobject.iot.MQTT
 
setName(String) - Method in class com.storedobject.iot.Site
Sets the name for this instance.
setName(String) - Method in class com.storedobject.iot.Statistics
Sets the name of the statistics instance.
setName(String) - Method in class com.storedobject.iot.ValueDefinition
 
setName(String) - Method in class com.storedobject.job.MessageGroup
 
setName(String) - Method in class com.storedobject.job.Schedule
 
setName(String) - Method in class com.storedobject.mail.Sender
 
setName(String) - Method in class com.storedobject.mail.SenderGroup
 
setName(String) - Method in class com.storedobject.sms.Provider
 
setName(String) - Method in class com.storedobject.telegram.Bot
 
setName(String) - Method in class com.storedobject.tools.ColumnDefinition
 
setName(String) - Method in class com.storedobject.tools.LinkDefinition
 
setNameGap(int) - Method in class com.storedobject.chart.Axis
Set the gap between the axis and the name in pixels.
setNameLocation(Location) - Method in class com.storedobject.chart.Axis
Set the location of the name.
setNameRotation(int) - Method in class com.storedobject.chart.Axis
Set the rotation of the name in degrees.
setNamespacePrefix(String) - Method in class com.storedobject.common.XML
Sets the namespace prefix for the XML document.
setNameTextStyle(TextStyle) - Method in class com.storedobject.chart.Axis
Set the text style or the name.
setNetWeight(Weight) - Method in class com.storedobject.core.ConsignmentPacket
 
setNetWeight(Object) - Method in class com.storedobject.core.ConsignmentPacket
 
setNewDate(Date) - Method in class com.storedobject.core.TransactionDate
 
setNewObjectGenerator(NewObject<T>) - Method in class com.storedobject.ui.ListEditor
Set a "new object generator" so that the ListEditor.add() method can generate a customized instance when adding a new instance.
setNewObjectGenerator(NewObject<T>) - Method in class com.storedobject.ui.ObjectEditor
Set the "new object" creator so that it will be used for creating new instances.
setNewObjectGenerator(NewObject<T>) - Method in class com.storedobject.ui.ObjectTree
 
setNewPage() - Method in class com.storedobject.pdf.PDFChunk
Set to the new page.
setNewValueDate(Date) - Method in class com.storedobject.core.TransactionValueDate
 
setNextLabel(String) - Method in class com.storedobject.ui.SteppedView
Set the label on the "Next" button.
setNextLabel(String) - Method in class com.storedobject.ui.util.Stepper
 
setNo(int) - Method in class com.storedobject.accounts.CustomerInvoice
 
setNo(int) - Method in class com.storedobject.core.Consignment
 
setNo(int) - Method in class com.storedobject.core.InventoryGRN
 
setNo(int) - Method in class com.storedobject.core.InventoryPO
 
setNo(int) - Method in class com.storedobject.core.InventoryTransfer
 
setNo(int) - Method in class com.storedobject.core.JournalVoucher
Set the serial number of this JV.
setNo(int) - Method in class com.storedobject.core.MaterialIssued
 
setNo(int) - Method in class com.storedobject.core.MaterialRequest
 
setNo(int) - Method in class com.storedobject.core.Memo
 
setNo(int) - Method in class com.storedobject.core.PseudoTran
 
setNo(String) - Method in class com.storedobject.core.Document
 
setNodeAlignment(Alignment) - Method in class com.storedobject.chart.SankeyChart
Set node alignment.
setNodeDataPath(String) - Method in class com.storedobject.ui.XMLGrid
 
setNodeGap(int) - Method in class com.storedobject.chart.SankeyChart
Set node gap.
setNodeWidth(int) - Method in class com.storedobject.chart.SankeyChart
Set node width.
setNoIcons(boolean) - Static method in class com.storedobject.vaadin.Button
Set "no icons" mode for buttons.
setNoTab() - Method in class com.storedobject.ui.ObjectEditor
If this method is invoked, tabbing stops and all further fields added without any tab name will go to the non-tab area of the editor.
SetNotAllowed - Annotation Interface in com.storedobject.core.annotation
 
setNotes(String) - Method in class com.storedobject.core.JavaClass
 
setNotes(String) - Method in class com.storedobject.core.TextContent
 
setNotes(String) - Method in class com.storedobject.tools.ColumnDefinition
 
setNotes(String) - Method in class com.storedobject.tools.IndexDefinition
 
setNotes(String) - Method in class com.storedobject.tools.LinkDefinition
 
setNotes(String) - Method in class com.storedobject.tools.TableDefinition
 
setNotFoundHandler(Function<String, T>) - Method in class com.storedobject.ui.ObjectField
 
setNotFoundHandler(Function<String, T>) - Method in class com.storedobject.ui.ObjectGetField
 
setNotFoundTacker(Consumer<String>) - Method in class com.storedobject.ui.ObjectGetField
Set a "not found" consumer.
setNullConnectionHandler(SQLNullConnectionHandler) - Static method in class com.storedobject.core.RawSQL
 
setNullValue(Date) - Static method in class com.storedobject.vaadin.DateField
Set the null value.
setNumber(int) - Method in class com.storedobject.core.ConsignmentPacket
 
setNumber(String) - Method in class com.storedobject.core.Account
 
setNumberGenerator(BiFunction<SystemEntity, SystemEntity, String>) - Static method in class com.storedobject.core.BranchAccount
 
setNumberGenerator(Function<SystemEntity, String>) - Static method in class com.storedobject.core.OffsetAccount
 
setNumericTag(int) - Method in class com.storedobject.core.SerialGenerator
 
setObject(Id) - Method in interface com.storedobject.core.ObjectConsumer
 
setObject(Id) - Method in interface com.storedobject.core.ObjectSetter
Set the object by specifying its Id.
setObject(Id) - Method in class com.storedobject.ui.ObjectField
 
setObject(Id) - Method in class com.storedobject.ui.ObjectFormField
 
setObject(Id) - Method in class com.storedobject.ui.ObjectViewer
 
setObject(Id) - Method in interface com.storedobject.ui.util.AbstractObjectInput
Set object for the given Id.
setObject(InventoryGRN, boolean) - Method in class com.storedobject.ui.inventory.GRNEditor
 
setObject(SerialConfigurator, boolean) - Method in class com.storedobject.ui.tools.SerialConfiguratorEditor
 
setObject(StoredObject) - Method in interface com.storedobject.ui.IdInput
Set a raw object as the value.
setObject(StoredObject) - Method in class com.storedobject.ui.ObjectField
 
setObject(StoredObject) - Method in class com.storedobject.ui.ObjectFormField
 
setObject(StoredObject) - Method in class com.storedobject.ui.ObjectViewer
 
setObject(D) - Method in class com.storedobject.vaadin.AbstractForm
Set the current object.
setObject(D, boolean) - Method in class com.storedobject.vaadin.AbstractForm
Set the current object.
setObject(Object, int...) - Method in class com.storedobject.ui.SteppedDataForm
Set the object to the given steps.
setObject(M, boolean) - Method in class com.storedobject.ui.common.MemoSystem.MemoEditor
 
setObject(T) - Method in interface com.storedobject.core.ObjectConsumer
 
setObject(T) - Method in class com.storedobject.core.ObjectData
 
setObject(T) - Method in interface com.storedobject.core.ObjectSetter
Set the object.
setObject(T) - Method in class com.storedobject.core.ObjectText
Set the object value.
setObject(T) - Method in class com.storedobject.ui.AbstractObjectForest
 
setObject(T) - Method in class com.storedobject.ui.common.ChangeObjectPassword
 
setObject(T) - Method in class com.storedobject.ui.ObjectEditor
 
setObject(T) - Method in interface com.storedobject.ui.ObjectGridData
 
setObject(T) - Method in class com.storedobject.ui.ObjectHistoryGrid
 
setObject(T) - Method in interface com.storedobject.ui.ObjectInput
Set the given object as the value.
setObject(T) - Method in class com.storedobject.ui.ObjectLinkField
 
setObject(T) - Method in class com.storedobject.ui.ObjectTree
 
setObject(T) - Method in class com.storedobject.ui.SteppedObjectForm
Set the object (to all the steps).
setObject(T) - Method in interface com.storedobject.ui.util.AbstractObjectInput
Set the object.
setObject(T) - Method in class com.storedobject.vaadin.AbstractDataEditor
Set the current object.
setObject(T, boolean) - Method in class com.storedobject.vaadin.AbstractDataEditor
Set the current object.
setObjectClass(Class<? extends StoredObject>) - Method in class com.storedobject.ui.tools.DataTransfer
 
setObjectClass(Class<? extends T>...) - Method in class com.storedobject.ui.ObjectField
Set one or more (typically more than one) class subtypes that this field supports.
setObjectClass(Class<? extends T>...) - Method in class com.storedobject.ui.ObjectFormField
 
setObjectClass(Class<? extends T>...) - Method in interface com.storedobject.ui.ObjectInput
Set one or more (typically more than one) class subtypes that this field should allow.
setObjectClass(Class<L>) - Method in class com.storedobject.core.StoredObjectUtility.Link
 
setObjectClass(String) - Method in class com.storedobject.core.StoredObjectUtility.Link
 
setObjectConsumer(ObjectSetter<T>) - Method in interface com.storedobject.ui.ObjectGridData
 
setObjectConsumer(Consumer<T>) - Method in interface com.storedobject.ui.ObjectGridData
 
setObjectConsumer(Consumer<T>) - Method in class com.storedobject.ui.ObjectSearcherField
 
setObjectConverter(Function<T, String>) - Method in class com.storedobject.ui.util.ViewFilter
 
setObjectEditor(ObjectEditor<T>) - Method in class com.storedobject.ui.DetailLinkGrid
 
setObjectEditor(ObjectEditor<T>) - Method in interface com.storedobject.ui.LinkGrid
 
setObjectEditor(ObjectEditor<T>) - Method in class com.storedobject.ui.ObjectBrowser
 
setObjectEditor(ObjectEditor<T>) - Method in class com.storedobject.ui.ObjectLinkField
 
setObjectEditor(ObjectEditor<T>) - Method in class com.storedobject.ui.ObjectTree
 
setObjectEditor(ObjectEditor<T>) - Method in class com.storedobject.ui.util.LinkGridButtons
 
setObjectEditor(Class<O>, ObjectEditor<O>) - Method in class com.storedobject.ui.BaseObjectForest
 
setObjectName(String) - Method in class com.storedobject.tools.LinkDefinition
 
setObjects(Iterable<T>) - Method in interface com.storedobject.core.ObjectsSetter
 
setObjects(Iterable<T>) - Method in class com.storedobject.ui.AbstractObjectForest
 
setObjects(Iterable<T>) - Method in interface com.storedobject.ui.ObjectGridData
 
setObjects(Iterable<T>) - Method in class com.storedobject.ui.ObjectLinkField
 
setObjectSetter(ObjectSetter<T>) - Method in class com.storedobject.ui.AbstractObjectForest
 
setObjectSetter(ObjectSetter<T>) - Method in class com.storedobject.ui.EditableObjectGrid
 
setObjectSetter(ObjectSetter<T>) - Method in class com.storedobject.ui.ObjectGrid
 
setObjectSetter(ObjectSetter<T>) - Method in interface com.storedobject.ui.ObjectGridData
 
setObjectSetter(ObjectSetter<T>) - Method in class com.storedobject.ui.ObjectTree
 
setODTFormat(Id) - Method in class com.storedobject.core.PrintLogicDefinition
 
setODTFormat(StreamData) - Method in class com.storedobject.core.PrintLogicDefinition
 
setODTFormat(BigDecimal) - Method in class com.storedobject.core.PrintLogicDefinition
 
setOfficeName(String) - Method in class com.storedobject.common.Address
Set the apartment/villa/house/office name.
setOffOn(boolean) - Method in class com.storedobject.iot.ControlSchedule
 
setOffset(int) - Method in class com.storedobject.chart.XYAxis
Set an offset value so that the axis will be displayed at an offset from the normal position.
setOffsetX(int) - Method in class com.storedobject.chart.Shadow
Set offset X.
setOffsetY(int) - Method in class com.storedobject.chart.Shadow
Set offset Y.
setOpacity(int) - Method in class com.storedobject.chart.AbstractStyle
Set the opacity of the line (Value as percentage, 0 to 100%).
setOpacity(int) - Method in class com.storedobject.chart.Shadow
Set the opacity of the shadow (Value as percentage, 0 to 100%).
setOpeningBalance(TransactionManager, Money) - Method in class com.storedobject.core.Account
 
setOpeningBalance(TransactionManager, Money, Money) - Method in class com.storedobject.core.Account
 
setOpeningBalance(Object) - Method in class com.storedobject.core.Account
 
setOpenOnHover(boolean) - Method in class com.storedobject.vaadin.MenuBar
Sets the event which opens the sub menus of the root level buttons.
setOpposite(boolean) - Method in class com.storedobject.chart.XYAxis
Set the attribute to make it displayed on the opposite side.
setOptional(boolean) - Method in class com.storedobject.core.InventoryAssembly
 
setOrder(int) - Method in class com.storedobject.chart.Project.Task
Set the order.
setOrder(int) - Method in class com.storedobject.chart.Project.TaskGroup
Set the order.
setOrderBy(String) - Method in interface com.storedobject.core.ObjectLoader
Set the "ORDER BY" clause.
setOrderBy(String) - Method in class com.storedobject.core.ObjectLoadFilter
Set the "ORDER BY" clause.
setOrderBy(String) - Method in class com.storedobject.core.ReportDefinition
 
setOrderBy(String) - Method in class com.storedobject.core.StoredObjectUtility.Link
 
setOrderBy(String) - Method in class com.storedobject.ui.tools.DataTransfer
 
setOrderBy(String, boolean) - Method in interface com.storedobject.core.ObjectLoader
Set the "ORDER BY" clause.
setOrderBy(String, boolean) - Method in class com.storedobject.ui.AbstractLinkGrid
 
setOrderBy(String, boolean) - Method in class com.storedobject.ui.ReferenceLinkGrid
 
setOrdinality(int) - Method in class com.storedobject.iot.ControlSchedule
 
setOrdinality(int) - Method in class com.storedobject.iot.Unit
 
setOrdinality(int) - Method in class com.storedobject.iot.ValueImagePosition
 
setOrganization(Entity) - Method in class com.storedobject.core.EntityRole
 
setOrganization(Id) - Method in class com.storedobject.core.AccessControl
 
setOrganization(Id) - Method in class com.storedobject.core.EntityRole
 
setOrganization(Id) - Method in class com.storedobjects.support.SupportUser
 
setOrganization(SystemEntity) - Method in class com.storedobject.core.AccessControl
 
setOrganization(Organization) - Method in class com.storedobjects.support.SupportUser
 
setOrganization(BigDecimal) - Method in class com.storedobject.core.AccessControl
 
setOrganization(BigDecimal) - Method in class com.storedobject.core.EntityRole
 
setOrganization(BigDecimal) - Method in class com.storedobjects.support.SupportUser
 
setOrientation(int) - Method in class com.storedobject.core.ReportDefinition
 
setOrientation(int) - Method in class com.storedobject.pdf.CombinedPDFReport
Set the orientation to be used when the next content is added.
setOrientation(Orientation) - Method in class com.storedobject.chart.TreeChart
Set orientation.
setOrientation(Tabs.Orientation) - Method in class com.storedobject.vaadin.Tabs
Set the orientation of the tabs.
setOrigin(ForeignFinancialSystem) - Method in class com.storedobject.core.JournalVoucher
Set the origin of this JV.
setOrigin(ForeignFinancialSystem) - Method in class com.storedobject.report.JournalReport
 
setOrigin(Id) - Method in class com.storedobject.core.JournalVoucher
Set the origin of this JV.
setOrigin(BigDecimal) - Method in class com.storedobject.core.JournalVoucher
Set the origin of this JV.
setOwner(Entity) - Method in class com.storedobject.core.InventoryItem
 
setOwner(Id) - Method in class com.storedobject.calendar.Calendar
 
setOwner(Id) - Method in class com.storedobject.core.Document
 
setOwner(Id) - Method in class com.storedobject.core.InventoryItem
 
setOwner(Id) - Method in class com.storedobject.core.JournalVoucher
Set the owner of this JV.
setOwner(Id) - Method in class com.storedobject.core.UnpostedJournal
 
setOwner(Person) - Method in class com.storedobject.calendar.Calendar
 
setOwner(StoredObject) - Method in class com.storedobject.core.JournalVoucher
Set the owner of this JV.
setOwner(StoredObject) - Method in class com.storedobject.core.UnpostedJournal
 
setOwner(BigDecimal) - Method in class com.storedobject.calendar.Calendar
 
setOwner(BigDecimal) - Method in class com.storedobject.core.Document
 
setOwner(BigDecimal) - Method in class com.storedobject.core.InventoryItem
 
setOwner(BigDecimal) - Method in class com.storedobject.core.JournalVoucher
Set the owner of this JV.
setOwner(BigDecimal) - Method in class com.storedobject.core.PIN
 
setOwner(BigDecimal) - Method in class com.storedobject.core.UnpostedJournal
 
setOwner(T) - Method in class com.storedobject.core.Document
 
setPack(boolean) - Method in class com.storedobject.common.SOAP
Whether to pack the SOAP XML structure by removing all the unwanted text nodes or not.
setPack(boolean) - Method in class com.storedobject.common.XML
Whether to pack the XML structure by removing all the unwanted text nodes or not.
setPacking(String) - Method in class com.storedobject.core.PackingUnit
 
setPadding(float) - Method in class com.storedobject.pdf.PDFCell
Get the padding of this cell.
setPadding(int) - Method in class com.storedobject.vaadin.Box
Set padding.
setPadding(Padding) - Method in class com.storedobject.chart.ComposedPart
 
setPadding(Padding) - Method in interface com.storedobject.chart.HasPadding
Set the padding of this.
setPadding(Padding) - Method in class com.storedobject.chart.Legend
 
setPadding(Padding) - Method in class com.storedobject.chart.TextStyle
Set the padding.
setPadding(String) - Method in class com.storedobject.vaadin.Box
Set padding.
setPaddingBottom(float) - Method in class com.storedobject.pdf.PDFCell
Set the bottom padding of this cell.
setPaddingLeft(float) - Method in class com.storedobject.pdf.PDFCell
Set padding on the left side.
setPaddingRight(float) - Method in class com.storedobject.pdf.PDFCell
Set padding on the right side.
setPaddingRight(int) - Method in class com.storedobject.chart.Padding
Set right padding.
setPaddingTop(float) - Method in class com.storedobject.pdf.PDFCell
Set padding at the top.
setPaddingTop(int) - Method in class com.storedobject.chart.Padding
Set top padding.
setPageNumber(int) - Method in class com.storedobject.pdf.PDF
Set the page number to a new value.
setPageRange(int, int) - Method in class com.storedobject.office.PDFProperties
 
setPageSizeIndex(int) - Method in class com.storedobject.pdf.PDF
 
setPainter(Consumer<Graphics2D>) - Method in class com.storedobject.vaadin.PaintedImage
Set a painter.
setParameter(String, String) - Method in class com.storedobject.ui.util.DownloadStream
Sets a parameter for download stream.
setParameters(JSON) - Method in interface com.storedobject.core.JSONParameter
If implemented, this method is typically invoked by the tools before a ContentProducer is asked to produce its output.
setParameters(JSON) - Method in class com.storedobject.report.AccountStatement
 
setParameters(JSON) - Method in class com.storedobject.report.FileCirculationStatus
 
setParameters(JSON) - Method in class com.storedobject.report.FileExpiryReport
 
setParameters(JSON) - Method in class com.storedobject.report.ItemMovementReport
 
setParameters(JSON) - Method in class com.storedobject.report.JournalReport
 
setParameters(JSON) - Method in class com.storedobject.report.ObjectList
 
setParameters(JSON) - Method in class com.storedobject.report.ObjectListExcel
 
setParameters(JSON) - Method in class com.storedobject.report.TrialBalance
 
setParameters(String) - Method in class com.storedobject.core.UIFieldMetadata
 
setParameters(String) - Method in class com.storedobject.tools.ColumnDefinition
 
setParentClassName(String) - Method in class com.storedobject.tools.TableDefinition
 
setParentImage(Image, int, int) - Method in class com.storedobject.ui.ImageViewer
Set a parent image.
setParentItemType(Id) - Method in class com.storedobject.core.InventoryAssembly
 
setParentItemType(InventoryItemType) - Method in class com.storedobject.core.InventoryAssembly
 
setParentItemType(BigDecimal) - Method in class com.storedobject.core.InventoryAssembly
 
setParentObject(StoredObject, int) - Method in class com.storedobject.ui.ObjectEditor
Set the parent object.
setParticulars(String) - Method in class com.storedobject.core.UnpostedJournalEntry
 
setPartNumber(Id) - Method in class com.storedobject.core.InventoryAPN
 
setPartNumber(Id) - Method in class com.storedobject.core.InventoryGRNItem
 
setPartNumber(Id) - Method in class com.storedobject.core.InventoryItem
 
setPartNumber(Id) - Method in class com.storedobject.core.InventoryPOItem
 
setPartNumber(Id) - Method in class com.storedobject.core.MaterialRequestItem
 
setPartNumber(InventoryItemType) - Method in class com.storedobject.core.InventoryAPN
 
setPartNumber(InventoryItemType) - Method in class com.storedobject.core.InventoryGRNItem
 
setPartNumber(InventoryItemType) - Method in class com.storedobject.core.InventoryItem
 
setPartNumber(InventoryItemType) - Method in class com.storedobject.core.InventoryPOItem
 
setPartNumber(InventoryItemType) - Method in class com.storedobject.core.MaterialRequestItem
 
setPartNumber(InventoryItemType) - Method in class com.storedobject.core.Stock
 
setPartNumber(InventoryItemType) - Method in class com.storedobject.report.StockMovementReport
 
setPartNumber(InventoryItemType) - Method in class com.storedobject.report.StockReport
 
setPartNumber(InventoryItemType) - Method in class com.storedobject.report.StockReportExcel
 
setPartNumber(InventoryItemType) - Method in class com.storedobject.ui.inventory.ItemField
Set the part number (an instance of InventoryItemType) portion.
setPartNumber(String) - Method in class com.storedobject.core.InventoryItemType
 
setPartNumber(BigDecimal) - Method in class com.storedobject.core.InventoryAPN
 
setPartNumber(BigDecimal) - Method in class com.storedobject.core.InventoryGRNItem
 
setPartNumber(BigDecimal) - Method in class com.storedobject.core.InventoryItem
 
setPartNumber(BigDecimal) - Method in class com.storedobject.core.InventoryPOItem
 
setPartNumber(BigDecimal) - Method in class com.storedobject.core.MaterialRequestItem
 
setPartNumbers(ObjectIterator<? extends InventoryItemType>) - Method in class com.storedobject.report.StockMovementReport
 
setPartNumbers(ObjectIterator<? extends InventoryItemType>) - Method in class com.storedobject.report.StockReport
 
setPartNumbers(ObjectIterator<? extends InventoryItemType>) - Method in class com.storedobject.report.StockReportExcel
 
setPartOfInvoice(boolean) - Method in class com.storedobject.core.LandedCostType
 
setParty(EntityAccount) - Method in class com.storedobject.accounts.Invoice
 
setParty(Id) - Method in class com.storedobject.accounts.AccountEntity
Sets the party associated with this object.
setParty(Id) - Method in class com.storedobject.accounts.Invoice
 
setParty(BigDecimal) - Method in class com.storedobject.accounts.Invoice
 
setParty(T) - Method in class com.storedobject.accounts.AccountEntity
Sets the party for this object.
setPartyId(Id) - Method in class com.storedobject.accounts.AccountEntity
Sets the party ID for the given object.
setPartyId(Id) - Method in class com.storedobject.accounts.BusinessEntity
Sets the party ID for the current entity.
setPartyId(Id) - Method in class com.storedobject.accounts.PersonalEntity
Sets the party ID of the person.
setPassword(String) - Method in class com.storedobject.mail.MailSender
 
setPassword(String) - Method in class com.storedobject.office.PDFProperties
 
setPassword(String) - Method in class com.storedobject.pdf.PDF
Set a password for the PDF.
setPassword(String) - Method in class com.storedobject.sms.Provider
 
setPasswordField(HasValue<?, ?>) - Method in class com.storedobject.ui.tools.LoginNameField
 
SetPasswordPolicy - Class in com.storedobject.ui.common
 
SetPasswordPolicy() - Constructor for class com.storedobject.ui.common.SetPasswordPolicy
 
setPattern() - Method in class com.storedobject.vaadin.util.NumericField
 
setPattern(String) - Method in class com.storedobject.core.SerialPattern
 
setPattern(String) - Method in class com.storedobject.vaadin.TextArea
 
setPattern(String) - Method in interface com.storedobject.vaadin.util.HasTextValue
 
setPattern(String) - Method in class com.storedobject.vaadin.util.PatternField
 
setPatternType(int) - Method in class com.storedobject.core.SerialConfigurator
 
setPayment(Money) - Method in class com.storedobject.accounts.Invoice
 
setPayment(Money, Transaction) - Method in class com.storedobject.accounts.Invoice
 
setPayment(Money, TransactionManager) - Method in class com.storedobject.accounts.Invoice
 
setPayment(Object) - Method in class com.storedobject.accounts.Invoice
 
setPaymentDetail(String) - Method in class com.storedobject.accounts.Invoice
 
setPaymentStatus(int) - Method in class com.storedobject.accounts.Invoice
 
setPDFInBrowse(boolean) - Method in class com.storedobject.core.UIMetadata
 
setPDFPageOrientation(int) - Method in class com.storedobject.ui.QueryGrid
Set the orientation fo the PDF report.
setPDFProperties(PDFProperties) - Method in class com.storedobject.office.od.ods.Workbook
 
setPeriodDrift(int) - Method in class com.storedobject.common.TOTP
Set period-drift.
setPermission(int) - Method in class com.storedobject.core.ObjectPermission
 
setPerson(Id) - Method in class com.storedobject.accounts.CashAccount
 
setPerson(Id) - Method in class com.storedobject.accounts.PersonalEntity
Set the person with the given personId.
setPerson(Id) - Method in class com.storedobject.core.FileCirculation
 
setPerson(Id) - Method in class com.storedobject.core.FileFolderAccessRights
 
setPerson(Id) - Method in class com.storedobject.core.InventoryCustodyLocation
 
setPerson(Id) - Method in class com.storedobject.core.MaterialRequest
 
setPerson(Id) - Method in class com.storedobject.core.PersonRole
 
setPerson(Id) - Method in class com.storedobject.core.Signature
 
setPerson(Id) - Method in class com.storedobject.core.SystemUser
 
setPerson(Id) - Method in class com.storedobjects.support.SupportPerson
 
setPerson(Person) - Method in class com.storedobject.accounts.CashAccount
 
setPerson(Person) - Method in class com.storedobject.accounts.PersonalEntity
Sets the person associated with this PersonalEntity.
setPerson(Person) - Method in class com.storedobject.core.FileCirculation
 
setPerson(Person) - Method in class com.storedobject.core.FileFolderAccessRights
 
setPerson(Person) - Method in class com.storedobject.core.InventoryCustodyLocation
 
setPerson(Person) - Method in class com.storedobject.core.MaterialRequest
 
setPerson(Person) - Method in class com.storedobject.core.PersonRole
 
setPerson(Person) - Method in class com.storedobject.core.Signature
 
setPerson(SystemUser) - Method in class com.storedobjects.support.SupportPerson
 
setPerson(BigDecimal) - Method in class com.storedobject.accounts.CashAccount
 
setPerson(BigDecimal) - Method in class com.storedobject.accounts.PersonalEntity
Sets the person identified by the specified ID value.
setPerson(BigDecimal) - Method in class com.storedobject.core.FileCirculation
 
setPerson(BigDecimal) - Method in class com.storedobject.core.FileFolderAccessRights
 
setPerson(BigDecimal) - Method in class com.storedobject.core.InventoryCustodyLocation
 
setPerson(BigDecimal) - Method in class com.storedobject.core.MaterialRequest
 
setPerson(BigDecimal) - Method in class com.storedobject.core.PersonRole
 
setPerson(BigDecimal) - Method in class com.storedobject.core.Signature
 
setPerson(BigDecimal) - Method in class com.storedobject.core.SystemUser
 
setPerson(BigDecimal) - Method in class com.storedobjects.support.SupportPerson
 
setPhrase(PDFPhrase) - Method in class com.storedobject.pdf.PDFCell
Set an phrase as the content of this cell.
setPickingOrder(int) - Method in class com.storedobject.core.InventoryBin
 
setPid(DecimalNumber) - Method in class com.storedobject.core.PseudoTranDetail
 
setPid(Object) - Method in class com.storedobject.core.PseudoTranDetail
 
setPIN(String) - Method in class com.storedobject.core.PIN
 
setPlaceholder(String) - Method in class com.storedobject.ui.CountryField
Set placeholder for this field.
setPlaceholder(String) - Method in class com.storedobject.ui.ObjectField
 
setPlaceholder(String) - Method in class com.storedobject.ui.ObjectFormField
 
setPlaceholder(String) - Method in class com.storedobject.ui.ObjectGetField
 
setPlaceholder(String) - Method in class com.storedobject.ui.util.ComputedField
 
setPlaceholder(String) - Method in class com.storedobject.vaadin.ButtonIcon
Show tooltip/placeholder
setPlaceholder(String) - Method in class com.storedobject.vaadin.ChoiceField
Set placeholder for this field.
setPlaceholder(String) - Method in class com.storedobject.vaadin.CustomTextField
Set text to be displayed as placeholder when the value of the field is empty.
setPlaceName(String) - Method in class com.storedobject.common.PKAddress
 
setPOBox(int) - Method in class com.storedobject.common.Address
Set the Post Box number.
setPOClass(Class<?>) - Method in class com.storedobject.ui.inventory.GRN
 
setPointer(Axis.Pointer) - Method in class com.storedobject.chart.Axis
Set the axis-pointer for this axis.
setPointSymbol(PointSymbol) - Method in class com.storedobject.chart.BubbleChart
Set a different point-symbol that represents the "bubble".
setPointSymbol(PointSymbol) - Method in class com.storedobject.chart.LineChart
Set the point symbol definition to be used.
setPointSymbol(PointSymbol) - Method in class com.storedobject.chart.ScatterChart
Set a different point-symbol.
setPolarProperty(PolarProperty) - Method in class com.storedobject.chart.ComposedPart
 
setPolarProperty(PolarProperty) - Method in class com.storedobject.chart.GaugeChart
 
setPolarProperty(PolarProperty) - Method in interface com.storedobject.chart.HasPolarProperty
Set the polar property.
setPolarProperty(PolarProperty) - Method in class com.storedobject.chart.PieChart
 
setPolarProperty(PolarProperty) - Method in class com.storedobject.chart.PolarCoordinate
 
setPolarProperty(PolarProperty) - Method in class com.storedobject.chart.RadarCoordinate
 
setPolarProperty(PolarProperty) - Method in class com.storedobject.chart.SunburstChart
 
setPollInterval(int) - Method in class com.storedobject.vaadin.Application
Set the polling interval with this application as the owner.
setPollInterval(Object, int) - Method in class com.storedobject.vaadin.Application
Set polling interval.
setPoolSize(int) - Static method in class com.storedobject.core.SQLConnector
Sets the pool size for the connection pool.
setPort(int) - Method in class com.storedobject.iot.MQTT
 
setPort(int) - Method in class com.storedobject.mail.MailSender
 
setPortOfDischarge(String) - Method in class com.storedobject.core.Consignment
 
setPortOfLoading(String) - Method in class com.storedobject.core.Consignment
 
setPosition(Position) - Method in class com.storedobject.chart.ComposedPart
 
setPosition(Position) - Method in class com.storedobject.chart.CoordinateSystem
 
setPosition(Position) - Method in class com.storedobject.chart.DataZoom
 
setPosition(Position) - Method in interface com.storedobject.chart.HasPosition
Set the position of this.
setPosition(Position) - Method in class com.storedobject.chart.Legend
 
setPosition(Position) - Method in class com.storedobject.chart.SelfPositioningChart
 
setPosition(Position) - Method in class com.storedobject.chart.SelfPositioningSpecialChart
 
setPosition(Position) - Method in class com.storedobject.chart.Shape
Set position.
setPosition(Position) - Method in class com.storedobject.chart.SunburstChart
 
setPosition(Position) - Method in class com.storedobject.chart.Title
 
setPosition(Position) - Method in class com.storedobject.chart.Toolbox
 
setPosition(Position) - Method in class com.storedobject.chart.VisualMap
 
setPosition(Shape.Point) - Method in class com.storedobject.chart.Shape
Set the X and Y positions of this shape in the coordinate system.
setPosition(Number, Number) - Method in class com.storedobject.chart.Shape
Set the X and Y positions of this shape in the coordinate system.
setPosition(String) - Method in class com.storedobject.core.InventoryAssembly
 
setPostalCode(String) - Method in class com.storedobject.common.Address
Set the Postal Code.
setPostalTown(String) - Method in class com.storedobject.common.MYAddress
 
setPosted(boolean) - Method in class com.storedobject.accounts.Invoice
 
setPosted(boolean) - Method in class com.storedobject.core.JournalVoucherStage
 
setPostFocus(Component) - Method in class com.storedobject.vaadin.Application
Set a component to be focused later when the current "view" is selected again.
setPostOfficeName(String) - Method in class com.storedobject.common.INAddress
 
setPostTown(String) - Method in class com.storedobject.common.GBAddress
 
setPrecision(int) - Method in class com.storedobject.chart.Axis.PointerLabel
Set the precision for showing the value (Applicable to numeric values).
setPreconfirm(BooleanSupplier) - Method in class com.storedobject.vaadin.ActionForm
Set a "preconfirm" check.
setPreconfirm(BooleanSupplier) - Method in class com.storedobject.vaadin.ConfirmButton
Set a "preconfirm" check.
setPreferences(int) - Method in class com.storedobject.core.SystemUser
 
setPrefix(String) - Method in class com.storedobject.vaadin.TimerComponent
Set a prefix for the display.
setPrefixComponent(Component) - Method in class com.storedobject.vaadin.CustomTextField
 
setPrefixFieldControl(boolean) - Method in class com.storedobject.ui.AbstractObjectField
 
setPrefixFieldControl(boolean) - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
setPrefixFieldControl(boolean) - Method in class com.storedobject.ui.inventory.ItemField
 
setPrefixFieldControl(boolean) - Method in class com.storedobject.ui.ObjectCodeField
 
setPrefixFieldControl(boolean) - Method in class com.storedobject.ui.ObjectComboField
 
setPrefixFieldControl(boolean) - Method in class com.storedobject.ui.ObjectField
 
setPrefixFieldControl(boolean) - Method in class com.storedobject.ui.ObjectFormField
 
setPrefixFieldControl(boolean) - Method in class com.storedobject.ui.ObjectListField
 
setPrefixFieldControl(boolean) - Method in interface com.storedobject.ui.util.AbstractObjectInput
Decide whether "prefix components" needs to be controlled by this field or not.
setPrefixFieldControl(boolean) - Method in interface com.storedobject.ui.util.DelegatedIdInput
 
setPrefixFieldControl(boolean) - Method in interface com.storedobject.ui.util.DelegatedObjectInput
 
setPrefixSOAP(String) - Method in class com.storedobject.common.SOAP
Set the prefix to be used as the "SOAP-Env" prefix.
setPresentationValue(Id) - Method in class com.storedobject.ui.ObjectField
 
setPresentationValue(MeasurementUnit) - Method in class com.storedobject.ui.MeasurementUnitField
 
setPresentationValue(Money) - Method in class com.storedobject.ui.MoneyField
 
setPresentationValue(ObjectText<T>) - Method in class com.storedobject.ui.ObjectTextField
 
setPresentationValue(StreamData) - Method in class com.storedobject.ui.FileField
 
setPresentationValue(I) - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
setPresentationValue(I) - Method in class com.storedobject.ui.inventory.ItemField
 
setPresentationValue(Boolean) - Method in class com.storedobject.vaadin.BooleanField
 
setPresentationValue(Integer) - Method in class com.storedobject.vaadin.ChoicesField
 
setPresentationValue(Integer) - Method in class com.storedobject.vaadin.UploadField
 
setPresentationValue(Object) - Method in class com.storedobject.ui.ELabelField
 
setPresentationValue(String) - Method in class com.storedobject.ui.AddressField
 
setPresentationValue(String) - Method in class com.storedobject.ui.PhoneField
 
setPresentationValue(String) - Method in class com.storedobject.vaadin.CompoundField
 
setPresentationValue(Date) - Method in class com.storedobject.ui.MonthField
 
setPresentationValue(T) - Method in class com.storedobject.ui.AbstractObjectField
 
setPresentationValue(T) - Method in class com.storedobject.ui.ObjectFormField
 
setPresentationValue(T) - Method in class com.storedobject.ui.ObjectGetField
 
setPresentationValue(T) - Method in class com.storedobject.ui.ObjectSearchField
 
setPresentationValue(T) - Method in class com.storedobject.ui.RangeField
 
setPresentationValue(T) - Method in class com.storedobject.ui.util.AbstractQuantityField
 
setPresentationValue(T) - Method in class com.storedobject.ui.util.ComputedField
 
setPresentationValue(T) - Method in class com.storedobject.vaadin.CustomTextField
 
setPresentationValue(T) - Method in class com.storedobject.vaadin.LabelField
 
setPresentationValue(T) - Method in class com.storedobject.vaadin.TranslatedField
 
setPrevious(T) - Method in class com.storedobject.common.CheckWithPrevious
Sets the previous value that is to be compared with the current value.
setPreviousUnit(Quantity) - Method in class com.storedobject.core.InventoryUnitCorrection
 
setPreviousUnit(Object) - Method in class com.storedobject.core.InventoryUnitCorrection
 
setPrimaryAddress(String) - Method in class com.storedobject.accounts.AccountEntity
Sets the primary address of the AccountEntity.
setPrimaryEmail(String) - Method in class com.storedobject.accounts.AccountEntity
Sets the primary email address for the account entity.
setPrimaryPhone(String) - Method in class com.storedobject.accounts.AccountEntity
Sets the primary phone number for the account entity.
setPrintArea(int, int, int, int, int) - Method in class com.storedobject.office.od.ods.Workbook
 
setPrintArea(int, String) - Method in class com.storedobject.office.od.ods.Workbook
 
setPrintDescription(boolean) - Method in class com.storedobject.core.ReportDefinition
 
setPrintGridlines(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setPrintLogicClassName(String) - Method in class com.storedobject.core.PrintLogicDefinition
 
setPrintRowAndColumnHeadings(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setPrintText(boolean) - Method in class com.storedobject.common.Barcode
Set to true for printing barcode data at the bottom of the image.
setPrintText(boolean) - Method in class com.storedobject.ui.BarcodeImage
 
setPriority(int) - Method in class com.storedobject.core.LoginMessage
 
setPriority(int) - Method in class com.storedobject.core.MaterialRequestPriority
 
setPriority(Id) - Method in class com.storedobject.core.MaterialRequest
 
setPriority(MaterialRequestPriority) - Method in class com.storedobject.core.MaterialRequest
 
setPriority(BigDecimal) - Method in class com.storedobject.core.MaterialRequest
 
setProcessingOrder(int) - Method in class com.storedobject.tools.Packager
 
setProcessor(Processor) - Method in class com.storedobject.ui.TextView
 
setProcessor(Processor) - Method in class com.storedobject.ui.UploadProcessorView
 
setProcessor(BiConsumer<InputStream, String>) - Method in class com.storedobject.ui.CSVUploadProcessorView
 
setProcessor(BiConsumer<InputStream, String>) - Method in class com.storedobject.ui.UploadProcessorView
 
setProcessor(BiConsumer<InputStream, String>) - Method in class com.storedobject.ui.ZipUploadProcessorView
 
setProcessor(Consumer<String[]>) - Method in class com.storedobject.ui.CSVUploadProcessorView
 
setProcessor(Consumer<T>) - Method in class com.storedobject.core.ObjectCache
 
setProcessor(Consumer<T>) - Method in class com.storedobject.core.ObjectCacheList
 
setProcessor(Consumer<T>) - Method in interface com.storedobject.core.ObjectList
 
setProcessor(Consumer<T>) - Method in class com.storedobject.core.ObjectMemoryList
 
setProcessor(Consumer<T>) - Method in class com.storedobject.ui.ObjectListGrid
Set a processor to process the object loaded into this grid.
setProcessorLogic(TransactionManager, Class<?>) - Method in class com.storedobject.core.LoginMessage
 
setProcessorLogic(Transaction, Class<?>) - Method in class com.storedobject.core.LoginMessage
 
setProduct(Id) - Method in class com.storedobjects.support.Issue
 
setProduct(Id) - Method in class com.storedobjects.support.ProductSkill
 
setProduct(Product) - Method in class com.storedobjects.support.Issue
 
setProduct(Product) - Method in class com.storedobjects.support.ProductSkill
 
setProduct(BigDecimal) - Method in class com.storedobjects.support.Issue
 
setProduct(BigDecimal) - Method in class com.storedobjects.support.ProductSkill
 
setProductLogoName(String) - Method in class com.storedobject.core.DeviceLayout
 
setProgress(int) - Method in class com.storedobject.ui.TextView
 
setProgressCaption(String) - Method in class com.storedobject.ui.TextView
 
setProject(String) - Method in class com.storedobject.iot.Site
Sets the project associated with the Site instance.
setProportionalHeight(int...) - Method in class com.storedobject.ui.FoldingLayout
Set proportional widths for the components.
setProportionalWidths(int...) - Method in class com.storedobject.ui.FoldingLayout
Set proportional widths for the components.
setProtectedColumns(String) - Method in class com.storedobject.core.UIMetadata
 
setProtectedColumns(String) - Method in class com.storedobject.tools.TableDefinition
 
setProvince(int) - Method in class com.storedobject.common.PKAddress
 
setPublicKey(String) - Method in class com.storedobject.core.WebBiometric
 
setPurchaseDate(Date) - Method in class com.storedobject.core.InventoryItem
 
setQuantity(Quantity) - Method in class com.storedobject.core.ConsignmentItem
 
setQuantity(Quantity) - Method in class com.storedobject.core.InventoryAssembly
 
setQuantity(Quantity) - Method in class com.storedobject.core.InventoryGRNItem
 
setQuantity(Quantity) - Method in class com.storedobject.core.InventoryItem
 
setQuantity(Quantity) - Method in class com.storedobject.core.InventoryLedger
 
setQuantity(Quantity) - Method in class com.storedobject.core.InventoryPOItem
 
setQuantity(Quantity) - Method in class com.storedobject.core.InventoryTransferItem
 
setQuantity(Quantity) - Method in class com.storedobject.core.MaterialIssuedItem
 
setQuantity(Quantity) - Method in class com.storedobject.core.PackingUnit
 
setQuantity(Object) - Method in class com.storedobject.core.ConsignmentItem
 
setQuantity(Object) - Method in class com.storedobject.core.InventoryAssembly
 
setQuantity(Object) - Method in class com.storedobject.core.InventoryGRNItem
 
setQuantity(Object) - Method in class com.storedobject.core.InventoryItem
 
setQuantity(Object) - Method in class com.storedobject.core.InventoryLedger
 
setQuantity(Object) - Method in class com.storedobject.core.InventoryPOItem
 
setQuantity(Object) - Method in class com.storedobject.core.InventoryTransferItem
 
setQuantity(Object) - Method in class com.storedobject.core.MaterialIssuedItem
 
setQuantity(Object) - Method in class com.storedobject.core.PackingUnit
 
setRadius(int) - Method in class com.storedobject.chart.Border
Set the radius of the border corners (all corners) (in degrees).
setRadius(int, int) - Method in class com.storedobject.chart.Border
Set the radius at the given corner.
setRadius(Size) - Method in interface com.storedobject.chart.HasPolarProperty
Set the radius.
setRadius(Size) - Method in class com.storedobject.chart.PolarProperty
Set size of the radius.
setRadius(Number) - Method in class com.storedobject.chart.CirclePart
Set radius.
setRate(Percentage) - Method in class com.storedobject.core.Tax
 
setRate(Percentage) - Method in class com.storedobject.core.TaxRate
 
setRate(Object) - Method in class com.storedobject.core.Tax
 
setRate(Object) - Method in class com.storedobject.core.TaxRate
 
setRawObject(StoredObject) - Method in class com.storedobject.ui.ObjectEditor
Set an instance of a StoredObject if it is compatible with this editor.
setRawOutput(boolean) - Method in class com.storedobject.office.ODS
 
setRawOutput(boolean) - Method in class com.storedobject.office.ODT
 
setRawValue(String, Object) - Method in class com.storedobject.core.StoredObject
Set a raw value to the given attribute.
setReadAt(Timestamp) - Method in class com.storedobject.core.FileCirculation
 
setReadOnly(boolean) - Method in class com.storedobject.ui.AbstractObjectField
 
setReadOnly(boolean) - Method in class com.storedobject.ui.AddressField
 
setReadOnly(boolean) - Method in class com.storedobject.ui.DetailLinkGrid
 
setReadOnly(boolean) - Method in class com.storedobject.ui.EditableGrid
Set read only.
setReadOnly(boolean) - Method in class com.storedobject.ui.EditableObjectGrid
Set read only.
setReadOnly(boolean) - Method in class com.storedobject.ui.FileField
 
setReadOnly(boolean) - Method in class com.storedobject.ui.inventory.AssemblyItemField
 
setReadOnly(boolean) - Method in class com.storedobject.ui.inventory.ItemField
 
setReadOnly(boolean) - Method in interface com.storedobject.ui.LinkGrid
 
setReadOnly(boolean) - Method in class com.storedobject.ui.ListEditor
 
setReadOnly(boolean) - Method in class com.storedobject.ui.MeasurementUnitField
 
setReadOnly(boolean) - Method in class com.storedobject.ui.MoneyField
 
setReadOnly(boolean) - Method in class com.storedobject.ui.ObjectBrowser
 
setReadOnly(boolean) - Method in class com.storedobject.ui.ObjectComboField
 
setReadOnly(boolean) - Method in class com.storedobject.ui.ObjectField
 
setReadOnly(boolean) - Method in class com.storedobject.ui.ObjectFormField
 
setReadOnly(boolean) - Method in class com.storedobject.ui.ObjectLinkField
 
setReadOnly(boolean) - Method in class com.storedobject.ui.ObjectListEditor
 
setReadOnly(boolean) - Method in class com.storedobject.ui.ObjectListField
 
setReadOnly(boolean) - Method in class com.storedobject.ui.ObjectTextField
 
setReadOnly(boolean) - Method in class com.storedobject.ui.PhoneField
 
setReadOnly(boolean) - Method in class com.storedobject.ui.ReferenceLinkGrid
 
setReadOnly(boolean) - Method in interface com.storedobject.ui.util.AbstractObjectInput
Make this field read-only.
setReadOnly(boolean) - Method in class com.storedobject.ui.util.AbstractQuantityField
 
setReadOnly(boolean) - Method in class com.storedobject.ui.util.AcceptAbandonButtons
 
setReadOnly(boolean) - Method in class com.storedobject.ui.util.ComputedField
 
setReadOnly(boolean) - Method in class com.storedobject.vaadin.AbstractDataForm
Set the view read only.
setReadOnly(boolean) - Method in class com.storedobject.vaadin.AbstractForm
Set the form read only.
setReadOnly(boolean) - Method in class com.storedobject.vaadin.BooleanField
 
setReadOnly(boolean) - Method in class com.storedobject.vaadin.Box
Set read only style.
setReadOnly(boolean) - Method in class com.storedobject.vaadin.ChoicesField
 
setReadOnly(boolean) - Method in class com.storedobject.vaadin.CustomTextField
 
setReadOnly(boolean) - Method in class com.storedobject.vaadin.FreeFormatField
 
setReadOnly(boolean) - Method in class com.storedobject.vaadin.ToggleButton
 
setReadOnly(boolean) - Method in class com.storedobject.vaadin.TranslatedField
 
setReadOnly(boolean) - Method in class com.storedobject.vaadin.UploadField
 
setReadOnly(boolean) - Method in class com.storedobject.vaadin.util.Data
Set this as read-only.
setReadTimeout(int) - Method in class com.storedobject.common.HTTP
Set the read timeout for the connection.
setReadTimeout(int) - Method in class com.storedobject.common.SOAP
Sets the read timeout for the HTTP connection.
setReceived(boolean) - Method in class com.storedobject.core.MaterialRequest
 
setReceived(Quantity) - Method in class com.storedobject.core.InventoryPOItem
 
setReceived(Object) - Method in class com.storedobject.core.InventoryPOItem
 
setRed(int) - Method in class com.storedobject.chart.Color
Set the red value.
setReference(String) - Method in class com.storedobject.core.InventoryLedger
 
setReferenceNumber(String) - Method in class com.storedobject.core.InventoryGRN
 
setReferenceNumber(String) - Method in class com.storedobject.core.InventoryPO
Deprecated.
setReferenceNumber(String) - Method in class com.storedobject.core.InventoryTransfer
 
setReferenceNumber(String) - Method in class com.storedobject.core.MaterialIssued
Deprecated.
setReferenceNumber(String) - Method in class com.storedobject.core.MaterialRequest
Deprecated.
setRefresher(Runnable) - Method in class com.storedobject.ui.inventory.ChangePartNumber
 
setRefresher(Runnable) - Method in class com.storedobject.ui.inventory.ItemContext
 
setRefreshToken(String) - Method in class com.storedobject.mail.GMailSender
 
setRegion(Id) - Method in class com.storedobject.core.TaxType
 
setRegion(TaxRegion) - Method in class com.storedobject.core.TaxType
 
setRegion(BigDecimal) - Method in class com.storedobject.core.TaxType
 
setRelativeWidth(int) - Method in class com.storedobject.core.ReportColumnDefinition
 
setRelayState(String) - Method in class com.storedobject.ui.RedirectSAML
Set the relay state (optional).
setRemark(String) - Method in class com.storedobject.core.Consignment
 
setRemark(String) - Method in class com.storedobject.core.InventoryTransfer
 
setRemarks(String) - Method in class com.storedobject.core.MaterialRequest
 
setRemarks(String) - Method in class com.storedobject.core.TransactionDate
 
setRemember(HasValue<?, Boolean>) - Method in class com.storedobject.ui.tools.LoginNameField
 
setRenderingIndex(int) - Method in class com.storedobject.chart.Axis
 
setRenderingIndex(int) - Method in interface com.storedobject.chart.ComponentPart
Set the rendering index of this part.
setReorderPoint(Quantity) - Method in class com.storedobject.core.InventoryItemType
 
setReorderPoint(Object) - Method in class com.storedobject.core.InventoryItemType
 
setRepairDetail(String) - Method in class com.storedobject.core.InventoryROItem
 
setRepeatingColumns(CellRangeAddress) - Method in class com.storedobject.office.od.ods.Sheet
 
setRepeatingRows(CellRangeAddress) - Method in class com.storedobject.office.od.ods.Sheet
 
setReplyToAddress(String) - Method in class com.storedobject.mail.Mail
Sets the "Reply-To" address for the email.
setReplyToAddress(String) - Method in class com.storedobject.mail.Sender
 
setReplyToAddressName(String) - Method in class com.storedobject.mail.Sender
 
setReportFormat(ReportFormat) - Method in class com.storedobject.pdf.PDF
Set the 'Report Format Definition' for this report.
setRepulsion(int) - Method in class com.storedobject.chart.GraphChart
 
setRequest(Id) - Method in class com.storedobject.core.MaterialIssued
 
setRequest(Id) - Method in class com.storedobject.core.MaterialIssuedItem
 
setRequest(MaterialRequest) - Method in class com.storedobject.core.MaterialIssued
 
setRequest(MaterialRequestItem) - Method in class com.storedobject.core.MaterialIssuedItem
 
setRequest(BigDecimal) - Method in class com.storedobject.core.MaterialIssued
 
setRequest(BigDecimal) - Method in class com.storedobject.core.MaterialIssuedItem
 
setRequested(Quantity) - Method in class com.storedobject.core.MaterialRequestItem
 
setRequested(Object) - Method in class com.storedobject.core.MaterialRequestItem
 
setRequestProperty(String, String) - Method in class com.storedobject.common.HTTP
Set a request property directly.
setRequire(int) - Method in class com.storedobject.core.UserRegistrationConfiguration
 
setRequired(boolean) - Method in class com.storedobject.ui.AbstractObjectField
 
setRequired(boolean) - Method in class com.storedobject.ui.AddressField
 
setRequired(boolean) - Method in class com.storedobject.ui.FileField
 
setRequired(boolean) - Method in class com.storedobject.ui.inventory.ItemField
 
setRequired(boolean) - Method in class com.storedobject.ui.JSONField
 
setRequired(boolean) - Method in class com.storedobject.ui.MoneyField
 
setRequired(boolean) - Method in class com.storedobject.ui.ObjectField
 
setRequired(boolean) - Method in class com.storedobject.ui.ObjectFormField
 
setRequired(boolean) - Method in class com.storedobject.ui.ObjectListField
 
setRequired(boolean) - Method in class com.storedobject.ui.util.AbstractQuantityField
 
setRequired(boolean) - Method in class com.storedobject.ui.util.AttachmentField
 
setRequired(boolean) - Method in class com.storedobject.ui.util.ExtraInfoField
 
setRequired(boolean) - Method in class com.storedobject.vaadin.ChoiceField
 
setRequired(boolean) - Method in class com.storedobject.vaadin.DateField
Set whether empty value is allowed or not.
setRequired(boolean) - Method in class com.storedobject.vaadin.ListField
 
setRequired(boolean) - Method in interface com.storedobject.vaadin.RequiredField
Indicate that value is required for this field.
setRequired(boolean) - Method in interface com.storedobject.vaadin.ValueRequired
Set value required flag.
setRequired(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
Set the "required" attribute of a field.
setRequired(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
Set the "required" attribute of a field.
setRequired(HasValue<?, ?>, boolean) - Method in class com.storedobject.vaadin.AbstractDataForm
Set the "required" attribute of a field.
setRequired(HasValue<?, ?>, boolean) - Method in class com.storedobject.vaadin.AbstractForm
Set the "required" attribute of a field.
setRequired(HasValue<?, ?>, boolean, String) - Method in class com.storedobject.vaadin.AbstractDataForm
Set the "required" attribute of a field.
setRequired(HasValue<?, ?>, boolean, String) - Method in class com.storedobject.vaadin.AbstractForm
Set the "required" attribute of a field.
setRequired(HasValue<?, ?>, String) - Method in class com.storedobject.vaadin.AbstractDataForm
Set the "required" attribute of a field.
setRequired(HasValue<?, ?>, String) - Method in class com.storedobject.vaadin.AbstractForm
Set the "required" attribute of a field.
setRequired(HasValue<?, F>, boolean, String) - Method in class com.storedobject.vaadin.util.Data
Set the "required" attribute of the field.
setRequired(String) - Method in class com.storedobject.vaadin.AbstractDataForm
Set the "required" attribute of a field.
setRequired(String) - Method in class com.storedobject.vaadin.AbstractForm
Set the "required" attribute of a field.
setRequired(String, boolean) - Method in class com.storedobject.vaadin.AbstractDataForm
Set the "required" attribute of a field.
setRequired(String, boolean) - Method in class com.storedobject.vaadin.AbstractForm
Set the "required" attribute of a field.
setRequired(String, boolean, String) - Method in class com.storedobject.vaadin.AbstractDataForm
Set the "required" attribute of a field.
setRequired(String, boolean, String) - Method in class com.storedobject.vaadin.AbstractForm
Set the "required" attribute of a field.
setRequired(String, String) - Method in class com.storedobject.vaadin.AbstractDataForm
Set the "required" attribute of a field.
setRequired(String, String) - Method in class com.storedobject.vaadin.AbstractForm
Set the "required" attribute of a field.
setRequiredBefore(Timestamp) - Method in class com.storedobject.core.MaterialRequest
 
setRequiredIndicatorVisible(boolean) - Method in class com.storedobject.ui.ObjectLinkField
 
setRequiredIndicatorVisible(boolean) - Method in class com.storedobject.ui.util.AcceptAbandonButtons
 
setRequirement(int) - Method in class com.storedobject.core.PasswordPolicy
 
setRequireMixedcase(boolean) - Method in class com.storedobject.core.PasswordPolicy
 
setResendTimeout(int) - Method in class com.storedobject.ui.VerifyOTP
Set "resend" timeout.
setReserved(boolean) - Method in class com.storedobject.core.MaterialRequest
 
setReservedBy(Id) - Method in class com.storedobject.core.InventoryReservedBin
 
setReservedBy(MaterialRequest) - Method in class com.storedobject.core.InventoryReservedBin
 
setReservedBy(BigDecimal) - Method in class com.storedobject.core.InventoryReservedBin
 
setResetCaption(String) - Method in class com.storedobject.chart.Toolbox.Zoom
Set the caption for the "reset zoom" part (will be shown as a tooltip).
setResolution(int) - Method in class com.storedobject.chart.Toolbox.Download
Set image resolution.
setResource(Id) - Method in class com.storedobject.iot.Consumption
Sets the resource by its identifier.
setResource(Id) - Method in class com.storedobject.iot.FullConsumption
 
setResource(Resource) - Method in class com.storedobject.iot.Consumption
Sets the resource for this consumption.
setResource(Resource) - Method in class com.storedobject.iot.FullConsumption
 
setResource(AutoCloseable) - Method in class com.storedobject.common.ResourceHolder
Set the resource.
setResource(BigDecimal) - Method in class com.storedobject.iot.Consumption
Sets the resource of the object using the specified BigDecimal value.
setResource(BigDecimal) - Method in class com.storedobject.iot.FullConsumption
 
setResponse(byte[]) - Method in class com.storedobject.core.WebBiometric.AttestationStatement
 
setRestartAnnually(boolean) - Method in class com.storedobject.core.SerialConfigurator
 
setReturnPolicy(int) - Method in class com.storedobject.core.InventoryLocation
 
setReusable(boolean) - Method in class com.storedobject.common.InputOutputStream
Set this in 'reusable' mode.
setReuseHistory(int) - Method in class com.storedobject.core.PasswordPolicy
 
setRichTextStyle(RichTextStyle) - Method in class com.storedobject.chart.TextStyle
Set a RichTextStyle instance that was created elsewhere.
setRight(float) - Method in class com.storedobject.pdf.PDFRectangle
Set the right value.
setRight(Size) - Method in class com.storedobject.chart.Position
Set the "right" size.
setRightIndent(float) - Method in class com.storedobject.pdf.PDFCell
Set the right indent.
setRightToLeft(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setRoam(boolean) - Method in class com.storedobject.chart.GraphChart
 
setRoot(T) - Method in class com.storedobject.ui.AbstractObjectForest
 
setRoots(ObjectIterator<T>) - Method in class com.storedobject.ui.AbstractObjectForest
 
setRoots(ObjectIterator<T>) - Method in class com.storedobject.ui.ObjectTree
 
setRoots(T...) - Method in class com.storedobject.ui.AbstractObjectForest
 
setRoots(T...) - Method in class com.storedobject.ui.ObjectTree
 
setRotation(float) - Method in class com.storedobject.pdf.PDFImage
 
setRotation(int) - Method in class com.storedobject.chart.Label
Set the rotation of the label.
setRotation(int) - Method in class com.storedobject.pdf.PDFRectangle
Set rotation in degrees.
setRotationDegrees(float) - Method in class com.storedobject.pdf.PDFImage
 
setRoundCap(boolean) - Method in class com.storedobject.chart.BarChart
Set round-cap feature.
setRowBreak(int) - Method in class com.storedobject.office.od.ods.Sheet
 
setRowDataName(String) - Method in class com.storedobject.chart.DataMatrix
Set the name of the row data.
setRowGap(int) - Method in class com.storedobject.vaadin.CSSGrid
Set gap between rows.
setRowGap(String) - Method in class com.storedobject.vaadin.CSSGrid
Set gap between rows.
setRowGroupCollapsed(int, boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setRowNames(CategoryData) - Method in class com.storedobject.chart.DataMatrix
Set row names.
setRowNames(String...) - Method in class com.storedobject.chart.DataMatrix
Set row names.
setRowNum(int) - Method in class com.storedobject.office.od.ods.Row
 
setRows(int) - Method in class com.storedobject.vaadin.TextArea
Set number of visible rows by adjusting the height.
setRowSpan(int) - Method in class com.storedobject.pdf.PDFCell
Set the number of rows of the table this cell to occupy.
setRowSpan(View, int) - Method in class com.storedobject.vaadin.Dashboard
Set the row-span for the particular sub-view.
setRowSpan(Component, int) - Method in class com.storedobject.vaadin.CSSGrid
Set number of rows to span.
setRowSpan(Component, int) - Method in class com.storedobject.vaadin.PopupButton
Set number of rows to span.
setRowStyle(CellStyle) - Method in class com.storedobject.office.od.ods.Row
 
setRowSumsBelow(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setRowSumsRight(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setRunningLogic(Logic) - Method in interface com.storedobject.core.RunningLogic
 
setRunningLogic(Logic) - Method in class com.storedobject.ui.Application
 
setSalutation(String) - Method in class com.storedobject.ui.tools.ManageSalutation.Salutation
 
setSameOTP(boolean) - Method in class com.storedobject.core.UserRegistrationConfiguration
 
setSAMLResponse(String) - Method in class com.storedobject.ui.RedirectSAML
Set SAML response.
setSankeyData(SankeyDataProvider) - Method in class com.storedobject.chart.SankeyChart
Set the Sankey data associated with this chart.
setSaturday(double) - Method in class com.storedobject.iot.FullConsumption
 
setSaveAction(Consumer<T>) - Method in class com.storedobject.vaadin.DataEditor
Set the "save action" that will be used to save the instance.
setSaver(Function<EditableList<T>, Boolean>) - Method in class com.storedobject.ui.ListEditor
Set a saver so that the ListEditor.save() method can be customized.
setSaver(Function<EditableList<T>, Boolean>) - Method in class com.storedobject.ui.ObjectListEditor
Set a saver so that the ObjectListEditor.save() method can be customized.
setSaver(Function<ObjectEditor<T>, Boolean>) - Method in class com.storedobject.ui.ObjectEditor
Set a "saver" that will be used for saving the object.
setScalePercentage(int) - Method in class com.storedobject.pdf.CombinedPDFReport
Set the percentage scaling to be done when the next content is added.
setSchedule(Id) - Method in class com.storedobject.job.Log
 
setSchedule(Schedule) - Method in class com.storedobject.job.Log
 
setSchedule(BigDecimal) - Method in class com.storedobject.job.Log
 
setScript(String) - Method in class com.storedobject.common.Script
Set the script for execution.
setScrollable(boolean) - Method in class com.storedobject.vaadin.View
Specify the scrollable attribute of the view.
setSD(double) - Method in class com.storedobject.iot.Statistics
Sets the standard deviation (SD) value for this instance.
setSearchColumns(StringList) - Method in class com.storedobject.ui.AbstractObjectField
Set search columns.
setSearchColumns(String) - Method in class com.storedobject.core.UIMetadata
 
setSearchColumns(String) - Method in class com.storedobject.tools.TableDefinition
 
setSearchFields(String) - Method in class com.storedobject.core.AuditTrailConfiguration
 
setSearchFilter(FilterProvider) - Method in class com.storedobject.ui.ObjectEditor
 
setSearchFilter(String) - Method in class com.storedobject.ui.ObjectEditor
 
setSecondStream(OutputStream) - Method in class com.storedobject.common.TeeOutputStream
Set the second stream.
setSeed(String) - Method in class com.storedobject.core.Secret
 
setSeedChecker(String) - Method in class com.storedobject.core.Secret
 
setSelected(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setSelectedIndex(int) - Method in class com.storedobject.vaadin.Tabs
Set a tab with a given index as the selected one.
setSelectedTab(int) - Method in class com.storedobject.office.od.ods.Workbook
 
setSelectedTab(Component) - Method in class com.storedobject.vaadin.Tabs
Set a tab that contains a particular component as the selected one.
setSelectedTab(Tab) - Method in class com.storedobject.vaadin.Tabs
Set a tab as the selected one.
setSelectionMode(Grid.SelectionMode) - Method in interface com.storedobject.ui.ObjectGridData
 
setSellingRate(Rate) - Method in class com.storedobject.core.CurrencyRate
 
setSellingRate(Rate) - Method in class com.storedobject.core.ExchangeRate
 
setSellingRate(Object) - Method in class com.storedobject.core.CurrencyRate
 
setSellingRate(Object) - Method in class com.storedobject.core.ExchangeRate
 
setSendAt(int) - Method in class com.storedobject.iot.ControlSchedule
 
setSender(Id) - Method in class com.storedobject.mail.Mail
Sets the sender for the mail using the specified sender ID.
setSender(Sender) - Method in class com.storedobject.mail.Mail
Sets the sender for the mail instance using the provided Sender object.
setSender(BigDecimal) - Method in class com.storedobject.mail.Mail
Sets the sender information for the mail using the provided identifier value.
setSenderGroup(Id) - Method in class com.storedobject.mail.Mail
Sets the sender group for the mail.
setSenderGroup(Id) - Method in class com.storedobject.mail.Sender
 
setSenderGroup(SenderGroup) - Method in class com.storedobject.mail.Mail
Sets the sender group for the mail.
setSenderGroup(SenderGroup) - Method in class com.storedobject.mail.Sender
 
setSenderGroup(SenderGroup) - Method in class com.storedobject.ui.MailForm
 
setSenderGroup(String) - Method in class com.storedobject.mail.Mail
Sets the sender group for the mail based on the given sender group name.
setSenderGroup(BigDecimal) - Method in class com.storedobject.mail.Mail
Sets the sender group using the given identifier value.
setSenderGroup(BigDecimal) - Method in class com.storedobject.mail.Sender
 
setSenderID(String) - Method in class com.storedobject.sms.Provider
 
setSenderTimeoutEmail(int) - Method in class com.storedobject.ui.VerifyOTP
Set "Email sender" timeout.
setSenderTimeoutSMS(int) - Method in class com.storedobject.ui.VerifyOTP
Set "SMS sender" timeout.
setSent(boolean) - Method in class com.storedobject.core.Message
 
setSentAt(Timestamp) - Method in class com.storedobject.core.MaterialIssued
 
setSentAt(Timestamp) - Method in class com.storedobject.core.Message
 
setSentAt(Timestamp) - Method in class com.storedobject.iot.Command
 
setSentTo(Id) - Method in class com.storedobject.core.Message
 
setSentTo(Person) - Method in class com.storedobject.core.Message
 
setSentTo(Person) - Method in class com.storedobject.mail.Mail
Sets the recipient of the message.
setSentTo(BigDecimal) - Method in class com.storedobject.core.Message
 
setSerial(int) - Method in class com.storedobject.chart.AbstractData
 
setSerial(int) - Method in class com.storedobject.chart.AbstractDataStream
 
setSerial(int) - Method in class com.storedobject.chart.AbstractPart
 
setSerial(int) - Method in class com.storedobject.chart.BasicDataProvider
 
setSerial(int) - Method in interface com.storedobject.chart.ComponentPart
Set a serial number (Serial number used internal purposes only).
setSerial(int) - Method in class com.storedobject.chart.FunctionData
 
setSerial(int) - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
 
setSerial(int) - Method in class com.storedobject.chart.Node
 
setSerial(int) - Method in class com.storedobject.chart.Node.Type
 
setSerial(int) - Method in class com.storedobject.chart.SerialData
 
setSerial(int) - Method in class com.storedobject.chart.SerialDate
 
setSerial(int) - Method in class com.storedobject.chart.SerialTime
 
setSerial(int) - Method in class com.storedobject.chart.TreeData
 
setSerial(int) - Method in class com.storedobject.chart.VisualMap
 
setSerialNumber(String) - Method in class com.storedobject.core.InventoryGRNItem
 
setSerialNumber(String) - Method in class com.storedobject.core.InventoryItem
 
setSerialNumber(String) - Method in class com.storedobject.core.InventoryPOItem
 
setServer(ApplicationServer) - Method in interface com.storedobject.core.Device
 
setServer(ApplicationServer) - Method in class com.storedobject.tools.SystemDevice
 
setServer(ApplicationServer) - Method in class com.storedobject.ui.Application
 
setServer(Id) - Method in class com.storedobject.core.ExternalSystemUser
 
setServer(ServerInformation) - Method in class com.storedobject.core.ExternalSystemUser
 
setServer(String) - Method in class com.storedobject.iot.MQTT
 
setServer(BigDecimal) - Method in class com.storedobject.core.ExternalSystemUser
 
setSetAllowed(boolean) - Method in class com.storedobject.core.UIFieldMetadata
 
setSetAllowed(boolean) - Method in class com.storedobject.tools.ColumnDefinition
 
setSetNotAllowed(String) - Method in class com.storedobject.ui.ObjectEditor
Set the "set not allowed" flag for a field so that, it will not allow changing the field-value if the value already exists.
setShadow(Shadow) - Method in class com.storedobject.chart.AbstractStyle
Set the shadow.
setShadow(Shadow) - Method in class com.storedobject.chart.Axis.Pointer
Set the shadow-style of the pointer.
setShadow(Shadow) - Method in class com.storedobject.chart.Axis.PointerHandle
Set the shadow-style of the pointer-handle.
setShadow(Shadow) - Method in class com.storedobject.chart.DataZoom.HandleStyle
Set the shadow.
setShadow(Shadow) - Method in class com.storedobject.chart.Shape.Style
Set the shadow.
setSheetHidden(int, boolean) - Method in class com.storedobject.office.od.ods.Workbook
 
setSheetName(int, String) - Method in class com.storedobject.office.od.ods.Workbook
 
setSheetOrder(String, int) - Method in class com.storedobject.office.od.ods.Workbook
 
setSheetVisibility(int, SheetVisibility) - Method in class com.storedobject.office.od.ods.Workbook
 
setShortName(String) - Method in class com.storedobject.accounts.AccountEntity
Sets the short name of the Entity.
setShortName(String) - Method in class com.storedobject.core.Person
Set the short name of the person
setShortName(String) - Method in class com.storedobject.core.ShortName
 
setShortPrefix(String) - Method in class com.storedobject.core.MemoType
 
setShowChart(boolean) - Method in class com.storedobject.iot.ValueDefinition
 
setShowDetail(boolean) - Method in class com.storedobject.chart.AbstractDataZoom
Show details when dragging.
setShowEveryTime(boolean) - Method in class com.storedobject.core.LoginMessage
 
setShowImage(boolean) - Method in class com.storedobject.iot.ValueDefinition
 
setShowMaxLabel(Boolean) - Method in class com.storedobject.chart.Axis.Label
Setting for displaying the label corresponding to the maximum value.
setShowMinLabel(Boolean) - Method in class com.storedobject.chart.Axis.Label
Setting for displaying the label corresponding to the minimum value.
setSide(Number) - Method in class com.storedobject.chart.Square
Set the side of the square.
setSides(Axis, Object, Object) - Method in class com.storedobject.chart.MarkArea.Block
Helper method to set sides.
setSides(XAxis, YAxis, Object, Object, Object, Object) - Method in class com.storedobject.chart.MarkArea.Block
Helper method to set sides.
setSig(String) - Method in class com.storedobject.core.WebBiometric.AttestationStatement
 
setSignature(String) - Method in class com.storedobject.core.Signature
 
setSignificance(int) - Method in class com.storedobject.iot.UnitDefinition
 
setSignificance(int) - Method in class com.storedobject.iot.ValueDefinition
 
setSigningSecret(String) - Method in class com.storedobject.core.AutoLogin
 
setSingleInstance(boolean) - Method in class com.storedobject.core.Logic
 
setSingleLogicMode(boolean) - Method in class com.storedobject.ui.Application
 
setSite(Id) - Method in class com.storedobject.iot.Block
Sets the site for this block.
setSite(Site) - Method in class com.storedobject.iot.Block
Sets the site associated with this block.
setSite(Site) - Method in class com.storedobject.ui.iot.BlockComboField
 
setSite(Site) - Method in class com.storedobject.ui.iot.BlockSelector
 
setSite(Site) - Method in class com.storedobject.ui.iot.BlockView
Updates the associated site for the block field and reloads the view if necessary.
setSite(Site) - Method in class com.storedobject.ui.iot.GUI
Sets the site for the current instance.
setSite(String) - Method in class com.storedobject.ui.FormSubmit
Set site to which form-date should be sent.
setSite(String) - Method in class com.storedobject.ui.RedirectSAML
Set site to which SAML response should be sent.
setSite(BigDecimal) - Method in class com.storedobject.iot.Block
Sets the site for this block using its unique identifier represented as a BigDecimal.
setSiteViewLabel(String) - Method in class com.storedobject.ui.iot.GUI
Sets the label for the site view.
setSize(float) - Method in class com.storedobject.pdf.PDFFont
Set the size.
setSize(int) - Method in class com.storedobject.chart.Axis.PointerHandle
Set the size in pixes (setting to both width and height).
setSize(int) - Method in class com.storedobject.chart.Node.Symbol
 
setSize(int) - Method in class com.storedobject.chart.PointSymbol
 
setSize(int) - Method in class com.storedobject.core.ApplicationModule
 
setSize(int, int) - Method in class com.storedobject.chart.Node.Symbol
 
setSize(int, int) - Method in class com.storedobject.chart.PointSymbol
 
setSize(Font.Size) - Method in class com.storedobject.chart.Font
Set font-size.
setSize(String) - Method in interface com.storedobject.vaadin.HasSquareElement
Set the size (Width and height)
setSize(String) - Method in class com.storedobject.vaadin.Icon
 
setSize(String, String) - Method in class com.storedobject.helper.LitComponentWithSize
Set the size.
setSkew(float, float) - Method in class com.storedobject.pdf.PDFChunk
Set the skew angles.
setSkillLevel(int) - Method in class com.storedobjects.support.ProductSkill
 
setSkipFirstHeader(boolean) - Method in class com.storedobject.pdf.PDFTable
 
setSkipLastFooter(boolean) - Method in class com.storedobject.pdf.PDFTable
 
setSliceGap(int) - Method in class com.storedobject.chart.FunnelChart
Set the gap between slices.
setSmall(boolean) - Method in class com.storedobject.core.UIMetadata
 
setSmall(boolean) - Method in class com.storedobject.tools.TableDefinition
 
setSmallList(boolean) - Method in class com.storedobject.core.UIMetadata
 
setSmallList(boolean) - Method in class com.storedobject.tools.TableDefinition
 
setSmoothness(boolean) - Method in class com.storedobject.chart.LineChart
Set the smoothness of the line.
setSmoothness(int) - Method in class com.storedobject.chart.LineChart
Set the smoothness of the line as a percentage.
setSMTPServer(String) - Method in class com.storedobject.mail.MailSender
 
setSnap(Boolean) - Method in class com.storedobject.chart.Axis.Pointer
Set the snap attribute.
setSortComparator(SerializableComparator<T>) - Method in class com.storedobject.ui.AbstractListProvider
 
setSorted(boolean) - Method in class com.storedobject.chart.FunnelChart
Set the "sort" property for the slices.
setSource(MediaFile) - Method in class com.storedobject.ui.Image
 
setSource(Signature) - Method in class com.storedobject.ui.Image
 
setSource(AbstractStreamResource) - Method in class com.storedobject.ui.ImageMap
Sets the image URL with the URL of the given StreamResource.
setSource(AbstractStreamResource) - Method in class com.storedobject.vaadin.AbstractResourcedComponent
Set the file to view from a StreamResource.
setSource(AbstractStreamResource) - Method in class com.storedobject.vaadin.Image
Set the image resource source.
setSource(AbstractStreamResource) - Method in class com.storedobject.vaadin.ImageView
Set the stream resource of the image content.
setSource(AbstractStreamResource) - Method in interface com.storedobject.vaadin.ResourcedComponent
Set the resource.
setSource(StreamResource...) - Method in class com.storedobject.vaadin.Media
Set sources.
setSource(StreamResource...) - Method in interface com.storedobject.vaadin.MediaCapture
Set sources.
setSource(String) - Method in class com.storedobject.ui.ImageMap
Sets the image URL.
setSource(String) - Method in class com.storedobject.ui.tools.JavaClassEditor
 
setSource(String) - Method in class com.storedobject.ui.util.DocumentViewer
 
setSource(String) - Method in class com.storedobject.vaadin.AbstractResourcedComponent
Set the file to view.
setSource(String) - Method in class com.storedobject.vaadin.Image
Set the image resource source URL.
setSource(String) - Method in class com.storedobject.vaadin.ImageView
Set the URL resource of the image content.
setSource(String, String) - Method in class com.storedobject.vaadin.Media
Set a URI source.
setSourceCode(Id) - Method in class com.storedobject.core.DeveloperLog
 
setSourceCode(JavaClass) - Method in class com.storedobject.core.DeveloperLog
 
setSourceCode(CharSequence) - Method in class com.storedobject.core.JavaClass
 
setSourceCode(BigDecimal) - Method in class com.storedobject.core.DeveloperLog
 
setSourceData(BigDecimal) - Method in class com.storedobject.core.JavaClass
Sets the "source data" of the Java Class.
setSourceDocument(String) - Method in class com.storedobject.ui.IFrame
Set the source.
setSourceDocument(String, boolean) - Method in class com.storedobject.ui.IFrame
Set the source.
setSourceNode(Node) - Method in class com.storedobject.chart.Edge
 
setSpacingAfter(float) - Method in class com.storedobject.pdf.PDFImage
 
setSpacingAfter(float) - Method in class com.storedobject.pdf.PDFParagraph
 
setSpacingBefore(float) - Method in class com.storedobject.pdf.PDFImage
 
setSpacingBefore(float) - Method in class com.storedobject.pdf.PDFParagraph
 
setSpecial(boolean) - Method in class com.storedobject.core.MemoType
 
setSpecial(boolean) - Method in class com.storedobject.core.PrintLogicDefinition
 
setSpellCheck(boolean) - Method in interface com.storedobject.vaadin.SpellCheck
Set spelling check on/off.
setSplitRows(boolean) - Method in class com.storedobject.pdf.PDFTable
 
setSplitView() - Method in class com.storedobject.ui.BaseObjectForest
 
setSplitView() - Method in class com.storedobject.ui.ObjectBrowser
 
setSplitView() - Method in class com.storedobject.ui.ObjectForestBrowser
 
setSplitView() - Method in class com.storedobject.ui.ObjectTree
 
setSplitView() - Method in class com.storedobject.ui.ObjectTreeBrowser
 
setSQL(String) - Method in exception class com.storedobject.core.Error_Running_SQL
 
setSQL(String) - Method in class com.storedobject.core.RawSQL
 
setSrc(AbstractStreamResource) - Method in class com.storedobject.vaadin.Image
Set the image resource source.
setSrc(String) - Method in class com.storedobject.vaadin.Image
Set the image resource source.
setSSLSocketFactory(SSLSocketFactory) - Method in class com.storedobject.common.HTTP
Set custom SSL socket factory for this connection.
setStackName(String) - Method in class com.storedobject.chart.XYChart
Certain charts (example: LineChart, BarChart) can stack multiples of them when drawn on the same coordinate system with shared axis.
setStart(int) - Method in class com.storedobject.chart.AbstractDataZoom
The start percentage of the window out of the data extent, in the range of 0 ~ 100.
setStart(Instant) - Method in class com.storedobject.chart.AbstractProject
Set the start of the project.
setStart(LocalDate) - Method in class com.storedobject.chart.AbstractProject
Set the start of the project.
setStart(LocalDateTime) - Method in class com.storedobject.chart.AbstractProject
Set the start of the project.
setStart(LocalDateTime) - Method in class com.storedobject.chart.ActivityList
 
setStart(LocalDateTime) - Method in class com.storedobject.chart.Project
 
setStartAngle(int) - Method in class com.storedobject.chart.GaugeChart
Set the starting angle of the gauge.
setStartAngle(Number) - Method in class com.storedobject.chart.ArcPart
Set the starting angle.
setStartDate(ComputedDate) - Method in class com.storedobject.job.Schedule
 
setStartDate(Object) - Method in class com.storedobject.job.Schedule
 
setStartDate(Date) - Method in class com.storedobject.calendar.Entry
 
setStartedAt(Timestamp) - Method in class com.storedobject.job.Log
 
setStartingAngle(int) - Method in class com.storedobject.chart.AngleAxis
Set the starting angle.
setStartingAngle(int) - Method in class com.storedobject.chart.RadarCoordinate
Set the starting angle.
setStartingValue(long) - Method in class com.storedobject.core.SerialGenerator
 
setStartOfFinancialYear(Date) - Method in class com.storedobject.core.SystemEntity
Set the start of financial year
setStartOfWeek(int) - Method in class com.storedobject.calendar.Calendar
 
setStartTime(int) - Method in class com.storedobject.calendar.Entry
 
setStartTime(ComputedMinute) - Method in class com.storedobject.job.Schedule
 
setStartTime(Object) - Method in class com.storedobject.job.Schedule
 
setStartValue(Number) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute start value of the window.
setStartValue(LocalDate) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute start value of the window.
setStartValue(LocalDateTime) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute start value of the window.
setState(int) - Method in class com.storedobject.common.INAddress
 
setState(int) - Method in class com.storedobject.common.MYAddress
 
setState(int) - Method in class com.storedobject.common.USAddress
Set the state.
setState(String) - Method in class com.storedobject.common.USAddress
Set the state.
setStatistics(String) - Method in class com.storedobject.iot.UnitType
 
setStatus(int) - Method in class com.storedobject.core.FileCirculation
 
setStatus(int) - Method in class com.storedobject.core.InventoryGRN
 
setStatus(int) - Method in class com.storedobject.core.InventoryPO
 
setStatus(int) - Method in class com.storedobject.core.InventoryTransfer
 
setStatus(int) - Method in class com.storedobject.core.InventoryVirtualLocation
 
setStatus(int) - Method in class com.storedobject.core.MaterialIssued
 
setStatus(int) - Method in class com.storedobject.core.MaterialRequest
 
setStatus(int) - Method in class com.storedobject.core.Memo
 
setStatus(int) - Method in class com.storedobject.core.MemoComment
 
setStatus(int) - Method in class com.storedobject.core.PIN
 
setStatus(int) - Method in class com.storedobject.core.PseudoTran
 
setStatus(int) - Method in class com.storedobject.core.PseudoTranDetail
 
setStatus(int) - Method in class com.storedobject.core.SystemEntity
 
setStatus(int) - Method in class com.storedobject.core.SystemUser
 
setStatus(int) - Method in class com.storedobject.job.Log
 
setStatus(int) - Method in class com.storedobject.mail.Sender
 
setStatus(int) - Method in class com.storedobject.tools.AbstractJSONService
 
setStatus(int) - Method in class com.storedobject.tools.JSONService
 
setStatus(int) - Method in class com.storedobject.tools.JSONServiceWS
 
setStep(Duration) - Method in class com.storedobject.ui.TimestampField
Sets the step property of the time picker using duration.
setStep(Duration) - Method in class com.storedobject.ui.TimestampPeriodField
Sets the step property of the time picker using duration.
setStepped(boolean) - Method in class com.storedobject.chart.LineChart
Set whether the points should connected as steps or not.
setStepped(Location) - Method in class com.storedobject.chart.LineChart
Set whether the points should connected as steps or not.
setStore(Id) - Method in class com.storedobject.core.InventoryBin
 
setStore(Id) - Method in class com.storedobject.core.InventoryGRN
 
setStore(Id) - Method in class com.storedobject.core.InventoryItem
 
setStore(Id) - Method in class com.storedobject.core.InventoryPO
 
setStore(InventoryStore) - Method in class com.storedobject.core.InventoryBin
 
setStore(InventoryStore) - Method in class com.storedobject.core.InventoryGRN
 
setStore(InventoryStore) - Method in class com.storedobject.core.InventoryItem
 
setStore(InventoryStore) - Method in class com.storedobject.core.InventoryPO
 
setStore(InventoryStore) - Method in class com.storedobject.ui.inventory.AssemblyItemField
This method doesn't have any effect.
setStore(InventoryStore) - Method in class com.storedobject.ui.inventory.BinField
 
setStore(InventoryStore) - Method in class com.storedobject.ui.inventory.GRN
 
setStore(InventoryStore) - Method in class com.storedobject.ui.inventory.ItemComboField
 
setStore(InventoryStore) - Method in class com.storedobject.ui.inventory.ItemField
 
setStore(InventoryStore) - Method in class com.storedobject.ui.inventory.ItemGetField
 
setStore(InventoryStore) - Method in interface com.storedobject.ui.inventory.ItemInput
Set the store.
setStore(InventoryStore) - Method in class com.storedobject.ui.inventory.LocateItem
Set a store so that the search is limited to the specified store.
setStore(InventoryStore) - Method in class com.storedobject.ui.inventory.POBrowser
Set a store so that it will not be selectable anymore.
setStore(InventoryStore, boolean) - Method in class com.storedobject.ui.inventory.BinField
 
setStore(InventoryStore, boolean) - Method in class com.storedobject.ui.inventory.GRN
 
setStore(InventoryStore, boolean) - Method in class com.storedobject.ui.inventory.POBrowser
 
setStore(ObjectProvider<? extends InventoryStore>) - Method in class com.storedobject.ui.inventory.AssemblyItemField
This method doesn't have any effect.
setStore(ObjectProvider<? extends InventoryStore>) - Method in class com.storedobject.ui.inventory.BinField
 
setStore(ObjectProvider<? extends InventoryStore>) - Method in class com.storedobject.ui.inventory.ItemComboField
 
setStore(ObjectProvider<? extends InventoryStore>) - Method in class com.storedobject.ui.inventory.ItemField
 
setStore(ObjectProvider<? extends InventoryStore>) - Method in class com.storedobject.ui.inventory.ItemGetField
 
setStore(ObjectProvider<? extends InventoryStore>) - Method in interface com.storedobject.ui.inventory.ItemInput
Set the store.
setStore(ObjectProvider<? extends InventoryStore>, boolean) - Method in class com.storedobject.ui.inventory.BinField
 
setStore(BigDecimal) - Method in class com.storedobject.core.InventoryBin
 
setStore(BigDecimal) - Method in class com.storedobject.core.InventoryGRN
 
setStore(BigDecimal) - Method in class com.storedobject.core.InventoryItem
 
setStore(BigDecimal) - Method in class com.storedobject.core.InventoryPO
 
setStream(InputStream) - Method in class com.storedobject.ui.util.DownloadStream
Sets the stream.
setStreamData(StreamData) - Method in class com.storedobject.tools.AbstractJSONService
 
setStreamData(StreamData) - Method in class com.storedobject.tools.JSONService
 
setStreamData(StreamData) - Method in class com.storedobject.tools.JSONServiceWS
 
setStreamDataProvider(StreamDataProvider) - Method in class com.storedobject.core.StreamData
 
setStreetName(String) - Method in class com.storedobject.common.Address
Set street name.
setStrictBalanceControl(boolean) - Method in class com.storedobject.core.AccountChart
 
setStroke(String) - Method in class com.storedobject.common.SVG
Stroke.
setStrokeColor(AbstractColor) - Method in class com.storedobject.chart.Shape.Style
Set the stroke color.
setStyle(int) - Method in class com.storedobject.pdf.PDFFont
Set the style.
setStyle(int) - Method in class com.storedobject.tools.LinkDefinition
 
setStyle(AreaStyle) - Method in class com.storedobject.chart.Area
Set the style.
setStyle(Font.Style) - Method in class com.storedobject.chart.Font
Set font-style.
setStyle(LineStyle) - Method in class com.storedobject.chart.Axis.Line
Set the style.
setStyle(Shape.Style) - Method in class com.storedobject.chart.Image
 
setStyle(Shape.Style) - Method in class com.storedobject.chart.Shape
Set style.
setStyle(Shape.Style) - Method in class com.storedobject.chart.Text
 
setStyle(String) - Method in class com.storedobject.iot.ValueStyle
 
setStyle(String) - Method in class com.storedobject.pdf.PDFFont
Set the style via style name.
setStyle(String, String) - Method in class com.storedobject.vaadin.Box
Directly set styles.
setStyle(String, String) - Method in interface com.storedobject.vaadin.HasElement
Set style of the element.
setStyle(String, String) - Method in class com.storedobject.vaadin.Icon
Set a style value.
setStyleHigh(String) - Method in class com.storedobject.iot.ValueStyle
 
setStyleHigher(String) - Method in class com.storedobject.iot.ValueStyle
 
setStyleHighest(String) - Method in class com.storedobject.iot.ValueStyle
 
setStyleLabel(String) - Method in class com.storedobject.iot.ValueStyle
 
setStyleLow(String) - Method in class com.storedobject.iot.ValueStyle
 
setStyleLower(String) - Method in class com.storedobject.iot.ValueStyle
 
setStyleLowest(String) - Method in class com.storedobject.iot.ValueStyle
 
setStyleNormal(String) - Method in class com.storedobject.iot.ValueStyle
 
setStyleOff(String) - Method in class com.storedobject.iot.ValueStyle
 
setStyleOn(String) - Method in class com.storedobject.iot.ValueStyle
 
setSubject(String) - Method in class com.storedobject.core.Memo
 
setSubject(String) - Method in class com.storedobject.mail.Mail
Sets the subject of the mail.
setSubject(String) - Method in class com.storedobject.mail.Sender
 
setSubject(String) - Method in class com.storedobject.ui.MailForm
 
setSubscriptionNumber(String) - Method in class com.storedobject.core.SubscriptionItem
 
setSubtext(String) - Method in class com.storedobject.chart.Title
Set the sub-text that will be shown as the sub-title in the second line.
setSubtextStyle(TextStyle) - Method in class com.storedobject.chart.Title
Set the sub-text style.
setSuccess(boolean) - Method in class com.storedobject.iot.Command
 
setSuffix(int) - Method in class com.storedobject.core.Person
Sets the suffix.
setSuffix(String) - Method in class com.storedobject.ui.tools.ManageSuffix.Suffix
 
setSuffix(String) - Method in class com.storedobject.vaadin.TimerComponent
Set a suffix for the display.
setSuffixComponent(Component) - Method in class com.storedobject.vaadin.CustomTextField
 
setSunday(double) - Method in class com.storedobject.iot.FullConsumption
 
setSupplier(Entity) - Method in class com.storedobject.core.InventoryGRN
 
setSupplier(Entity) - Method in class com.storedobject.core.InventoryPO
 
setSupplier(Id) - Method in class com.storedobject.core.InventoryGRN
 
setSupplier(Id) - Method in class com.storedobject.core.InventoryPO
 
setSupplier(BigDecimal) - Method in class com.storedobject.core.InventoryGRN
 
setSupplier(BigDecimal) - Method in class com.storedobject.core.InventoryPO
 
setSupportUser(Id) - Method in class com.storedobjects.support.SupportUser
 
setSupportUser(SystemUser) - Method in class com.storedobjects.support.SupportUser
 
setSupportUser(BigDecimal) - Method in class com.storedobjects.support.SupportUser
 
setSvgPath(String) - Method in class com.storedobject.chart.Node.Symbol
 
setSvgPath(String) - Method in class com.storedobject.chart.PointSymbol
 
setSVGRendering() - Method in class com.storedobject.chart.SOChart
Switch on SVG rendering instead of canvas rendering.
setSymbolImage(String) - Method in class com.storedobject.chart.Node.Type
 
setSymbolSize(int) - Method in class com.storedobject.chart.GraphChart
 
setSymbolSize(int) - Method in class com.storedobject.chart.Node.Type
 
setSymbolSize(int, int) - Method in class com.storedobject.chart.Node.Type
 
setSymbolSvgPath(String) - Method in class com.storedobject.chart.Node.Type
 
setSymbolType(PointSymbolType) - Method in class com.storedobject.chart.Node.Type
 
setSystemEntity(Id) - Method in class com.storedobject.accounts.AccountConfiguration
Sets the system entity Id for this object.
setSystemEntity(Id) - Method in class com.storedobject.accounts.Invoice
 
setSystemEntity(Id) - Method in class com.storedobject.accounts.TaxAccountConfiguration
Sets the system entity Id for this object.
setSystemEntity(Id) - Method in class com.storedobject.core.Account
 
setSystemEntity(Id) - Method in class com.storedobject.core.EntityRole
 
setSystemEntity(Id) - Method in class com.storedobject.core.GlobalProperty
 
setSystemEntity(Id) - Method in class com.storedobject.core.InventoryStore
 
setSystemEntity(Id) - Method in class com.storedobject.core.InventoryTransfer
 
setSystemEntity(Id) - Method in class com.storedobject.core.JournalVoucher
Set the system entity of this JV.
setSystemEntity(Id) - Method in class com.storedobject.core.MaterialIssued
 
setSystemEntity(Id) - Method in class com.storedobject.core.MaterialRequest
 
setSystemEntity(Id) - Method in class com.storedobject.core.Memo
 
setSystemEntity(Id) - Method in interface com.storedobject.core.OfEntity
 
setSystemEntity(Id) - Method in class com.storedobject.core.PersonRole
 
setSystemEntity(Id) - Method in class com.storedobject.core.UnpostedJournal
 
setSystemEntity(SystemEntity) - Method in class com.storedobject.accounts.AccountConfiguration
Sets the system entity for this AccountConfiguration.
setSystemEntity(SystemEntity) - Method in class com.storedobject.accounts.Invoice
 
setSystemEntity(SystemEntity) - Method in class com.storedobject.accounts.TaxAccountConfiguration
Sets the system entity for this AccountConfiguration.
setSystemEntity(SystemEntity) - Method in class com.storedobject.core.Account
 
setSystemEntity(SystemEntity) - Method in class com.storedobject.core.EntityRole
 
setSystemEntity(SystemEntity) - Method in class com.storedobject.core.GlobalProperty
 
setSystemEntity(SystemEntity) - Method in class com.storedobject.core.InventoryStore
 
setSystemEntity(SystemEntity) - Method in class com.storedobject.core.InventoryTransfer
 
setSystemEntity(SystemEntity) - Method in class com.storedobject.core.JournalVoucher
Set the system entity of this JV.
setSystemEntity(SystemEntity) - Method in class com.storedobject.core.MaterialIssued
 
setSystemEntity(SystemEntity) - Method in class com.storedobject.core.MaterialRequest
 
setSystemEntity(SystemEntity) - Method in class com.storedobject.core.Memo
 
setSystemEntity(SystemEntity) - Method in class com.storedobject.core.PersonRole
 
setSystemEntity(SystemEntity) - Method in class com.storedobject.core.UnpostedJournal
 
setSystemEntity(TransactionManager, StoredObject) - Static method in interface com.storedobject.core.NewObject
Set SystemEntity from the TransactionManager to the object passed if it's of type OfEntity and its system entity is not yet set.
setSystemEntity(BigDecimal) - Method in class com.storedobject.accounts.AccountConfiguration
Sets the system entity using the provided id value.
setSystemEntity(BigDecimal) - Method in class com.storedobject.accounts.Invoice
 
setSystemEntity(BigDecimal) - Method in class com.storedobject.accounts.TaxAccountConfiguration
Sets the system entity using the provided id value.
setSystemEntity(BigDecimal) - Method in class com.storedobject.core.Account
 
setSystemEntity(BigDecimal) - Method in class com.storedobject.core.CurrencyRate
 
setSystemEntity(BigDecimal) - Method in class com.storedobject.core.EntityRole
 
setSystemEntity(BigDecimal) - Method in class com.storedobject.core.GlobalProperty
 
setSystemEntity(BigDecimal) - Method in class com.storedobject.core.InventoryStore
 
setSystemEntity(BigDecimal) - Method in class com.storedobject.core.InventoryTransfer
 
setSystemEntity(BigDecimal) - Method in class com.storedobject.core.JournalVoucher
Set the system entity of this JV.
setSystemEntity(BigDecimal) - Method in class com.storedobject.core.MaterialIssued
 
setSystemEntity(BigDecimal) - Method in class com.storedobject.core.MaterialRequest
 
setSystemEntity(BigDecimal) - Method in class com.storedobject.core.Memo
 
setSystemEntity(BigDecimal) - Method in class com.storedobject.core.PersonRole
 
setSystemEntity(BigDecimal) - Method in class com.storedobject.core.UnpostedJournal
 
setSystemUser(Id) - Method in class com.storedobject.core.AutoLogin
 
setSystemUser(Id) - Method in class com.storedobject.core.UserRegistrationConfiguration
 
setSystemUser(SystemUser) - Method in class com.storedobject.core.AutoLogin
 
setSystemUser(SystemUser) - Method in class com.storedobject.core.UserRegistrationConfiguration
 
setSystemUser(BigDecimal) - Method in class com.storedobject.core.AutoLogin
 
setSystemUser(BigDecimal) - Method in class com.storedobject.core.UserRegistrationConfiguration
 
setTab(String) - Method in class com.storedobject.ui.ObjectEditor
Create (or select if already exists) a FormLayout instance as the tab for the editor.
setTab(String) - Method in class com.storedobject.ui.tools.ManageExternalUsers
 
setTabName(String) - Method in class com.storedobject.core.DashboardDefinition
 
setTabName(String) - Method in class com.storedobject.tools.ColumnDefinition
 
setTabName(String) - Method in class com.storedobject.tools.TableDefinition
 
setTagDebit(boolean) - Method in class com.storedobject.ui.MoneyField
Tag negative values with "DB".
setTailSize(Size) - Method in class com.storedobject.chart.FunnelChart
Set the tail size.
setTarget(Component) - Method in class com.storedobject.vaadin.Popup
Set the target component for this popup.
setTaskBandColors(Color, Color) - Method in class com.storedobject.chart.AbstractProject
Set the colors of the task/activity bands.
setTaskFontSize(int) - Method in class com.storedobject.chart.AbstractProject
Set the font size used to render the task details.
setTax(boolean) - Method in class com.storedobject.core.LandedCostType
 
setTax(Money) - Method in class com.storedobject.core.Tax
 
setTax(Object) - Method in class com.storedobject.core.Tax
 
setTaxCode(String) - Method in class com.storedobject.accounts.AccountEntity
Sets the tax code for the entity.
setTaxMethod(Id) - Method in class com.storedobject.core.TaxType
 
setTaxMethod(TaxMethod) - Method in class com.storedobject.core.TaxType
 
setTaxMethod(BigDecimal) - Method in class com.storedobject.core.TaxType
 
setTaxRegion(Id) - Method in class com.storedobject.accounts.EntityAccount
Sets the Tax Region id.
setTaxRegion(TaxRegion) - Method in class com.storedobject.accounts.EntityAccount
Sets the associated Tax Region for the EntityAccount.
setTaxRegion(BigDecimal) - Method in class com.storedobject.accounts.EntityAccount
Sets the Tax Region object with the provided id value.
setTechnicalRemarks(String) - Method in class com.storedobject.sms.Provider
 
setTelegramNumber(long) - Method in class com.storedobject.telegram.Telegram
 
setTemperature(BiFunction<Integer, Integer, Double>) - Method in class com.storedobject.iot.AQI
 
setTemplate(CheckListTemplate) - Method in class com.storedobject.ui.common.AbstractCheckListForestBrowser
 
setTemplate(Id) - Method in class com.storedobject.job.MessageGroup
 
setTemplate(Id) - Method in class com.storedobject.office.ODT
 
setTemplate(MessageTemplate) - Method in class com.storedobject.job.MessageGroup
 
setTemplate(StreamData) - Method in class com.storedobject.office.ODT
 
setTemplate(String) - Method in class com.storedobject.common.SOAP
Set the SOAP template.
setTemplate(String) - Method in class com.storedobject.core.MessageTemplate
 
setTemplate(BigDecimal) - Method in class com.storedobject.job.MessageGroup
 
setTemplateName(String) - Method in class com.storedobject.ui.VerifyOTP
Set the template name to be used for constructing the OTP message.
setTemporaryExtension(int) - Method in class com.storedobject.core.AccountLimit
 
setText(String) - Method in class com.storedobject.chart.Text
Set the content.
setText(String) - Method in class com.storedobject.chart.Title
Set the text of the title.
setText(String) - Method in class com.storedobject.core.ObjectText
Set a text value.
setText(String) - Method in class com.storedobject.ui.ELabel
 
setText(String) - Method in class com.storedobject.ui.ELabelField
 
setText(String) - Method in class com.storedobject.ui.ELabels
 
setText(String) - Method in class com.storedobject.ui.TextView
 
setText(String) - Method in class com.storedobject.ui.tools.BiometricButton
 
setText(String) - Method in class com.storedobject.vaadin.Alert
Set some text on the alert.
setText(String) - Method in class com.storedobject.vaadin.Badge
Set the text content.
setText(String) - Method in class com.storedobject.vaadin.GridRow.Cell
Set text for this cell to display.
setText(String) - Method in class com.storedobject.vaadin.StyledText
 
setText(String) - Method in class com.storedobject.vaadin.TextArea
 
setText(String) - Method in class com.storedobject.vaadin.TextField
 
setText(String) - Method in interface com.storedobject.vaadin.util.HasTextValue
 
setText(String, ColumnTextAlign) - Method in class com.storedobject.vaadin.GridRow.Cell
Set text for this cell to display.
setText(String, String) - Method in class com.storedobject.common.SOAP
Set a text value to the given path in the body.
setText(String, String) - Method in class com.storedobject.common.XML
Set a text value to the given node if it is a "text node".
setText(String, String...) - Method in class com.storedobject.common.HTMLText
Set text.
setText(Node, String) - Method in class com.storedobject.common.SOAP
Set a text value to the given node if it is a "text node".
setText(Node, String) - Method in class com.storedobject.common.XML
Set a text value to the given node if it is a "text node".
setTextBorder(TextBorder) - Method in class com.storedobject.chart.TextStyle
Set the text border.
setTextContent(TextContent) - Method in class com.storedobject.ui.ViewerLink
Set the text content.
setTextContent(String) - Method in class com.storedobject.ui.ViewerLink
Set the text content.
setTextDirection(int) - Method in class com.storedobject.pdf.PDFCell
Set the text direction.
setTextDirection(int) - Method in class com.storedobject.pdf.PDFTable
 
setTextRise(float) - Method in class com.storedobject.pdf.PDFChunk
Set the text-rise.
setTextStyle(TextStyle) - Method in class com.storedobject.chart.Legend
Set the text style.
setTextStyle(TextStyle) - Method in class com.storedobject.chart.Title
Set the text style.
setTheme(int) - Method in class com.storedobject.core.DeviceLayout
 
setTheme(ThemeStyle...) - Method in interface com.storedobject.vaadin.HasBadgeStyle
Set theme styles.
setTheme(ThemeStyle...) - Method in interface com.storedobject.vaadin.HasThemeStyle
Set theme styles.
setThursday(double) - Method in class com.storedobject.iot.FullConsumption
 
setTicks(Axis.Ticks) - Method in class com.storedobject.chart.Axis
Set the axis-line ticks.
setTid(DecimalNumber) - Method in class com.storedobject.core.PseudoTranDetail
 
setTid(Object) - Method in class com.storedobject.core.PseudoTranDetail
 
setTimeDrift(int) - Method in class com.storedobject.common.TOTP
Set allowed time-drift.
setTimeKey(long) - Method in class com.storedobject.core.MediaFile
 
setTimeNow(LocalDateTime) - Method in class com.storedobject.chart.AbstractProject
Set time-now.
setTimeNowColor(Color) - Method in class com.storedobject.chart.AbstractProject
Set the color for time-now-marker on the Gantt chart.
setTimeZone(String) - Method in class com.storedobject.core.SystemEntity
 
setTimeZone(String) - Method in class com.storedobject.iot.Site
Sets the time zone for the site.
setTimezoneOffset(int) - Method in class com.storedobject.calendar.Entry
 
setTitle(int) - Method in class com.storedobject.core.Person
Sets the title value of this person.
setTitle(String) - Method in class com.storedobject.calendar.Entry
 
setTitle(String) - Method in interface com.storedobject.core.DisplayOrder
 
setTitle(String) - Method in class com.storedobject.core.Logic
Sets the title of the Logic.
setTitle(String) - Method in class com.storedobject.core.LogicGroup
 
setTitle(String) - Method in class com.storedobject.core.ModuleLogic
 
setTitle(String) - Method in class com.storedobject.core.ReportDefinition
 
setTitle(String) - Method in class com.storedobject.core.UIMetadata
 
setTitle(String) - Method in class com.storedobject.ui.ImageMap.Area
Sets the title of this area.
setTitleText(Object) - Method in class com.storedobject.pdf.PDFReport
Set the "title text" part of the report.
setTo(Shape.Point) - Method in class com.storedobject.chart.BezierCurve
Set the "to" point.
setTo(Shape.Point) - Method in class com.storedobject.chart.Line
Set the "to" point.
setToAddress(Id) - Method in class com.storedobject.mail.Mail
Set the "to address".
setToAddress(StoredObject) - Method in class com.storedobject.mail.Mail
Set the "to address".
setToAddress(String) - Method in class com.storedobject.mail.Mail
Set "to address".
setToday(Date) - Static method in class com.storedobject.vaadin.DateField
Set the value of "today".
setToday(LocalDate) - Method in class com.storedobject.chart.AbstractProject
Set today.
setTodayColor(Color) - Method in class com.storedobject.chart.AbstractProject
Set the color for today-marker on the Gantt chart.
setTodayFormat(Function<LocalDateTime, String>) - Method in class com.storedobject.chart.AbstractProject
Set a formatter function to format the today-marker.
setToLink(String) - Method in class com.storedobject.core.ServerLink
 
setToLocation(Id) - Method in class com.storedobject.core.InventoryTransfer
 
setToLocation(Id) - Method in class com.storedobject.core.MaterialRequest
 
setToLocation(InventoryLocation) - Method in class com.storedobject.core.InventoryTransfer
 
setToLocation(InventoryLocation) - Method in class com.storedobject.core.MaterialRequest
 
setToLocation(BigDecimal) - Method in class com.storedobject.core.InventoryTransfer
 
setToLocation(BigDecimal) - Method in class com.storedobject.core.MaterialRequest
 
setTooltip(Tooltip) - Method in class com.storedobject.chart.Chart
Set the tooltip.
setTooltip(String) - Method in class com.storedobject.iot.ValueDefinition
 
setTooltip(String) - Method in class com.storedobject.iot.ValueImagePosition
 
setTooltipTimeFormat(Function<LocalDateTime, String>) - Method in class com.storedobject.chart.AbstractProject
Set a formatter function to format the tooltip of tasks/activities.
setTop(float) - Method in class com.storedobject.pdf.PDFRectangle
Set the top value.
setTop(int) - Method in class com.storedobject.ui.ImageMap.Area
Sets the position of the top edge of this area, relative to the top edge of the image map.
setTop(Size) - Method in class com.storedobject.chart.Position
Set the "top" size.
setTopLevelItem(T) - Method in class com.storedobject.ui.inventory.DefineAssembly
 
setTotal(Money) - Method in class com.storedobject.accounts.Invoice
 
setTotal(Object) - Method in class com.storedobject.accounts.Invoice
 
setTotalWidth(float) - Method in class com.storedobject.pdf.PDFTable
 
setTotalWidth(float[]) - Method in class com.storedobject.pdf.PDFTable
 
setTransaction(Transaction) - Method in class com.storedobject.core.StoredObject
Set transaction for saving the instance to the database.
setTransaction(Transaction) - Method in class com.storedobject.core.TransactionControl
 
setTransactionCreator(TransactionCreator) - Method in class com.storedobject.ui.ObjectEditor
 
setTransactionCreator(TransactionCreator) - Method in interface com.storedobject.ui.TransactionCreator
Set a "Transaction Creator" so that TransactionCreator.getTransaction(boolean) call will use it for creating new transactions.
setTransactionManager(TransactionManager) - Method in interface com.storedobject.core.ContentProducer
 
setTransactionManager(TransactionManager) - Method in interface com.storedobject.core.ParameterService
Set the "Transaction Manager".
setTransactionManager(TransactionManager) - Method in class com.storedobject.core.StreamContentProducer
 
setTransactionManager(TransactionManager) - Method in class com.storedobject.core.StreamDataContent
 
setTransactionManager(TransactionManager) - Method in class com.storedobject.iot.MQTT
 
setTransactionManager(TransactionManager) - Method in class com.storedobject.job.Schedule
 
setTransactionManager(TransactionManager) - Method in class com.storedobject.mail.GMailRegistrationService
 
setTransactionManager(TransactionManager) - Method in class com.storedobject.office.ExcelReport
 
setTransactionManager(TransactionManager) - Method in class com.storedobject.office.ODSReport
 
setTransactionManager(TransactionManager) - Method in class com.storedobject.office.ODT
 
setTransactionManager(TransactionManager) - Method in class com.storedobject.office.TextReport
 
setTransactionManager(TransactionManager) - Method in class com.storedobject.pdf.PDF
Sets the Transaction Manager so that the "letter head" can be printed.
setTransactionManager(TransactionManager) - Method in class com.storedobject.tools.SystemMessageViewer
 
setTransactionManager(TransactionManager) - Method in class com.storedobject.ui.Content
 
setTransactionType(int) - Method in class com.storedobject.core.AccountChart
 
setTransferMode(int) - Method in class com.storedobject.tools.Packager
 
setTransgender(boolean) - Method in class com.storedobject.ui.tools.ManageSalutation.Salutation
 
setTransparency(int[]) - Method in class com.storedobject.pdf.PDFImage
 
setTreeData(TreeDataProvider) - Method in class com.storedobject.chart.TreeChart
Set data to the chart.
setTrimToDay(boolean) - Method in class com.storedobject.ui.MinutesField
 
setTrimToDay(boolean) - Method in class com.storedobject.ui.SecondsField
 
setTuesday(double) - Method in class com.storedobject.iot.FullConsumption
 
setType(char) - Method in class com.storedobject.common.Address
Set the type code.
setType(int) - Method in class com.storedobject.accounts.AccountConfiguration
Sets the type of the object.
setType(int) - Method in class com.storedobject.accounts.Invoice
 
setType(int) - Method in class com.storedobject.core.AbstractTradeType
 
setType(int) - Method in class com.storedobject.core.AttachmentDefinition
 
setType(int) - Method in class com.storedobject.core.Consignment
 
setType(int) - Method in class com.storedobject.core.ContactType
 
setType(int) - Method in class com.storedobject.core.InventoryGRN
 
setType(int) - Method in class com.storedobject.core.InventoryPOItem
 
setType(int) - Method in class com.storedobject.core.InventoryVirtualLocation
 
setType(int) - Method in class com.storedobject.core.Login
Set the method type used to log in.
setType(int) - Method in class com.storedobject.core.Secret
 
setType(int) - Method in class com.storedobject.core.SerialConfigurator
 
setType(int) - Method in class com.storedobject.core.StoredObjectUtility.Link
 
setType(int) - Method in class com.storedobject.core.UIFieldMetadata
 
setType(int) - Method in class com.storedobject.tools.ColumnDefinition
 
setType(Axis.PointerType) - Method in class com.storedobject.chart.Axis.Pointer
Set the type of the pointer.
setType(ChartType) - Method in class com.storedobject.chart.AbstractChart
Calling this method does not have any effect.
setType(ChartType) - Method in class com.storedobject.chart.Chart
Set the type of this chart.
setType(LineStyle.Type) - Method in class com.storedobject.chart.LineStyle
Set the line-type.
setType(LineStyle.Type) - Method in class com.storedobject.chart.TextBorder
Set the line-type.
setType(PointSymbolType) - Method in class com.storedobject.chart.Node.Symbol
 
setType(PointSymbolType) - Method in class com.storedobject.chart.PointSymbol
 
setType(Tooltip.Type) - Method in class com.storedobject.chart.Tooltip
Set the type of this tooltip.
setType(ContactType) - Method in class com.storedobject.core.Contact
 
setType(DocumentType) - Method in class com.storedobject.core.Document
 
setType(Id) - Method in class com.storedobject.accounts.TaxAccountConfiguration
Sets the type of tax.
setType(Id) - Method in class com.storedobject.core.Contact
 
setType(Id) - Method in class com.storedobject.core.Document
 
setType(Id) - Method in class com.storedobject.core.LandedCost
 
setType(Id) - Method in class com.storedobject.core.Memo
 
setType(Id) - Method in class com.storedobject.core.Tax
 
setType(Id) - Method in class com.storedobject.core.TaxDefinition
 
setType(Id) - Method in class com.storedobject.core.TaxRate
 
setType(Id) - Method in class com.storedobject.core.UnpostedJournalEntry
 
setType(LandedCostType) - Method in class com.storedobject.core.LandedCost
 
setType(MemoType) - Method in class com.storedobject.core.Memo
 
setType(TaxType) - Method in class com.storedobject.accounts.TaxAccountConfiguration
Sets the type of tax.
setType(TaxType) - Method in class com.storedobject.core.Tax
 
setType(TaxType) - Method in class com.storedobject.core.TaxDefinition
 
setType(TaxType) - Method in class com.storedobject.core.TaxRate
 
setType(TransactionType) - Method in class com.storedobject.core.UnpostedJournalEntry
 
setType(String) - Method in class com.storedobject.core.PIN
 
setType(BigDecimal) - Method in class com.storedobject.accounts.TaxAccountConfiguration
Sets the type of tax.
setType(BigDecimal) - Method in class com.storedobject.core.Contact
 
setType(BigDecimal) - Method in class com.storedobject.core.Document
 
setType(BigDecimal) - Method in class com.storedobject.core.LandedCost
 
setType(BigDecimal) - Method in class com.storedobject.core.Memo
 
setType(BigDecimal) - Method in class com.storedobject.core.Tax
 
setType(BigDecimal) - Method in class com.storedobject.core.TaxDefinition
 
setType(BigDecimal) - Method in class com.storedobject.core.TaxRate
 
setType(BigDecimal) - Method in class com.storedobject.core.UnpostedJournalEntry
 
setUnderline(float, float) - Method in class com.storedobject.pdf.PDFChunk
Set thickness for the underline.
setUniqueIndex(boolean) - Method in class com.storedobject.tools.IndexDefinition
 
setUnit(Id) - Method in class com.storedobject.iot.Command
 
setUnit(Id) - Method in class com.storedobject.iot.Data
Set the unit Id of this IoT object.
setUnit(Id) - Method in class com.storedobject.iot.Statistics
Sets the unit associated with the Statistics object.
setUnit(Id) - Method in class com.storedobject.iot.UnitItem
 
setUnit(MeasurementUnit) - Method in class com.storedobject.core.Quantity
 
setUnit(Unit) - Method in class com.storedobject.iot.Command
 
setUnit(Unit) - Method in class com.storedobject.iot.Data
Set the unit of this IoT object.
setUnit(Unit) - Method in class com.storedobject.iot.Statistics
Assigns the given Unit to this Statistics instance by extracting its identifier.
setUnit(Unit) - Method in class com.storedobject.iot.UnitItem
 
setUnit(Unit) - Method in class com.storedobject.ui.iot.GUI
Sets the current unit for the GUI instance.
setUnit(String) - Method in class com.storedobject.core.Quantity
 
setUnit(BigDecimal) - Method in class com.storedobject.iot.Command
 
setUnit(BigDecimal) - Method in class com.storedobject.iot.Data
Set the unit Id of this IoT object.
setUnit(BigDecimal) - Method in class com.storedobject.iot.Statistics
Sets the unit using the provided BigDecimal value.
setUnit(BigDecimal) - Method in class com.storedobject.iot.UnitItem
 
setUnitClassName(String) - Method in class com.storedobject.iot.UnitType
 
setUnitCost(Money) - Method in class com.storedobject.core.ConsignmentItem
 
setUnitCost(Money) - Method in class com.storedobject.core.InventoryGRNItem
 
setUnitCost(Money) - Method in class com.storedobject.core.InventoryItemType
 
setUnitCost(Object) - Method in class com.storedobject.core.ConsignmentItem
 
setUnitCost(Object) - Method in class com.storedobject.core.InventoryGRNItem
 
setUnitCost(Object) - Method in class com.storedobject.core.InventoryItemType
 
setUnitItemClassName(String) - Method in class com.storedobject.iot.UnitItemType
 
setUnitOfIssue(MeasurementUnit) - Method in class com.storedobject.core.InventoryItemType
 
setUnitOfIssue(Quantity) - Method in class com.storedobject.core.InventoryItemType
 
setUnitOfIssue(Object) - Method in class com.storedobject.core.InventoryItemType
 
setUnitOfMeasurement(MeasurementUnit) - Method in class com.storedobject.core.InventoryItemType
 
setUnitOfMeasurement(MeasurementUnit) - Method in class com.storedobject.iot.ValueLimit
 
setUnitOfMeasurement(Quantity) - Method in class com.storedobject.core.InventoryItemType
 
setUnitOfMeasurement(Quantity) - Method in class com.storedobject.iot.ValueLimit
 
setUnitOfMeasurement(Object) - Method in class com.storedobject.core.InventoryItemType
 
setUnitOfMeasurement(Object) - Method in class com.storedobject.iot.ValueLimit
 
setUnitPrice(Money) - Method in class com.storedobject.core.InventoryPOItem
 
setUnitPrice(Money) - Method in class com.storedobject.core.InventorySaleItem
 
setUnitPrice(Object) - Method in class com.storedobject.core.InventoryPOItem
 
setUnitPrice(Object) - Method in class com.storedobject.core.InventorySaleItem
 
setUnitType(Id) - Method in class com.storedobject.iot.UnitDefinition
 
setUnitType(UnitType) - Method in class com.storedobject.iot.UnitDefinition
 
setUnitType(BigDecimal) - Method in class com.storedobject.iot.UnitDefinition
 
setUnlimited(boolean) - Method in class com.storedobject.iot.ValueLimit
 
setUNNumber(String) - Method in class com.storedobject.core.InventoryItemType
 
setUpdateFrequency(int) - Method in class com.storedobject.iot.UnitDefinition
 
setURI(String) - Method in class com.storedobject.vaadin.AbstractResourcedComponent
Set the URI attribute for the source.
setUrl(String) - Method in class com.storedobject.chart.Node.Symbol
 
setUrl(String) - Method in class com.storedobject.chart.PointSymbol
 
setUser(SystemUser) - Method in interface com.storedobject.core.IdentityCheck
Set the user to identify.
setUser(SystemUser) - Method in class com.storedobject.ui.tools.BiometricButton
 
setUserGroup(Id) - Method in class com.storedobject.core.ObjectPermissionGroup
 
setUserGroup(SystemUserGroup) - Method in class com.storedobject.core.ObjectPermissionGroup
 
setUserGroup(BigDecimal) - Method in class com.storedobject.core.ObjectPermissionGroup
 
setUserName(String) - Method in class com.storedobject.iot.MQTT
 
setUserName(String) - Method in class com.storedobject.mail.MailSender
 
setUserName(String) - Method in class com.storedobject.sms.Provider
 
setUserPassword(String) - Method in class com.storedobject.iot.MQTT
 
setUserTimeout(int) - Method in class com.storedobject.ui.VerifyOTP
Set "user response" timeout.
setUTC(boolean) - Method in class com.storedobject.vaadin.Clock
Set the UTC mode.
setValidateBlock(String) - Method in class com.storedobject.tools.TableDefinition
 
setValidFrom(Date) - Method in class com.storedobject.core.AccountLimit
 
setValidFrom(Timestamp) - Method in class com.storedobject.core.LoginMessage
 
setValidTo(Date) - Method in class com.storedobject.core.AccountLimit
 
setValidTo(Timestamp) - Method in class com.storedobject.core.LoginMessage
 
setValue(double) - Method in class com.storedobject.core.ComputedDouble
 
setValue(double) - Method in class com.storedobject.iot.ControlSchedule
 
setValue(double) - Method in class com.storedobject.ui.Application.BusyIndicator
 
setValue(int) - Method in class com.storedobject.core.AbstractComputedInteger
 
setValue(int, Object) - Method in class com.storedobject.common.CSV
Set a value at a specific column in the current row.
setValue(int, Object) - Method in class com.storedobject.office.CSVReport
Set a value at a specific column in the current row.
setValue(long) - Method in class com.storedobject.core.ComputedLong
 
setValue(Geolocation) - Method in class com.storedobject.ui.GeolocationField
 
setValue(Id) - Method in interface com.storedobject.ui.IdInput
Set the value.
setValue(Id) - Method in class com.storedobject.ui.ObjectField
 
setValue(Id) - Method in class com.storedobject.ui.ObjectFormField
 
setValue(Id) - Method in interface com.storedobject.ui.ObjectInput
Set the value as an Id.
setValue(MeasurementUnit) - Method in class com.storedobject.ui.MeasurementUnitField
 
setValue(Money) - Method in class com.storedobject.ui.MoneyField
 
setValue(StoredObjectLink<T>) - Method in interface com.storedobject.ui.LinkGrid
 
setValue(StoredObjectLink<T>) - Method in class com.storedobject.ui.ObjectLinkField
 
setValue(StreamData) - Method in class com.storedobject.ui.FileField
 
setValue(I) - Method in class com.storedobject.ui.inventory.ItemField
 
setValue(Boolean) - Method in class com.storedobject.vaadin.BooleanField
 
setValue(Double) - Method in class com.storedobject.core.ComputedDouble
 
setValue(Double) - Method in class com.storedobject.ui.ComputedDoubleField
 
setValue(Integer) - Method in class com.storedobject.core.AbstractComputedInteger
 
setValue(Integer) - Method in class com.storedobject.ui.ComputedIntegerField
 
setValue(Integer) - Method in class com.storedobject.ui.ComputedMinutesField
 
setValue(Integer) - Method in class com.storedobject.ui.DaysField
 
setValue(Integer) - Method in class com.storedobject.ui.MinutesField
 
setValue(Integer) - Method in class com.storedobject.ui.SecondsField
 
setValue(Integer) - Method in class com.storedobject.vaadin.ChoiceField
 
setValue(Integer) - Method in class com.storedobject.vaadin.UploadField
 
setValue(Long) - Method in class com.storedobject.core.ComputedLong
 
setValue(Long) - Method in class com.storedobject.ui.ComputedLongField
 
setValue(Number) - Method in class com.storedobject.chart.GaugeChart.Needle
Set the value.
setValue(Number) - Method in class com.storedobject.chart.GaugeChart
Set the current value.
setValue(Number) - Method in class com.storedobject.chart.SankeyChart.Edge
Set the value of the edge.
setValue(Number) - Method in class com.storedobject.chart.SankeyChart.Node
Set the value of the node.
setValue(Number) - Method in class com.storedobject.chart.TreeData
Set the value for the tree-node.
setValue(Number, int) - Method in class com.storedobject.chart.GaugeChart
Set value of a given needle.
setValue(Object) - Method in class com.storedobject.chart.MarkArea.Block.Side
Set the value for the side.
setValue(Object) - Method in interface com.storedobject.common.StyledBuilder
Set a value.
setValue(Object) - Method in class com.storedobject.ui.ELabel
 
setValue(Object) - Method in class com.storedobject.ui.ELabelField
 
setValue(Object) - Method in interface com.storedobject.ui.StyledBuilder
 
setValue(Object) - Method in class com.storedobject.ui.TextView
 
setValue(Object, StyledBuilder.Style...) - Method in interface com.storedobject.common.StyledBuilder
Set a value with the given styles.
setValue(Object, Object) - Method in class com.storedobject.chart.MarkArea.Block.Side
Set the X and Y values for the side.
setValue(Object, String...) - Method in interface com.storedobject.common.StyledBuilder
Set a value with the given styles.
setValue(Object, String...) - Method in class com.storedobject.ui.ELabel
 
setValue(Object, String...) - Method in class com.storedobject.ui.ELabels
 
setValue(Object, String...) - Method in interface com.storedobject.ui.StyledBuilder
 
setValue(String) - Method in class com.storedobject.core.GlobalProperty
 
setValue(String) - Method in class com.storedobject.ui.AddressField
 
setValue(String) - Method in class com.storedobject.ui.BarcodeImage
 
setValue(String) - Method in class com.storedobject.ui.ELabelField
 
setValue(String) - Method in class com.storedobject.ui.PhoneField
 
setValue(String) - Method in class com.storedobject.ui.util.AcceptAbandonButtons
 
setValue(String) - Method in class com.storedobject.vaadin.PopupTextField
 
setValue(String) - Method in class com.storedobject.vaadin.TextArea
 
setValue(String) - Method in class com.storedobject.vaadin.TextField
 
setValue(String) - Method in interface com.storedobject.vaadin.util.HasTextValue
 
setValue(String, Object) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
 
setValue(String, Object) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
 
setValue(BigDecimal) - Method in class com.storedobject.vaadin.BigDecimalField
 
setValue(Date) - Method in class com.storedobject.core.ComputedDate
 
setValue(Date) - Method in class com.storedobject.ui.ComputedDateField
 
setValue(Date) - Method in class com.storedobject.ui.MonthEndField
 
setValue(Date) - Method in class com.storedobject.ui.MonthField
 
setValue(Date) - Method in class com.storedobject.vaadin.DateField
 
setValue(Time) - Method in class com.storedobject.ui.TimeField
 
setValue(Timestamp) - Method in class com.storedobject.ui.TimestampField
 
setValue(Collection<T>) - Method in class com.storedobject.vaadin.TokensField
 
setValue(Date) - Method in class com.storedobject.vaadin.LegacyDateField
 
setValue(Set<T>) - Method in class com.storedobject.vaadin.TokensField
 
setValue(T) - Method in interface com.storedobject.common.ComputedValue
 
setValue(T) - Method in class com.storedobject.ui.accounts.AccountField
 
setValue(T) - Method in interface com.storedobject.ui.IdInput
Set the value for the given object.
setValue(T) - Method in class com.storedobject.ui.ObjectField
 
setValue(T) - Method in class com.storedobject.ui.ObjectFormField
 
setValue(T) - Method in interface com.storedobject.ui.ObjectInput
Set the value.
setValue(T) - Method in class com.storedobject.ui.util.AbstractQuantityField
 
setValue(T) - Method in class com.storedobject.ui.util.ComputedField
 
setValue(T) - Method in class com.storedobject.vaadin.FreeFormatField
 
setValue(T) - Method in class com.storedobject.vaadin.MapComboField
 
setValue(T) - Method in class com.storedobject.vaadin.util.NumericField
 
setValueDate(Date) - Method in class com.storedobject.core.TransactionValueDate
 
setValueDate(Date) - Method in class com.storedobject.core.UnpostedJournalEntry
 
setValueMask(int) - Method in class com.storedobject.vaadin.ChoicesField
A "mask" allows one to fix certain bits in the value of the field.
setValueMask(int) - Method in class com.storedobject.vaadin.TokenChoicesField
A "mask" allows one to fix certain bits in the value of the field.
setValueName(Id) - Method in class com.storedobject.iot.LimitMessage
 
setValueName(ValueLimit) - Method in class com.storedobject.iot.LimitMessage
 
setValueName(BigDecimal) - Method in class com.storedobject.iot.LimitMessage
 
setValuePrefix(String) - Method in class com.storedobject.chart.BubbleChart
Set a prefix text to the value when tooltip is displayed for the bubble.
setValues(Object...) - Method in class com.storedobject.common.CSV
Set values starting from the first column in the current row.
setValues(Object...) - Method in class com.storedobject.office.CSVReport
Set values starting from the first column in the current row.
setValuesFrom(int, Object...) - Method in class com.storedobject.common.CSV
Set values starting from a specific column in the current row.
setValuesFrom(int, Object...) - Method in class com.storedobject.office.CSVReport
Set values starting from a specific column in the current row.
setValueSuffix(String) - Method in class com.storedobject.chart.BubbleChart
Set a suffix text to the value when tooltip is displayed for the bubble.
setVariablesBlock(String) - Method in class com.storedobject.tools.TableDefinition
 
setVariant(Font.Variant) - Method in class com.storedobject.chart.Font
Set the font-variant.
setVer(String) - Method in class com.storedobject.core.WebBiometric.AttestationStatement
 
setVerified(boolean) - Method in class com.storedobject.core.ExternalSystemUser
 
setVerifyCA(boolean) - Method in class com.storedobject.iot.MQTT
 
setVersion(int) - Method in class com.storedobject.core.DeveloperLog
 
setVersion(int) - Method in class com.storedobject.core.JavaClass
 
setVersion(int) - Method in class com.storedobject.core.TextContent
 
setVersionSOAP(SOAP.Version) - Method in class com.storedobject.common.SOAP
Set the SOAP version.
setVertical() - Method in class com.storedobject.chart.SankeyChart
Set the orientation as vertical.
setVertical() - Method in class com.storedobject.vaadin.RadioChoiceField
Display the items vertically.
setVertical() - Method in class com.storedobject.vaadin.RadioField
Display the items vertically.
setVertical(boolean) - Method in class com.storedobject.chart.VisualMap
Set vertical orientation for the visual map.
setVerticalAlignment(int) - Method in class com.storedobject.core.ReportColumnDefinition
 
setVerticalAlignment(int) - Method in class com.storedobject.pdf.PDFCell
Set vertical alignment.
setVerticalAlignment(int, int) - Method in class com.storedobject.pdf.TableHeader
Set vertical alignment.
setVerticalAlignment(String, int) - Method in class com.storedobject.pdf.TableHeader
Set vertical alignment.
setVerticallyCenter(boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
setVia(String) - Method in class com.storedobject.core.AutoLogin
 
setVideo(String) - Method in class com.storedobject.vaadin.YouTube
Load a YouTube video.
setView(ExecutableView) - Method in class com.storedobject.ui.inventory.ItemContext
 
setView(View) - Method in class com.storedobject.vaadin.AbstractForm
Set an associated view for this form.
setView(Object) - Method in class com.storedobject.ui.util.HtmlTemplate
 
setViewer(DocumentViewer) - Method in class com.storedobject.ui.util.ContentGenerator
 
setViewFilter(Predicate<? super T>) - Method in class com.storedobject.core.ObjectLoadFilter
Set the filter that needs to be applied after loading into the memory from the DB - for "view filtering".
setViewFilter(Predicate<T>) - Method in interface com.storedobject.core.FilterMethods
Set a predicate that will be used for filtering the object after loading is done - for viewing purposes.
setViewFilter(Predicate<T>) - Method in class com.storedobject.ui.EditableObjectGrid
 
setViewFilter(Predicate<T>) - Method in class com.storedobject.ui.ObjectListGrid
 
setViewFilter(Predicate<T>) - Method in class com.storedobject.vaadin.ListGrid
Set a filter.
setViewFilter(Predicate<T>, boolean) - Method in interface com.storedobject.core.FilterMethods
Set a predicate that will be used for filtering the object after loading is done - for viewing purposes.
setVillaName(String) - Method in class com.storedobject.common.Address
Set the apartment/villa/house/office name.
setVisibility(boolean) - Method in class com.storedobject.core.UIFieldMetadata
 
setVisible(boolean) - Method in class com.storedobject.ui.Application.BusyIndicator
 
setVisible(boolean) - Method in class com.storedobject.ui.ObjectLinkField
 
setVisible(boolean) - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
 
setVisible(boolean) - Method in class com.storedobject.vaadin.GridColumnDetail
Set the column visible.
setVisible(boolean) - Method in interface com.storedobject.vaadin.HasVisibility
Set the field visible/hidden.
setVisible(boolean, Object) - Static method in interface com.storedobject.vaadin.HasVisibility
Set the visibility of "something".
setVisualMap(VisualMap) - Method in class com.storedobject.chart.BubbleChart
Set a VisualMap for this chart.
setVisualMap(VisualMap) - Method in class com.storedobject.chart.HeatmapChart
Set a VisualMap for this chart.
setVoucher(Id) - Method in class com.storedobject.core.JournalVoucherStage
 
setVoucher(Id) - Method in class com.storedobject.core.TransactionDate
 
setVoucher(Id) - Method in class com.storedobject.core.TransactionValueDate
 
setVoucher(JournalVoucher) - Method in class com.storedobject.core.JournalVoucherStage
 
setVoucher(JournalVoucher) - Method in class com.storedobject.core.TransactionDate
 
setVoucher(JournalVoucher) - Method in class com.storedobject.core.TransactionValueDate
 
setVoucher(JournalVoucher) - Method in class com.storedobject.ui.accounts.JournalVoucherView
 
setVoucher(BigDecimal) - Method in class com.storedobject.core.JournalVoucherStage
 
setVoucher(BigDecimal) - Method in class com.storedobject.core.TransactionDate
 
setVoucher(BigDecimal) - Method in class com.storedobject.core.TransactionValueDate
 
setVouchers(List<JournalVoucher>) - Method in class com.storedobject.ui.accounts.JournalVoucherView
 
setWaterMark(String) - Method in class com.storedobject.pdf.PDF
Sets the water mark.
setWebURL(String) - Method in class com.storedobject.core.WebBiometric
 
setWednesday(double) - Method in class com.storedobject.iot.FullConsumption
 
setWeek(int) - Method in class com.storedobject.iot.WeeklyConsumption
Sets the week for the WeeklyConsumption instance.
setWeek(int) - Method in class com.storedobject.iot.WeeklyStatistics
Sets the week value for the statistics.
setWeekNumbersVisible(boolean) - Method in class com.storedobject.ui.TimestampField
Set the visibility of "week numbers" while accepting the value.
setWeekNumbersVisible(boolean) - Method in class com.storedobject.ui.TimestampPeriodField
Set the visibility of "week numbers" while accepting the value.
setWeekNumbersVisible(boolean) - Method in class com.storedobject.vaadin.DateField
Set the visibility of "week numbers" while accepting the value.
setWeight(Font.Weight) - Method in class com.storedobject.chart.Font
Set font-weight.
setWhere(String) - Method in class com.storedobject.ui.tools.DataTransfer
 
setWidth(double) - Method in class com.storedobject.common.SVG
Set width.
setWidth(int) - Method in class com.storedobject.chart.Axis.AbstractTicks
Set width of the tick in pixels.
setWidth(int) - Method in class com.storedobject.chart.Axis.PointerHandle
Set the width in pixels.
setWidth(int) - Method in class com.storedobject.chart.LineStyle
Set the width of the line.
setWidth(int) - Method in class com.storedobject.chart.SankeyChart
Set width.
setWidth(int) - Method in class com.storedobject.chart.TextBorder
Set the width of the border (in pixels).
setWidth(int) - Method in class com.storedobject.common.Barcode
Set the width of the barcode image.
setWidth(int) - Method in class com.storedobject.core.UIFieldMetadata
 
setWidth(int) - Method in class com.storedobject.ui.ImageMap.Area
Sets the width of this area.
setWidth(int, int) - Method in class com.storedobject.pdf.TableHeader
Set the relative width of a specific column.
setWidth(Size) - Method in class com.storedobject.chart.Position
Set the "width".
setWidth(Distance) - Method in class com.storedobject.core.ConsignmentPacket
 
setWidth(Number) - Method in class com.storedobject.chart.Image
Set width.
setWidth(Number) - Method in class com.storedobject.chart.Rectangle
Set width.
setWidth(Object) - Method in class com.storedobject.core.ConsignmentPacket
 
setWidth(String) - Method in class com.storedobject.helper.LitComponentWithSize
 
setWidth(String) - Method in class com.storedobject.ui.DocumentViewer
 
setWidth(String) - Method in class com.storedobject.ui.ObjectField
 
setWidth(String) - Method in class com.storedobject.vaadin.CustomTextField
 
setWidth(String) - Method in interface com.storedobject.vaadin.HasSize
 
setWidth(String) - Method in class com.storedobject.vaadin.Icon
 
setWidth(String, int) - Method in class com.storedobject.pdf.TableHeader
Set the relative width of a specific column.
setWidthFull() - Method in class com.storedobject.ui.ObjectField
 
setWidthPercentage(float) - Method in class com.storedobject.pdf.PDFImage
 
setWidthPercentage(float) - Method in class com.storedobject.pdf.PDFTable
 
setWidthPercentage(float[], PDFRectangle) - Method in class com.storedobject.pdf.PDFTable
 
setWidths(float[]) - Method in class com.storedobject.pdf.PDFTable
 
setWidths(int[]) - Method in class com.storedobject.pdf.PDFTable
 
setWidths(int...) - Method in class com.storedobject.pdf.TableHeader
Set relative widths.
setWidths(Iterable<Integer>) - Method in class com.storedobject.pdf.TableHeader
Set relative widths.
setWindowMode(boolean) - Method in class com.storedobject.ui.DocumentViewer
 
setWindowMode(boolean) - Method in class com.storedobject.ui.TemplateDataForm
 
setWindowMode(boolean) - Method in class com.storedobject.ui.util.DocumentViewer
 
setWindowMode(boolean) - Method in class com.storedobject.vaadin.DataForm
 
setWindowMode(boolean) - Method in class com.storedobject.vaadin.View
Set the "window mode".
setWorkingDate(Date) - Method in class com.storedobject.core.SystemEntity
Set the working date
setWorkingDate(Date) - Method in class com.storedobject.core.TransactionManager
Sets the working date for the entity.
setWrap(boolean) - Method in class com.storedobject.pdf.PDFCell
Set the content to wrap.
setX(int) - Method in class com.storedobject.iot.BlockDisplayContent
 
setX(Number) - Method in class com.storedobject.chart.Rectangle
Set X value of the top-left corner.
setX(Number) - Method in class com.storedobject.chart.Shape.Point
Set the X value.
setX5c(List<byte[]>) - Method in class com.storedobject.core.WebBiometric.AttestationStatement
 
setXAxes(XAxis...) - Method in class com.storedobject.chart.Toolbox.Zoom
Set the applicable XAxis list while zooming.
setXCoord(double) - Method in class com.storedobject.chart.Node
 
setXData(AbstractDataProvider<?>) - Method in class com.storedobject.chart.XYChart
Set data for X axis.
setXML(XML) - Method in class com.storedobject.ui.XMLGrid
 
setXYRatio(float) - Method in class com.storedobject.pdf.PDFImage
 
setY(int) - Method in class com.storedobject.iot.BlockDisplayContent
 
setY(Number) - Method in class com.storedobject.chart.Rectangle
Set Y value of the top-left corner.
setY(Number) - Method in class com.storedobject.chart.Shape.Point
Set the Y value.
setYAxes(YAxis...) - Method in class com.storedobject.chart.Toolbox.Zoom
Set the applicable YAxis list while zooming.
setYCoord(double) - Method in class com.storedobject.chart.Node
 
setYData(AbstractDataProvider<?>) - Method in class com.storedobject.chart.XYChart
Set data for Y axis.
setYData(CategoryDataProvider) - Method in class com.storedobject.chart.XRangeChart
Set data for the Y-Axis.
setYear(int) - Method in class com.storedobject.iot.Consumption
Sets the year for the consumption record.
setYear(int) - Method in class com.storedobject.iot.Statistics
Sets the year for this statistics object.
setYear(D, int) - Static method in class com.storedobject.common.DateUtility
 
setYearRange(int) - Method in class com.storedobject.ui.MonthField
 
setYearRange(int, int) - Method in class com.storedobject.ui.MonthField
 
setZ(int) - Method in class com.storedobject.chart.AbstractPart
Set the Z (determines the overlap order when displayed on the screen) of this.
setZeroHeight(boolean) - Method in class com.storedobject.office.od.ods.Row
 
setZipEntryConsumer(BiConsumer<ZipEntry, InputStream>) - Method in class com.storedobject.ui.ZipUploadProcessorView
 
setZoom(int) - Method in class com.storedobject.office.od.ods.Sheet
 
setZoomLock(boolean) - Method in class com.storedobject.chart.AbstractDataZoom
Set the zoom lock.
SGAddress - Class in com.storedobject.common
SG Address
line[0]: Post office (required if Post Box is specified)
Shadow - Class in com.storedobject.chart
Represents a shadow.
Shadow() - Constructor for class com.storedobject.chart.Shadow
Constructor.
shake() - Method in class com.storedobject.ui.CRAMField
Shake the input part to show that the challenge is incorrect.
SHAKE - Enum constant in enum class com.storedobject.ui.Animation
 
Shape - Class in com.storedobject.chart
Shape class that can be added to SOChart.
Shape() - Constructor for class com.storedobject.chart.Shape
Constructor.
Shape.Point - Class in com.storedobject.chart
Representation of a (x, y) point used in shapes.
Shape.Style - Class in com.storedobject.chart
Class to specify the style of a Shape instance.
ShapeGroup - Class in com.storedobject.chart
Shapes can be grouped together using this class.
ShapeGroup() - Constructor for class com.storedobject.chart.ShapeGroup
 
Sheet - Class in com.storedobject.office.od.ods
 
sheetIterator() - Method in class com.storedobject.office.od.ods.Workbook
 
SHIFT - Enum constant in enum class com.storedobject.chart.Key
Shift key.
shiftCellsLeft(int, int, int) - Method in class com.storedobject.office.od.ods.Row
 
shiftCellsRight(int, int, int) - Method in class com.storedobject.office.od.ods.Row
 
shiftColumns(int, int, int) - Method in class com.storedobject.office.od.ods.Sheet
 
shiftRows(int, int, int) - Method in class com.storedobject.office.od.ods.Sheet
 
shiftRows(int, int, int, boolean, boolean) - Method in class com.storedobject.office.od.ods.Sheet
 
ShortName - Class in com.storedobject.core
 
ShortName() - Constructor for class com.storedobject.core.ShortName
 
show() - Method in class com.storedobject.chart.AbstractLabel
Show labels.
show() - Method in class com.storedobject.chart.ComposedPart
Show this part.
show() - Method in class com.storedobject.chart.DataZoom
Show this.
show() - Method in class com.storedobject.chart.Node.Symbol
 
show() - Method in class com.storedobject.chart.PointSymbol
 
show() - Method in class com.storedobject.chart.Shape
Show this shape.
show() - Method in class com.storedobject.chart.TreeDataProvider.Label
Show labels.
show() - Method in class com.storedobject.chart.VisiblePart
Show this part.
show() - Method in class com.storedobject.ui.Alert
 
show() - Method in class com.storedobject.vaadin.Alert
Show the alert.
show(Chart) - Method in class com.storedobject.chart.Legend
Make a hidden chart visible again.
show(String) - Static method in class com.storedobject.core.ConsoleMenu
 
showAlerts() - Static method in class com.storedobject.vaadin.Application
Show all alerts.
showAlerts(Object) - Static method in class com.storedobject.vaadin.Application
Show all alerts of the specified owner.
showAtCenter() - Method in class com.storedobject.chart.FunnelChart
Show the funnel at the center.
showChart() - Method in class com.storedobject.ui.iot.GUI
Displays a chart for the currently selected site.
showControls(boolean) - Method in class com.storedobject.vaadin.Media
Show controls.
showDashboard() - Method in class com.storedobject.ui.iot.GUI
Displays the dashboard interface for the application.
showDate(boolean) - Method in class com.storedobject.vaadin.Clock
Whether to display date-part or not.
showDescription(boolean) - Method in class com.storedobject.vaadin.UploadField
Whether to show the description or not.
showHeader() - Method in class com.storedobject.ui.HTMLView
Whether to show a header with caption or not even in non-window mode.
showInPane(int, int) - Method in class com.storedobject.office.od.ods.Sheet
 
showLine(String) - Static method in class com.storedobject.core.ConsoleMenu
 
showLoginMessages(MessageViewer) - Static method in class com.storedobject.core.LoginMessage
 
showMessages(ApplicationServer, Id) - Static method in class com.storedobject.core.LoginMessage
 
showNeedle(boolean) - Method in class com.storedobject.chart.GaugeChart
Set whether needle should be shown or not.
showNotification(String) - Method in class com.storedobject.core.ApplicationServer
 
showNotification(String) - Method in interface com.storedobject.core.Device
 
showNotification(String) - Method in class com.storedobject.tools.SystemDevice
 
showNotification(String) - Method in class com.storedobject.vaadin.Application
Show a notification on the screen.
showNotification(String, String) - Method in interface com.storedobject.core.Device
 
showNotification(String, String) - Method in class com.storedobject.tools.SystemDevice
 
showNotification(String, String) - Method in class com.storedobject.vaadin.Application
Show a notification on the screen.
showNotification(String, Throwable) - Method in interface com.storedobject.core.Device
 
showNotification(String, Throwable) - Method in class com.storedobject.tools.SystemDevice
 
showNotification(String, Throwable) - Method in class com.storedobject.vaadin.Application
Show error notification.
showNotification(Throwable) - Method in interface com.storedobject.core.Device
 
showNotification(Throwable) - Method in class com.storedobject.tools.SystemDevice
 
showNotification(Throwable) - Method in class com.storedobject.vaadin.Application
Show error notification,
showProgress(boolean) - Method in class com.storedobject.chart.GaugeChart
Set whether to show progress on the dial or not.
showProgressBar(boolean) - Method in class com.storedobject.chart.XRangeChart
Whether to render progress bar or not.
showProgressLabel(boolean) - Method in class com.storedobject.chart.XRangeChart
Whether to render progress label or not.
showSiteView() - Method in class com.storedobject.ui.iot.GUI
Displays the site view within the graphical user interface (GUI).
showStatusGrid() - Method in class com.storedobject.ui.iot.GUI
Displays the status grid within the GUI.
showText(String, int, int, int, float, PDFFont, float, PDFColor, float) - Method in class com.storedobject.pdf.PDF
Show text at some specified position.
showUTC(boolean) - Method in class com.storedobject.vaadin.Clock
Whether to display "UTC" string or not.
showVertically() - Method in class com.storedobject.chart.Legend
Display it vertically.
showVertically() - Method in class com.storedobject.chart.Toolbox
Change the orientation of the toolbox display to vertical.
showZeroPosition(boolean) - Method in class com.storedobject.chart.Axis
Set whether zero position to be shown or not.
shuffle(int) - Method in class com.storedobject.vaadin.RubikCube
Shuffle the cube.
shutdown() - Method in class com.storedobject.core.DataChangeProcessor
 
shutdown() - Method in class com.storedobject.iot.Controller
 
shutdown() - Method in class com.storedobject.iot.MQTTDataCollector
 
shutdown() - Method in class com.storedobject.job.Job
This method is invoked when the system is shutting down.
shutdown() - Method in class com.storedobject.job.MessageSender
 
shutdown() - Method in class com.storedobject.job.Scheduler
 
shutdown() - Static method in class com.storedobject.job.TaskExecutor
Shuts down the executor service used by the TaskExecutor.
SI - Enum constant in enum class com.storedobject.chart.Language
Slovenian
Side() - Constructor for class com.storedobject.chart.MarkArea.Block.Side
 
Signature - Class in com.storedobject.core
 
Signature() - Constructor for class com.storedobject.core.Signature
 
significance() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the significance level associated with the current data status.
similar(char[], char[]) - Static method in class com.storedobject.core.PIN
 
SimpleMethodInvoker - Class in com.storedobject.common
 
SimpleMethodInvoker(Class<?>, String) - Constructor for class com.storedobject.common.SimpleMethodInvoker
 
SimpleMethodInvoker(Method) - Constructor for class com.storedobject.common.SimpleMethodInvoker
 
single() - Method in class com.storedobject.core.ObjectIterator
Get a single entry from this iterator.
single(boolean) - Method in class com.storedobject.core.ObjectIterator
Get a single entry from this iterator.
single(Predicate<? super O>) - Method in class com.storedobject.core.ObjectIterator
Get a single entry from this iterator (after applying the filter).
single(Predicate<? super O>, boolean) - Method in class com.storedobject.core.ObjectIterator
Get a single entry from this iterator (after applying the filter).
SingleInstanceDetail - Interface in com.storedobject.core
Interface to denote that the Detail interface allows only a single instance.
SingletonLogic - Interface in com.storedobject.core
A marker interface to denote that a logic (typically a UI logic) should be instantiated only once per session when executed via ApplicationServer's ApplicationServer.execute(Logic) method.
Site - Class in com.storedobject.iot
Represents a Site entity that stores detailed information such as name, project affiliation, time zone, unique code, and its associated attributes.
Site() - Constructor for class com.storedobject.iot.Site
Constructs a new instance of the Site class.
siteChanged(Site) - Method in class com.storedobject.ui.iot.BlockSelector
 
SiteView - Class in com.storedobject.ui.iot
 
SiteView(GUI, boolean) - Constructor for class com.storedobject.ui.iot.SiteView
 
size() - Method in class com.storedobject.common.Array
 
size() - Method in class com.storedobject.common.FileBuffer
Get the size of this buffer in terms of number of indices it holds.
size() - Method in class com.storedobject.common.StringList
 
size() - Method in class com.storedobject.core.ColumnDefinitions
 
size() - Method in interface com.storedobject.core.Columns
 
size() - Method in interface com.storedobject.core.EditableList
Size of the list (including all items).
size() - Method in interface com.storedobject.core.Filtered
 
size() - Method in class com.storedobject.core.IdBuffer
 
size() - Method in class com.storedobject.core.IndexDefinitions
 
size() - Method in interface com.storedobject.core.Indices
 
size() - Method in class com.storedobject.core.JSONMap
 
size() - Method in class com.storedobject.core.MemoryCache
 
size() - Method in class com.storedobject.core.ObjectCache
 
size() - Method in class com.storedobject.core.ObjectCacheList
 
size() - Method in class com.storedobject.core.ObjectForest
 
size() - Method in interface com.storedobject.core.ObjectLoader
Get the instances count.
size() - Method in class com.storedobject.core.ObjectTree
 
size() - Method in class com.storedobject.core.StoredObjectLink.Copy
 
size() - Method in class com.storedobject.iot.DataSet.DataValue
 
size() - Method in class com.storedobject.ui.EditableObjectListProvider
 
size() - Method in interface com.storedobject.ui.LinkGrid
 
size() - Method in class com.storedobject.ui.ObjectForestProvider
 
size() - Method in interface com.storedobject.ui.ObjectLoader
 
size() - Method in class com.storedobject.ui.ObjectTable
Get the number of object instances rendered.
size() - Method in class com.storedobject.ui.ObjectTreeProvider
 
size() - Method in class com.storedobject.ui.ReferenceLinkGrid
 
size() - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
size() - Method in class com.storedobject.ui.util.ContactData
 
size() - Method in class com.storedobject.ui.util.ExtraInfoValue
 
size() - Method in class com.storedobject.ui.util.StreamAttachmentData
 
size() - Method in class com.storedobject.vaadin.ComboField
Get the number of items in the combo.
size() - Method in class com.storedobject.vaadin.DataList
 
size() - Method in class com.storedobject.vaadin.ListGrid
 
size(int, int) - Method in interface com.storedobject.core.Filtered
 
size(int, int) - Method in class com.storedobject.core.MemoryCache
 
size(int, int) - Method in class com.storedobject.core.ObjectCache
 
size(int, int) - Method in class com.storedobject.core.ObjectCacheList
 
size(int, int) - Method in class com.storedobject.core.ObjectForest
 
size(int, int) - Method in class com.storedobject.core.ObjectTree
 
size(Query<T, SerializablePredicate<T>>) - Method in class com.storedobject.ui.AbstractListProvider
 
size(Object) - Method in class com.storedobject.core.ObjectForest
 
size(Object, int, int) - Method in class com.storedobject.core.ObjectForest
 
size(List<?>, int, int) - Static method in class com.storedobject.core.Utility
Get the size of a sub-list.
size(T) - Method in class com.storedobject.core.ObjectTree
 
size(T, int, int) - Method in class com.storedobject.core.ObjectTree
 
Size - Class in com.storedobject.chart
Representation of "size" value.
sizeAll() - Method in interface com.storedobject.core.Filtered
 
sizeAll() - Method in class com.storedobject.core.MemoryCache
 
sizeAll() - Method in class com.storedobject.core.ObjectCacheList
 
sizeAll() - Method in class com.storedobject.core.ObjectForest
 
sizeAll() - Method in class com.storedobject.core.ObjectTree
 
sizeAll(Object) - Method in class com.storedobject.core.ObjectForest
 
sizeAll(T) - Method in class com.storedobject.core.ObjectTree
 
sizeIncludesLabels() - Method in class com.storedobject.chart.RectangularCoordinate
Set the size in such a way that the size of the coordinate system includes labels too.
sizeSet() - Method in class com.storedobject.ui.tools.ChangePassword
 
sizeSet() - Method in class com.storedobject.vaadin.DataForm
This method is invoked once when the size of the content is set.
skip() - Method in class com.storedobject.core.RawSQL
 
skip(int) - Method in class com.storedobject.core.QueryBuilder
Sets an offset to skip a specified number of records or results in the query being built.
skip(long) - Method in class com.storedobject.core.DatabaseInputStream
 
skip(long) - Method in class com.storedobject.core.ObjectIterator
Skip a specified number of entries.
skip(long) - Method in class com.storedobject.core.Query
Skips a specified number of rows in the result set.
skip(long) - Method in class com.storedobject.core.RawSQL
 
skipBytes(int) - Method in class com.storedobject.office.od.ODInputStream
 
skipDelete(Transaction, T) - Method in class com.storedobject.ui.ObjectListEditor
This method is invoked from ObjectListEditor.save(Transaction) when the item is about to delete in the database.
skipFirstFocus(Focusable<?>) - Method in class com.storedobject.ui.ObjectEditor
 
skipFirstFocus(Focusable<?>) - Method in class com.storedobject.ui.TemplateDataForm
 
skipFirstFocus(Focusable<?>) - Method in class com.storedobject.vaadin.DataEditor
 
skipFirstFocus(Focusable<?>) - Method in class com.storedobject.vaadin.DataForm
 
skipFirstFocus(Focusable<?>) - Method in class com.storedobject.vaadin.View
Check if this component to be skipped while traversing the component tree to find the first focusable component or not.
skipLimitCheck() - Method in class com.storedobject.core.DBTransaction
Skip limit check for this transaction.
skipOTP(Device) - Method in interface com.storedobject.core.IdentityCheck
Whether the OTP-based checking should be skipped or not.
skipSave(Transaction, T) - Method in class com.storedobject.ui.ObjectListEditor
This method is invoked from ObjectListEditor.save(Transaction) when the item is about to save to the database.
skipWhile(Predicate<O>) - Method in class com.storedobject.core.ObjectIterator
Skip objects while a given predicate is true.
SLIDE_IN_DOWN - Enum constant in enum class com.storedobject.ui.Animation
 
SLIDE_IN_LEFT - Enum constant in enum class com.storedobject.ui.Animation
 
SLIDE_IN_RIGHT - Enum constant in enum class com.storedobject.ui.Animation
 
SLIDE_IN_UP - Enum constant in enum class com.storedobject.ui.Animation
 
SLIDE_OUT_DOWN - Enum constant in enum class com.storedobject.ui.Animation
 
SLIDE_OUT_LEFT - Enum constant in enum class com.storedobject.ui.Animation
 
SLIDE_OUT_RIGHT - Enum constant in enum class com.storedobject.ui.Animation
 
SLIDE_OUT_UP - Enum constant in enum class com.storedobject.ui.Animation
 
small() - Static method in class com.storedobject.chart.Font.Size
 
SMALL - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
Small.
SMALL - Static variable in class com.storedobject.core.ObjectHint
 
SMALL_CAPS - Enum constant in enum class com.storedobject.chart.Font.Variant
Small-caps.
SMALL_LIST - Static variable in class com.storedobject.core.ObjectHint
 
smaller() - Static method in class com.storedobject.chart.Font.Size
 
smoothen(String) - Static method in class com.storedobject.common.StringUtility
Smoothen a string by trimming and replacing double spaces with single space.
SMSLog - Class in com.storedobject.ui.common
 
SMSLog() - Constructor for class com.storedobject.ui.common.SMSLog
 
SMSMessage - Class in com.storedobject.sms
 
SMSMessage() - Constructor for class com.storedobject.sms.SMSMessage
 
SMSMessage(long, String) - Constructor for class com.storedobject.sms.SMSMessage
 
SMSMessageEditor - Class in com.storedobject.ui.common
 
SMSMessageEditor(Class<SMSMessage>) - Constructor for class com.storedobject.ui.common.SMSMessageEditor
 
SMSMessageEditor(Class<SMSMessage>, int) - Constructor for class com.storedobject.ui.common.SMSMessageEditor
 
SMSMessageEditor(Class<SMSMessage>, int, String) - Constructor for class com.storedobject.ui.common.SMSMessageEditor
 
SMSMessageEditor(String) - Constructor for class com.storedobject.ui.common.SMSMessageEditor
 
SMSSimulator - Class in com.storedobject.sms
 
SMSSimulator(Schedule) - Constructor for class com.storedobject.sms.SMSSimulator
 
SOAP - Class in com.storedobject.common
SOAP client - A simple SOAP utility for sending/receiving/manipulating SOAP messages.
SOAP(String) - Constructor for class com.storedobject.common.SOAP
Constructor.
SOAP(String, String) - Constructor for class com.storedobject.common.SOAP
Constructor.
SOAP.Version - Enum Class in com.storedobject.common
SOAP Version
SOChart - Class in com.storedobject.chart
Chart is a Vaadin Component so that you can add it to any layout component for displaying it.
SOChart() - Constructor for class com.storedobject.chart.SOChart
Constructor.
SOClass - Class in com.storedobject.core
Represents a StoredObject class type.
SOClass() - Constructor for class com.storedobject.core.SOClass
 
SOClassError - Exception Class in com.storedobject.core
 
SOClassError(Class<?>, String) - Constructor for exception class com.storedobject.core.SOClassError
 
SOClassError(Class<?>, String, Throwable) - Constructor for exception class com.storedobject.core.SOClassError
 
SOClassError(Class<?>, Throwable) - Constructor for exception class com.storedobject.core.SOClassError
 
SOColumnCreator<T> - Class in com.storedobject.ui.util
 
SOColumnCreator() - Constructor for class com.storedobject.ui.util.SOColumnCreator
 
SOEnvironment - Class in com.storedobject.ui.util
 
SOEnvironment() - Constructor for class com.storedobject.ui.util.SOEnvironment
 
SOError - Exception Class in com.storedobject.core
 
SOError(String) - Constructor for exception class com.storedobject.core.SOError
 
SOEvent - Class in com.storedobject.chart
Represents a chart event.
SOEvent(String, String) - Constructor for class com.storedobject.chart.SOEvent
Constructor.
SOException - Exception Class in com.storedobject.common
 
SOException - Exception Class in com.storedobject.core
 
SOException() - Constructor for exception class com.storedobject.common.SOException
 
SOException() - Constructor for exception class com.storedobject.core.SOException
 
SOException(String) - Constructor for exception class com.storedobject.common.SOException
 
SOException(String) - Constructor for exception class com.storedobject.core.SOException
 
SOException(String, Throwable) - Constructor for exception class com.storedobject.common.SOException
 
SOException(String, Throwable) - Constructor for exception class com.storedobject.core.SOException
 
SOFieldCreator<T> - Class in com.storedobject.ui.util
 
SOFieldCreator() - Constructor for class com.storedobject.ui.util.SOFieldCreator
 
SOGrid(Grid<T>, Class<T>, Iterable<String>) - Constructor for class com.storedobject.vaadin.HasColumns.SOGrid
Constructor.
SOLID - Enum constant in enum class com.storedobject.chart.LineStyle.Type
Solid.
SOQ - Static variable in class com.storedobject.core.RawSQL
 
sort(GridSortOrder<T>...) - Method in interface com.storedobject.vaadin.HasColumns
Sort the columns as defined in the "sort order definitions" passed.
sort(String...) - Method in interface com.storedobject.vaadin.HasColumns
Sort the given columns in ascending order.
sort(Comparator<? super T>) - Method in class com.storedobject.core.MemoryCache
 
sort(Comparator<? super T>) - Method in class com.storedobject.core.ObjectCache
 
sort(Comparator<? super T>) - Method in class com.storedobject.core.ObjectCacheList
 
sort(Comparator<? super T>) - Method in class com.storedobject.ui.DataGrid
 
sort(Comparator<? super T>) - Method in class com.storedobject.vaadin.DataList
 
sort(Comparator<? super T>) - Method in class com.storedobject.vaadin.ListGrid
 
sort(Comparator<byte[]>) - Method in class com.storedobject.common.FileBuffer
Sort the data according the comparator passed.
sort(Comparator<Id>) - Method in class com.storedobject.core.IdBuffer
 
sort(List<GridSortOrder<T>>) - Method in class com.storedobject.ui.DataGrid
 
SortedList<E> - Class in com.storedobject.common
 
SortedList() - Constructor for class com.storedobject.common.SortedList
 
SortedList(int) - Constructor for class com.storedobject.common.SortedList
 
SortedList(Collection<E>) - Constructor for class com.storedobject.common.SortedList
 
sortOrder(String) - Method in interface com.storedobject.vaadin.HasColumns
Create "sort order" definition for the given column name.
sortOrder(String, boolean) - Method in interface com.storedobject.vaadin.HasColumns
Create "sort order" definition for the given column name.
SORuntimeException - Exception Class in com.storedobject.common
 
SORuntimeException() - Constructor for exception class com.storedobject.common.SORuntimeException
 
SORuntimeException(String) - Constructor for exception class com.storedobject.common.SORuntimeException
 
SORuntimeException(String, Throwable) - Constructor for exception class com.storedobject.common.SORuntimeException
 
SORuntimeException(Throwable) - Constructor for exception class com.storedobject.common.SORuntimeException
 
SOServlet - Class in com.storedobject.ui.util
 
SOServlet() - Constructor for class com.storedobject.ui.util.SOServlet
 
soundex(String) - Static method in class com.storedobject.common.StringUtility
Converts a string into a 4 character soundex code.
space(int) - Method in class com.storedobject.common.HTMLText
Add spaces.
space(int) - Method in class com.storedobject.ui.ELabel
 
space(int) - Method in class com.storedobject.ui.ELabels
 
space(int) - Method in interface com.storedobject.ui.StyledBuilder
 
speak(String) - Method in class com.storedobject.vaadin.Application
Speak out the given sentence if the ApplicationLayout is supporting it (The default layout ApplicationFrame supports it).
speak(String) - Method in interface com.storedobject.vaadin.ExecutableView
Speak out the given sentence if the ApplicationLayout is supporting it (The default layout ApplicationFrame supports it).
speaker(boolean) - Method in class com.storedobject.vaadin.SpeakerButton
Used by the Application to inform about current status of the "speaker".
SpeakerButton - Class in com.storedobject.vaadin
A button that can be used to toggle "speak" option of the Application.
SpeakerButton() - Constructor for class com.storedobject.vaadin.SpeakerButton
Constructor.
Speed - Class in com.storedobject.core
 
Speed() - Constructor for class com.storedobject.core.Speed
 
Speed(double, MeasurementUnit) - Constructor for class com.storedobject.core.Speed
 
Speed(double, String) - Constructor for class com.storedobject.core.Speed
 
Speed(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.Speed
 
Speed(BigDecimal, String) - Constructor for class com.storedobject.core.Speed
 
SpeedField - Class in com.storedobject.ui
 
SpeedField() - Constructor for class com.storedobject.ui.SpeedField
 
SpeedField(int) - Constructor for class com.storedobject.ui.SpeedField
 
SpeedField(int, int) - Constructor for class com.storedobject.ui.SpeedField
 
SpeedField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.SpeedField
 
SpeedField(int, int, String) - Constructor for class com.storedobject.ui.SpeedField
 
SpeedField(String) - Constructor for class com.storedobject.ui.SpeedField
 
SpeedField(String, int) - Constructor for class com.storedobject.ui.SpeedField
 
SpeedField(String, int, int) - Constructor for class com.storedobject.ui.SpeedField
 
SpeedField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.SpeedField
 
SpeedField(String, int, int, String) - Constructor for class com.storedobject.ui.SpeedField
 
SpeedField(String, int, String) - Constructor for class com.storedobject.ui.SpeedField
 
SpeedField(String, String) - Constructor for class com.storedobject.ui.SpeedField
 
SpellCheck - Interface in com.storedobject.vaadin
Interface to denote that some text-input based component can switch on/off spell-check feature.
split(HasInventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
split(InventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
split(String, int) - Static method in class com.storedobject.common.StringUtility
Split the string at the given length into an array.
splitQuantity(InventoryItem, Quantity, String) - Method in class com.storedobject.core.InventoryTransaction
Split the quantity within the same location.
splitQuantity(Transaction, Quantity) - Method in class com.storedobject.core.InventoryGRNItem
 
SQLConnector - Class in com.storedobject.core
The database driver interface.
SQLConnector - Class in com.storedobject.database.postgres
 
SQLConnector() - Constructor for class com.storedobject.core.SQLConnector
Constructor that initializes the necessary stuff.
SQLConnector(String, int, String, String, String, String) - Constructor for class com.storedobject.database.postgres.SQLConnector
 
SQLNullConnectionHandler - Interface in com.storedobject.core
For internal use only
square() - Method in class com.storedobject.core.Distance
Create a square by taking this as the side of the square.
square(Distance) - Static method in class com.storedobject.core.Area
 
Square - Class in com.storedobject.chart
Square shape class that can be added to SOChart.
Square(Number, Number...) - Constructor for class com.storedobject.chart.Square
Constructor.
sslContext(SSLContext) - Method in class com.storedobject.common.HTTP2.Builder
Configures the SSLContext to be used by the HTTP client.
sslParameters(SSLParameters) - Method in class com.storedobject.common.HTTP2.Builder
Configures the SSL parameters to be used for HTTPS connections in the request.
stackTrace() - Static method in class com.storedobject.core.StoredObjectUtility
 
stackTrace() - Static method in class com.storedobject.core.Utility
Return the stack trace of the current thread at the current line as a string.
stackTrace(int) - Static method in class com.storedobject.core.StoredObjectUtility
 
stackTrace(int, boolean) - Static method in class com.storedobject.core.StoredObjectUtility
 
stackTrace(int, boolean, int) - Static method in class com.storedobject.core.StoredObjectUtility
 
stackTrace(Throwable) - Static method in class com.storedobject.core.Utility
Return the stack trace of the given Throwable as a string.
start() - Method in class com.storedobject.job.Scheduler
 
start() - Method in class com.storedobject.platform.Application
 
START - Enum constant in enum class com.storedobject.chart.Location
Start (On Left-to-Right systems, it is the left-end).
START - Enum constant in enum class com.storedobject.vaadin.CSSGrid.Position
Start (Left position for left-to-right system).
started() - Method in class com.storedobject.ui.util.ContentGenerator
 
startOfMonth() - Static method in class com.storedobject.common.DateUtility
Get start date of the current month
startOfMonth(int) - Static method in class com.storedobject.common.DateUtility
Get start date of a month.
startOfMonth(int, D) - Static method in class com.storedobject.common.DateUtility
Get starting date of a month.
startOfMonth(D) - Static method in class com.storedobject.common.DateUtility
Get start date of month for a give date
startOfToday() - Static method in class com.storedobject.common.DateUtility
Gets the timestamp for the current date with the time set to start time of the day
startOfTomorrow() - Static method in class com.storedobject.common.DateUtility
Gets the timestamp for the next date with the time set to start time of the day
startOfYear() - Static method in class com.storedobject.common.DateUtility
Get start date of the current year
startOfYear(D) - Static method in class com.storedobject.common.DateUtility
Get start date of year for a given date
startPolling(Object) - Method in class com.storedobject.vaadin.Application
Start polling by setting the interval to 1000 milliseconds.
startProcess() - Method in class com.storedobject.ui.ProcessView
 
startProcess() - Method in class com.storedobject.ui.TextView
 
startRecording(MediaCapture.DataReceiver) - Method in class com.storedobject.vaadin.AudioCapture
Start the recording of the audio stream to a "data receiver".
startRecording(MediaCapture.DataReceiver) - Method in interface com.storedobject.vaadin.MediaCapture
Start the recording of the media stream to a "data receiver".
startRecording(MediaCapture.DataReceiver) - Method in class com.storedobject.vaadin.VideoCapture
Start the recording of the video stream to a "data receiver".
startTime(Date) - Static method in class com.storedobject.common.DateUtility
Gets a timestamp for the date provided and the time set to start time of that day
Statement - Class in com.storedobject.ui.accounts
 
Statement() - Constructor for class com.storedobject.ui.accounts.Statement
 
Statement(Account) - Constructor for class com.storedobject.ui.accounts.Statement
 
Statement(Account, DatePeriod) - Constructor for class com.storedobject.ui.accounts.Statement
 
StatementView - Class in com.storedobject.ui.accounts
 
StatementView() - Constructor for class com.storedobject.ui.accounts.StatementView
 
StatementView(Account) - Constructor for class com.storedobject.ui.accounts.StatementView
 
StatementView(Account, boolean) - Constructor for class com.storedobject.ui.accounts.StatementView
 
states - Static variable in class com.storedobject.common.MYAddress
 
Statistics - Class in com.storedobject.iot
Represents statistical data pertaining to units and periods.
Statistics() - Constructor for class com.storedobject.iot.Statistics
Default constructor for the Statistics class.
statusChanged(InventoryGRN) - Method in class com.storedobject.ui.inventory.GRN
This is invoked whenever the GRN status is changed.
statusChanged(MediaCapture) - Method in interface com.storedobject.vaadin.MediaCapture.StatusChangeListener
Fired when the recording/previewing status is changed.
statusCode() - Method in class com.storedobject.common.HTTP2.Builder
Retrieves the HTTP status code from the response object.
StatusGrid - Class in com.storedobject.ui.iot
 
StatusGrid(GUI) - Constructor for class com.storedobject.ui.iot.StatusGrid
 
statusLabel() - Method in class com.storedobject.iot.DataSet.AlarmStatus
Returns the status label based on the alarm's state.
statusLabel() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the status label associated with the current data status.
statusLabel() - Method in class com.storedobject.iot.DataSet.LimitStatus
Provides a textual representation of the current status based on the alarm level.
statusOfGRNChanged(InventoryGRN) - Method in interface com.storedobject.ui.inventory.ProducesGRN
This is invoked whenever status of a GRN is changed.
statusUI(Class<? extends StoredObject>) - Static method in class com.storedobject.core.StoredObjectUtility
 
Step(int, String, Component) - Constructor for class com.storedobject.ui.util.Stepper.Step
 
Step(int, String, Component, String) - Constructor for class com.storedobject.ui.util.Stepper.Step
 
SteppedDataForm - Class in com.storedobject.ui
A Data Form for editing one or more objects that has multiple steps of content views.
SteppedDataForm(int) - Constructor for class com.storedobject.ui.SteppedDataForm
Constructor.
SteppedDataForm(int, String) - Constructor for class com.storedobject.ui.SteppedDataForm
Constructor.
SteppedObjectForm<T> - Class in com.storedobject.ui
A Form for editing an object that has multiple steps of content views.
SteppedObjectForm(Class<T>, int) - Constructor for class com.storedobject.ui.SteppedObjectForm
Constructor.
SteppedObjectForm(Class<T>, int, String) - Constructor for class com.storedobject.ui.SteppedObjectForm
Constructor.
SteppedView - Class in com.storedobject.ui
Stepped View allows you to create a multi-stepped View.
SteppedView(int) - Constructor for class com.storedobject.ui.SteppedView
Constructor.
SteppedView(int, String) - Constructor for class com.storedobject.ui.SteppedView
Constructor.
Stepper - Class in com.storedobject.ui.util
 
Stepper() - Constructor for class com.storedobject.ui.util.Stepper
 
Stepper.Step - Class in com.storedobject.ui.util
Container class containing the header and content component of a step also handles firing step events.
sticky() - Method in interface com.storedobject.vaadin.StickyElement
Make this stick to the top when the rest of the content scrolls.
sticky(Component) - Static method in interface com.storedobject.vaadin.StickyElement
Make a Component stick to the top when the rest of the content scrolls.
sticky(Element) - Static method in interface com.storedobject.vaadin.StickyElement
Make an Element stick to the top when the rest of the content scrolls.
StickyElement - Interface in com.storedobject.vaadin
Interface with default implementation to make an Element stick to the top of its container.
STILL_CAMERA - Enum constant in enum class com.storedobject.ui.ObjectField.Type
Still-camera type.
Stock - Class in com.storedobject.core
Class to represent stock of an item.
Stock() - Constructor for class com.storedobject.core.Stock
 
Stock(InventoryLocation) - Constructor for class com.storedobject.core.Stock
 
Stock(InventoryLocation, Date) - Constructor for class com.storedobject.core.Stock
 
Stock(InventoryStore) - Constructor for class com.storedobject.core.Stock
 
Stock(InventoryStore, Date) - Constructor for class com.storedobject.core.Stock
 
Stock(Date) - Constructor for class com.storedobject.core.Stock
 
StockAvailability - Class in com.storedobject.report
 
StockAvailability(Device) - Constructor for class com.storedobject.report.StockAvailability
 
StockAvailability(Device, InventoryItemType, Quantity) - Constructor for class com.storedobject.report.StockAvailability
 
StockAvailability(Device, InventoryItemType, Quantity, InventoryStore) - Constructor for class com.storedobject.report.StockAvailability
 
StockAvailability(Device, InventoryStore) - Constructor for class com.storedobject.report.StockAvailability
 
StockMovementReport - Class in com.storedobject.report
 
StockMovementReport - Class in com.storedobject.ui.inventory
 
StockMovementReport(Device, InventoryLocation, DatePeriod) - Constructor for class com.storedobject.report.StockMovementReport
 
StockMovementReport(Device, InventoryStore, DatePeriod) - Constructor for class com.storedobject.report.StockMovementReport
 
StockMovementReport(Application) - Constructor for class com.storedobject.ui.inventory.StockMovementReport
 
StockReport - Class in com.storedobject.report
 
StockReport - Class in com.storedobject.ui.inventory
 
StockReport(Device) - Constructor for class com.storedobject.report.StockReport
 
StockReport(Device, InventoryLocation) - Constructor for class com.storedobject.report.StockReport
 
StockReport(Device, InventoryLocation, ObjectIterator<? extends InventoryItemType>) - Constructor for class com.storedobject.report.StockReport
 
StockReport(Device, InventoryLocation, ObjectIterator<? extends InventoryItemType>, Date) - Constructor for class com.storedobject.report.StockReport
 
StockReport(Device, InventoryLocation, Date) - Constructor for class com.storedobject.report.StockReport
 
StockReport(Device, InventoryStore) - Constructor for class com.storedobject.report.StockReport
 
StockReport(Device, InventoryStore, ObjectIterator<? extends InventoryItemType>) - Constructor for class com.storedobject.report.StockReport
 
StockReport(Device, InventoryStore, ObjectIterator<? extends InventoryItemType>, Date) - Constructor for class com.storedobject.report.StockReport
 
StockReport(Device, InventoryStore, Date) - Constructor for class com.storedobject.report.StockReport
 
StockReport(Device, Date) - Constructor for class com.storedobject.report.StockReport
 
StockReport(Application) - Constructor for class com.storedobject.ui.inventory.StockReport
 
StockReportExcel - Class in com.storedobject.report
 
StockReportExcel(Device) - Constructor for class com.storedobject.report.StockReportExcel
 
StockReportExcel(Device, InventoryLocation) - Constructor for class com.storedobject.report.StockReportExcel
 
StockReportExcel(Device, InventoryLocation, ObjectIterator<? extends InventoryItemType>) - Constructor for class com.storedobject.report.StockReportExcel
 
StockReportExcel(Device, InventoryLocation, ObjectIterator<? extends InventoryItemType>, Date) - Constructor for class com.storedobject.report.StockReportExcel
 
StockReportExcel(Device, InventoryLocation, Date) - Constructor for class com.storedobject.report.StockReportExcel
 
StockReportExcel(Device, InventoryStore) - Constructor for class com.storedobject.report.StockReportExcel
 
StockReportExcel(Device, InventoryStore, ObjectIterator<? extends InventoryItemType>) - Constructor for class com.storedobject.report.StockReportExcel
 
StockReportExcel(Device, InventoryStore, ObjectIterator<? extends InventoryItemType>, Date) - Constructor for class com.storedobject.report.StockReportExcel
 
StockReportExcel(Device, InventoryStore, Date) - Constructor for class com.storedobject.report.StockReportExcel
 
StockReportExcel(Device, Date) - Constructor for class com.storedobject.report.StockReportExcel
 
stop() - Method in class com.storedobject.common.Condition
 
stop() - Method in class com.storedobject.platform.Application
 
stopDevice() - Method in class com.storedobject.vaadin.AudioCapture
Stop / switch off the mic (activities such as recording etc.
stopDevice() - Method in interface com.storedobject.vaadin.MediaCapture
Stop / switch off the device (activities such as previewing, recording etc.
stopDevice() - Method in class com.storedobject.vaadin.VideoCapture
Stop / switch off the camera (activities such as previewing, recording etc.
stopPolling(Object) - Method in class com.storedobject.vaadin.Application
Stop polling.
stopRecording() - Method in class com.storedobject.vaadin.AudioCapture
Stop the recording of the audio stream that may be currently in progress.
stopRecording() - Method in interface com.storedobject.vaadin.MediaCapture
Stop the recording of the video stream that may be currently in progress.
stopRecording() - Method in class com.storedobject.vaadin.VideoCapture
Stop the recording of the video stream that may be currently in progress.
Storable - Interface in com.storedobject.common
This interface defines a string value of something that is stored somewhere, typically, in databases.
StoredObject - Class in com.storedobject.core
The base class for all "data classes" - all object stored in the database.
StoredObject() - Constructor for class com.storedobject.core.StoredObject
Constructor.
StoredObjectLink<T> - Interface in com.storedobject.core
 
StoredObjectLink.Copy<O> - Class in com.storedobject.core
 
StoredObjectUtility - Class in com.storedobject.core
For internal use only.
StoredObjectUtility() - Constructor for class com.storedobject.core.StoredObjectUtility
 
StoredObjectUtility.Link<L> - Class in com.storedobject.core
 
StoredObjectUtility.MethodList - Class in com.storedobject.core
 
stream() - Method in class com.storedobject.chart.AbstractData
 
stream() - Method in interface com.storedobject.chart.AbstractDataProvider
Data provided by this provider as a stream.
stream() - Method in class com.storedobject.chart.AbstractDataStream
 
stream() - Method in class com.storedobject.chart.FunctionData
 
stream() - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
 
stream() - Method in class com.storedobject.chart.SerialData
 
stream() - Method in class com.storedobject.chart.SerialDate
 
stream() - Method in class com.storedobject.chart.SerialTime
 
stream() - Method in record class com.storedobject.client.Client.Data
Returns the value of the stream record component.
stream() - Method in class com.storedobject.common.HTTP2.Builder
Retrieves the InputStream representation of the response generated by the associated HTTP2 call.
stream() - Method in class com.storedobject.common.StringList
Stream the elements.
stream() - Method in interface com.storedobject.core.EditableList
Get a stream of all items remaining (after removing deleted items).
stream(int) - Method in class com.storedobject.iot.DataSet.DataValue
 
stream(int) - Method in class com.storedobject.iot.DataSet.DataValues
 
stream(int, int) - Method in interface com.storedobject.core.Filtered
 
stream(int, int) - Method in class com.storedobject.core.MemoryCache
 
stream(int, int) - Method in class com.storedobject.core.ObjectCache
 
stream(int, int) - Method in class com.storedobject.core.ObjectCacheList
 
stream(int, int) - Method in class com.storedobject.core.ObjectForest
 
stream(int, int) - Method in class com.storedobject.core.ObjectTree
 
stream(int, int) - Method in class com.storedobject.iot.DataSet.DataValues
 
stream(Iterable<O>) - Static method in class com.storedobject.core.Utility
Create a Stream from Iterable.
stream(Object, int, int) - Method in class com.storedobject.core.ObjectForest
 
stream(String) - Method in class com.storedobject.client.Client
Retrieve stream of data for the [name].
stream(Iterator<O>) - Static method in class com.storedobject.core.Utility
Create a Stream from Iterator.
stream(List<T>, int, int) - Static method in class com.storedobject.core.Utility
Get the stream of a sub-list.
stream(T, int, int) - Method in class com.storedobject.core.ObjectTree
 
streamActivities(ActivityList.ActivityGroup) - Method in class com.storedobject.chart.ActivityList
Get all activities in the given activity group.
streamAdded() - Method in interface com.storedobject.core.EditableList
Get a stream of all newly added items.
streamAdded() - Method in class com.storedobject.ui.AbstractEditableGrid
 
streamAdded() - Method in class com.storedobject.ui.EditableListProvider
 
streamAdded() - Method in class com.storedobject.ui.EditableObjectListProvider
 
streamAdded() - Method in interface com.storedobject.ui.EditableProvider
 
streamAdded() - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
streamAll() - Method in interface com.storedobject.core.EditableList
Get a stream of all items (including original, added, deleted and edited items).
streamAll() - Method in class com.storedobject.core.StoredObjectLink.Copy
 
streamAll() - Method in class com.storedobject.ui.AbstractEditableGrid
 
streamAll() - Method in class com.storedobject.ui.AbstractListProvider
 
streamAll() - Method in class com.storedobject.ui.AbstractTreeProvider
 
streamAll() - Method in interface com.storedobject.ui.EditableProvider
 
streamAll() - Method in interface com.storedobject.ui.LinkValue
 
streamAll() - Method in class com.storedobject.ui.ObjectForestProvider
 
streamAll() - Method in class com.storedobject.ui.ObjectListProvider
 
streamAll() - Method in interface com.storedobject.ui.ObjectLoader
 
streamAll() - Method in class com.storedobject.ui.ObjectTreeProvider
 
streamAll() - Method in class com.storedobject.ui.util.ContactData
 
streamAll() - Method in class com.storedobject.ui.util.ExtraInfoValue
 
streamAll() - Method in class com.storedobject.ui.util.StreamAttachmentData
 
streamAll(int, int) - Method in interface com.storedobject.core.Filtered
 
streamAll(int, int) - Method in class com.storedobject.core.MemoryCache
 
streamAll(int, int) - Method in class com.storedobject.core.ObjectCacheList
 
streamAll(int, int) - Method in class com.storedobject.core.ObjectForest
 
streamAll(int, int) - Method in class com.storedobject.core.ObjectTree
 
streamAll(Object, int, int) - Method in class com.storedobject.core.ObjectForest
 
streamAll(T, int, int) - Method in class com.storedobject.core.ObjectTree
 
streamAsync() - Method in class com.storedobject.common.HTTP2.Builder
Asynchronously retrieves the HTTP response body as an InputStream.
StreamAttachment - Class in com.storedobject.ui.util
 
StreamAttachmentData - Class in com.storedobject.ui.util
 
StreamAttachmentData() - Constructor for class com.storedobject.ui.util.StreamAttachmentData
 
streamChildren() - Method in class com.storedobject.vaadin.Breadcrumbs
Stream all child breadcrumbs.
streamConstructedListeners() - Method in class com.storedobject.vaadin.DataGrid
 
streamConstructedListeners() - Method in class com.storedobject.vaadin.DataTreeGrid
 
streamConstructedListeners() - Method in interface com.storedobject.vaadin.HasColumns
Get the stream of ConstructedListeners what were added to this.
StreamContentProducer - Class in com.storedobject.core
 
StreamContentProducer() - Constructor for class com.storedobject.core.StreamContentProducer
 
StreamContentProducer(OutputStream) - Constructor for class com.storedobject.core.StreamContentProducer
 
StreamData - Class in com.storedobject.core
 
StreamData() - Constructor for class com.storedobject.core.StreamData
For internal use only.
StreamData(String) - Constructor for class com.storedobject.core.StreamData
 
StreamDataContent - Class in com.storedobject.core
 
StreamDataContent(StreamData) - Constructor for class com.storedobject.core.StreamDataContent
 
StreamDataContent(StreamData, String) - Constructor for class com.storedobject.core.StreamDataContent
 
StreamDataProvider - Interface in com.storedobject.core
Stream data provider that provides data to StreamData objects.
streamDeleted() - Method in interface com.storedobject.core.EditableList
Get a stream of all deleted items.
streamDeleted() - Method in class com.storedobject.ui.AbstractEditableGrid
 
streamDeleted() - Method in class com.storedobject.ui.EditableListProvider
 
streamDeleted() - Method in class com.storedobject.ui.EditableObjectListProvider
 
streamDeleted() - Method in interface com.storedobject.ui.EditableProvider
 
streamDeleted() - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
streamDependencies(Project.ProjectTask) - Method in class com.storedobject.chart.Project
Get all dependencies of the given task or group.
streamEditableFields() - Method in interface com.storedobject.ui.EditableDataGrid
Get the stream of editable fields of this grid.
streamEditableFields() - Method in class com.storedobject.ui.EditableGrid
 
streamEditableFields() - Method in class com.storedobject.ui.EditableObjectGrid
 
streamEditableFields() - Method in class com.storedobject.ui.ObjectBrowser
 
streamEdited() - Method in interface com.storedobject.core.EditableList
Get a stream of all modified items.
streamEdited() - Method in class com.storedobject.ui.AbstractEditableGrid
 
streamEdited() - Method in class com.storedobject.ui.EditableListProvider
 
streamEdited() - Method in class com.storedobject.ui.EditableObjectListProvider
 
streamEdited() - Method in interface com.storedobject.ui.EditableProvider
 
streamEdited() - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
streamFieldNamesCreated() - Method in class com.storedobject.vaadin.AbstractDataForm
Get all fields names.
streamFieldNamesCreated() - Method in class com.storedobject.vaadin.AbstractForm
Get all fields names.
streamFieldsCreated() - Method in class com.storedobject.vaadin.AbstractDataForm
Get all fields.
streamFieldsCreated() - Method in class com.storedobject.vaadin.AbstractForm
Get all fields.
streamFiltered() - Method in class com.storedobject.ui.AbstractListProvider
 
streamFiltered() - Method in class com.storedobject.ui.AbstractTreeProvider
 
streamFiltered() - Method in class com.storedobject.ui.ObjectForestProvider
 
streamFiltered() - Method in class com.storedobject.ui.ObjectListProvider
 
streamFiltered() - Method in interface com.storedobject.ui.ObjectLoader
 
streamFiltered() - Method in class com.storedobject.ui.ObjectTreeProvider
 
streamGroups() - Method in class com.storedobject.chart.ActivityList
Get all activity groups of this ActivityList.
streamGroups() - Method in class com.storedobject.chart.Project
Get all task groups of this project.
streamingFailed(StreamVariable.StreamingErrorEvent) - Method in class com.storedobject.vaadin.util.MediaStreamVariable
 
streamingFinished(StreamVariable.StreamingEndEvent) - Method in class com.storedobject.vaadin.util.MediaStreamVariable
 
streamingStarted(StreamVariable.StreamingStartEvent) - Method in class com.storedobject.vaadin.util.MediaStreamVariable
 
streamTasks(Project.TaskGroup) - Method in class com.storedobject.chart.Project
Get all tasks in the given task group.
STRETCH - Enum constant in enum class com.storedobject.vaadin.CSSGrid.Position
Stretch.
STRIKE_THROUGH - Static variable in class com.storedobject.pdf.PDFFont
Constant used in font specification.
string() - Method in class com.storedobject.common.HTTP2.Builder
Retrieves and converts the response content stream into a string representation.
string() - Method in interface com.storedobject.common.MethodInvoker
 
string(boolean) - Method in interface com.storedobject.common.MethodInvoker
 
STRING - Enum constant in enum class com.storedobject.common.JSON.Type
 
stringAsync() - Method in class com.storedobject.common.HTTP2.Builder
Asynchronously retrieves the response body as a string.
StringCollector - Class in com.storedobject.common
The StringCollector class reads input data asynchronously from a given Reader or InputStream and collects it into a single concatenated string.
StringCollector(InputStream) - Constructor for class com.storedobject.common.StringCollector
Creates a StringCollector that reads input data from the given InputStream asynchronously and collects the data into a single concatenated string.
StringCollector(Reader) - Constructor for class com.storedobject.common.StringCollector
Constructs a new StringCollector that reads input data from the given Reader object.
StringFiller - Interface in com.storedobject.common
Interface to denote that a class has got "string filling" capability.
StringFillerReader - Class in com.storedobject.common
A FilterReader that applies "string filling" (see StringUtility.fill(String, StringFiller)) to its lines.
StringFillerReader(Reader, StringFiller) - Constructor for class com.storedobject.common.StringFillerReader
Creates a new filtered reader.
StringFillerWriter - Class in com.storedobject.common
A FilterWriter that applies "string filling" (see StringUtility.fill(String, StringFiller)) to its lines.
StringFillerWriter(Writer, StringFiller) - Constructor for class com.storedobject.common.StringFillerWriter
Creates a new filtered reader.
stringify() - Method in class com.storedobject.core.StoredObject
Create a stringified version of this instance.
stringify(Object) - Static method in class com.storedobject.common.StringUtility
Stringify the object
stringifyTail() - Method in class com.storedobject.core.StoredObjectUtility.MethodList
 
stringifyValues() - Method in class com.storedobject.core.ObjectData
 
stringifyValues() - Method in class com.storedobject.pdf.PDF.ObjectFormTable
By invoking this method, the output can be made available as stringified (decoded) values.
stringifyValues() - Method in class com.storedobject.pdf.PDF.ObjectTable
By invoking this method, the output can be made available as stringified (decoded) values.
stringIterator() - Method in class com.storedobject.core.Query
Provides an iterable sequence of string values retrieved from the query's result set, defaulting to the first column (column index 1).
stringIterator(int) - Method in class com.storedobject.core.Query
Provides an iterable over a specific column in the result set, extracting its values as strings.
StringList - Class in com.storedobject.common
A class to keep a list of Strings.
StringUtility - Class in com.storedobject.common
String utility functions.
StringUtility - Class in com.storedobject.core
Additional static string utility methods useful in the context of the platform.
StringUtility() - Constructor for class com.storedobject.common.StringUtility
 
StringUtility() - Constructor for class com.storedobject.core.StringUtility
 
StringUtility.List - Class in com.storedobject.common
 
stuff(String, char, long) - Static method in class com.storedobject.core.SerialPattern
Replace the occurrence of a give character with the given serial number.
style() - Element in annotation interface com.storedobject.core.annotation.Column
Style of this field.
style(String, String) - Method in class com.storedobject.vaadin.CSSGrid
Set a style attribute.
Style() - Constructor for class com.storedobject.chart.Shape.Style
 
Style(String, String) - Constructor for record class com.storedobject.common.StyledBuilder.Style
Creates an instance of a Style record class.
StyledBuilder - Interface in com.storedobject.common
Build something with "styles".
StyledBuilder - Interface in com.storedobject.ui
 
StyledBuilder.Style - Record Class in com.storedobject.common
Representation of HTML style.
StyledMethodInvoker - Class in com.storedobject.common
 
StyledMethodInvoker() - Constructor for class com.storedobject.common.StyledMethodInvoker
 
StyledString - Class in com.storedobject.common
 
StyledString - Class in com.storedobject.ui
 
StyledString() - Constructor for class com.storedobject.common.StyledString
 
StyledString() - Constructor for class com.storedobject.ui.StyledString
 
StyledText - Class in com.storedobject.vaadin
A component to show HTML text.
StyledText() - Constructor for class com.storedobject.vaadin.StyledText
Constructor.
StyledText(String) - Constructor for class com.storedobject.vaadin.StyledText
Constructor.
styles(DataSet.DataStatus<?>, boolean, String) - Static method in class com.storedobject.iot.ValueStyle
Get the styles for the given "data status".
subList(int) - Method in class com.storedobject.common.StringList
Get a sub-list.
subList(int, int) - Method in class com.storedobject.common.Array
 
subList(int, int) - Method in class com.storedobject.common.StringList
Get a sub-list.
subList(int, int) - Method in class com.storedobject.core.MemoryCache
 
subList(int, int) - Method in class com.storedobject.core.ObjectCacheList
 
subList(int, int) - Method in class com.storedobject.vaadin.DataList
 
subList(int, int) - Method in class com.storedobject.vaadin.ListGrid
 
submit() - Method in class com.storedobject.ui.FormSubmit
Submit the form-date to the site set via @{link #setSite(String)}.
SubscriptionItem - Class in com.storedobject.core
 
SubscriptionItem() - Constructor for class com.storedobject.core.SubscriptionItem
 
SubscriptionItemType - Class in com.storedobject.core
 
SubscriptionItemType() - Constructor for class com.storedobject.core.SubscriptionItemType
 
substituteVariables(Properties, Properties) - Static method in class com.storedobject.core.StoredObjectUtility
 
subtract(Money) - Method in class com.storedobject.core.Money.List
Subtract a monetary value from this list.
subtract(Money) - Method in class com.storedobject.core.Money
Subtract amount
subtract(Money.List) - Method in class com.storedobject.core.Money.List
Subtract monetary values from this list.
subtract(Quantity) - Method in class com.storedobject.core.Angle
Subtract quantity
subtract(Quantity) - Method in class com.storedobject.core.Area
Subtract quantity
subtract(Quantity) - Method in class com.storedobject.core.Count
Subtract quantity
subtract(Quantity) - Method in class com.storedobject.core.Distance
Subtract quantity
subtract(Quantity) - Method in class com.storedobject.core.FractionalCount
Subtract quantity
subtract(Quantity) - Method in class com.storedobject.core.Percentage
Subtract quantity
subtract(Quantity) - Method in class com.storedobject.core.Pressure
Subtract quantity
subtract(Quantity) - Method in class com.storedobject.core.Quantity
Subtract quantity
subtract(Quantity) - Method in class com.storedobject.core.Speed
Subtract quantity
subtract(Quantity) - Method in class com.storedobject.core.Temperature
Subtract quantity
subtract(Quantity) - Method in class com.storedobject.core.TimeDuration
Subtract quantity
subtract(Quantity) - Method in class com.storedobject.core.Volume
Subtract quantity
subtract(Quantity) - Method in class com.storedobject.core.VolumeRate
Subtract quantity
subtract(Quantity) - Method in class com.storedobject.core.Weight
Subtract quantity
subtract(Quantity) - Method in class com.storedobject.core.WeightOrVolume
Subtract quantity
subtract(Quantity) - Method in class com.storedobject.core.WeightRate
Subtract quantity
subtract(QuantityWithCost) - Method in record class com.storedobject.core.QuantityWithCost
Subtract another instance to this instance and return the resulted instance.
subtract(String) - Method in class com.storedobject.core.Angle
Subtract quantity
subtract(String) - Method in class com.storedobject.core.Area
Subtract quantity
subtract(String) - Method in class com.storedobject.core.Count
Subtract quantity
subtract(String) - Method in class com.storedobject.core.Distance
Subtract quantity
subtract(String) - Method in class com.storedobject.core.FractionalCount
Subtract quantity
subtract(String) - Method in class com.storedobject.core.Money
Subtract amount
subtract(String) - Method in class com.storedobject.core.Percentage
Subtract quantity
subtract(String) - Method in class com.storedobject.core.Pressure
Subtract quantity
subtract(String) - Method in class com.storedobject.core.Quantity
Subtract quantity
subtract(String) - Method in class com.storedobject.core.Speed
Subtract quantity
subtract(String) - Method in class com.storedobject.core.Temperature
Subtract quantity
subtract(String) - Method in class com.storedobject.core.TimeDuration
Subtract quantity
subtract(String) - Method in class com.storedobject.core.Volume
Subtract quantity
subtract(String) - Method in class com.storedobject.core.VolumeRate
Subtract quantity
subtract(String) - Method in class com.storedobject.core.Weight
Subtract quantity
subtract(String) - Method in class com.storedobject.core.WeightOrVolume
Subtract quantity
subtract(String) - Method in class com.storedobject.core.WeightRate
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.Angle
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.Area
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.Count
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.Distance
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.FractionalCount
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.Money
Subtract amount
subtract(BigDecimal) - Method in class com.storedobject.core.Percentage
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.Pressure
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.Quantity
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.Speed
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.Temperature
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.TimeDuration
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.Volume
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.VolumeRate
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.Weight
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.WeightOrVolume
Subtract quantity
subtract(BigDecimal) - Method in class com.storedobject.core.WeightRate
Subtract quantity
SUCCESS - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
Success.
Suffix() - Constructor for class com.storedobject.ui.tools.ManageSuffix.Suffix
 
sum(Quantity...) - Static method in class com.storedobject.core.Quantity
Sum quantities.
sum(ToDoubleFunction<? super O>) - Method in class com.storedobject.core.ObjectIterator
Get the sum.
Sunburst - Enum constant in enum class com.storedobject.chart.ChartType
Sunburst.
SunburstChart - Class in com.storedobject.chart
Sunburst chart.
SunburstChart(TreeDataProvider...) - Constructor for class com.storedobject.chart.SunburstChart
Create a tree chart.
SupplierInvoice - Class in com.storedobject.accounts
 
SupplierInvoice() - Constructor for class com.storedobject.accounts.SupplierInvoice
 
SupplierInvoiceBrowser - Class in com.storedobject.ui.accounts
 
SupplierInvoiceBrowser() - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceBrowser(int) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceBrowser(int, SearchBuilder<SupplierInvoice>) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceBrowser(int, String) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceBrowser(Iterable<String>) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceBrowser(Iterable<String>, int) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceBrowser(Iterable<String>, int, SearchBuilder<SupplierInvoice>) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceBrowser(Iterable<String>, int, SearchBuilder<SupplierInvoice>, String) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceBrowser(Iterable<String>, int, SearchBuilder<SupplierInvoice>, String, String) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceBrowser(Iterable<String>, int, Iterable<String>) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceBrowser(Iterable<String>, int, Iterable<String>, String) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceBrowser(Iterable<String>, int, Iterable<String>, String, String) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceBrowser(Iterable<String>, int, String) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceBrowser(Iterable<String>, SearchBuilder<SupplierInvoice>) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceBrowser(Iterable<String>, Iterable<String>) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceBrowser(String) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceBrowser
 
SupplierInvoiceDetail - Class in com.storedobject.ui.inventory
 
SupplierInvoiceDetail() - Constructor for class com.storedobject.ui.inventory.SupplierInvoiceDetail
 
SupplierInvoiceEditor - Class in com.storedobject.ui.accounts
 
SupplierInvoiceEditor() - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceEditor
 
SupplierInvoiceEditor(int) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceEditor
 
SupplierInvoiceEditor(int, String) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceEditor
 
SupplierInvoiceEditor(int, String, String) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceEditor
 
SupplierInvoiceEditor(String) - Constructor for class com.storedobject.ui.accounts.SupplierInvoiceEditor
 
suppliers(int) - Static method in class com.storedobject.ui.inventory.GRN
Create suppliers list for the given type of GRN.
SupportAlertHandler - Class in com.storedobject.ui.support
 
SupportAlertHandler() - Constructor for class com.storedobject.ui.support.SupportAlertHandler
 
SupportPerson - Class in com.storedobjects.support
 
SupportPerson() - Constructor for class com.storedobjects.support.SupportPerson
 
supportsCloseableView() - Method in class com.storedobject.ui.Application
Whether this application supports CloseableView or not.
SupportSystem - Class in com.storedobject.ui.support
 
SupportSystem() - Constructor for class com.storedobject.ui.support.SupportSystem
 
SupportSystem(MemoType) - Constructor for class com.storedobject.ui.support.SupportSystem
 
SupportSystem(MemoType, boolean) - Constructor for class com.storedobject.ui.support.SupportSystem
 
SupportSystem(String) - Constructor for class com.storedobject.ui.support.SupportSystem
 
SupportUser - Class in com.storedobjects.support
 
SupportUser() - Constructor for class com.storedobjects.support.SupportUser
 
SupportWindowMode - Interface in com.storedobject.vaadin.util
An interface to denote that a class supports "window mode" and can create a Window when asked for.
SVG - Class in com.storedobject.common
SVG creator.
SVG - Enum constant in enum class com.storedobject.vaadin.PaintedImage.Type
SVG type.
SVG() - Constructor for class com.storedobject.common.SVG
Constructor.
SVGContentGenerator - Class in com.storedobject.core
 
SVGContentGenerator(SVG) - Constructor for class com.storedobject.core.SVGContentGenerator
 
SVGContentGenerator(SVG, OutputStream) - Constructor for class com.storedobject.core.SVGContentGenerator
 
SVGImage - Class in com.storedobject.ui
 
SVGImage(String) - Constructor for class com.storedobject.ui.SVGImage
 
SVGResource - Class in com.storedobject.ui
 
SVGResource(SVG) - Constructor for class com.storedobject.ui.SVGResource
 
swap(int, int) - Method in class com.storedobject.common.FileBuffer
Swap positions of 2 data chunks.
swap(int, int) - Method in class com.storedobject.core.IdBuffer
 
SWING - Enum constant in enum class com.storedobject.ui.Animation
 
switchAddress(Address, AddressForm) - Method in class com.storedobject.ui.AddressField
Switch the current address to another one with a different country.
switchAddress(Country) - Method in class com.storedobject.ui.AddressField
 
SwitchApplication - Class in com.storedobject.ui.tools
 
SwitchApplication() - Constructor for class com.storedobject.ui.tools.SwitchApplication
 
switchStore - Variable in class com.storedobject.ui.inventory.POBrowser
 
switchTo(ExternalSystemUser) - Static method in class com.storedobject.ui.tools.SwitchApplication
 
Symbol() - Constructor for class com.storedobject.chart.Node.Symbol
 
SYMBOL - Enum constant in enum class com.storedobject.pdf.PDFFont.FontFamily
 
system_ui() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "system-ui".
SystemDevice - Class in com.storedobject.tools
 
SystemDevice(String) - Constructor for class com.storedobject.tools.SystemDevice
 
SystemEntity - Class in com.storedobject.core
This class represents an entity whose accounting system exists in this server.
SystemEntity() - Constructor for class com.storedobject.core.SystemEntity
Constructor for internal use only
SystemEntity(Id, String, Date) - Constructor for class com.storedobject.core.SystemEntity
Construct a System Entity
SystemLog - Class in com.storedobject.core
This class can be used for logging adhoc information.
SystemLogViewer - Class in com.storedobject.ui.tools
 
SystemLogViewer() - Constructor for class com.storedobject.ui.tools.SystemLogViewer
 
SystemMessageViewer - Class in com.storedobject.tools
 
SystemMessageViewer() - Constructor for class com.storedobject.tools.SystemMessageViewer
 
SystemMessageViewer(TransactionManager) - Constructor for class com.storedobject.tools.SystemMessageViewer
 
SystemProcess - Class in com.storedobject.common
The SystemProcess class facilitates the execution of system-level commands within a Java application.
SystemProcess() - Constructor for class com.storedobject.common.SystemProcess
Constructs a new SystemProcess object with an empty command.
SystemProcess(String) - Constructor for class com.storedobject.common.SystemProcess
Instantiates a SystemProcess object with a specified command to execute.
SystemTableDeployer - Class in com.storedobject.ui.tools
 
SystemTableDeployer() - Constructor for class com.storedobject.ui.tools.SystemTableDeployer
 
SystemUser - Class in com.storedobject.core
This class represents a person who is also a system user.
SystemUser() - Constructor for class com.storedobject.core.SystemUser
Constructor for internal use only
SystemUser(String, Id) - Constructor for class com.storedobject.core.SystemUser
Constructs a System Person
SystemUser.LogicHit - Class in com.storedobject.core
 
SystemUser.SessionLog - Class in com.storedobject.core
 
SystemUserEditor - Class in com.storedobject.ui.common
Editor for SystemUser.
SystemUserEditor() - Constructor for class com.storedobject.ui.common.SystemUserEditor
 
SystemUserEditor(int) - Constructor for class com.storedobject.ui.common.SystemUserEditor
 
SystemUserEditor(int, String) - Constructor for class com.storedobject.ui.common.SystemUserEditor
 
SystemUserEditor(int, String, boolean) - Constructor for class com.storedobject.ui.common.SystemUserEditor
 
SystemUserGroup - Class in com.storedobject.core
 
SystemUserGroup() - Constructor for class com.storedobject.core.SystemUserGroup
Constructor for internal use only
SystemUserGroup(String) - Constructor for class com.storedobject.core.SystemUserGroup
Constructs a System User Group
SystemUserGroupBrowser - Class in com.storedobject.ui.common
 
SystemUserGroupBrowser() - Constructor for class com.storedobject.ui.common.SystemUserGroupBrowser
 
SystemUserGroupBrowser(int) - Constructor for class com.storedobject.ui.common.SystemUserGroupBrowser
 
SystemUserGroupBrowser(int, String) - Constructor for class com.storedobject.ui.common.SystemUserGroupBrowser
 
SystemUserGroupBrowser(Iterable<String>) - Constructor for class com.storedobject.ui.common.SystemUserGroupBrowser
 
SystemUserGroupBrowser(Iterable<String>, int) - Constructor for class com.storedobject.ui.common.SystemUserGroupBrowser
 
SystemUserGroupBrowser(Iterable<String>, int, Iterable<String>) - Constructor for class com.storedobject.ui.common.SystemUserGroupBrowser
 
SystemUserGroupBrowser(Iterable<String>, int, Iterable<String>, String) - Constructor for class com.storedobject.ui.common.SystemUserGroupBrowser
 
SystemUserGroupBrowser(Iterable<String>, int, String) - Constructor for class com.storedobject.ui.common.SystemUserGroupBrowser
 
SystemUserGroupBrowser(Iterable<String>, Iterable<String>) - Constructor for class com.storedobject.ui.common.SystemUserGroupBrowser
 
SystemUserGroupBrowser(String) - Constructor for class com.storedobject.ui.common.SystemUserGroupBrowser
 
SystemUtility - Class in com.storedobject.ui.tools
 
SystemUtility() - Constructor for class com.storedobject.ui.tools.SystemUtility
 

T

tab() - Element in annotation interface com.storedobject.core.annotation.Column
Name of the tab on which this field is displayed.
tab() - Element in annotation interface com.storedobject.core.annotation.Table
Name of the tab on which fields (attributes) are displayed.
table - Variable in class com.storedobject.ui.ObjectGridReport
The main table.
Table - Annotation Interface in com.storedobject.core.annotation
Annotation used to specify the features of a Data Class.
TableDefinition - Class in com.storedobject.tools
 
TableDefinition() - Constructor for class com.storedobject.tools.TableDefinition
 
TableDefinitionEditor - Class in com.storedobject.ui.tools
 
TableDefinitionEditor() - Constructor for class com.storedobject.ui.tools.TableDefinitionEditor
 
TableDefinitionEditor(int) - Constructor for class com.storedobject.ui.tools.TableDefinitionEditor
 
TableDeployer - Class in com.storedobject.ui.tools
 
TableDeployer() - Constructor for class com.storedobject.ui.tools.TableDeployer
 
tableExists(String) - Method in class com.storedobject.core.Database
 
TableHeader - Class in com.storedobject.pdf
Header-definition for a PDFTable.
TableHeader(Iterable<String>) - Constructor for class com.storedobject.pdf.TableHeader
Constructor.
TableHeader(String...) - Constructor for class com.storedobject.pdf.TableHeader
Constructor.
tableName() - Method in class com.storedobject.core.StoredObject
Get the table name of this instance in the database.
tableName(Class<? extends StoredObject>) - Static method in class com.storedobject.core.ClassAttribute
 
Tabs - Class in com.storedobject.vaadin
This class wraps Vaadin's Tabs with a Div.
Tabs() - Constructor for class com.storedobject.ui.ObjectLinkField.Tabs
 
Tabs() - Constructor for class com.storedobject.vaadin.Tabs
Constructor.
Tabs.SelectedChangeEvent - Class in com.storedobject.vaadin
The event class that will be fired when tab selection changes.
tabSelected(Tab) - Method in class com.storedobject.vaadin.Tabs
This method will be invoked whenever a tab is selected.
TADA - Enum constant in enum class com.storedobject.ui.Animation
 
tagDuplicates(String[]) - Static method in class com.storedobject.common.StringUtility
Tag each element of a String array if it is a duplicate.
tagDuplicates(List<String>) - Static method in class com.storedobject.common.StringUtility
Tag each element of a String list if it is a duplicate.
TaskExecutor - Class in com.storedobject.job
TaskExecutor is responsible for scheduling and executing tasks at specific times.
TaskExecutor() - Constructor for class com.storedobject.job.TaskExecutor
 
Tax - Class in com.storedobject.core
 
Tax() - Constructor for class com.storedobject.core.Tax
 
TaxAccountConfiguration - Class in com.storedobject.accounts
This class is used to configure tax accounts.
TaxAccountConfiguration() - Constructor for class com.storedobject.accounts.TaxAccountConfiguration
This class represents a Tax Account Configuration.
TaxDefinition - Class in com.storedobject.core
 
TaxDefinition() - Constructor for class com.storedobject.core.TaxDefinition
 
TaxMethod - Class in com.storedobject.core
 
TaxMethod() - Constructor for class com.storedobject.core.TaxMethod
 
TaxRate - Class in com.storedobject.core
 
TaxRate() - Constructor for class com.storedobject.core.TaxRate
 
TaxRegion - Class in com.storedobject.core
 
TaxRegion() - Constructor for class com.storedobject.core.TaxRegion
 
TaxType - Class in com.storedobject.core
 
TaxType() - Constructor for class com.storedobject.core.TaxType
 
TECHNICAL_FAULT - Static variable in class com.storedobject.common.Fault
 
tee(OutputStream, OutputStream) - Static method in class com.storedobject.common.IO
Create a Tee output stream that simultaneously writes content to 2 different output streams.
TeeOutputStream - Class in com.storedobject.common
An output stream that simultaneously writes output to 2 different output streams.
TeeOutputStream() - Constructor for class com.storedobject.common.TeeOutputStream
Constructor with no output streams provided.
TeeOutputStream(OutputStream, OutputStream) - Constructor for class com.storedobject.common.TeeOutputStream
Constructor.
Telegram - Class in com.storedobject.telegram
 
Telegram() - Constructor for class com.storedobject.telegram.Telegram
 
Telegram(long, String) - Constructor for class com.storedobject.telegram.Telegram
 
TelegramLog - Class in com.storedobject.ui.common
 
TelegramLog() - Constructor for class com.storedobject.ui.common.TelegramLog
 
TelegramRegistration - Class in com.storedobject.ui.tools
 
TelegramRegistration() - Constructor for class com.storedobject.ui.tools.TelegramRegistration
 
Temperature - Class in com.storedobject.core
 
Temperature() - Constructor for class com.storedobject.core.Temperature
 
Temperature(double, MeasurementUnit) - Constructor for class com.storedobject.core.Temperature
 
Temperature(double, String) - Constructor for class com.storedobject.core.Temperature
 
Temperature(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.Temperature
 
Temperature(BigDecimal, String) - Constructor for class com.storedobject.core.Temperature
 
TemperatureField - Class in com.storedobject.ui
 
TemperatureField() - Constructor for class com.storedobject.ui.TemperatureField
 
TemperatureField(int) - Constructor for class com.storedobject.ui.TemperatureField
 
TemperatureField(int, int) - Constructor for class com.storedobject.ui.TemperatureField
 
TemperatureField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.TemperatureField
 
TemperatureField(int, int, String) - Constructor for class com.storedobject.ui.TemperatureField
 
TemperatureField(String) - Constructor for class com.storedobject.ui.TemperatureField
 
TemperatureField(String, int) - Constructor for class com.storedobject.ui.TemperatureField
 
TemperatureField(String, int, int) - Constructor for class com.storedobject.ui.TemperatureField
 
TemperatureField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.TemperatureField
 
TemperatureField(String, int, int, String) - Constructor for class com.storedobject.ui.TemperatureField
 
TemperatureField(String, int, String) - Constructor for class com.storedobject.ui.TemperatureField
 
TemperatureField(String, String) - Constructor for class com.storedobject.ui.TemperatureField
 
Template - Class in com.storedobject.ui
Template component can be used to define generic HTML-template based elements via HTML text-content.
Template() - Constructor for class com.storedobject.ui.Template
 
Template(String) - Constructor for class com.storedobject.ui.Template
 
TemplateComponent - Class in com.storedobject.ui
A Component based on a template.
TemplateComponent(String) - Constructor for class com.storedobject.ui.TemplateComponent
Constructor.
TemplateDataForm - Class in com.storedobject.ui
This is equivalent of the DataForm class except that the content is based on HTML-template.
TemplateDataForm() - Constructor for class com.storedobject.ui.TemplateDataForm
 
TemplateDataForm(String, TextContent) - Constructor for class com.storedobject.ui.TemplateDataForm
 
TemplateDataForm(String, String) - Constructor for class com.storedobject.ui.TemplateDataForm
 
TemplateDataForm(String, Supplier<String>) - Constructor for class com.storedobject.ui.TemplateDataForm
 
TemplateDataForm(Supplier<String>) - Constructor for class com.storedobject.ui.TemplateDataForm
 
TemplateLayout - Class in com.storedobject.ui
A layout Component based on a template stored in the DB as an HTML like file - It should be stored as TextContent.
TemplateLayout() - Constructor for class com.storedobject.ui.TemplateLayout
Constructor.
TemplateLayout(TextContent) - Constructor for class com.storedobject.ui.TemplateLayout
Constructor.
TemplateLayout(String) - Constructor for class com.storedobject.ui.TemplateLayout
Constructor.
TemplateLayout(Supplier<String>) - Constructor for class com.storedobject.ui.TemplateLayout
Constructor.
TemplateString<T> - Class in com.storedobject.core
Template string that can be evaluated.
TemplateString(Class<T>, Device, String) - Constructor for class com.storedobject.core.TemplateString
Constructor.
TemplateString(Class<T>, String) - Constructor for class com.storedobject.core.TemplateString
Constructor.
TemplateText<T> - Class in com.storedobject.ui
Template string that can be evaluated.
TemplateText(Class<T>, String) - Constructor for class com.storedobject.ui.TemplateText
Constructor.
TemplateView - Class in com.storedobject.ui
An ExecutableView that uses a TemplateLayout as its sole component.
TemplateView() - Constructor for class com.storedobject.ui.TemplateView
Constructor.
TemplateView(String, TextContent) - Constructor for class com.storedobject.ui.TemplateView
Constructor.
TemplateView(String, String) - Constructor for class com.storedobject.ui.TemplateView
Constructor.
TemplateView(String, Supplier<String>) - Constructor for class com.storedobject.ui.TemplateView
Constructor.
TemplateView(Supplier<String>) - Constructor for class com.storedobject.ui.TemplateView
Constructor.
terminate() - Method in class com.storedobject.job.MessageSender
This method is invoked when the sender needs to be shut down.
terminate() - Method in class com.storedobject.telegram.Server
 
test(T) - Method in class com.storedobject.common.CheckWithPrevious
 
Test - Class in com.storedobject.ui
 
Test() - Constructor for class com.storedobject.ui.Test
 
Test(String) - Constructor for class com.storedobject.ui.Test
 
TestDevice - Class in com.storedobject.tools
 
TestDevice() - Constructor for class com.storedobject.tools.TestDevice
 
TestDevice(String) - Constructor for class com.storedobject.tools.TestDevice
 
TestDevice(Properties) - Constructor for class com.storedobject.tools.TestDevice
 
Text - Class in com.storedobject.chart
Text that can be added to SOChart.
Text() - Constructor for class com.storedobject.pdf.PDF.Text
Creates an empty text string.
Text(int) - Constructor for class com.storedobject.pdf.PDF.Text
Creates a text string from the object.
Text(int, int) - Constructor for class com.storedobject.pdf.PDF.Text
Creates a text string from the object.
Text(PDFChunk) - Constructor for class com.storedobject.pdf.PDF.Text
Create a text string from the chunk.
Text(Object) - Constructor for class com.storedobject.pdf.PDF.Text
Creates a text string from the object.
Text(Object, int) - Constructor for class com.storedobject.pdf.PDF.Text
Creates a text string from the object.
Text(Object, int, int) - Constructor for class com.storedobject.pdf.PDF.Text
Creates a text string from the object.
Text(Object, PDFColor) - Constructor for class com.storedobject.pdf.PDF.Text
Creates a text string from the object.
Text(Object, PDFFont) - Constructor for class com.storedobject.pdf.PDF.Text
Creates a text string from the object.
Text(Object, Color) - Constructor for class com.storedobject.pdf.PDF.Text
Creates a text string from the object.
Text(String) - Constructor for class com.storedobject.chart.Text
Constructor.
TEXT_DIRECTION_DEFAULT - Static variable in interface com.storedobject.pdf.PDFElement
Text direction - Default.
TEXT_DIRECTION_LTR - Static variable in interface com.storedobject.pdf.PDFElement
Text direction - Bidirectional reordering from left to right.
TEXT_DIRECTION_NO_BIDI - Static variable in interface com.storedobject.pdf.PDFElement
Text direction - No bidirectional reordering.
TEXT_DIRECTION_RTL - Static variable in interface com.storedobject.pdf.PDFElement
Text direction - Bidirectional reordering from right to left.
TextArea - Class in com.storedobject.vaadin
Slightly enhanced version of Vaadin's TextArea.
TextArea() - Constructor for class com.storedobject.vaadin.TextArea
Constructor.
TextArea(int) - Constructor for class com.storedobject.vaadin.TextArea
Constructor.
TextArea(int, int) - Constructor for class com.storedobject.vaadin.TextArea
Constructor.
TextArea(String) - Constructor for class com.storedobject.vaadin.TextArea
Constructor.
TextArea(String, int) - Constructor for class com.storedobject.vaadin.TextArea
Constructor.
TextArea(String, int, int) - Constructor for class com.storedobject.vaadin.TextArea
Constructor.
TextArea(String, String) - Constructor for class com.storedobject.vaadin.TextArea
Constructor.
TextArea(String, String, int) - Constructor for class com.storedobject.vaadin.TextArea
Constructor.
TextArea(String, String, int, int) - Constructor for class com.storedobject.vaadin.TextArea
Constructor.
TextArea(String, String, String) - Constructor for class com.storedobject.vaadin.TextArea
Constructor.
TextArea(String, String, String, int) - Constructor for class com.storedobject.vaadin.TextArea
Constructor.
TextArea(String, String, String, int, int) - Constructor for class com.storedobject.vaadin.TextArea
Constructor.
TextBorder - Class in com.storedobject.chart
Represents text-border.
TextBorder() - Constructor for class com.storedobject.chart.TextBorder
Constructor.
TextContent - Class in com.storedobject.core
Text Content
TextContent() - Constructor for class com.storedobject.core.TextContent
Constructor
TextContent(String) - Constructor for class com.storedobject.core.TextContent
Constructor
TextContentBrowser - Class in com.storedobject.ui.common
 
TextContentBrowser() - Constructor for class com.storedobject.ui.common.TextContentBrowser
 
TextContentBrowser(int) - Constructor for class com.storedobject.ui.common.TextContentBrowser
 
TextContentBrowser(String) - Constructor for class com.storedobject.ui.common.TextContentBrowser
 
TextContentEditor - Class in com.storedobject.ui.common
 
TextContentEditor() - Constructor for class com.storedobject.ui.common.TextContentEditor
 
TextContentEditor(int) - Constructor for class com.storedobject.ui.common.TextContentEditor
 
TextContentEditor(int, String) - Constructor for class com.storedobject.ui.common.TextContentEditor
 
TextContentEditor(String) - Constructor for class com.storedobject.ui.common.TextContentEditor
 
TextContentGenerator - Interface in com.storedobject.common
Anything that generates some sort of text "content".
TextContentProducer - Class in com.storedobject.core
 
TextContentProducer() - Constructor for class com.storedobject.core.TextContentProducer
 
TextContentProducer(TextContentGenerator) - Constructor for class com.storedobject.core.TextContentProducer
 
TextContentProducer(TextContentGenerator, OutputStream) - Constructor for class com.storedobject.core.TextContentProducer
 
TextContentProducer(OutputStream) - Constructor for class com.storedobject.core.TextContentProducer
 
TextField - Class in com.storedobject.vaadin
Slightly enhanced version of Vaadin's TextField.
TextField() - Constructor for class com.storedobject.vaadin.TextField
Constructor.
TextField(String) - Constructor for class com.storedobject.vaadin.TextField
Constructor.
TextField(String, String) - Constructor for class com.storedobject.vaadin.TextField
Constructor.
TextField(String, String, String) - Constructor for class com.storedobject.vaadin.TextField
Constructor.
TextReport - Class in com.storedobject.office
 
TextReport(Device, TextContentGenerator) - Constructor for class com.storedobject.office.TextReport
Constructor.
textStyle() - Static method in class com.storedobject.iot.ValueStyle
Get the text style.
TextStyle - Class in com.storedobject.chart
As the name indicates, "text style" is for styling texts.
TextStyle() - Constructor for class com.storedobject.chart.TextStyle
 
TextView - Class in com.storedobject.ui
 
TextView(String) - Constructor for class com.storedobject.ui.TextView
 
TH - Enum constant in enum class com.storedobject.chart.Language
Thai
ThemeStyle - Enum Class in com.storedobject.vaadin
A utility class to handle "theme" attribute of an Element.
thisMonth() - Static method in class com.storedobject.core.DatePeriod
 
thisYear() - Static method in class com.storedobject.core.DatePeriod
 
thrash(InventoryItem, Quantity, String) - Method in class com.storedobject.core.InventoryTransaction
Move items to thrash.
thrash(InventoryItem, String) - Method in class com.storedobject.core.InventoryTransaction
Move an item to thrash.
throwError() - Method in class com.storedobject.common.ErrorText
 
Ticks() - Constructor for class com.storedobject.chart.Axis.Ticks
Constructor.
tillToday(int) - Static method in class com.storedobject.core.DatePeriod
 
tillYesterday(int) - Static method in class com.storedobject.core.DatePeriod
 
time() - Static method in class com.storedobject.common.DateUtility
Gets the current date and time value
time() - Method in record class com.storedobject.iot.Data.Value
Returns the value of the time record component.
TIME - Enum constant in enum class com.storedobject.chart.DataType
Time values.
TIME_FORMAT - Static variable in class com.storedobject.core.JSON
ISO 8601 time format string.
TimeData - Class in com.storedobject.chart
Time data provider.
TimeData(LocalDateTime...) - Constructor for class com.storedobject.chart.TimeData
Constructor.
TimeDataProvider - Interface in com.storedobject.chart
Data provider to provide time values.
TimeDuration - Class in com.storedobject.core
 
TimeDuration() - Constructor for class com.storedobject.core.TimeDuration
 
TimeDuration(double, MeasurementUnit) - Constructor for class com.storedobject.core.TimeDuration
 
TimeDuration(double, String) - Constructor for class com.storedobject.core.TimeDuration
 
TimeDuration(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.TimeDuration
 
TimeDuration(BigDecimal, String) - Constructor for class com.storedobject.core.TimeDuration
 
TimeDurationField - Class in com.storedobject.ui
 
TimeDurationField() - Constructor for class com.storedobject.ui.TimeDurationField
 
TimeDurationField(int) - Constructor for class com.storedobject.ui.TimeDurationField
 
TimeDurationField(int, int) - Constructor for class com.storedobject.ui.TimeDurationField
 
TimeDurationField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.TimeDurationField
 
TimeDurationField(int, int, String) - Constructor for class com.storedobject.ui.TimeDurationField
 
TimeDurationField(String) - Constructor for class com.storedobject.ui.TimeDurationField
 
TimeDurationField(String, int) - Constructor for class com.storedobject.ui.TimeDurationField
 
TimeDurationField(String, int, int) - Constructor for class com.storedobject.ui.TimeDurationField
 
TimeDurationField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.TimeDurationField
 
TimeDurationField(String, int, int, String) - Constructor for class com.storedobject.ui.TimeDurationField
 
TimeDurationField(String, int, String) - Constructor for class com.storedobject.ui.TimeDurationField
 
TimeDurationField(String, String) - Constructor for class com.storedobject.ui.TimeDurationField
 
TimeField - Class in com.storedobject.ui
 
TimeField() - Constructor for class com.storedobject.ui.TimeField
 
TimeField(TimeResolution) - Constructor for class com.storedobject.ui.TimeField
 
TimeField(String) - Constructor for class com.storedobject.ui.TimeField
 
TimeField(String, TimeResolution) - Constructor for class com.storedobject.ui.TimeField
 
TimeField(String, Time) - Constructor for class com.storedobject.ui.TimeField
 
TimeField(String, Time, TimeResolution) - Constructor for class com.storedobject.ui.TimeField
 
TimeField(Time) - Constructor for class com.storedobject.ui.TimeField
 
TimeField(Time, TimeResolution) - Constructor for class com.storedobject.ui.TimeField
 
timeFormat() - Static method in class com.storedobject.common.DateUtility
Retrieves a clone of the time format used by the application.
timeFormat24() - Static method in class com.storedobject.common.DateUtility
Returns a cloned instance of the default 24-hour time format.
timeout(Duration) - Method in class com.storedobject.common.HTTP2.Builder
Sets the timeout duration for the HTTP request.
TimePeriod - Class in com.storedobject.core
 
TimePeriod(Time, Time) - Constructor for class com.storedobject.core.TimePeriod
 
TimePeriod(Calendar, Calendar) - Constructor for class com.storedobject.core.TimePeriod
 
TimePeriod(Date, Date) - Constructor for class com.storedobject.core.TimePeriod
 
TimePeriodField - Class in com.storedobject.ui
 
TimePeriodField() - Constructor for class com.storedobject.ui.TimePeriodField
 
TimePeriodField(String) - Constructor for class com.storedobject.ui.TimePeriodField
 
TimePeriodField(String, TimePeriod) - Constructor for class com.storedobject.ui.TimePeriodField
 
TimerComponent - Class in com.storedobject.vaadin
A simple component to use as an up/down counter.
TimerComponent() - Constructor for class com.storedobject.vaadin.TimerComponent
Constructor.
TimerComponent.Listener - Interface in com.storedobject.vaadin
Listener interface for the TimerComponent class.
TimeResolution - Enum Class in com.storedobject.ui
 
TIMES_ROMAN - Enum constant in enum class com.storedobject.pdf.PDFFont.FontFamily
 
timestamp() - Method in class com.storedobject.core.StoredObject
Get the timestamp of this entry.
TimestampField - Class in com.storedobject.ui
Field to accept Timestamp values.
TimestampField() - Constructor for class com.storedobject.ui.TimestampField
Constructor.
TimestampField(TimeResolution) - Constructor for class com.storedobject.ui.TimestampField
Constructor.
TimestampField(String) - Constructor for class com.storedobject.ui.TimestampField
Constructor.
TimestampField(String, TimeResolution) - Constructor for class com.storedobject.ui.TimestampField
Constructor.
TimestampField(String, Timestamp) - Constructor for class com.storedobject.ui.TimestampField
Constructor.
TimestampField(String, Timestamp, TimeResolution) - Constructor for class com.storedobject.ui.TimestampField
Constructor.
TimestampField(Timestamp) - Constructor for class com.storedobject.ui.TimestampField
Constructor.
TimestampField(Timestamp, TimeResolution) - Constructor for class com.storedobject.ui.TimestampField
Constructor.
TimestampPeriod - Class in com.storedobject.core
 
TimestampPeriod(Timestamp, Timestamp) - Constructor for class com.storedobject.core.TimestampPeriod
 
TimestampPeriod(Calendar, Calendar) - Constructor for class com.storedobject.core.TimestampPeriod
 
TimestampPeriod(Date, Date) - Constructor for class com.storedobject.core.TimestampPeriod
 
TimestampPeriodField - Class in com.storedobject.ui
 
TimestampPeriodField() - Constructor for class com.storedobject.ui.TimestampPeriodField
 
TimestampPeriodField(String) - Constructor for class com.storedobject.ui.TimestampPeriodField
 
TimestampPeriodField(String, TimestampPeriod) - Constructor for class com.storedobject.ui.TimestampPeriodField
 
TimeStream - Class in com.storedobject.chart
A time data provider implementation to provide data from a Stream.
TimeStream(Stream<LocalDateTime>) - Constructor for class com.storedobject.chart.TimeStream
Constructor.
TimeValueConverter - Class in com.storedobject.core.converter
 
TimeZoneField - Class in com.storedobject.ui
 
TimeZoneField() - Constructor for class com.storedobject.ui.TimeZoneField
 
TimeZoneField(String) - Constructor for class com.storedobject.ui.TimeZoneField
 
title() - Element in annotation interface com.storedobject.core.annotation.Table
Title value.
Title - Class in com.storedobject.chart
Title for the chart.
Title(String) - Constructor for class com.storedobject.chart.Title
Create a title with a given text.
to - Variable in class com.storedobject.common.Range
 
to(Currency) - Method in class com.storedobject.core.Money.List
Get the effective monetary value in a given currency.
toArray() - Method in class com.storedobject.common.Array
 
toArray() - Method in class com.storedobject.common.StringList
 
toArray() - Method in class com.storedobject.core.MemoryCache
 
toArray() - Method in class com.storedobject.core.ObjectCacheList
 
toArray() - Method in class com.storedobject.vaadin.DataList
 
toArray() - Method in class com.storedobject.vaadin.ListGrid
 
toArray(A[]) - Method in class com.storedobject.common.Array
 
toArray(List<?>) - Static method in class com.storedobject.common.StringUtility
Convert the list to a String array.
toArray(O[]) - Method in class com.storedobject.core.MemoryCache
 
toArray(O[]) - Method in class com.storedobject.core.ObjectCacheList
 
toArray(T[]) - Method in class com.storedobject.common.StringList
 
toArray(T1[]) - Method in class com.storedobject.vaadin.DataList
 
toArray(T1[]) - Method in class com.storedobject.vaadin.ListGrid
 
toBigDecimal(Object) - Static method in class com.storedobject.common.MathUtility
 
toBigDecimal(Object, int) - Static method in class com.storedobject.common.MathUtility
 
toBigDecimal(Object, int, boolean) - Static method in class com.storedobject.common.MathUtility
 
toBufferedImage(Image) - Static method in class com.storedobject.common.ImageUtility
Convert an image to a BufferedImage.
toCamelCase(String) - Static method in class com.storedobject.common.StringUtility
Convert a string to camelcase.
toCharArray(String[]) - Static method in class com.storedobject.common.StringUtility
Get a char array from a String array.
toCharCount(Object) - Method in class com.storedobject.pdf.PDF
Return the width in number of characters for drawing the given value.
toCode(String) - Static method in class com.storedobject.core.StoredObject
Convert a string to a code.
today() - Static method in class com.storedobject.common.DateUtility
Get the current date
toDBString(Time) - Method in class com.storedobject.core.TimePeriod
 
toDBString(Timestamp) - Method in class com.storedobject.core.TimestampPeriod
 
toDBString(T) - Method in class com.storedobject.core.AbstractPeriod
 
toDisplay() - Method in interface com.storedobject.common.Displayable
Convert to a displayable string.
toDisplay() - Method in class com.storedobject.core.AbstractComputedValue
 
toDisplay() - Method in class com.storedobject.core.Account
 
toDisplay() - Method in class com.storedobject.core.AuditTrailConfiguration
 
toDisplay() - Method in class com.storedobject.core.ComputedDate
 
toDisplay() - Method in class com.storedobject.core.ComputedDouble
 
toDisplay() - Method in class com.storedobject.core.ComputedMinute
 
toDisplay() - Method in class com.storedobject.core.ConsignmentPacket
 
toDisplay() - Method in class com.storedobject.core.Entity
 
toDisplay() - Method in class com.storedobject.core.EntityRole
 
toDisplay() - Method in class com.storedobject.core.FileFolder
 
toDisplay() - Method in class com.storedobject.core.InventoryBin
 
toDisplay() - Method in class com.storedobject.core.InventoryFitmentPosition
 
toDisplay() - Method in class com.storedobject.core.InventoryItem
 
toDisplay() - Method in class com.storedobject.core.InventoryPO
 
toDisplay() - Method in class com.storedobject.core.InventoryReservedBin
 
toDisplay() - Method in class com.storedobject.core.InventoryStoreBin
 
toDisplay() - Method in class com.storedobject.core.InventoryTransfer
 
toDisplay() - Method in class com.storedobject.core.InventoryVirtualLocation
 
toDisplay() - Method in class com.storedobject.core.JournalVoucher
 
toDisplay() - Method in interface com.storedobject.core.LedgerEntry
String representation of this entry.
toDisplay() - Method in class com.storedobject.core.MaterialRequest
 
toDisplay() - Method in class com.storedobject.core.Memo
 
toDisplay() - Method in class com.storedobject.core.MemoType
 
toDisplay() - Method in class com.storedobject.core.PseudoTran
 
toDisplay() - Method in class com.storedobject.core.StoredObject
Display representation of the instance used for human-friendly display.
toDisplay() - Method in class com.storedobject.core.StreamData
 
toDisplay() - Method in class com.storedobject.core.SystemEntity
 
toDisplay() - Method in class com.storedobject.core.UIAction
 
toDisplay() - Method in class com.storedobject.core.UIFieldMetadata
 
toDisplay() - Method in class com.storedobject.iot.Consumption
Converts the consumption record into a displayable string representation.
toDisplay() - Method in class com.storedobject.iot.Site
Generates a display-friendly string representation of the object, combining the name and a truncated version of the project field, if necessary.
toDisplay() - Method in class com.storedobject.iot.Statistics
Converts the statistics object into a formatted display string including its name, unit, count, minimum value, maximum value, mean value, standard deviation, and year.
toDisplay() - Method in class com.storedobject.iot.Unit
 
toDisplay() - Method in class com.storedobject.mail.SenderGroup
 
toDisplay(boolean) - Method in class com.storedobject.core.InventoryFitmentPosition
 
toDisplay(Device, Object) - Static method in class com.storedobject.core.StoredObjectUtility
 
toDisplay(Object) - Static method in class com.storedobject.core.StoredObjectUtility
 
toDisplay(Object) - Method in class com.storedobject.ui.util.SOEnvironment
 
toDisplay(Object) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
Converts an object into a displayable form (String).
toggle() - Method in class com.storedobject.vaadin.DetailComponent
Toggle the content section.
ToggleButton - Class in com.storedobject.vaadin
Toggle button (wrapper around paper-toggle-button web component).
ToggleButton() - Constructor for class com.storedobject.vaadin.ToggleButton
Constructor.
ToggleButton(boolean) - Constructor for class com.storedobject.vaadin.ToggleButton
Constructor.
toggled(DetailComponent.ToggledEvent) - Method in interface com.storedobject.vaadin.DetailComponent.ToggleListener
Called when visibility of the content section is toggled.
ToggledEvent(DetailComponent, boolean, boolean) - Constructor for class com.storedobject.vaadin.DetailComponent.ToggledEvent
Constructor.
toggleMenu() - Method in class com.storedobject.vaadin.ApplicationFrame
Toggle the side menu ("drawer" part of the AppLayout) programmatically.
toggleMenu() - Method in interface com.storedobject.vaadin.ApplicationLayout
This method is for toggling the menu display (default implementation does nothing).
toGMT(D, String) - Static method in class com.storedobject.common.DateUtility
Converts a given date to Greenwich Mean Time (GMT) based on the provided time zone.
toGMT(D, ZoneId) - Static method in class com.storedobject.common.DateUtility
Converts a given date to the GMT timezone.
toGMT(D, ZoneOffset) - Static method in class com.storedobject.common.DateUtility
Converts the given date to GMT (Greenwich Mean Time) by subtracting the offset caused by the provided ZoneOffset.
toGMT(D, TimeZone) - Static method in class com.storedobject.common.DateUtility
Converts the given date to GMT (Greenwich Mean Time) by converting its time zone to GMT.
toHex(byte[]) - Static method in class com.storedobject.common.StringUtility
Convert a byte array into a String of hex values.
TokenChoicesField - Class in com.storedobject.vaadin
A field that allows you to select multiple values from a fixed list of Strings.
TokenChoicesField(Iterable<?>) - Constructor for class com.storedobject.vaadin.TokenChoicesField
Constructor.
TokenChoicesField(String) - Constructor for class com.storedobject.vaadin.TokenChoicesField
Constructor.
TokenChoicesField(String[]) - Constructor for class com.storedobject.vaadin.TokenChoicesField
Constructor.
TokenChoicesField(String, Iterable<?>) - Constructor for class com.storedobject.vaadin.TokenChoicesField
Constructor.
TokenChoicesField(String, String) - Constructor for class com.storedobject.vaadin.TokenChoicesField
Constructor.
TokenChoicesField(String, String[]) - Constructor for class com.storedobject.vaadin.TokenChoicesField
Constructor.
TokenChoicesField(String, Collection<String>) - Constructor for class com.storedobject.vaadin.TokenChoicesField
Constructor.
TokensField<T> - Class in com.storedobject.vaadin
 
TokensField() - Constructor for class com.storedobject.vaadin.TokensField
Constructor.
TokensField(ItemLabelGenerator<T>) - Constructor for class com.storedobject.vaadin.TokensField
Constructor.
TokensField(String) - Constructor for class com.storedobject.vaadin.TokensField
Constructor.
TokensField(String, ItemLabelGenerator<T>) - Constructor for class com.storedobject.vaadin.TokensField
Constructor.
TokensField(String, Collection<T>) - Constructor for class com.storedobject.vaadin.TokensField
Constructor.
TokensField(String, Collection<T>, ItemLabelGenerator<T>) - Constructor for class com.storedobject.vaadin.TokensField
Constructor.
TokensField(Collection<T>) - Constructor for class com.storedobject.vaadin.TokensField
Constructor.
toList() - Method in class com.storedobject.core.ObjectIterator
Collect all entries to a list.
toList(Function<O, T>) - Method in class com.storedobject.core.ObjectIterator
Collect all entries to a list after converting it to another type.
toLocal(Rate, SystemEntity) - Method in class com.storedobject.core.Money
Convert this monetary value to the equivalent in local currency by applying the given "exchange rate".
toLocal(Rate, TransactionManager) - Method in class com.storedobject.core.Money
Convert this monetary value to the equivalent in local currency by applying the given "exchange rate".
toLocal(SystemEntity) - Method in class com.storedobject.core.Money.List
Convert to a local currency value.
toLocal(SystemEntity) - Method in class com.storedobject.core.Money
Convert this monetary value to the equivalent in local currency by applying the current "exchange rate".
toLocal(TransactionManager) - Method in class com.storedobject.core.Money.List
Convert to a local currency value.
toLocal(TransactionManager) - Method in class com.storedobject.core.Money
Convert this monetary value to the equivalent in local currency by applying the current "exchange rate".
toLocal(Date, SystemEntity) - Method in class com.storedobject.core.Money
Convert this monetary value to the equivalent in local currency by applying the current "exchange rate".
toLocal(Date, TransactionManager) - Method in class com.storedobject.core.Money
Convert this monetary value to the equivalent in local currency by applying the current "exchange rate".
toLowerCase() - Method in class com.storedobject.vaadin.ActionTextField
If this method is used, values will be converted to lowercase before action is carried out.
toLowerCase() - Method in class com.storedobject.vaadin.SearchField
 
toLowerCase(char[]) - Static method in class com.storedobject.common.StringUtility
Convert to lower case.
toLowerCase(String[]) - Static method in class com.storedobject.common.StringUtility
Convert to lower case.
toMap() - Method in class com.storedobject.common.JSON
Return the JSON as a Map of key/value pairs.
tomorrow() - Static method in class com.storedobject.common.DateUtility
Get one day after the current date
toNumericRange(String) - Static method in class com.storedobject.common.StringUtility
Convert a range string to an int array.
Toolbox - Class in com.storedobject.chart
Toolbox provides certain utilities (Example: "Download the chart display as an image").
Toolbox() - Constructor for class com.storedobject.chart.Toolbox
Constructor.
Toolbox(ToolboxButton...) - Constructor for class com.storedobject.chart.Toolbox
Constructor.
Toolbox.DataView - Class in com.storedobject.chart
 
Toolbox.Download - Class in com.storedobject.chart
Download tool button.
Toolbox.Restore - Class in com.storedobject.chart
Restore tool button.
Toolbox.Zoom - Class in com.storedobject.chart
Zoom tool button.
ToolboxButton - Class in com.storedobject.chart
This is the base class for creating "toolbox buttons" that can be added to Toolbox.
ToolboxButton() - Constructor for class com.storedobject.chart.ToolboxButton
 
ToolMonitoring<I> - Class in com.storedobject.ui.inventory
 
ToolMonitoring() - Constructor for class com.storedobject.ui.inventory.ToolMonitoring
 
ToolMonitoring(Class<I>) - Constructor for class com.storedobject.ui.inventory.ToolMonitoring
 
tooltip() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the tooltip information associated with the current data status.
Tooltip - Class in com.storedobject.chart
Tooltip to display.
Tooltip() - Constructor for class com.storedobject.chart.Tooltip
 
Tooltip.Type - Enum Class in com.storedobject.chart
Type of tooltips.
TooltipView - Interface in com.storedobject.chart
 
top() - Method in class com.storedobject.chart.Chart.LabelPosition
Set the label position to the top side.
TOP - Enum constant in enum class com.storedobject.chart.Location
Top.
TOP - Static variable in class com.storedobject.pdf.PDFRectangle
Represents top side.
toPrettyString() - Method in class com.storedobject.common.JSON
Return the JSON as a formatted (more human-readable) String.
toPrettyString() - Method in class com.storedobject.common.SOAP
Returns the XML associated with this SOAP request in a pretty string format.
toPrettyString() - Method in class com.storedobject.common.XML
Converts the document to a formatted string representation.
toPrettyString(Map<String, Object>) - Static method in class com.storedobject.common.JSON
Convert a map to formatted JSON representation.
toPrettyString(Node) - Method in class com.storedobject.common.XML
Converts the given XML Node to a pretty formatted XML string.
topToBottom() - Method in class com.storedobject.chart.Orientation
Top-to-bottom orientation.
toRangeString(int[]) - Static method in class com.storedobject.common.StringUtility
Convert an int array into a range string.
toRangeString(Collection<Integer>) - Static method in class com.storedobject.common.StringUtility
Convert an integer list to a range string.
toShortString() - Method in class com.storedobject.core.AbstractPeriod
 
toString() - Method in class com.storedobject.accounts.AccountConfiguration
 
toString() - Method in class com.storedobject.accounts.AccountEntity
 
toString() - Method in class com.storedobject.calendar.Calendar
 
toString() - Method in class com.storedobject.calendar.Entry
 
toString() - Method in class com.storedobject.chart.ActivityList.Activity
 
toString() - Method in record class com.storedobject.chart.CandlestickData.Candlestick
Returns a string representation of this record class.
toString() - Method in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT_SCOPE
 
toString() - Method in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT
 
toString() - Method in class com.storedobject.chart.Chart.LabelPosition
 
toString() - Method in class com.storedobject.chart.Color
 
toString() - Method in class com.storedobject.chart.ColorGradient
 
toString() - Method in enum class com.storedobject.chart.DataType
 
toString() - Method in class com.storedobject.chart.Font.Family
 
toString() - Method in class com.storedobject.chart.Font.Size
 
toString() - Method in class com.storedobject.chart.Font.Stretch
 
toString() - Method in enum class com.storedobject.chart.Font.Style
 
toString() - Method in class com.storedobject.chart.Font
 
toString() - Method in enum class com.storedobject.chart.Font.Variant
 
toString() - Method in class com.storedobject.chart.Font.Weight
 
toString() - Method in enum class com.storedobject.chart.GraphLayout
 
toString() - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
Returns a string representation of this record class.
toString() - Method in enum class com.storedobject.chart.Key
 
toString() - Method in enum class com.storedobject.chart.Location
 
toString() - Method in enum class com.storedobject.chart.PointSymbolType
 
toString() - Method in class com.storedobject.chart.Shape.Point
 
toString() - Method in class com.storedobject.chart.Size
 
toString() - Method in record class com.storedobject.client.Client.Data
Returns a string representation of this record class.
toString() - Method in class com.storedobject.common.Address
Convert the address into a human-readable String representation.
toString() - Method in class com.storedobject.common.Array
 
toString() - Method in class com.storedobject.common.Country
 
toString() - Method in class com.storedobject.common.Geolocation
 
toString() - Method in class com.storedobject.common.HTMLText
 
toString() - Method in class com.storedobject.common.IPLocation
 
toString() - Method in class com.storedobject.common.JSON
Return the JSON as a String.
toString() - Method in class com.storedobject.common.LDAP.User
 
toString() - Method in class com.storedobject.common.Range
 
toString() - Method in class com.storedobject.common.SOAP
 
toString() - Method in exception class com.storedobject.common.SOException
 
toString() - Method in exception class com.storedobject.common.SORuntimeException
 
toString() - Method in class com.storedobject.common.StringList
 
toString() - Method in record class com.storedobject.common.StyledBuilder.Style
Returns a string representation of this record class.
toString() - Method in class com.storedobject.common.StyledString
 
toString() - Method in class com.storedobject.common.XML
Returns a string representation of the current object.
toString() - Method in class com.storedobject.core.AbstractCheckList
 
toString() - Method in class com.storedobject.core.AbstractComputedValue
 
toString() - Method in class com.storedobject.core.AbstractTransaction
 
toString() - Method in class com.storedobject.core.Account
 
toString() - Method in class com.storedobject.core.AccountChart
 
toString() - Method in class com.storedobject.core.CheckListTemplateItem
 
toString() - Method in class com.storedobject.core.ComputedDate
 
toString() - Method in class com.storedobject.core.ComputedDouble
 
toString() - Method in class com.storedobject.core.ComputedMinute
 
toString() - Method in class com.storedobject.core.Contact
 
toString() - Method in class com.storedobject.core.ContactType
 
toString() - Method in class com.storedobject.core.DecimalNumber
 
toString() - Method in class com.storedobject.core.DeviceLayout
 
toString() - Method in class com.storedobject.core.DocumentConfiguration
 
toString() - Method in class com.storedobject.core.Entity
 
toString() - Method in class com.storedobject.core.EntityRole
 
toString() - Method in class com.storedobject.core.FileData
 
toString() - Method in class com.storedobject.core.FileFolder
 
toString() - Method in class com.storedobject.core.GlobalProperty
 
toString() - Method in record class com.storedobject.core.HasReference.Amend
Returns a string representation of this record class.
toString() - Method in class com.storedobject.core.Id
 
toString() - Method in class com.storedobject.core.InventoryAssembly
 
toString() - Method in class com.storedobject.core.InventoryCustodyLocation
 
toString() - Method in class com.storedobject.core.InventoryGRN
 
toString() - Method in class com.storedobject.core.InventoryGRNItem
 
toString() - Method in class com.storedobject.core.InventoryItem
 
toString() - Method in class com.storedobject.core.InventoryItemType
 
toString() - Method in class com.storedobject.core.InventoryLocation
 
toString() - Method in class com.storedobject.core.InventoryPOItem
 
toString() - Method in class com.storedobject.core.InventoryROItem
 
toString() - Method in class com.storedobject.core.InventoryStore
 
toString() - Method in class com.storedobject.core.InventoryVirtualLocation
 
toString() - Method in class com.storedobject.core.JournalVoucher.Entry
 
toString() - Method in class com.storedobject.core.JournalVoucher
 
toString() - Method in class com.storedobject.core.LandedCostType
 
toString() - Method in class com.storedobject.core.Logic
 
toString() - Method in class com.storedobject.core.LogicGroup
 
toString() - Method in class com.storedobject.core.MeasurementUnit
 
toString() - Method in class com.storedobject.core.MemoType
 
toString() - Method in class com.storedobject.core.MessageTemplate
 
toString() - Method in class com.storedobject.core.Minutes
 
toString() - Method in class com.storedobject.core.Money.List
This will return the result of toString(false).
toString() - Method in class com.storedobject.core.Money
Create the formatted representation of the amount value with appropriate decimals places.
toString() - Method in class com.storedobject.core.Name
 
toString() - Method in class com.storedobject.core.ObjectForest.LinkNode
 
toString() - Method in class com.storedobject.core.ObjectForest.LinkObject
 
toString() - Method in class com.storedobject.core.ObjectText
 
toString() - Method in class com.storedobject.core.Person
 
toString() - Method in class com.storedobject.core.PersonRole
 
toString() - Method in class com.storedobject.core.Quantity
Create the formatted representation of the quantity value with appropriate decimals places.
toString() - Method in record class com.storedobject.core.QuantityWithCost
Returns a string representation of this record class.
toString() - Method in class com.storedobject.core.SerialPattern
 
toString() - Method in class com.storedobject.core.ServerInformation
 
toString() - Method in class com.storedobject.core.StoredObject
String representation of the instance.
toString() - Method in class com.storedobject.core.StreamData
 
toString() - Method in class com.storedobject.core.SubscriptionItem
 
toString() - Method in class com.storedobject.core.SystemEntity
 
toString() - Method in class com.storedobject.core.SystemUser
 
toString() - Method in class com.storedobject.core.SystemUserGroup
 
toString() - Method in class com.storedobject.core.Tax
 
toString() - Method in class com.storedobject.core.TaxRate
 
toString() - Method in class com.storedobject.core.UIAction
 
toString() - Method in class com.storedobject.core.UIFieldMetadata
 
toString() - Method in class com.storedobject.core.UIMetadata
 
toString() - Method in class com.storedobject.core.UnitCost
 
toString() - Method in class com.storedobject.iot.AlarmSwitch
 
toString() - Method in class com.storedobject.iot.AQI
 
toString() - Method in record class com.storedobject.iot.Data.Value
Returns a string representation of this record class.
toString() - Method in class com.storedobject.iot.MQTT
 
toString() - Method in class com.storedobject.iot.Site
Returns the string representation of the Site object, which is the value of its name field.
toString() - Method in class com.storedobject.iot.UnitItem
 
toString() - Method in class com.storedobject.iot.UnitItemType
 
toString() - Method in class com.storedobject.iot.UnitType
 
toString() - Method in class com.storedobject.iot.ValueDefinition
 
toString() - Method in class com.storedobject.job.MessageGroup
 
toString() - Method in class com.storedobject.job.Schedule
 
toString() - Method in class com.storedobject.mail.Mail
 
toString() - Method in class com.storedobject.mail.Sender
 
toString() - Method in class com.storedobject.mail.SenderGroup
 
toString() - Method in class com.storedobject.office.od.ods.Cell
 
toString() - Method in class com.storedobject.sms.Provider
 
toString() - Method in class com.storedobject.sms.SMSMessage
 
toString() - Method in class com.storedobject.telegram.Telegram
 
toString() - Method in class com.storedobject.tools.ColumnDefinition
 
toString() - Method in class com.storedobject.tools.IndexDefinition
 
toString() - Method in class com.storedobject.tools.LinkDefinition
 
toString() - Method in class com.storedobject.tools.TableDefinition
 
toString() - Method in enum class com.storedobject.ui.Animation
 
toString() - Method in class com.storedobject.ui.ELabel
 
toString() - Method in record class com.storedobject.ui.iot.Consumption4Unit
Returns a string representation of this record class.
toString() - Method in record class com.storedobject.ui.iot.ConsumptionList.Entry
Returns a string representation of this record class.
toString() - Method in record class com.storedobject.ui.iot.Data4Unit
Returns a string representation of this record class.
toString() - Method in class com.storedobject.ui.MailForm.Address
 
toString() - Method in class com.storedobject.ui.tools.ManageSalutation.Salutation
 
toString() - Method in class com.storedobject.ui.tools.ManageSuffix.Suffix
 
toString() - Method in class com.storedobject.ui.XMLNodeData
 
toString() - Method in enum class com.storedobject.vaadin.ThemeStyle
 
toString() - Method in class com.storedobjects.support.ProductSkill
 
toString(boolean) - Method in class com.storedobject.common.Geolocation
 
toString(boolean) - Method in class com.storedobject.core.Money.List
Stringify.
toString(boolean) - Method in class com.storedobject.core.Money
Create the formatted representation of the amount value with appropriate decimals places.
toString(boolean) - Method in class com.storedobject.core.Quantity
Create the formatted representation of the quantity value with appropriate decimals places.
toString(boolean, boolean) - Method in class com.storedobject.core.Money
Create the formatted representation of the amount value with appropriate decimals places.
toString(boolean, boolean, SystemUser) - Method in class com.storedobject.core.Money
Create the formatted representation of the amount value with appropriate decimals places.
toString(boolean, int) - Method in class com.storedobject.core.Quantity
Create the formatted representation of the quantity value with appropriate decimals places.
toString(boolean, SystemUser) - Method in class com.storedobject.core.Money
Create the formatted representation of the amount value with appropriate decimals places.
toString(int) - Method in class com.storedobject.core.DecimalNumber
Convert it into a String with at least minimum decimals places specified.
toString(int) - Method in class com.storedobject.core.Quantity
Create the formatted representation of the quantity value with appropriate decimals places.
toString(StoredObject) - Static method in class com.storedobject.core.StoredObjectUtility
 
toString(StoredObject, boolean) - Static method in class com.storedobject.core.StoredObjectUtility
 
toString(SystemUser) - Method in class com.storedobject.core.Money
Create the formatted representation of the amount value with appropriate decimals places.
toString(InputStream) - Static method in class com.storedobject.common.StringUtility
 
toString(Reader) - Static method in class com.storedobject.common.StringUtility
 
toString(Object) - Static method in class com.storedobject.common.StringUtility
 
toString(Object) - Method in class com.storedobject.ui.util.SOEnvironment
 
toString(Object) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
Converts an object into a displayable form (String).
toString(String) - Method in class com.storedobject.common.Address
Same as Address.toString() method but the name passed is included as the first line in the case of personal address or second name in the case of office addresses.
toString(String) - Method in class com.storedobject.common.Array
 
toString(String) - Method in class com.storedobject.common.StringList
Concatenate the elements of this list into a String with the given delimiter.
toString(String) - Method in class com.storedobject.core.AbstractPeriod
Convert to string in the given "date format".
toString(Date) - Method in class com.storedobject.core.DatePeriod
 
toString(Time) - Method in class com.storedobject.core.TimePeriod
 
toString(Timestamp) - Method in class com.storedobject.core.TimestampPeriod
 
toString(Predicate<Money>) - Method in class com.storedobject.core.Money.List
Stringify.
toString(Map<String, Object>) - Static method in class com.storedobject.common.JSON
Convert a map to JSON representation.
toString(Node) - Method in class com.storedobject.common.XML
Converts a Node object to its string representation.
toString(T) - Method in class com.storedobject.common.Range
 
toString(T) - Method in interface com.storedobject.common.ToString
Convert the object instance to a String.
ToString<T> - Interface in com.storedobject.common
An interface that converts some type of object to a String.
toSubstring() - Method in class com.storedobject.core.Account
 
TOTP - Class in com.storedobject.common
TOTP implementation.
TOTP(byte[]) - Constructor for class com.storedobject.common.TOTP
Constructor.
TOTP(byte[], int) - Constructor for class com.storedobject.common.TOTP
Constructor.
TOTP(byte[], int, String) - Constructor for class com.storedobject.common.TOTP
Constructor.
toUpperCase() - Method in class com.storedobject.vaadin.ActionTextField
If this method is used, values will be converted to uppercase before action is carried out.
toUpperCase() - Method in class com.storedobject.vaadin.SearchField
 
toUpperCase(char[]) - Static method in class com.storedobject.common.StringUtility
Convert to upper case.
toUpperCase(String[]) - Static method in class com.storedobject.common.StringUtility
Convert to upper case.
TR - Enum constant in enum class com.storedobject.chart.Language
Turkish
trackValueChange(HasValue<?, ?>) - Method in class com.storedobject.ui.ObjectEditor
 
trackValueChange(HasValue<?, ?>) - Method in interface com.storedobject.vaadin.ExecutableView
Track value changes of a field HasValue.
TradeType - Interface in com.storedobject.core
The TradeType interface represents the type of purchase/sale.
transact(Logic, PseudoTransaction, TransactionManager.Transact) - Method in class com.storedobject.core.TransactionManager
 
transact(Logic, TransactionManager.Transact) - Method in class com.storedobject.core.TransactionManager
 
transact(Logic, Transaction, TransactionManager.Transact) - Method in interface com.storedobject.ui.Transactional
 
transact(Transaction) - Method in interface com.storedobject.core.TransactionManager.Transact
 
transact(TransactionManager.Transact) - Method in class com.storedobject.core.TransactionManager
 
transact(TransactionManager.Transact) - Method in interface com.storedobject.ui.Transactional
 
transactControl(boolean, TransactionManager.TransactControl) - Method in interface com.storedobject.ui.Transactional
 
transactControl(TransactionControl) - Method in interface com.storedobject.core.TransactionManager.TransactControl
 
transactControl(TransactionManager.TransactControl) - Method in class com.storedobject.core.TransactionManager
 
transactControl(TransactionManager.TransactControl) - Method in interface com.storedobject.ui.Transactional
 
transactControlPsuedo(TransactionManager.TransactControl) - Method in class com.storedobject.core.TransactionManager
 
transacting() - Method in class com.storedobject.core.StoredObject
Is this instance is part of a transaction now?
transaction(Transaction) - Method in class com.storedobject.core.QueryBuilder
Sets the transaction for the query being built.
Transaction - Interface in com.storedobject.core
SO transaction interface.
TRANSACTION_APPROVAL_ERROR - Static variable in class com.storedobject.common.Fault
 
Transaction_Error - Exception Class in com.storedobject.core
 
Transaction_Error(Transaction, String) - Constructor for exception class com.storedobject.core.Transaction_Error
 
Transaction_Incomplete - Exception Class in com.storedobject.core
 
Transaction_Incomplete(String) - Constructor for exception class com.storedobject.core.Transaction_Incomplete
 
TRANSACTION_NOT_BALANCED - Static variable in class com.storedobject.common.Fault
 
Transaction_Not_Found - Exception Class in com.storedobject.core
 
Transaction_Not_Found() - Constructor for exception class com.storedobject.core.Transaction_Not_Found
 
TRANSACTION_NOT_FOUND - Static variable in class com.storedobject.common.Fault
 
Transaction.CommitListener - Interface in com.storedobject.core
Transaction commit listener.
Transactional - Interface in com.storedobject.ui
 
TransactionControl - Class in com.storedobject.core
 
TransactionControl(TransactionManager) - Constructor for class com.storedobject.core.TransactionControl
 
TransactionControl(TransactionManager, boolean) - Constructor for class com.storedobject.core.TransactionControl
 
TransactionControl.CommitListener - Interface in com.storedobject.core
 
TransactionCreator - Interface in com.storedobject.ui
A class that can create a transaction (typically a pseudo transaction).
TransactionDate - Class in com.storedobject.core
 
TransactionDate() - Constructor for class com.storedobject.core.TransactionDate
 
TransactionInformation - Class in com.storedobject.core
A structure that encapsulates all the objects (including links) involved in a transaction.
TransactionInformation.TransactionLink<L> - Class in com.storedobject.core
Class that encapsulates a link involved in a transaction.
TransactionInformation.TransactionObject<T> - Class in com.storedobject.core
Class that encapsulates an object involved in the transaction.
TransactionLog - Class in com.storedobject.ui.tools
 
TransactionLog() - Constructor for class com.storedobject.ui.tools.TransactionLog
 
TransactionManager - Class in com.storedobject.core
 
TransactionManager(Device, String) - Constructor for class com.storedobject.core.TransactionManager
 
TransactionManager.Transact - Interface in com.storedobject.core
 
TransactionManager.TransactControl - Interface in com.storedobject.core
 
TransactionType - Class in com.storedobject.core
 
TransactionType() - Constructor for class com.storedobject.core.TransactionType
 
TransactionValueDate - Class in com.storedobject.core
 
TransactionValueDate() - Constructor for class com.storedobject.core.TransactionValueDate
 
transactPsuedo(TransactionManager.Transact) - Method in class com.storedobject.core.TransactionManager
 
transfer(TransactionManager, String) - Static method in class com.storedobject.core.License
 
transfer(ClickHandler, Component) - Static method in interface com.storedobject.vaadin.ClickHandler
Create a "click handler" that transfers the "clicks" to another component.
TransferMaterial - Class in com.storedobject.ui.inventory
 
TransferMaterial() - Constructor for class com.storedobject.ui.inventory.TransferMaterial
 
TransferMaterial(InventoryLocation) - Constructor for class com.storedobject.ui.inventory.TransferMaterial
 
TransferMaterial(String) - Constructor for class com.storedobject.ui.inventory.TransferMaterial
 
translate() - Method in class com.storedobject.common.StringFillerReader
 
translate() - Method in class com.storedobject.common.StringFillerWriter
 
translate() - Method in class com.storedobject.common.TranslatedInputStream
Translation should be done here.
translate() - Method in class com.storedobject.common.TranslatedOutputStream
Translation should be done here.
translate() - Method in class com.storedobject.common.TranslatedReader
Translation should be done here.
translate() - Method in class com.storedobject.common.TranslatedWriter
Translation should be done here.
translate(double, double) - Method in class com.storedobject.common.SVG
Translate.
TranslatedField<T,I> - Class in com.storedobject.vaadin
A field that translates value from the value of an internal field.
TranslatedField(HasValue<?, I>, BiFunction<HasValue<?, I>, I, T>, BiFunction<HasValue<?, I>, T, I>) - Constructor for class com.storedobject.vaadin.TranslatedField
Constructor.
TranslatedField(HasValue<?, I>, BiFunction<HasValue<?, I>, I, T>, BiFunction<HasValue<?, I>, T, I>, T) - Constructor for class com.storedobject.vaadin.TranslatedField
Constructor.
TranslatedInputStream - Class in com.storedobject.common
A FilterInputStream that translates its stream on-the-fly.
TranslatedInputStream(InputStream) - Constructor for class com.storedobject.common.TranslatedInputStream
Creates a new translated input stream.
TranslatedOutputStream - Class in com.storedobject.common
A FilterOutputStream that translates its stream on-the-fly while writing.
TranslatedOutputStream(OutputStream) - Constructor for class com.storedobject.common.TranslatedOutputStream
Creates a new translated output stream.
TranslatedReader - Class in com.storedobject.common
A FilterReader that translates its stream on-the-fly.
TranslatedReader(Reader) - Constructor for class com.storedobject.common.TranslatedReader
Creates a new translated reader.
TranslatedWriter - Class in com.storedobject.common
A FilterWriter that translates its stream on-the-fly while writing.
TranslatedWriter(Writer) - Constructor for class com.storedobject.common.TranslatedWriter
Creates a new translated writer.
TRANSPARENT - Static variable in class com.storedobject.chart.Color
Transparent color.
transport - Variable in class com.storedobject.mail.Sender
 
tray(Object) - Static method in class com.storedobject.vaadin.Application
Show a message on the tray from the parameter passed.
tray(Object) - Method in interface com.storedobject.vaadin.ExecutableView
Show a warning message n the "tray area" of the application.
tray(Object, Object) - Static method in class com.storedobject.vaadin.Application
Show a message on the tray from the parameter passed.
Tree - Enum constant in enum class com.storedobject.chart.ChartType
Tree.
TreeChart - Class in com.storedobject.chart
Tree chart.
TreeChart() - Constructor for class com.storedobject.chart.TreeChart
Create a tree chart.
TreeChart(TreeDataProvider) - Constructor for class com.storedobject.chart.TreeChart
Create a tree chart of the set of data.
TreeData - Class in com.storedobject.chart
An implementation of TreeDataProvider.
TreeData(String) - Constructor for class com.storedobject.chart.TreeData
Constructor.
TreeData(String, Number) - Constructor for class com.storedobject.chart.TreeData
Constructor.
TreeDataProvider - Interface in com.storedobject.chart
Representation of tree-type data.
TreeDataProvider.Label - Class in com.storedobject.chart
Label used within the TreeDataProvider class.
Treemap - Enum constant in enum class com.storedobject.chart.ChartType
Tree-map.
TreemapChart - Class in com.storedobject.chart
Treemap chart.
TreemapChart(TreeDataProvider...) - Constructor for class com.storedobject.chart.TreemapChart
Create a tree chart of the set of provided data.
TreeSearchField<P,T> - Class in com.storedobject.ui
 
TreeSearchField(ChildVisitor<P, T>) - Constructor for class com.storedobject.ui.TreeSearchField
 
TREEVIEW - Static variable in class com.storedobject.core.EditorAction
 
TrialBalance - Class in com.storedobject.report
Trial Balance.
TrialBalance - Class in com.storedobject.ui.accounts
 
TrialBalance() - Constructor for class com.storedobject.ui.accounts.TrialBalance
 
TrialBalance(Device) - Constructor for class com.storedobject.report.TrialBalance
 
TrialBalance(Device, SystemEntity, Date) - Constructor for class com.storedobject.report.TrialBalance
 
TrialBalance(Device, Date) - Constructor for class com.storedobject.report.TrialBalance
 
TrialBalance(SystemEntity) - Constructor for class com.storedobject.ui.accounts.TrialBalance
 
TrialBalance(SystemEntity, Date) - Constructor for class com.storedobject.ui.accounts.TrialBalance
 
TRIANGLE - Enum constant in enum class com.storedobject.chart.PointSymbolType
Triangle.
TriConsumer<T1,T2,T3> - Interface in com.storedobject.common
A functional interface that accepts 3 arguments of type T1, T2, T3 for performing an operation with no return value.
TriFunction<T1,T2,T3,R> - Interface in com.storedobject.common
A functional interface that implements TriFunction.
TriggerChangeEvent - Interface in com.storedobject.core
A marker interface to denote that the StoredObject class that implements this will trigger an event when a change is made to its instance data.
trim() - Method in class com.storedobject.vaadin.ActionTextField
If this method is used, values will be trimmed before action is carried out.
trim() - Method in class com.storedobject.vaadin.SearchField
 
trim(double) - Static method in class com.storedobject.chart.AbstractProject
Trim a double value to remove unnecessary decimals.
trim(String) - Static method in class com.storedobject.core.ServerLink
 
trim(String[]) - Static method in class com.storedobject.common.StringUtility
Trim each element of a String array
trim(LocalDateTime) - Method in class com.storedobject.chart.AbstractProject
Trim down a LocalDateTime to a LocalDate.
trimHours(Time) - Static method in class com.storedobject.common.DateUtility
 
trimHours(Timestamp) - Static method in class com.storedobject.common.DateUtility
 
trimLeft(String) - Static method in class com.storedobject.common.StringUtility
Left trim a string
trimLeft(String[]) - Static method in class com.storedobject.common.StringUtility
Left trim each element of a String array
trimMillis(Time) - Static method in class com.storedobject.common.DateUtility
 
trimMillis(Timestamp) - Static method in class com.storedobject.common.DateUtility
 
trimMinutes(Time) - Static method in class com.storedobject.common.DateUtility
 
trimMinutes(Timestamp) - Static method in class com.storedobject.common.DateUtility
 
trimRight(String) - Static method in class com.storedobject.common.StringUtility
Right trim a string
trimRight(String[]) - Static method in class com.storedobject.common.StringUtility
Right trim each element of a String array
trimSeconds(Time) - Static method in class com.storedobject.common.DateUtility
 
trimSeconds(Timestamp) - Static method in class com.storedobject.common.DateUtility
 
Type(String) - Constructor for class com.storedobject.chart.Node.Type
 
types() - Static method in class com.storedobject.core.Quantity
 
typeValue() - Method in class com.storedobject.chart.Chart
Get the type-value of the chart.

U

ui_monospace() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "ui-monospace".
ui_rounded() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "ui-rounded".
ui_sans_serif() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "ui-sans-serif".
ui_serif() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "ui-serif".
UIAction - Class in com.storedobject.core
 
UIAction() - Constructor for class com.storedobject.core.UIAction
 
UIFieldMetadata - Class in com.storedobject.core
 
UIFieldMetadata() - Constructor for class com.storedobject.core.UIFieldMetadata
 
UIFieldMetadata(String, Method) - Constructor for class com.storedobject.core.UIFieldMetadata
 
UIMetadata - Class in com.storedobject.core
 
UIMetadata() - Constructor for class com.storedobject.core.UIMetadata
 
UK - Enum constant in enum class com.storedobject.chart.Language
Ukrainian
ultra_condensed() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "ultra-condensed".
ultra_expanded() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "ultra-expanded".
UNAUTHORIZED - Static variable in interface com.storedobject.core.ParameterService
 
UNCATEGORIZED_FAULT - Static variable in class com.storedobject.common.Fault
 
UNDEFINED - Enum constant in enum class com.storedobject.pdf.PDFFont.FontFamily
 
UNDEFINED - Static variable in class com.storedobject.pdf.PDFFont
Constant used in font specification.
UNDEFINED - Static variable in class com.storedobject.pdf.PDFRectangle
Uses to represent an "undefined" value.
undelete() - Method in class com.storedobject.core.StoredObject
Resurrect an old instance in the database.
undelete(Contact) - Method in class com.storedobject.ui.util.ContactData
 
undelete(FileData) - Method in class com.storedobject.ui.util.StreamAttachmentData
 
undelete(Transaction) - Method in class com.storedobject.core.StoredObject
Resurrect an old instance in the database.
undelete(O) - Method in class com.storedobject.core.StoredObjectLink.Copy
 
undelete(T) - Method in interface com.storedobject.core.EditableList
Undelete an item that was deleted earlier.
undelete(T) - Method in interface com.storedobject.ui.LinkValue
 
undelete(T) - Method in class com.storedobject.ui.util.ExtraInfoValue
 
undelete(T, boolean) - Method in class com.storedobject.ui.EditableListProvider
 
undelete(T, boolean) - Method in class com.storedobject.ui.EditableObjectListProvider
 
undelete(T, boolean) - Method in interface com.storedobject.ui.EditableProvider
 
undelete(T, boolean) - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
undeleted() - Method in class com.storedobject.core.StoredObject
Can this instance be undeleted now (it's currently deleted in the database)?
undeleted(T) - Method in interface com.storedobject.ui.ObjectChangedListener
Fired when an object is undeleted.
UNDELETED - Enum constant in enum class com.storedobject.core.DataChanged.CHANGE
 
undeletedNow(T) - Method in class com.storedobject.ui.EditableObjectGrid
This will be invoked once an item is undeleted.
UNDERLINE - Enum constant in enum class com.storedobject.pdf.PDFFont.FontStyle
 
UNDERLINE - Static variable in class com.storedobject.pdf.PDFFont
Constant used in font specification.
ungroupColumn(int, int) - Method in class com.storedobject.office.od.ods.Sheet
 
ungroupRow(int, int) - Method in class com.storedobject.office.od.ods.Sheet
 
unhideBackButton() - Method in class com.storedobject.ui.SteppedView
Unhide the "Back" button.
unhideBackButton() - Method in class com.storedobject.ui.util.Stepper
 
unhideCancelButton() - Method in class com.storedobject.ui.SteppedView
Unhide the "Cancel" button.
unhideCancelButton() - Method in class com.storedobject.ui.util.Stepper
 
unhideColumn(String) - Method in class com.storedobject.ui.ObjectLinkField
 
unhideFinishButton() - Method in class com.storedobject.ui.SteppedView
Unhide the "Finish" button.
unhideFinishButton() - Method in class com.storedobject.ui.util.Stepper
 
unhideNextButton() - Method in class com.storedobject.ui.SteppedView
Unhide the "Next" button.
unhideNextButton() - Method in class com.storedobject.ui.util.Stepper
 
unit() - Method in class com.storedobject.iot.DataSet.LimitStatus
 
unit() - Method in record class com.storedobject.ui.iot.Consumption4Unit
Returns the value of the unit record component.
unit() - Method in record class com.storedobject.ui.iot.Data4Unit
Returns the value of the unit record component.
Unit - Class in com.storedobject.iot
Represents a unit with various attributes and methods for handling its statistics, ordinality, block association, and other operations.
Unit() - Constructor for class com.storedobject.iot.Unit
 
UnitCost - Class in com.storedobject.core
 
UnitCost(Money, MeasurementUnit) - Constructor for class com.storedobject.core.UnitCost
 
UnitCost(Money, Quantity) - Constructor for class com.storedobject.core.UnitCost
 
UnitDefinition - Class in com.storedobject.iot
 
UnitDefinition() - Constructor for class com.storedobject.iot.UnitDefinition
 
UnitDefinitionBrowser - Class in com.storedobject.ui.iot
 
UnitDefinitionBrowser() - Constructor for class com.storedobject.ui.iot.UnitDefinitionBrowser
 
UnitDefinitionBrowser(String) - Constructor for class com.storedobject.ui.iot.UnitDefinitionBrowser
 
UnitItem - Class in com.storedobject.iot
 
UnitItem() - Constructor for class com.storedobject.iot.UnitItem
 
UnitItemType - Class in com.storedobject.iot
 
UnitItemType() - Constructor for class com.storedobject.iot.UnitItemType
 
UnitType - Class in com.storedobject.iot
 
UnitType() - Constructor for class com.storedobject.iot.UnitType
 
UNKNOWN_ACTION - Static variable in class com.storedobject.common.Fault
 
UNKNOWN_ALG - Static variable in class com.storedobject.core.Secret
 
unlinkFrom(Transaction, FileFolder) - Method in class com.storedobject.core.FileData
 
unlock(TransactionManager) - Method in class com.storedobject.core.SystemUser
 
unlocked(SystemUser) - Method in interface com.storedobject.core.Authenticator
This method is invoked when a locked user is unlocked.
UnlockUser - Class in com.storedobject.ui.tools
 
UnlockUser() - Constructor for class com.storedobject.ui.tools.UnlockUser
 
UnpostedJournal - Class in com.storedobject.core
 
UnpostedJournal() - Constructor for class com.storedobject.core.UnpostedJournal
 
UnpostedJournalEntry - Class in com.storedobject.core
 
UnpostedJournalEntry() - Constructor for class com.storedobject.core.UnpostedJournalEntry
 
unregister() - Method in class com.storedobject.vaadin.ResourceSupport
Unregister the resource (typically invoked when the component is detached).
unregister(Consumer<Id>) - Static method in class com.storedobject.iot.DataSet
 
unwrap(Object) - Method in class com.storedobject.ui.AbstractObjectForest
 
unwrap(T) - Method in interface com.storedobject.vaadin.HasColumns
Sometimes the row object being rendered may be embedded in another object and just before rendering the row's column details, it may have to be unwrapped.
UOMField - Class in com.storedobject.ui.inventory
A field for inputting MeasurementUnits.
UOMField() - Constructor for class com.storedobject.ui.inventory.UOMField
Constructor.
UOMField(boolean) - Constructor for class com.storedobject.ui.inventory.UOMField
Constructor.
UOMField(String) - Constructor for class com.storedobject.ui.inventory.UOMField
Constructor.
UOMField(String, boolean) - Constructor for class com.storedobject.ui.inventory.UOMField
Constructor.
UPC_A - Enum constant in enum class com.storedobject.common.Barcode.Format
UPC-A 1D format.
UPC_E - Enum constant in enum class com.storedobject.common.Barcode.Format
UPC-E 1D format.
UPC_EAN_EXTENSION - Enum constant in enum class com.storedobject.common.Barcode.Format
UPC/EAN extension format.
update() - Method in class com.storedobject.chart.SOChart
Update the chart display with current set of components.
update() - Method in interface com.storedobject.common.StyledBuilder
Update internals if required.
update() - Method in class com.storedobject.ui.Alert
 
update() - Method in class com.storedobject.ui.ELabel
 
update() - Method in class com.storedobject.ui.ELabels
 
update() - Method in interface com.storedobject.ui.StyledBuilder
 
update(boolean) - Method in class com.storedobject.chart.SOChart
This method is same as SOChart.update() but based on the parameter passed, no data may be passed to the client-side.
update(Account) - Method in class com.storedobject.core.JSONTranSync
Update the account's transactions from other sources.
update(Contact) - Method in class com.storedobject.ui.util.ContactData
 
update(FileData) - Method in class com.storedobject.ui.util.StreamAttachmentData
 
update(O) - Method in class com.storedobject.core.StoredObjectLink.Copy
 
update(T) - Method in interface com.storedobject.core.EditableList
Update an item.
update(T) - Method in class com.storedobject.ui.AbstractEditableGrid
 
update(T) - Method in interface com.storedobject.ui.LinkValue
 
update(T) - Method in class com.storedobject.ui.util.ExtraInfoValue
 
update(T, boolean) - Method in class com.storedobject.ui.EditableListProvider
 
update(T, boolean) - Method in class com.storedobject.ui.EditableObjectListProvider
 
update(T, boolean) - Method in interface com.storedobject.ui.EditableProvider
 
update(T, boolean) - Method in class com.storedobject.ui.ReferenceLinkListProvider
 
updateCost(TransactionManager, Money) - Method in class com.storedobject.core.InventoryLedger
 
updateCost(TransactionManager, Money, boolean) - Method in class com.storedobject.core.InventoryItem
Update the cost of this item.
updated() - Method in class com.storedobject.core.StoredObject
Is this instance updated a new version in the database?
updated(T) - Method in interface com.storedobject.ui.ObjectChangedListener
Fired when an object is updated.
updated(T) - Method in class com.storedobject.ui.ObjectEditor
This method is invoked whenever a new object is updated in the database.
updated(T) - Method in class com.storedobject.ui.ObjectForestProvider
 
updated(T) - Method in class com.storedobject.ui.ObjectTreeProvider
 
UPDATED - Enum constant in enum class com.storedobject.core.DataChanged.CHANGE
 
updateData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.SOChart
Update the chart with modified data from the data provider.
updateData(HasData...) - Method in class com.storedobject.chart.SOChart
Update the chart with modified data from the data providers of a given set of data owners.
updateDefinitions(TransactionManager, InputStream, StyledBuilder) - Static method in class com.storedobject.tools.JavaTool
 
updatedNow(T) - Method in class com.storedobject.ui.EditableObjectGrid
This will be invoked once an item is updated.
updatedNow(T) - Method in class com.storedobject.ui.ObjectListEditor
 
updateReference(TransactionManager, String) - Method in class com.storedobject.core.InventoryLedger
 
updateSalutation(TransactionManager, int, String, boolean, boolean, boolean) - Static method in class com.storedobject.core.Person
 
updateSubject(Transaction, String) - Method in class com.storedobject.core.Memo
 
updateSuffix(TransactionManager, int, String) - Static method in class com.storedobject.core.Person
 
updateValue() - Method in class com.storedobject.ui.ObjectField
 
updateValue() - Method in class com.storedobject.ui.ObjectFormField
 
updateValue() - Method in class com.storedobject.ui.PhoneField
 
updateValues(TransactionManager, Quantity, Money, String) - Method in class com.storedobject.core.InventoryGRNItem
Update various attribute values.
upload() - Method in class com.storedobject.core.JavaClass
 
upload(Transaction) - Method in class com.storedobject.core.JavaClass
 
upload(TransactionManager, String, BufferedReader, boolean, boolean, boolean) - Static method in class com.storedobject.tools.Packager
 
upload(String, InputStream) - Method in class com.storedobject.client.Client
Upload new binary content to the server.
upload(String, InputStream, String) - Method in class com.storedobject.client.Client
Upload some binary content to the server.
uploadAborted() - Method in class com.storedobject.ui.UploadProcessorView
 
UploadField - Class in com.storedobject.vaadin
A class to process uploaded content.
UploadField() - Constructor for class com.storedobject.vaadin.UploadField
Constructor.
UploadField(String) - Constructor for class com.storedobject.vaadin.UploadField
Constructor.
UploadField(String, BiConsumer<InputStream, String>) - Constructor for class com.storedobject.vaadin.UploadField
Constructor.
UploadField(BiConsumer<InputStream, String>) - Constructor for class com.storedobject.vaadin.UploadField
Constructor.
UploadProcessorView - Class in com.storedobject.ui
 
UploadProcessorView(String) - Constructor for class com.storedobject.ui.UploadProcessorView
 
UploadProcessorView(String, String) - Constructor for class com.storedobject.ui.UploadProcessorView
 
UploadProcessorView(String, String, BiConsumer<InputStream, String>) - Constructor for class com.storedobject.ui.UploadProcessorView
 
UploadProcessorView(String, BiConsumer<InputStream, String>) - Constructor for class com.storedobject.ui.UploadProcessorView
 
uppercase() - Method in interface com.storedobject.vaadin.util.HasTextValue
Convert input into uppercase characters.
url(String) - Method in class com.storedobject.common.HTTP2.Builder
Sets the URL for the HTTP request.
USAddress - Class in com.storedobject.common
US Address
line[0]: Code for the state.
USAddress() - Constructor for class com.storedobject.common.USAddress
 
USAddressForm - Class in com.storedobject.ui.util
 
USAddressForm() - Constructor for class com.storedobject.ui.util.USAddressForm
 
useBezierSmoothening(double, boolean) - Method in class com.storedobject.chart.Polyline
Use Bezier interpolation to smoothen the rendering.
useCatmullRomSmoothening() - Method in class com.storedobject.chart.Polyline
Use Catmull-Rom spline smoothening.
useNoSmoothening() - Method in class com.storedobject.chart.Polyline
Switch off all smoothening.
user() - Method in class com.storedobject.core.StoredObject
Get the system user who created/edited this object lately.
User(Attributes) - Constructor for class com.storedobject.common.LDAP.User
 
User_Not_Active - Exception Class in com.storedobject.core
 
User_Not_Active() - Constructor for exception class com.storedobject.core.User_Not_Active
 
User_Not_Found - Exception Class in com.storedobject.core
 
User_Not_Found() - Constructor for exception class com.storedobject.core.User_Not_Found
 
UserField - Class in com.storedobject.ui
 
UserField(ObjectField.Type) - Constructor for class com.storedobject.ui.UserField
 
UserField(ObjectInput<SystemUser>) - Constructor for class com.storedobject.ui.UserField
 
UserField(Class<SystemUser>) - Constructor for class com.storedobject.ui.UserField
 
UserField(Iterable<SystemUser>) - Constructor for class com.storedobject.ui.UserField
 
UserField(String, ObjectInput<SystemUser>) - Constructor for class com.storedobject.ui.UserField
 
UserField(String, Class<SystemUser>) - Constructor for class com.storedobject.ui.UserField
 
UserField(String, Class<SystemUser>, ObjectField.Type) - Constructor for class com.storedobject.ui.UserField
 
UserField(String, Iterable<SystemUser>) - Constructor for class com.storedobject.ui.UserField
 
UserField(String, List<SystemUser>) - Constructor for class com.storedobject.ui.UserField
 
UserField(List<SystemUser>) - Constructor for class com.storedobject.ui.UserField
 
userId() - Method in class com.storedobject.core.StoredObject
Get the Id of the user who created/edited this object lately.
UserLog - Class in com.storedobject.ui.tools
 
UserLog() - Constructor for class com.storedobject.ui.tools.UserLog
 
UserPermissionEditor - Class in com.storedobject.ui.tools
 
UserPermissionEditor() - Constructor for class com.storedobject.ui.tools.UserPermissionEditor
 
UserRegistrationConfiguration - Class in com.storedobject.core
 
UserRegistrationConfiguration() - Constructor for class com.storedobject.core.UserRegistrationConfiguration
 
userSQL() - Method in class com.storedobject.core.Database
The SQL string that can return the login name of the current user as a column value.
userSQL() - Method in class com.storedobject.database.postgres.Database
 
useTransaction() - Method in class com.storedobject.core.TransactionControl
User the currently active transaction.
Utility - Class in com.storedobject.core
General utility methods.
Utility() - Constructor for class com.storedobject.core.Utility
 

V

V_1_1 - Enum constant in enum class com.storedobject.common.SOAP.Version
 
V_1_2 - Enum constant in enum class com.storedobject.common.SOAP.Version
 
validate() - Method in class com.storedobject.chart.AbstractChart
 
validate() - Method in interface com.storedobject.chart.AbstractDataProvider
 
validate() - Method in class com.storedobject.chart.AbstractDataZoom
 
validate() - Method in class com.storedobject.chart.Axis
 
validate() - Method in class com.storedobject.chart.BubbleChart
 
validate() - Method in class com.storedobject.chart.CandlestickChart
 
validate() - Method in class com.storedobject.chart.Chart
 
validate() - Method in interface com.storedobject.chart.ComponentGroup
This method is invoked before the ComponentGroup.addParts(SOChart) to verify that the ComponentGroup is valid.
validate() - Method in interface com.storedobject.chart.ComponentPart
This method is invoked by SOChart to check if the component or part is valid or not.
validate() - Method in class com.storedobject.chart.ComposedPart
 
validate() - Method in class com.storedobject.chart.CoordinateSystem
 
validate() - Method in class com.storedobject.chart.GraphChart
 
validate() - Method in class com.storedobject.chart.HeatmapChart
 
validate() - Method in class com.storedobject.chart.Legend
 
validate() - Method in class com.storedobject.chart.Node.Type
 
validate() - Method in class com.storedobject.chart.Node
 
validate() - Method in class com.storedobject.chart.PolarCoordinate
 
validate() - Method in class com.storedobject.chart.RadarChart
 
validate() - Method in class com.storedobject.chart.RadarCoordinate
 
validate() - Method in class com.storedobject.chart.RectangularCoordinate
 
validate() - Method in class com.storedobject.chart.SankeyChart.Edge
 
validate() - Method in class com.storedobject.chart.SankeyData
 
validate() - Method in class com.storedobject.chart.ScatterChart
 
validate() - Method in class com.storedobject.chart.Shape
 
validate() - Method in class com.storedobject.chart.SunburstChart
 
validate() - Method in class com.storedobject.chart.Title
 
validate() - Method in class com.storedobject.chart.Toolbox
 
validate() - Method in class com.storedobject.chart.Tooltip
 
validate() - Method in class com.storedobject.chart.TreeChart
 
validate() - Method in interface com.storedobject.chart.TreeDataProvider
 
validate() - Method in class com.storedobject.chart.TreemapChart
 
validate() - Method in class com.storedobject.chart.VisiblePart
 
validate() - Method in class com.storedobject.chart.VisualMap
 
validate() - Method in class com.storedobject.common.Address
Validate the address.
validate() - Method in class com.storedobject.core.AbstractCheckList
 
validate() - Method in class com.storedobject.core.FileCirculation
 
validate() - Method in class com.storedobject.core.FileData
 
validate() - Method in class com.storedobject.core.InventoryGRNItem
 
validate() - Method in class com.storedobject.core.InventoryItem
 
validate() - Method in class com.storedobject.core.InventoryItemType
 
validate() - Method in class com.storedobject.core.InventoryLocation
 
validate() - Method in class com.storedobject.core.InventoryPO
 
validate() - Method in class com.storedobject.core.JavaClass
 
validate() - Method in class com.storedobject.core.JavaInnerClass
 
validate() - Method in class com.storedobject.core.JournalVoucher
 
validate() - Method in class com.storedobject.core.MaterialIssued
 
validate() - Method in class com.storedobject.core.MaterialRequest
 
validate() - Method in class com.storedobject.core.Memo
 
validate() - Method in class com.storedobject.core.MemoComment
 
validate() - Method in class com.storedobject.core.PackingUnit
 
validate() - Method in class com.storedobject.core.PseudoTran
 
validate() - Method in class com.storedobject.core.PseudoTranApproval
 
validate() - Method in class com.storedobject.core.PseudoTranDetail
 
validate() - Method in class com.storedobject.core.StoredObject
This method is invoked internally by the system whenever the object gets saved to the DB (that means, while doing transactions).
validate() - Method in class com.storedobject.core.SystemUser
 
validate() - Method in class com.storedobject.core.Tax
 
validate() - Method in class com.storedobject.core.TextContent
 
validate() - Method in class com.storedobject.core.TransactionDate
 
validate() - Method in class com.storedobject.core.UnpostedJournal
 
validate() - Method in class com.storedobject.vaadin.SelectGrid
This method is called just before closing the grid's view and before the selected item/items are handed over to the consumer.
validate(String) - Static method in class com.storedobject.common.IBAN
Validate a given IBAN.
validateAccountStatus() - Method in class com.storedobject.accounts.CashAccount
 
validateAccountStatus() - Method in class com.storedobject.accounts.EntityAccount
 
validateAccountStatus() - Method in class com.storedobject.accounts.InstantaneousAccount
 
validateAccountStatus() - Method in class com.storedobject.core.Account
Validate account status to make sure that every status bit value adheres to the type of account.
validateAnchorValues(T) - Method in class com.storedobject.ui.ObjectBrowser
Validate the anchor values.
validateAnchorValues(T) - Method in class com.storedobject.ui.ObjectEditor
Validate the anchor values.
validateAppend(T) - Method in class com.storedobject.ui.DataGrid
This is invoked when an item is being appended.
validateCellAddress(String) - Static method in class com.storedobject.office.AbstractSpreadSheet
 
validateChildAttach(StoredObject) - Method in class com.storedobject.core.SystemUser
 
validateChildAttach(StoredObject, int) - Method in class com.storedobject.core.AbstractCheckList
 
validateChildAttach(StoredObject, int) - Method in class com.storedobject.core.AccountChart
 
validateChildAttach(StoredObject, int) - Method in class com.storedobject.core.FileFolder
 
validateChildAttach(StoredObject, int) - Method in class com.storedobject.core.InventoryGRN
 
validateChildAttach(StoredObject, int) - Method in class com.storedobject.core.InventoryItemType
 
validateChildAttach(StoredObject, int) - Method in class com.storedobject.core.InventoryPO
 
validateChildAttach(StoredObject, int) - Method in class com.storedobject.core.InventoryVirtualLocation
 
validateChildAttach(StoredObject, int) - Method in class com.storedobject.core.StoredObject
Do validation when a child is attached.
validateChildAttach(StoredObject, int) - Method in class com.storedobject.iot.UnitDefinition
 
validateChildDetach(StoredObject) - Method in class com.storedobject.core.SystemUser
 
validateChildDetach(StoredObject, int) - Method in class com.storedobject.core.AbstractCheckList
 
validateChildDetach(StoredObject, int) - Method in class com.storedobject.core.FileFolder
 
validateChildDetach(StoredObject, int) - Method in class com.storedobject.core.StoredObject
Do validation when a child is detached.
validateChildUpdate(StoredObject, int) - Method in class com.storedobject.core.AbstractCheckList
 
validateChildUpdate(StoredObject, int) - Method in class com.storedobject.core.InventoryGRN
 
validateChildUpdate(StoredObject, int) - Method in class com.storedobject.core.InventoryPO
 
validateChildUpdate(StoredObject, int) - Method in class com.storedobject.core.StoredObject
Do validation when a child is updated.
validateColumnAddress(String) - Static method in class com.storedobject.office.AbstractSpreadSheet
 
validateData() - Method in class com.storedobject.ui.accounts.JournalVoucherEditor
 
validateData() - Method in class com.storedobject.ui.ListEditor
This method is invoked by the ListEditor.save() method and if any exception is thrown, it will not carry out the real "save action".
validateData() - Method in class com.storedobject.ui.ObjectEditor
This method is invoked before saving whenever the object instance is added/edited.
validateData() - Method in class com.storedobject.ui.ObjectListEditor
This method is invoked by the ObjectListEditor.save() method and if any exception is thrown, it will not carry out the real "save action".
validateData() - Method in class com.storedobject.ui.TemplateDataForm
Validate data.
validateData() - Method in class com.storedobject.ui.tools.TableDefinitionEditor
 
validateData() - Method in class com.storedobject.vaadin.DataEditor
Validate data.
validateData() - Method in class com.storedobject.vaadin.DataForm
Validate data.
validateData(TransactionManager) - Method in class com.storedobject.accounts.AccountConfiguration
 
validateData(TransactionManager) - Method in class com.storedobject.accounts.AccountEntity
 
validateData(TransactionManager) - Method in class com.storedobject.accounts.CashAccount
 
validateData(TransactionManager) - Method in class com.storedobject.accounts.CustomerInvoice
 
validateData(TransactionManager) - Method in class com.storedobject.accounts.EntityAccount
 
validateData(TransactionManager) - Method in class com.storedobject.accounts.InstantaneousAccount
 
validateData(TransactionManager) - Method in class com.storedobject.accounts.Invoice
 
validateData(TransactionManager) - Method in class com.storedobject.accounts.SupplierInvoice
 
validateData(TransactionManager) - Method in class com.storedobject.accounts.TaxAccountConfiguration
 
validateData(TransactionManager) - Method in class com.storedobject.calendar.Calendar
 
validateData(TransactionManager) - Method in class com.storedobject.calendar.Entry
 
validateData(TransactionManager) - Method in class com.storedobject.core.AbstractCheckList
 
validateData(TransactionManager) - Method in class com.storedobject.core.AbstractServiceItemType
 
validateData(TransactionManager) - Method in class com.storedobject.core.AbstractTradeType
 
validateData(TransactionManager) - Method in class com.storedobject.core.AccessControl
 
validateData(TransactionManager) - Method in class com.storedobject.core.Account
 
validateData(TransactionManager) - Method in class com.storedobject.core.AccountChart
 
validateData(TransactionManager) - Method in class com.storedobject.core.AccountChartMap
 
validateData(TransactionManager) - Method in class com.storedobject.core.AccountLimit
 
validateData(TransactionManager) - Method in class com.storedobject.core.AccountTitle
 
validateData(TransactionManager) - Method in class com.storedobject.core.ApplicableDataLogic
 
validateData(TransactionManager) - Method in class com.storedobject.core.AttachmentDefinition
 
validateData(TransactionManager) - Method in class com.storedobject.core.AuditTrailConfiguration
 
validateData(TransactionManager) - Method in class com.storedobject.core.AuditTrailLinkConfiguration
 
validateData(TransactionManager) - Method in class com.storedobject.core.AutoLogin
 
validateData(TransactionManager) - Method in class com.storedobject.core.BranchAccount
 
validateData(TransactionManager) - Method in class com.storedobject.core.ConnectorLogic
 
validateData(TransactionManager) - Method in class com.storedobject.core.Consignment
 
validateData(TransactionManager) - Method in class com.storedobject.core.ConsignmentItem
 
validateData(TransactionManager) - Method in class com.storedobject.core.ConsignmentPacket
 
validateData(TransactionManager) - Method in class com.storedobject.core.Contact
 
validateData(TransactionManager) - Method in class com.storedobject.core.ContactGroupingCode
 
validateData(TransactionManager) - Method in class com.storedobject.core.ContactType
 
validateData(TransactionManager) - Method in class com.storedobject.core.CurrencyRate
 
validateData(TransactionManager) - Method in class com.storedobject.core.DashboardDefinition
 
validateData(TransactionManager) - Method in class com.storedobject.core.DataChangeNotifierLogic
Validates the data using the parent class' validateData method.
validateData(TransactionManager) - Method in class com.storedobject.core.DataLogic
Validates input data.
validateData(TransactionManager) - Method in class com.storedobject.core.DeveloperLog
 
validateData(TransactionManager) - Method in class com.storedobject.core.DeviceLayout
 
validateData(TransactionManager) - Method in class com.storedobject.core.Document
 
validateData(TransactionManager) - Method in class com.storedobject.core.DocumentConfiguration
 
validateData(TransactionManager) - Method in class com.storedobject.core.Entity
 
validateData(TransactionManager) - Method in class com.storedobject.core.EntityRole
 
validateData(TransactionManager) - Method in class com.storedobject.core.ExchangeRate
 
validateData(TransactionManager) - Method in class com.storedobject.core.ExternalSystemUser
 
validateData(TransactionManager) - Method in class com.storedobject.core.ExtraInfoDefinition
 
validateData(TransactionManager) - Method in class com.storedobject.core.FileCirculation
 
validateData(TransactionManager) - Method in class com.storedobject.core.FileData
 
validateData(TransactionManager) - Method in class com.storedobject.core.FileFolder
 
validateData(TransactionManager) - Method in class com.storedobject.core.FileFolderAccessRights
 
validateData(TransactionManager) - Method in class com.storedobject.core.GlobalProperty
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryAPN
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryAssembly
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryBin
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryCustodyLocation
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryFitmentPosition
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryGRN
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryGRNItem
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryItem
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryItemType
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryLedger
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryLocation
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryPO
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryPOItem
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryReservedBin
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryRO
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryROItem
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventorySale
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryStore
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryStoreBin
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryTransfer
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryTransferItem
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryUnitCorrection
 
validateData(TransactionManager) - Method in class com.storedobject.core.InventoryVirtualLocation
 
validateData(TransactionManager) - Method in class com.storedobject.core.JavaClass
 
validateData(TransactionManager) - Method in class com.storedobject.core.JavaInnerClass
 
validateData(TransactionManager) - Method in class com.storedobject.core.JournalVoucher
 
validateData(TransactionManager) - Method in class com.storedobject.core.JournalVoucherStage
 
validateData(TransactionManager) - Method in class com.storedobject.core.LandedCost
 
validateData(TransactionManager) - Method in class com.storedobject.core.LandedCostType
 
validateData(TransactionManager) - Method in class com.storedobject.core.Logic
 
validateData(TransactionManager) - Method in class com.storedobject.core.LogicGroup
 
validateData(TransactionManager) - Method in class com.storedobject.core.LoginMessage
 
validateData(TransactionManager) - Method in class com.storedobject.core.MaterialIssued
 
validateData(TransactionManager) - Method in class com.storedobject.core.MaterialIssuedItem
 
validateData(TransactionManager) - Method in class com.storedobject.core.MaterialRequest
 
validateData(TransactionManager) - Method in class com.storedobject.core.MaterialRequestItem
 
validateData(TransactionManager) - Method in class com.storedobject.core.MaterialRequestPriority
 
validateData(TransactionManager) - Method in class com.storedobject.core.MediaFile
 
validateData(TransactionManager) - Method in class com.storedobject.core.Memo
 
validateData(TransactionManager) - Method in class com.storedobject.core.MemoComment
 
validateData(TransactionManager) - Method in class com.storedobject.core.MemoType
 
validateData(TransactionManager) - Method in class com.storedobject.core.Message
 
validateData(TransactionManager) - Method in class com.storedobject.core.MessageTemplate
 
validateData(TransactionManager) - Method in class com.storedobject.core.ModuleLogic
 
validateData(TransactionManager) - Method in class com.storedobject.core.Name
 
validateData(TransactionManager) - Method in class com.storedobject.core.ObjectPermission
 
validateData(TransactionManager) - Method in class com.storedobject.core.ObjectPermissionGroup
 
validateData(TransactionManager) - Method in class com.storedobject.core.ObjectPermissionUser
 
validateData(TransactionManager) - Method in class com.storedobject.core.OffsetAccount
 
validateData(TransactionManager) - Method in class com.storedobject.core.PackingUnit
 
validateData(TransactionManager) - Method in class com.storedobject.core.ParameterLogic
 
validateData(TransactionManager) - Method in class com.storedobject.core.PasswordPolicy
 
validateData(TransactionManager) - Method in class com.storedobject.core.Person
 
validateData(TransactionManager) - Method in class com.storedobject.core.PersonRole
 
validateData(TransactionManager) - Method in class com.storedobject.core.PIN
 
validateData(TransactionManager) - Method in class com.storedobject.core.PrintLogicDefinition
 
validateData(TransactionManager) - Method in class com.storedobject.core.PseudoTranApproval
 
validateData(TransactionManager) - Method in class com.storedobject.core.ReportColumnDefinition
 
validateData(TransactionManager) - Method in class com.storedobject.core.ReportDefinition
 
validateData(TransactionManager) - Method in class com.storedobject.core.ReportFormat
 
validateData(TransactionManager) - Method in class com.storedobject.core.Secret
 
validateData(TransactionManager) - Method in class com.storedobject.core.SerialConfigurator
 
validateData(TransactionManager) - Method in class com.storedobject.core.SerialGenerator
 
validateData(TransactionManager) - Method in class com.storedobject.core.SerialPattern
 
validateData(TransactionManager) - Method in class com.storedobject.core.ServerInformation
 
validateData(TransactionManager) - Method in class com.storedobject.core.ServerLink
 
validateData(TransactionManager) - Method in class com.storedobject.core.ShortName
 
validateData(TransactionManager) - Method in class com.storedobject.core.Signature
 
validateData(TransactionManager) - Method in class com.storedobject.core.SOClass
 
validateData(TransactionManager) - Method in class com.storedobject.core.StoredObject
This will be invoked by the system whenever the object is saved to the DB.
validateData(TransactionManager) - Method in class com.storedobject.core.StreamData
 
validateData(TransactionManager) - Method in class com.storedobject.core.SubscriptionItem
 
validateData(TransactionManager) - Method in class com.storedobject.core.SystemEntity
 
validateData(TransactionManager) - Method in class com.storedobject.core.SystemUser
 
validateData(TransactionManager) - Method in class com.storedobject.core.SystemUserGroup
 
validateData(TransactionManager) - Method in class com.storedobject.core.Tax
 
validateData(TransactionManager) - Method in class com.storedobject.core.TaxDefinition
 
validateData(TransactionManager) - Method in class com.storedobject.core.TaxMethod
 
validateData(TransactionManager) - Method in class com.storedobject.core.TaxRate
 
validateData(TransactionManager) - Method in class com.storedobject.core.TaxType
 
validateData(TransactionManager) - Method in class com.storedobject.core.TextContent
 
validateData(TransactionManager) - Method in class com.storedobject.core.TransactionDate
 
validateData(TransactionManager) - Method in class com.storedobject.core.TransactionValueDate
 
validateData(TransactionManager) - Method in class com.storedobject.core.UIAction
 
validateData(TransactionManager) - Method in class com.storedobject.core.UIFieldMetadata
 
validateData(TransactionManager) - Method in class com.storedobject.core.UnpostedJournal
 
validateData(TransactionManager) - Method in class com.storedobject.core.UnpostedJournalEntry
 
validateData(TransactionManager) - Method in class com.storedobject.core.UserRegistrationConfiguration
 
validateData(TransactionManager) - Method in class com.storedobject.core.WebBiometric
 
validateData(TransactionManager) - Method in class com.storedobject.iot.Block
Validates the data of the Block object by performing various checks such as ensuring certain fields are populated, validating relationships, and defaulting missing attributes where necessary.
validateData(TransactionManager) - Method in class com.storedobject.iot.BlockDisplayContent
 
validateData(TransactionManager) - Method in class com.storedobject.iot.Command
 
validateData(TransactionManager) - Method in class com.storedobject.iot.Consumption
Validates the data associated with the consumption record by ensuring that the specified item and resource are of the correct types and are properly set.
validateData(TransactionManager) - Method in class com.storedobject.iot.ControlSchedule
 
validateData(TransactionManager) - Method in class com.storedobject.iot.CustomMessageLogic
 
validateData(TransactionManager) - Method in class com.storedobject.iot.Data
 
validateData(TransactionManager) - Method in class com.storedobject.iot.FullConsumption
 
validateData(TransactionManager) - Method in class com.storedobject.iot.LimitMessage
 
validateData(TransactionManager) - Method in class com.storedobject.iot.MQTT
 
validateData(TransactionManager) - Method in class com.storedobject.iot.Resource
 
validateData(TransactionManager) - Method in class com.storedobject.iot.Site
Validates the data fields of the Site object before saving or processing.
validateData(TransactionManager) - Method in class com.storedobject.iot.Statistics
Validates the data of the current object.
validateData(TransactionManager) - Method in class com.storedobject.iot.Unit
 
validateData(TransactionManager) - Method in class com.storedobject.iot.UnitDefinition
 
validateData(TransactionManager) - Method in class com.storedobject.iot.UnitItem
 
validateData(TransactionManager) - Method in class com.storedobject.iot.UnitItemType
 
validateData(TransactionManager) - Method in class com.storedobject.iot.UnitType
 
validateData(TransactionManager) - Method in class com.storedobject.iot.ValueDefinition
 
validateData(TransactionManager) - Method in class com.storedobject.iot.ValueImagePosition
 
validateData(TransactionManager) - Method in class com.storedobject.iot.ValueLimit
 
validateData(TransactionManager) - Method in class com.storedobject.job.Log
 
validateData(TransactionManager) - Method in class com.storedobject.job.MessageEscalation
 
validateData(TransactionManager) - Method in class com.storedobject.job.MessageEscalationGroup
 
validateData(TransactionManager) - Method in class com.storedobject.job.MessageGroup
 
validateData(TransactionManager) - Method in class com.storedobject.job.Schedule
 
validateData(TransactionManager) - Method in class com.storedobject.mail.Attachment
 
validateData(TransactionManager) - Method in class com.storedobject.mail.Error
 
validateData(TransactionManager) - Method in class com.storedobject.mail.GMailSender
 
validateData(TransactionManager) - Method in class com.storedobject.mail.Mail
 
validateData(TransactionManager) - Method in class com.storedobject.mail.MailSender
 
validateData(TransactionManager) - Method in class com.storedobject.mail.Sender
 
validateData(TransactionManager) - Method in class com.storedobject.mail.SenderGroup
 
validateData(TransactionManager) - Method in class com.storedobject.sms.Provider
 
validateData(TransactionManager) - Method in class com.storedobject.sms.SMSMessage
 
validateData(TransactionManager) - Method in class com.storedobject.telegram.Bot
 
validateData(TransactionManager) - Method in class com.storedobject.telegram.Telegram
 
validateData(TransactionManager) - Method in class com.storedobject.tools.ColumnDefinition
 
validateData(TransactionManager) - Method in class com.storedobject.tools.IndexDefinition
 
validateData(TransactionManager) - Method in class com.storedobject.tools.LinkDefinition
 
validateData(TransactionManager) - Method in class com.storedobject.tools.Packager
 
validateData(TransactionManager) - Method in class com.storedobject.tools.TableDefinition
 
validateData(TransactionManager) - Method in class com.storedobjects.support.Issue
 
validateData(TransactionManager) - Method in class com.storedobjects.support.Product
 
validateData(TransactionManager) - Method in class com.storedobjects.support.ProductSkill
 
validateData(TransactionManager) - Method in class com.storedobjects.support.SupportPerson
 
validateData(TransactionManager) - Method in class com.storedobjects.support.SupportUser
 
validateData(T) - Method in class com.storedobject.ui.EditableObjectGrid
This method is invoked to validate the item being added/edited via the UI.
validateDelete() - Method in class com.storedobject.accounts.Invoice
 
validateDelete() - Method in class com.storedobject.core.Account
 
validateDelete() - Method in class com.storedobject.core.ContactGroupingCode
 
validateDelete() - Method in class com.storedobject.core.FileFolder
 
validateDelete() - Method in class com.storedobject.core.InventoryAssembly
 
validateDelete() - Method in class com.storedobject.core.InventoryGRN
 
validateDelete() - Method in class com.storedobject.core.InventoryGRNItem
 
validateDelete() - Method in class com.storedobject.core.InventoryItem
 
validateDelete() - Method in class com.storedobject.core.InventoryPO
 
validateDelete() - Method in class com.storedobject.core.InventoryReservedBin
 
validateDelete() - Method in class com.storedobject.core.InventoryStoreBin
 
validateDelete() - Method in class com.storedobject.core.InventoryTransfer
 
validateDelete() - Method in class com.storedobject.core.InventoryTransferItem
 
validateDelete() - Method in class com.storedobject.core.JavaClass
 
validateDelete() - Method in class com.storedobject.core.Logic
 
validateDelete() - Method in class com.storedobject.core.LoginMessage
 
validateDelete() - Method in class com.storedobject.core.MaterialIssued
 
validateDelete() - Method in class com.storedobject.core.MaterialRequest
 
validateDelete() - Method in class com.storedobject.core.MaterialRequestItem
 
validateDelete() - Method in class com.storedobject.core.Memo
 
validateDelete() - Method in class com.storedobject.core.PackingUnit
 
validateDelete() - Method in class com.storedobject.core.SerialGenerator
 
validateDelete() - Method in class com.storedobject.core.StoredObject
This method will be invoked whenever an existing instance is deleted from the database.
validateDelete() - Method in class com.storedobject.core.SystemUser
 
validateDelete() - Method in class com.storedobject.core.SystemUserGroup
 
validateDelete() - Method in class com.storedobject.iot.ValueDefinition
 
validateDelete(T) - Method in class com.storedobject.ui.DataGrid
This is invoked when an item is being deleted.
validateFieldValues() - Method in class com.storedobject.ui.EditableGrid
This will be invoked just before accepting the changes when editing.
validateFilterCondition(T) - Method in interface com.storedobject.ui.ObjectGridData
 
validateInsert() - Method in class com.storedobject.core.InventoryStore
 
validateInsert() - Method in class com.storedobject.core.MaterialRequestItem
 
validateInsert() - Method in class com.storedobject.core.PseudoTran
 
validateInsert() - Method in class com.storedobject.core.SerialGenerator
 
validateInsert() - Method in class com.storedobject.core.StoredObject
This method will be invoked whenever a new instance is saved to the database.
validateInsert() - Method in class com.storedobject.iot.Command
 
validateInsert(T) - Method in class com.storedobject.ui.DataGrid
This is invoked when a newly created item is being inserted.
validateMergedRegions() - Method in class com.storedobject.office.od.ods.Sheet
 
validateNewPassword(char[], char[]) - Method in class com.storedobject.core.SystemUser
 
validateNewPIN(char[], char[]) - Method in class com.storedobject.core.PIN
 
validateParentAttach(StoredObject, int) - Method in class com.storedobject.core.AccountChart
 
validateParentAttach(StoredObject, int) - Method in class com.storedobject.core.InventoryAPN
 
validateParentAttach(StoredObject, int) - Method in class com.storedobject.core.StoredObject
Do validation when this gets attached to a parent object.
validateParentDetach(StoredObject, int) - Method in class com.storedobject.core.FileData
 
validateParentDetach(StoredObject, int) - Method in class com.storedobject.core.StoredObject
Do validation when this gets detached from a parent object.
validateParentUpdate(StoredObject, int) - Method in class com.storedobject.core.StoredObject
Validate the parent when it is updated.
validateRangeAddress(String) - Static method in class com.storedobject.office.AbstractSpreadSheet
 
validateReload(T) - Method in class com.storedobject.ui.DataGrid
This is invoked when an item is being undeleted.
validateRowAddress(String) - Static method in class com.storedobject.office.AbstractSpreadSheet
 
validateSecurityPassword(String) - Method in class com.storedobject.core.Database
 
validateUndelete() - Method in class com.storedobject.core.StoredObject
This method will be invoked whenever an old instance is resurrected in the database.
validateUndelete(T) - Method in class com.storedobject.ui.DataGrid
This is invoked when an item is being undeleted.
validateUoMCorrection(MeasurementUnit, MeasurementUnit) - Method in class com.storedobject.core.InventoryItemType
 
validateUpdate() - Method in class com.storedobject.accounts.Invoice
 
validateUpdate() - Method in class com.storedobject.core.ExternalSystemUser
 
validateUpdate() - Method in class com.storedobject.core.InventoryBin
 
validateUpdate() - Method in class com.storedobject.core.InventoryGRN
 
validateUpdate() - Method in class com.storedobject.core.InventoryItem
 
validateUpdate() - Method in class com.storedobject.core.InventoryPO
 
validateUpdate() - Method in class com.storedobject.core.JournalVoucher
 
validateUpdate() - Method in class com.storedobject.core.MaterialRequest
 
validateUpdate() - Method in class com.storedobject.core.MaterialRequestItem
 
validateUpdate() - Method in class com.storedobject.core.MemoType
 
validateUpdate() - Method in class com.storedobject.core.SerialGenerator
 
validateUpdate() - Method in class com.storedobject.core.ServerInformation
 
validateUpdate() - Method in class com.storedobject.core.StoredObject
This method will be invoked whenever an existing instance is updated in the database.
validateUpdate() - Method in class com.storedobject.iot.Command
 
validateUpdate(T) - Method in class com.storedobject.ui.DataGrid
This is invoked when an item is being updated.
validateWorkingDate(Device, JournalVoucher, Date) - Method in class com.storedobject.core.JSONTransact
 
validName(String) - Static method in class com.storedobject.core.FileData
Check the given name is a valida file name or not.
value - Variable in class com.storedobject.common.HTMLText
 
value - Variable in class com.storedobject.core.DecimalNumber
 
value() - Method in record class com.storedobject.common.StyledBuilder.Style
Returns the value of the value record component.
value() - Method in record class com.storedobject.iot.Data.Value
Returns the value of the value record component.
value() - Method in class com.storedobject.iot.DataSet.AlarmStatus
Returns the string representation of the alarm's current value.
value() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the string representation of the value associated with the current data status.
value() - Method in class com.storedobject.iot.DataSet.LimitStatus
Provides the current value as a formatted string.
value(double, boolean) - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the string representation of the specified value, optionally including the unit.
value(double, boolean) - Method in class com.storedobject.iot.DataSet.LimitStatus
Formats a given numeric value into a string representation.
value(Integer) - Method in class com.storedobject.common.IntegerRange
 
value(Long) - Method in class com.storedobject.common.LongRange
 
value(String) - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the string representation of the value associated with the specified attribute for the current data status.
value(String) - Method in class com.storedobject.iot.DataSet.LimitStatus
Retrieves the formatted value of the specified attribute for the current status.
value(T) - Method in class com.storedobject.common.Range
 
value(T) - Method in class com.storedobject.core.AbstractPeriod
 
Value(long, double) - Constructor for record class com.storedobject.iot.Data.Value
Creates an instance of a Value record class.
valueChanged(ChangedValues) - Method in class com.storedobject.ui.accounts.StatementView
 
valueChanged(ChangedValues) - Method in class com.storedobject.ui.CalendarViewer
 
valueChanged(ChangedValues) - Method in class com.storedobject.ui.tools.SystemLogViewer
 
valueChanged(ChangedValues) - Method in interface com.storedobject.vaadin.ExecutableView
This default implementation invokes the ExecutableView.clicked(Component) with the changed field as the parameter.
valueChanged(ChangedValues) - Method in interface com.storedobject.vaadin.ValueChangeHandler
Invoked by ValueChangeHandler.valueChanged(HasValue.ValueChangeEvent) when a value of a field (HasValue) is changed.
valueChanged(HasValue.ValueChangeEvent) - Method in interface com.storedobject.vaadin.ValueChangeHandler
Default implemenation invokes ValueChangeHandler.valueChanged(ChangedValues).
ValueChangeHandler - Interface in com.storedobject.vaadin
Enahancemet to HasValue.ValueChangeListener that wraps the changed field (HasValue and its value into ChangedValues and invoke (default implementation) ValueChangeHandler.valueChanged(ChangedValues).
ValueChangeListeners - Class in com.storedobject.vaadin.util
 
ValueChangeListeners() - Constructor for class com.storedobject.vaadin.util.ValueChangeListeners
 
ValueChart - Class in com.storedobject.ui.iot
 
ValueChart(GUI) - Constructor for class com.storedobject.ui.iot.ValueChart
 
ValueConverter<T> - Class in com.storedobject.core.converter
 
ValueConverter() - Constructor for class com.storedobject.core.converter.ValueConverter
 
ValueDefinition<VT> - Class in com.storedobject.iot
 
ValueDefinition() - Constructor for class com.storedobject.iot.ValueDefinition
 
valueEquals(Money, Money) - Method in class com.storedobject.ui.MoneyField
 
valueEquals(Quantity, Quantity) - Method in class com.storedobject.ui.inventory.UOMField
 
valueEquals(StoredObject) - Method in class com.storedobject.core.StoredObject
Check if the attribute values of this instance is exactly same as the values of another instance.
valueEquals(Date, Date) - Method in class com.storedobject.vaadin.DateField
 
valueEquals(Timestamp, Timestamp) - Method in class com.storedobject.ui.TimestampField
 
valueEquals(Date, Date) - Method in class com.storedobject.vaadin.LegacyDateField
 
valueEquals(Set<T>, Set<T>) - Method in class com.storedobject.vaadin.TokensField
 
valueEquals(T, T) - Method in class com.storedobject.ui.ObjectFormField
 
valueEquals(T, T) - Method in class com.storedobject.ui.util.AbstractQuantityField
 
valueEqualsForZero(WeightOrVolume, WeightOrVolume) - Method in class com.storedobject.ui.WeightOrVolumeField
 
valueEqualsForZero(T, T) - Method in class com.storedobject.ui.util.AbstractQuantityField
 
ValueHandler() - Constructor for class com.storedobject.vaadin.AbstractForm.ValueHandler
 
ValueImagePosition - Class in com.storedobject.iot
 
ValueImagePosition() - Constructor for class com.storedobject.iot.ValueImagePosition
 
ValueLimit - Class in com.storedobject.iot
 
ValueLimit() - Constructor for class com.storedobject.iot.ValueLimit
 
valueOf(String) - Static method in enum class com.storedobject.chart.Axis.PointerType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT_SCOPE
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.ChartType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.DataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Font.Style
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Font.Variant
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.GraphLayout
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Key
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Language
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.LineStyle.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Location
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.PointSymbolType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Tooltip.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.common.Barcode.Format
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.common.JSON.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.common.LogicalOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.common.Script.Language
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.common.SOAP.Version
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.core.DataChanged.CHANGE
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.office.PDFProperties.Filter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.pdf.PDFFont.FontFamily
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.pdf.PDFFont.FontStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.pdf.PDFFont.Language
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.ui.Animation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.ui.ObjectField.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.ui.TimeResolution
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.vaadin.CSSGrid.Position
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.vaadin.PaintedImage.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.vaadin.ThemeStyle
Returns the enum constant of this class with the specified name.
ValueRequired - Interface in com.storedobject.vaadin
Interface for "Value Required" feature of a field (HasValue).
values - Variable in class com.storedobject.core.converter.ChoiceValueConverter
 
values() - Static method in enum class com.storedobject.chart.Axis.PointerType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT_SCOPE
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.ChartType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.DataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Font.Style
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Font.Variant
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.GraphLayout
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Key
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Language
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.LineStyle.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Location
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.PointSymbolType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Tooltip.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.common.Barcode.Format
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.common.JSON.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.common.LogicalOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.common.Script.Language
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.common.SOAP.Version
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.core.DataChanged.CHANGE
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class com.storedobject.core.JSONMap
 
values() - Static method in enum class com.storedobject.office.PDFProperties.Filter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.pdf.PDFFont.FontFamily
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.pdf.PDFFont.FontStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.pdf.PDFFont.Language
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.ui.Animation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.ui.ObjectField.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.ui.TimeResolution
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.vaadin.CSSGrid.Position
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.vaadin.PaintedImage.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.vaadin.ThemeStyle
Returns an array containing the constants of this enum class, in the order they are declared.
ValueStyle - Class in com.storedobject.iot
 
ValueStyle() - Constructor for class com.storedobject.iot.ValueStyle
 
vendor() - Element in annotation interface com.storedobject.common.annotation.Module
 
verified() - Method in class com.storedobject.ui.CRAMField
Check whether the current challenge is verified or not.
verify(char[]) - Method in class com.storedobject.core.SystemUser
 
verify(char[]) - Method in class com.storedobject.core.TransactionManager
 
verify(char[], boolean) - Method in class com.storedobject.core.PIN
 
verify(char[], boolean) - Method in class com.storedobject.core.SystemUser
 
verify(char[], int) - Method in class com.storedobject.core.PIN
 
verify(char[], int) - Method in class com.storedobject.core.SystemUser
 
verify(char[], int) - Method in class com.storedobject.core.TransactionManager
 
verify(int) - Method in class com.storedobject.common.TOTP
Verify the TOTP code.
verify(Id, String, char[]) - Static method in class com.storedobject.core.PIN
 
verify(TransactionManager, String, char[], String) - Method in class com.storedobject.core.ExternalSystemUser
 
verify(String) - Method in class com.storedobject.common.TOTP
Verify the TOTP code.
verify(String, String) - Method in class com.storedobject.core.ExternalSystemUser
 
verifyLoginBlock(String) - Static method in class com.storedobject.core.ApplicationServer
 
verifyLoginBlock(String, Device) - Static method in class com.storedobject.core.ApplicationServer
 
VerifyOTP - Class in com.storedobject.ui
Verify OTP.
VerifyOTP(boolean, String, String, Runnable, Runnable, Runnable) - Constructor for class com.storedobject.ui.VerifyOTP
Constructor.
VerifyOTP(String, String, Runnable, Runnable, Runnable) - Constructor for class com.storedobject.ui.VerifyOTP
Constructor.
verifyPasswordUpdate() - Method in class com.storedobject.core.SystemUser
 
verifyTOTP(int) - Method in class com.storedobject.core.SystemUser
 
version() - Element in annotation interface com.storedobject.common.annotation.Module
 
VI - Enum constant in enum class com.storedobject.chart.Language
Vietnamese
Video - Class in com.storedobject.ui
 
Video - Class in com.storedobject.vaadin
Component to play video streams.
Video() - Constructor for class com.storedobject.ui.Video
Constructor.
Video() - Constructor for class com.storedobject.vaadin.Video
Constructor.
Video(Id) - Constructor for class com.storedobject.ui.Video
Constructor.
Video(MediaFile) - Constructor for class com.storedobject.ui.Video
Constructor.
Video(StreamData) - Constructor for class com.storedobject.ui.Video
Constructor.
Video(StreamResource...) - Constructor for class com.storedobject.ui.Video
Constructor.
Video(StreamResource...) - Constructor for class com.storedobject.vaadin.Video
Constructor.
Video(String, String) - Constructor for class com.storedobject.ui.Video
Constructor.
Video(String, String) - Constructor for class com.storedobject.vaadin.Video
Constructor.
VIDEO - Enum constant in enum class com.storedobject.ui.ObjectField.Type
Video type.
VIDEO_CAMERA - Enum constant in enum class com.storedobject.ui.ObjectField.Type
Video-camera type.
VideoCapture - Class in com.storedobject.vaadin
A special Video class that gets input from the client Computer's camera.
VideoCapture() - Constructor for class com.storedobject.vaadin.VideoCapture
Constructor.
VideoCapture(Image) - Constructor for class com.storedobject.vaadin.VideoCapture
Constructor.
view - Variable in class com.storedobject.ui.ObjectBrowser
 
view - Variable in class com.storedobject.ui.ObjectForestBrowser
 
view - Variable in class com.storedobject.ui.ObjectListEditor
"View" button.
view - Variable in class com.storedobject.ui.ObjectTreeBrowser
 
view() - Method in class com.storedobject.office.ExcelReport
 
view() - Method in class com.storedobject.office.IteratorODTReport
 
view() - Method in class com.storedobject.office.ODSReport
 
view() - Method in class com.storedobject.office.ODTReport
 
view() - Method in class com.storedobject.office.TextReport
 
view() - Method in class com.storedobject.pdf.PDFReport
View the content on the device.
view() - Method in class com.storedobject.ui.iot.ConsumptionList
 
view() - Method in interface com.storedobject.ui.LinkGrid
 
view() - Method in class com.storedobject.ui.ObjectLinkField
 
view() - Method in class com.storedobject.ui.ObjectListEditor
View the currently selected instance.
view() - Method in class com.storedobject.ui.ObjectViewer
 
view() - Method in class com.storedobject.ui.ViewerLink
View the current content.
view(ContentProducer) - Method in class com.storedobject.core.ApplicationServer
 
view(ContentProducer) - Method in interface com.storedobject.core.Device
 
view(ContentProducer, boolean) - Method in interface com.storedobject.core.Device
 
view(ContentProducer, Consumer<Long>) - Method in interface com.storedobject.core.Device
 
view(ContentProducer, Consumer<Long>, boolean) - Method in interface com.storedobject.core.Device
 
view(Device) - Method in class com.storedobject.core.FileData
 
view(Device) - Method in class com.storedobject.core.StreamData
 
view(FileData) - Method in interface com.storedobject.core.Device
 
view(FileData, boolean) - Method in interface com.storedobject.core.Device
 
view(HasInventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
view(HasInventoryItemType) - Method in class com.storedobject.ui.inventory.ItemContext
 
view(Id) - Method in class com.storedobject.ui.Application
 
view(Id) - Method in class com.storedobject.ui.ObjectViewer
 
view(Id, String, Consumer<StoredObject>) - Method in class com.storedobject.ui.Application
 
view(Id, String, Consumer<StoredObject>) - Method in class com.storedobject.ui.ObjectViewer
 
view(InventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
view(InventoryItemType) - Method in class com.storedobject.ui.inventory.ItemContext
 
view(MediaFile) - Method in class com.storedobject.ui.Application
 
view(MediaFile, boolean) - Method in class com.storedobject.ui.Application
 
view(StoredObject) - Method in class com.storedobject.ui.Application
 
view(StoredObject) - Method in class com.storedobject.ui.ObjectViewer
 
view(StoredObject, String, Consumer<StoredObject>) - Method in class com.storedobject.ui.Application
 
view(StoredObject, String, Consumer<StoredObject>) - Method in class com.storedobject.ui.ObjectViewer
 
view(StreamData) - Method in interface com.storedobject.core.Device
 
view(StreamData, boolean) - Method in interface com.storedobject.core.Device
 
view(String) - Method in class com.storedobject.ui.DocumentViewer
 
view(String) - Method in class com.storedobject.ui.ObjectViewer
 
view(String) - Method in class com.storedobject.ui.util.DocumentViewer
 
view(String, ContentProducer) - Method in interface com.storedobject.core.Device
 
view(String, ContentProducer, boolean) - Method in interface com.storedobject.core.Device
 
view(String, ContentProducer, Consumer<Long>) - Method in interface com.storedobject.core.Device
 
view(String, ContentProducer, Consumer<Long>, boolean) - Method in interface com.storedobject.core.Device
 
view(String, ContentProducer, Consumer<Long>, boolean) - Method in class com.storedobject.tools.SystemDevice
 
view(String, ContentProducer, Consumer<Long>, boolean) - Method in class com.storedobject.ui.Application
 
view(String, ContentProducer, Consumer<Long>, boolean, Component...) - Method in class com.storedobject.ui.Application
 
view(String, FileData) - Method in interface com.storedobject.core.Device
 
view(String, FileData, boolean) - Method in interface com.storedobject.core.Device
 
view(String, Id) - Method in class com.storedobject.ui.Application
 
view(String, Id) - Method in class com.storedobject.ui.ObjectViewer
 
view(String, Id, String, Consumer<StoredObject>) - Method in class com.storedobject.ui.Application
 
view(String, Id, String, Consumer<StoredObject>) - Method in class com.storedobject.ui.ObjectViewer
 
view(String, MediaFile) - Method in class com.storedobject.ui.Application
 
view(String, MediaFile, boolean) - Method in class com.storedobject.ui.Application
 
view(String, MediaFile, boolean) - Static method in class com.storedobject.ui.util.DocumentViewer
 
view(String, MediaFile, boolean, Component[]) - Static method in class com.storedobject.ui.util.DocumentViewer
 
view(String, StoredObject) - Method in class com.storedobject.ui.Application
 
view(String, StoredObject) - Method in class com.storedobject.ui.ObjectViewer
 
view(String, StoredObject, String, Consumer<StoredObject>) - Method in class com.storedobject.ui.Application
 
view(String, StoredObject, String, Consumer<StoredObject>) - Method in class com.storedobject.ui.ObjectViewer
 
view(String, StreamData) - Method in interface com.storedobject.core.Device
 
view(String, StreamData, boolean) - Method in interface com.storedobject.core.Device
 
view(String, String, Consumer<StoredObject>) - Method in class com.storedobject.ui.ObjectViewer
 
view(String, Consumer<StoredObject>) - Method in class com.storedobject.ui.ObjectViewer
 
View - Class in com.storedobject.vaadin
View represents an independent piece of information (typically a "data entry form" or some information dashboard) to be displayed in the content area of the Application.
View() - Constructor for class com.storedobject.vaadin.View
Create a View with no caption.
View(Component, String) - Constructor for class com.storedobject.vaadin.View
Create a view of the specific component with a caption
View(String) - Constructor for class com.storedobject.vaadin.View
Create a view with a caption.
VIEW - Static variable in class com.storedobject.core.EditorAction
 
viewAssembly(HasInventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
viewAssembly(InventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
ViewAssembly<T,C> - Class in com.storedobject.ui.inventory
 
ViewAssembly(InventoryLocation, Class<T>) - Constructor for class com.storedobject.ui.inventory.ViewAssembly
 
ViewAssembly(InventoryLocation, Class<T>, Class<C>) - Constructor for class com.storedobject.ui.inventory.ViewAssembly
 
ViewAssembly(InventoryStore, Class<T>) - Constructor for class com.storedobject.ui.inventory.ViewAssembly
 
ViewAssembly(InventoryStore, Class<T>, Class<C>) - Constructor for class com.storedobject.ui.inventory.ViewAssembly
 
ViewAssembly(Class<T>) - Constructor for class com.storedobject.ui.inventory.ViewAssembly
 
ViewAssembly(Class<T>, Class<C>) - Constructor for class com.storedobject.ui.inventory.ViewAssembly
 
ViewAssembly(String) - Constructor for class com.storedobject.ui.inventory.ViewAssembly
 
ViewAssembly(T) - Constructor for class com.storedobject.ui.inventory.ViewAssembly
 
ViewAssembly(T, Class<C>) - Constructor for class com.storedobject.ui.inventory.ViewAssembly
 
ViewAssemblyDefinition<T> - Class in com.storedobject.ui.inventory
 
ViewAssemblyDefinition(Class<T>) - Constructor for class com.storedobject.ui.inventory.ViewAssemblyDefinition
 
ViewAssemblyDefinition(String) - Constructor for class com.storedobject.ui.inventory.ViewAssemblyDefinition
 
ViewAssemblyDefinition(T) - Constructor for class com.storedobject.ui.inventory.ViewAssemblyDefinition
 
viewClosed(View) - Method in interface com.storedobject.vaadin.ViewClosedListener
Invoked when view is closed.
ViewClosedListener - Interface in com.storedobject.vaadin
This listener can be added to View so that ViewClosedListener.viewClosed(View) will be invoked whenever the view is closed/aborted.
ViewCommandHistory - Class in com.storedobject.ui.iot
 
ViewCommandHistory() - Constructor for class com.storedobject.ui.iot.ViewCommandHistory
 
ViewCommandHistory(Block) - Constructor for class com.storedobject.ui.iot.ViewCommandHistory
 
viewConstructed(View) - Method in class com.storedobject.ui.LoginForm
 
viewConstructed(View) - Method in class com.storedobject.ui.TemplateView
This will be invoked when the View is constructed for the first time.
viewConstructed(View) - Method in class com.storedobject.ui.Test
 
ViewConsumption - Class in com.storedobject.ui.iot
 
ViewConsumption() - Constructor for class com.storedobject.ui.iot.ViewConsumption
 
ViewConsumption(Resource, Block) - Constructor for class com.storedobject.ui.iot.ViewConsumption
 
viewCost(HasInventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
viewCost(InventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
viewData() - Method in class com.storedobject.ui.iot.GUI
Triggers the viewing of data associated with a specific block.
ViewData - Class in com.storedobject.ui.iot
 
ViewData() - Constructor for class com.storedobject.ui.iot.ViewData
 
ViewData(Block) - Constructor for class com.storedobject.ui.iot.ViewData
 
ViewData(Block, boolean) - Constructor for class com.storedobject.ui.iot.ViewData
 
ViewDependent - Interface in com.storedobject.vaadin
Interface that suggests that a class dependent on some View.
viewDetached(View) - Method in class com.storedobject.ui.Application
 
viewDetached(View) - Method in interface com.storedobject.ui.ApplicationLayout
 
viewDetached(View) - Method in class com.storedobject.ui.util.ApplicationFrame
 
viewDetached(View) - Method in class com.storedobject.vaadin.Application
This method is invoked whenever a running View is detached.
Viewer - Class in com.storedobject.vaadin
A helper View class that is used to view a single component.
Viewer(Component, String, boolean) - Constructor for class com.storedobject.vaadin.Viewer
Constructor.
Viewer(String) - Constructor for class com.storedobject.vaadin.Viewer
Constructor.
ViewerLink - Class in com.storedobject.ui
A link that can be clicked to view some sort of content.
ViewerLink() - Constructor for class com.storedobject.ui.ViewerLink
Constructor.
ViewerLink(String) - Constructor for class com.storedobject.ui.ViewerLink
Constructor.
ViewerLink(String, FileData) - Constructor for class com.storedobject.ui.ViewerLink
Constructor.
ViewerLink(String, MediaFile) - Constructor for class com.storedobject.ui.ViewerLink
Constructor.
ViewerLink(String, TextContent) - Constructor for class com.storedobject.ui.ViewerLink
Constructor.
viewExists(String) - Method in class com.storedobject.core.Database
 
ViewFilter<T> - Class in com.storedobject.ui.util
 
ViewFilter(Class<T>) - Constructor for class com.storedobject.ui.util.ViewFilter
 
ViewFilterSupport<T> - Interface in com.storedobject.ui.util
 
viewFitment(HasInventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
viewFitment(InventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
viewFitmentLocations(HasInventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
viewFitmentLocations(InventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
ViewGrid<T> - Class in com.storedobject.ui
 
ViewGrid<T> - Class in com.storedobject.vaadin
A grid to be shown in a window with an "Exit" button for viewing the rows of the grid.
ViewGrid(Class<T>, List<T>) - Constructor for class com.storedobject.ui.ViewGrid
 
ViewGrid(Class<T>, List<T>, Iterable<String>) - Constructor for class com.storedobject.ui.ViewGrid
 
ViewGrid(Class<T>, List<T>, Iterable<String>, String) - Constructor for class com.storedobject.ui.ViewGrid
 
ViewGrid(Class<T>, List<T>, Iterable<String>, String) - Constructor for class com.storedobject.vaadin.ViewGrid
Constructor.
ViewGrid(Class<T>, List<T>, String) - Constructor for class com.storedobject.ui.ViewGrid
 
ViewGrid(Class<T>, List<T>, String) - Constructor for class com.storedobject.vaadin.ViewGrid
Constructor.
viewGRN(HasInventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
viewGRN(InventoryGRN) - Method in class com.storedobject.ui.inventory.GRN
 
viewGRN(InventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
viewLedger() - Method in class com.storedobject.ui.ObjectEditor
View the financial voucher for the ledger entries.
viewMovements(HasInventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
viewMovements(InventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
viewObject() - Method in class com.storedobject.ui.ObjectEditor
View the current object.
viewObject(String, Consumer<T>) - Method in class com.storedobject.ui.ObjectEditor
View the object that is passed.
viewObject(Consumer<T>) - Method in class com.storedobject.ui.ObjectEditor
View the object that is passed.
viewObject(T) - Method in class com.storedobject.ui.ObjectEditor
View the object that is passed.
viewObject(T, View) - Method in class com.storedobject.ui.ObjectEditor
View the object that is passed.
viewObject(T, View, boolean) - Method in class com.storedobject.ui.ObjectEditor
View the object that is passed.
viewObject(T, String, Consumer<T>) - Method in class com.storedobject.ui.ObjectEditor
View the object that is passed.
viewObject(T, String, Consumer<T>, View) - Method in class com.storedobject.ui.ObjectEditor
View the object that is passed.
viewObject(T, String, Consumer<T>, View, boolean) - Method in class com.storedobject.ui.ObjectEditor
View the object that is passed.
viewObject(T, Consumer<T>) - Method in class com.storedobject.ui.ObjectEditor
View the object that is passed.
viewObject(T, Consumer<T>, View) - Method in class com.storedobject.ui.ObjectEditor
View the object that is passed.
viewObject(T, Consumer<T>, View, boolean) - Method in class com.storedobject.ui.ObjectEditor
View the object that is passed.
viewOpened(View) - Method in interface com.storedobject.vaadin.ViewOpenedListener
Invoked when the view is executed.
ViewOpenedListener - Interface in com.storedobject.vaadin
This listener can be added to View so that ViewOpenedListener.viewOpened(View) will be invoked whenever the view is executed.
viewOpening(View) - Method in interface com.storedobject.vaadin.ViewOpenedListener
Invoked just before executing the view.
viewParentAssembly(HasInventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
viewParentAssembly(InventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
viewSelected() - Method in class com.storedobject.ui.ModuleMenu
 
viewSelected() - Method in interface com.storedobject.ui.ViewSelected
 
viewSelected(View) - Method in class com.storedobject.ui.util.ApplicationFrame
 
viewSelected(View) - Method in class com.storedobject.vaadin.ApplicationFrame
Closes the menu if it is displayed as an overlay.
viewSelected(View) - Method in interface com.storedobject.vaadin.ApplicationLayout
This method is invoked whenever a view is selected for display by application.
ViewSelected - Interface in com.storedobject.ui
This can be implemented by a View so that its ViewSelected.viewSelected() method is invoked whenever it is selected to make it appear on the screen.
viewStock(HasInventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
viewStock(HasInventoryItemType) - Method in class com.storedobject.ui.inventory.ItemContext
 
viewStock(InventoryItem) - Method in class com.storedobject.ui.inventory.ItemContext
 
viewStock(InventoryItemType) - Method in class com.storedobject.ui.inventory.ItemContext
 
VirtualFileData - Class in com.storedobject.core
 
VirtualFileData(String, StreamData) - Constructor for class com.storedobject.core.VirtualFileData
 
VisiblePart - Class in com.storedobject.chart
Represents an abstract ComponentPart with some common base properties.
VisiblePart() - Constructor for class com.storedobject.chart.VisiblePart
 
visit(Consumer<BreadcrumbsTree.Node>) - Method in class com.storedobject.vaadin.BreadcrumbsTree
Visit all nodes.
visitChildren(InventoryAssembly, Consumer<InventoryAssembly>, boolean) - Method in class com.storedobject.ui.inventory.DefineAssembly
 
visitChildren(InventoryFitmentPosition, Consumer<InventoryFitmentPosition>, boolean) - Method in class com.storedobject.ui.inventory.AbstractAssembly
 
visitChildren(Object, Consumer<Object>, boolean) - Method in class com.storedobject.ui.AbstractObjectForest
Visit the children of the parent item.
visitChildren(Object, Consumer<Object>, boolean) - Method in class com.storedobject.ui.ObjectForestProvider
Visit the children of the parent item.
visitChildren(T, Consumer<T>, boolean) - Method in class com.storedobject.ui.ObjectTree
Visit the children of the parent item.
visitChildren(T, Consumer<T>, boolean) - Method in class com.storedobject.ui.ObjectTreeProvider
Visit the children of the parent item.
visitChildren(T, Consumer<T>, boolean) - Method in interface com.storedobject.ui.util.ChildVisitor
 
VisualMap - Class in com.storedobject.chart
Define features to visually highlight portions of the chart.
VisualMap() - Constructor for class com.storedobject.chart.VisualMap
Constructor.
VisualMap(Chart) - Constructor for class com.storedobject.chart.VisualMap
Constructor.
Volume - Class in com.storedobject.core
 
Volume() - Constructor for class com.storedobject.core.Volume
 
Volume(double, MeasurementUnit) - Constructor for class com.storedobject.core.Volume
 
Volume(double, String) - Constructor for class com.storedobject.core.Volume
 
Volume(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.Volume
 
Volume(BigDecimal, String) - Constructor for class com.storedobject.core.Volume
 
VolumeField - Class in com.storedobject.ui
 
VolumeField() - Constructor for class com.storedobject.ui.VolumeField
 
VolumeField(int) - Constructor for class com.storedobject.ui.VolumeField
 
VolumeField(int, int) - Constructor for class com.storedobject.ui.VolumeField
 
VolumeField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.VolumeField
 
VolumeField(int, int, String) - Constructor for class com.storedobject.ui.VolumeField
 
VolumeField(String) - Constructor for class com.storedobject.ui.VolumeField
 
VolumeField(String, int) - Constructor for class com.storedobject.ui.VolumeField
 
VolumeField(String, int, int) - Constructor for class com.storedobject.ui.VolumeField
 
VolumeField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.VolumeField
 
VolumeField(String, int, int, String) - Constructor for class com.storedobject.ui.VolumeField
 
VolumeField(String, int, String) - Constructor for class com.storedobject.ui.VolumeField
 
VolumeField(String, String) - Constructor for class com.storedobject.ui.VolumeField
 
VolumeRate - Class in com.storedobject.core
 
VolumeRate() - Constructor for class com.storedobject.core.VolumeRate
 
VolumeRate(double, MeasurementUnit) - Constructor for class com.storedobject.core.VolumeRate
 
VolumeRate(double, String) - Constructor for class com.storedobject.core.VolumeRate
 
VolumeRate(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.VolumeRate
 
VolumeRate(BigDecimal, String) - Constructor for class com.storedobject.core.VolumeRate
 
VolumeRateField - Class in com.storedobject.ui
 
VolumeRateField() - Constructor for class com.storedobject.ui.VolumeRateField
 
VolumeRateField(int) - Constructor for class com.storedobject.ui.VolumeRateField
 
VolumeRateField(int, int) - Constructor for class com.storedobject.ui.VolumeRateField
 
VolumeRateField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.VolumeRateField
 
VolumeRateField(int, int, String) - Constructor for class com.storedobject.ui.VolumeRateField
 
VolumeRateField(String) - Constructor for class com.storedobject.ui.VolumeRateField
 
VolumeRateField(String, int) - Constructor for class com.storedobject.ui.VolumeRateField
 
VolumeRateField(String, int, int) - Constructor for class com.storedobject.ui.VolumeRateField
 
VolumeRateField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.VolumeRateField
 
VolumeRateField(String, int, int, String) - Constructor for class com.storedobject.ui.VolumeRateField
 
VolumeRateField(String, int, String) - Constructor for class com.storedobject.ui.VolumeRateField
 
VolumeRateField(String, String) - Constructor for class com.storedobject.ui.VolumeRateField
 
VOUCHER_NOT_FOUND - Static variable in class com.storedobject.common.Fault
 

W

warning(Object) - Method in class com.storedobject.ui.TextView
 
warning(Object) - Static method in class com.storedobject.vaadin.Application
Show a warning message from the parameter passed.
warning(Object) - Method in interface com.storedobject.vaadin.ExecutableView
Show a warning message.
warning(Object...) - Method in class com.storedobject.ui.TextView
 
warning(Object, Object) - Static method in class com.storedobject.vaadin.Application
Show a warning message from the parameter passed.
wasDataPicked() - Method in class com.storedobject.core.InventoryItem
Whether this item was data-picked or not.
wasDataPicked(int) - Method in class com.storedobject.core.InventoryItem
Whether this item was data-picked or not.
wasRounded() - Method in class com.storedobject.core.Money
Whether a rounding took place when this was created or not.
WebBiometric - Class in com.storedobject.core
 
WebBiometric() - Constructor for class com.storedobject.core.WebBiometric
 
WebBiometric.Attestation - Class in com.storedobject.core
 
WebBiometric.AttestationStatement - Class in com.storedobject.core
 
WeeklyConsumption - Class in com.storedobject.iot
The WeeklyConsumption class extends the Consumption class to represent consumption data on a weekly basis.
WeeklyConsumption() - Constructor for class com.storedobject.iot.WeeklyConsumption
Default constructor for the WeeklyConsumption class.
weeklyStatistics() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the weekly statistics associated with the current data status.
WeeklyStatistics - Class in com.storedobject.iot
The WeeklyStatistics class extends the Statistics class and provides functionality for managing and retrieving weekly statistical data.
WeeklyStatistics() - Constructor for class com.storedobject.iot.WeeklyStatistics
Default constructor for the WeeklyStatistics class.
Weight - Class in com.storedobject.core
 
Weight() - Constructor for class com.storedobject.core.Weight
 
Weight(double, MeasurementUnit) - Constructor for class com.storedobject.core.Weight
 
Weight(double, String) - Constructor for class com.storedobject.core.Weight
 
Weight(int) - Constructor for class com.storedobject.chart.Font.Weight
Constructor.
Weight(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.Weight
 
Weight(BigDecimal, String) - Constructor for class com.storedobject.core.Weight
 
WeightField - Class in com.storedobject.ui
 
WeightField() - Constructor for class com.storedobject.ui.WeightField
 
WeightField(int) - Constructor for class com.storedobject.ui.WeightField
 
WeightField(int, int) - Constructor for class com.storedobject.ui.WeightField
 
WeightField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.WeightField
 
WeightField(int, int, String) - Constructor for class com.storedobject.ui.WeightField
 
WeightField(String) - Constructor for class com.storedobject.ui.WeightField
 
WeightField(String, int) - Constructor for class com.storedobject.ui.WeightField
 
WeightField(String, int, int) - Constructor for class com.storedobject.ui.WeightField
 
WeightField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.WeightField
 
WeightField(String, int, int, String) - Constructor for class com.storedobject.ui.WeightField
 
WeightField(String, int, String) - Constructor for class com.storedobject.ui.WeightField
 
WeightField(String, String) - Constructor for class com.storedobject.ui.WeightField
 
WeightOrVolume - Class in com.storedobject.core
 
WeightOrVolume() - Constructor for class com.storedobject.core.WeightOrVolume
 
WeightOrVolume(double, MeasurementUnit) - Constructor for class com.storedobject.core.WeightOrVolume
 
WeightOrVolume(double, String) - Constructor for class com.storedobject.core.WeightOrVolume
 
WeightOrVolume(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.WeightOrVolume
 
WeightOrVolume(BigDecimal, String) - Constructor for class com.storedobject.core.WeightOrVolume
 
WeightOrVolumeField - Class in com.storedobject.ui
 
WeightOrVolumeField() - Constructor for class com.storedobject.ui.WeightOrVolumeField
 
WeightOrVolumeField(int) - Constructor for class com.storedobject.ui.WeightOrVolumeField
 
WeightOrVolumeField(int, int) - Constructor for class com.storedobject.ui.WeightOrVolumeField
 
WeightOrVolumeField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.WeightOrVolumeField
 
WeightOrVolumeField(int, int, String) - Constructor for class com.storedobject.ui.WeightOrVolumeField
 
WeightOrVolumeField(String) - Constructor for class com.storedobject.ui.WeightOrVolumeField
 
WeightOrVolumeField(String, int) - Constructor for class com.storedobject.ui.WeightOrVolumeField
 
WeightOrVolumeField(String, int, int) - Constructor for class com.storedobject.ui.WeightOrVolumeField
 
WeightOrVolumeField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.WeightOrVolumeField
 
WeightOrVolumeField(String, int, int, String) - Constructor for class com.storedobject.ui.WeightOrVolumeField
 
WeightOrVolumeField(String, int, String) - Constructor for class com.storedobject.ui.WeightOrVolumeField
 
WeightOrVolumeField(String, String) - Constructor for class com.storedobject.ui.WeightOrVolumeField
 
WeightRate - Class in com.storedobject.core
 
WeightRate() - Constructor for class com.storedobject.core.WeightRate
 
WeightRate(double, MeasurementUnit) - Constructor for class com.storedobject.core.WeightRate
 
WeightRate(double, String) - Constructor for class com.storedobject.core.WeightRate
 
WeightRate(BigDecimal, MeasurementUnit) - Constructor for class com.storedobject.core.WeightRate
 
WeightRate(BigDecimal, String) - Constructor for class com.storedobject.core.WeightRate
 
WeightRateField - Class in com.storedobject.ui
 
WeightRateField() - Constructor for class com.storedobject.ui.WeightRateField
 
WeightRateField(int) - Constructor for class com.storedobject.ui.WeightRateField
 
WeightRateField(int, int) - Constructor for class com.storedobject.ui.WeightRateField
 
WeightRateField(int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.WeightRateField
 
WeightRateField(int, int, String) - Constructor for class com.storedobject.ui.WeightRateField
 
WeightRateField(String) - Constructor for class com.storedobject.ui.WeightRateField
 
WeightRateField(String, int) - Constructor for class com.storedobject.ui.WeightRateField
 
WeightRateField(String, int, int) - Constructor for class com.storedobject.ui.WeightRateField
 
WeightRateField(String, int, int, MeasurementUnit) - Constructor for class com.storedobject.ui.WeightRateField
 
WeightRateField(String, int, int, String) - Constructor for class com.storedobject.ui.WeightRateField
 
WeightRateField(String, int, String) - Constructor for class com.storedobject.ui.WeightRateField
 
WeightRateField(String, String) - Constructor for class com.storedobject.ui.WeightRateField
 
where(String) - Method in class com.storedobject.core.QueryBuilder
Sets the "where" clause for the query being built.
WHITE - Static variable in class com.storedobject.pdf.PDFColor
 
whoName(SystemUser) - Method in class com.storedobject.ui.common.MemoSystem
 
whoName(SystemUser) - Method in class com.storedobject.ui.support.SupportSystem
 
whyNoTakers() - Method in class com.storedobject.core.Memo
 
whyNoTakers() - Method in class com.storedobjects.support.Issue
 
width - Variable in class com.storedobject.vaadin.util.NumericField
 
Window - Class in com.storedobject.vaadin
A slightly enhanced version of Dialog that can not be closed by pressing Esc key or clicking outside.
Window() - Constructor for class com.storedobject.vaadin.Window
Constructor.
Window(Component...) - Constructor for class com.storedobject.vaadin.Window
Constructor.
WindowDecorator - Class in com.storedobject.vaadin
A component that can be added to Window as the first component so that it will look like a window header.
WindowDecorator(View, Component...) - Constructor for class com.storedobject.vaadin.WindowDecorator
Constructor.
withBox() - Method in class com.storedobject.vaadin.ButtonIcon
Draw a box around ans set the overall size to 25x25 pixels.
withBox() - Method in class com.storedobject.vaadin.ImageButton
Draw a box around ans set the overall size to 25x25 pixels.
withBox() - Method in class com.storedobject.vaadin.SpeakerButton
Draw a box around and set the overall size to 25x25 pixels.
withBox(int) - Method in class com.storedobject.vaadin.ButtonIcon
Draw a box around after sizing it.
withBox(int) - Method in class com.storedobject.vaadin.ImageButton
Draw a box around after sizing it.
withBox(int) - Method in class com.storedobject.vaadin.SpeakerButton
Draw a box around after sizing it.
withSize(int) - Method in class com.storedobject.vaadin.ImageButton
Set size of the image.
WOBBLE - Enum constant in enum class com.storedobject.ui.Animation
 
words() - Method in class com.storedobject.core.Money
Get the currency amount in words.
words(boolean) - Method in class com.storedobject.core.Money
Get the currency amount in words.
words(SystemUser) - Method in class com.storedobject.core.Money
Get the currency amount in words.
words(SystemUser, boolean) - Method in class com.storedobject.core.Money
Get the currency amount in words.
words(Number) - Static method in class com.storedobject.common.StringUtility
Converts a numeric value into words.
words(BigDecimal) - Static method in class com.storedobject.common.StringUtility
Converts a numeric value into words.
words(BigInteger) - Static method in class com.storedobject.common.StringUtility
Converts a numeric value into words.
words(BigInteger) - Static method in class com.storedobject.core.StringUtility
Formats a numeric value with thousands separation (If the default currency is INR, it will be done in India style).
wordsIndian(BigDecimal) - Static method in class com.storedobject.common.StringUtility
Converts a numeric value into words in Indian format.
wordsIndian(BigInteger) - Static method in class com.storedobject.common.StringUtility
Converts a numeric value into words in Indian format.
workbook - Variable in class com.storedobject.office.AbstractSpreadSheet
 
Workbook - Class in com.storedobject.office.od.ods
 
Workbook() - Constructor for class com.storedobject.office.od.ods.Workbook
 
Workbook(InputStream) - Constructor for class com.storedobject.office.od.ods.Workbook
 
wrap(AbstractDataProvider<T>) - Static method in interface com.storedobject.chart.InternalData
Wrap an AbstractDataProvider to create an instance of an InternalData.
wrap(EBiConsumer<T1, T2, E>) - Static method in interface com.storedobject.common.EBiConsumer
 
wrap(EBiFunction<T1, T2, R, E>) - Static method in interface com.storedobject.common.EBiFunction
 
wrap(EConsumer<T, E>) - Static method in interface com.storedobject.common.EConsumer
 
wrap(EFunction<T, R, E>) - Static method in interface com.storedobject.common.EFunction
 
wrap(ETriConsumer<T1, T2, T3, E>) - Static method in interface com.storedobject.common.ETriConsumer
 
wrap(ETriFunction<T1, T2, T3, R, E>) - Static method in interface com.storedobject.common.ETriFunction
 
Wrapped - Interface in com.storedobject.chart
This is a marker interface to denote that a ComponentPart can only be used from within a wrapper and thus, its direct Id value should not be used when encoding the JSON.
WrappedDataProvider(AbstractDataProvider<T>) - Constructor for record class com.storedobject.chart.InternalData.WrappedDataProvider
Creates an instance of a WrappedDataProvider record class.
WrappedView - Class in com.storedobject.vaadin
A View that is wrapped in an ExecutableView.
WrappedView(Component) - Constructor for class com.storedobject.vaadin.WrappedView
Constructor.
WrappedView(Component, String) - Constructor for class com.storedobject.vaadin.WrappedView
Constructor.
write(byte[]) - Method in class com.storedobject.common.FileBuffer
Write something at the current index.
write(byte[]) - Method in class com.storedobject.common.TeeOutputStream
 
write(byte[], int, int) - Method in class com.storedobject.common.TeeOutputStream
 
write(int) - Method in class com.storedobject.common.TeeOutputStream
 
write(int) - Method in class com.storedobject.core.DatabaseOutputStream
 
write(XComponent, OutputStream, PDFProperties) - Static method in class com.storedobject.office.od.Office
 
write(OutputStream) - Method in class com.storedobject.common.XML
Writes the content of the document to the specified output stream.
write(OutputStream) - Method in class com.storedobject.office.od.ods.Workbook
 
write(Writer) - Method in class com.storedobject.common.XML
Write the document to the given writer.
write(Map<String, Object>, Writer) - Static method in class com.storedobject.common.JSON
Convert a map to JSON representation and write to a given Writer.
write(Node, OutputStream) - Method in class com.storedobject.common.XML
Writes the given XML node to the specified output stream.
write(Node, Writer) - Method in class com.storedobject.common.XML
Write the XML content of a given Node to a Writer.
writeAllowed(String) - Method in class com.storedobject.core.ClassAttribute
Whether write is allowed for the given attribute or not.
writeBytes(byte[]) - Method in class com.storedobject.office.od.ODOutputStream
 
writeResponse(VaadinRequest, VaadinResponse) - Method in class com.storedobject.ui.util.DownloadStream
Writes this download stream to a Vaadin response.
writeResponse(HttpServletRequest, Map<String, String[]>, PrintWriter) - Method in interface com.storedobject.core.ParameterService
This will be invoked if the getContentType method returns a non-null value and the request does not contain JSON.
writeResponse(Map<String, String[]>, JSON, PrintWriter) - Method in interface com.storedobject.core.ParameterService
This will be invoked if the getContentType method returns a non-null value and the request contains JSON.
writeRow() - Method in class com.storedobject.common.CSV
Write out the current row.
writeRow() - Method in class com.storedobject.office.CSVReport
Write out the current row.
writeStream(StreamData, OutputStream) - Method in class com.storedobject.core.FileDataProvider
 
writeStream(StreamData, OutputStream) - Method in interface com.storedobject.core.StreamDataProvider
This method will be called only if getStream() returns "null".

X

x_large() - Static method in class com.storedobject.chart.Font.Size
 
x_small() - Static method in class com.storedobject.chart.Font.Size
 
XAxis - Class in com.storedobject.chart
Representation of X axis.
XAxis(AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.XAxis
Constructor.
XAxis(DataType) - Constructor for class com.storedobject.chart.XAxis
Constructor.
XGrid<X> - Class in com.storedobject.ui
 
XGrid(Class<X>) - Constructor for class com.storedobject.ui.XGrid
 
XGrid(Class<X>, Iterable<String>) - Constructor for class com.storedobject.ui.XGrid
 
XGrid.XData - Interface in com.storedobject.ui
 
XLS - Enum constant in enum class com.storedobject.office.PDFProperties.Filter
 
XLSX - Enum constant in enum class com.storedobject.office.PDFProperties.Filter
 
xml() - Method in class com.storedobject.common.HTTP2.Builder
Retrieves and converts the response content, set to an XML content type, into an XML object.
XML - Class in com.storedobject.common
Simple XML utility for XPath element extraction.
XML() - Constructor for class com.storedobject.common.XML
XML represents an XML document and provides various methods for manipulating and extracting information from the XML structure.
XML(InputStream) - Constructor for class com.storedobject.common.XML
Creates a new XML object by setting the contents of the XML from the given input stream.
XML(Reader) - Constructor for class com.storedobject.common.XML
Constructs an XML object using the provided Reader.
XML(String) - Constructor for class com.storedobject.common.XML
Represents an XML document.
XML(URL) - Constructor for class com.storedobject.common.XML
XML class represents an XML document.
XML(Document) - Constructor for class com.storedobject.common.XML
XML constructor with a Document object that represents the XML structure.
xmlAsync() - Method in class com.storedobject.common.HTTP2.Builder
Asynchronously retrieves the response and parses it as an XML object.
XMLGrid - Class in com.storedobject.ui
 
XMLGrid() - Constructor for class com.storedobject.ui.XMLGrid
 
XMLGrid(XML, String) - Constructor for class com.storedobject.ui.XMLGrid
 
XMLGrid(XML, String, Iterable<String>) - Constructor for class com.storedobject.ui.XMLGrid
 
XMLGrid(Iterable<String>) - Constructor for class com.storedobject.ui.XMLGrid
 
XMLGrid(String) - Constructor for class com.storedobject.ui.XMLGrid
 
XMLGrid(String, Iterable<String>) - Constructor for class com.storedobject.ui.XMLGrid
 
XMLNodeData - Class in com.storedobject.ui
 
XMLNodeData(XML, Node) - Constructor for class com.storedobject.ui.XMLNodeData
 
XRangeChart<X,Y> - Class in com.storedobject.chart
X-range chart.
XRangeChart() - Constructor for class com.storedobject.chart.XRangeChart
 
xx_large() - Static method in class com.storedobject.chart.Font.Size
 
xx_small() - Static method in class com.storedobject.chart.Font.Size
 
XXAddress - Class in com.storedobject.common
Generic address.
XXAddressForm - Class in com.storedobject.ui.util
 
XXAddressForm(Address) - Constructor for class com.storedobject.ui.util.XXAddressForm
 
XXAddressForm(String) - Constructor for class com.storedobject.ui.util.XXAddressForm
 
xxx_large() - Static method in class com.storedobject.chart.Font.Size
 
XYAxis - Class in com.storedobject.chart
Representation of XY axis (base for both XAxis and YAxis).
XYAxis(AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.XYAxis
Constructor.
XYAxis(DataType) - Constructor for class com.storedobject.chart.XYAxis
Constructor.
XYChart - Class in com.storedobject.chart
Basic XY-type chart - mostly plotted on a RectangularCoordinate system.
XYChart(ChartType, AbstractDataProvider<?>, AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.XYChart
Constructor.

Y

YAxis - Class in com.storedobject.chart
Representation of Y axis.
YAxis(AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.YAxis
Constructor.
YAxis(DataType) - Constructor for class com.storedobject.chart.YAxis
Constructor.
year() - Element in annotation interface com.storedobject.common.annotation.Module
 
yearFrom() - Method in record class com.storedobject.ui.iot.Consumption4Unit
Returns the value of the yearFrom record component.
YearlyConsumption - Class in com.storedobject.iot
Represents the yearly resource consumption details.
YearlyConsumption() - Constructor for class com.storedobject.iot.YearlyConsumption
Constructs a new instance of the YearlyConsumption class.
yearlyStatistics() - Method in class com.storedobject.iot.DataSet.DataStatus
Retrieves the yearly statistics associated with the current data status.
YearlyStatistics - Class in com.storedobject.iot
Represents statistics that are aggregated on a yearly basis.
YearlyStatistics() - Constructor for class com.storedobject.iot.YearlyStatistics
Initializes a new instance of the YearlyStatistics class.
yearPart - Variable in class com.storedobject.ui.MonthField
 
yearTillToday() - Static method in class com.storedobject.core.DatePeriod
 
yearTillYesterday() - Static method in class com.storedobject.core.DatePeriod
 
yearTo() - Method in record class com.storedobject.ui.iot.Consumption4Unit
Returns the value of the yearTo record component.
YELLOW - Static variable in class com.storedobject.pdf.PDFColor
 
yesterday() - Static method in class com.storedobject.common.DateUtility
Get one day prior to current date
YouTube - Class in com.storedobject.vaadin
Component to play YouTube video.
This is written as a Vaadin Flow wrapper around "@google-web-components/google-youtube"
YouTube() - Constructor for class com.storedobject.vaadin.YouTube
Constructor.
YouTube(String) - Constructor for class com.storedobject.vaadin.YouTube
Constructor.

Z

ZAPFDINGBATS - Enum constant in enum class com.storedobject.pdf.PDFFont.FontFamily
 
zero() - Method in class com.storedobject.core.Angle
Create a quantity of this type with zero value.
zero() - Method in class com.storedobject.core.Area
Create a quantity of this type with zero value.
zero() - Method in class com.storedobject.core.Count
Create a quantity of this type with zero value.
zero() - Method in class com.storedobject.core.DecimalNumber
 
zero() - Method in class com.storedobject.core.Distance
Create a quantity of this type with zero value.
zero() - Method in class com.storedobject.core.FractionalCount
Create a quantity of this type with zero value.
zero() - Method in class com.storedobject.core.Money
Set the monetary value to zero.
zero() - Method in class com.storedobject.core.Percentage
Create a quantity of this type with zero value.
zero() - Method in class com.storedobject.core.Pressure
Create a quantity of this type with zero value.
zero() - Method in class com.storedobject.core.Quantity
Create a quantity of this type with zero value.
zero() - Method in class com.storedobject.core.Speed
Create a quantity of this type with zero value.
zero() - Method in class com.storedobject.core.Temperature
Create a quantity of this type with zero value.
zero() - Method in class com.storedobject.core.TimeDuration
Create a quantity of this type with zero value.
zero() - Method in class com.storedobject.core.Volume
Create a quantity of this type with zero value.
zero() - Method in class com.storedobject.core.VolumeRate
Create a quantity of this type with zero value.
zero() - Method in class com.storedobject.core.Weight
Create a quantity of this type with zero value.
zero() - Method in class com.storedobject.core.WeightOrVolume
Create a quantity of this type with zero value.
zero() - Method in class com.storedobject.core.WeightRate
Create a quantity of this type with zero value.
zero(int) - Static method in class com.storedobject.core.DecimalNumber
 
ZERO - Static variable in class com.storedobject.core.Count
 
ZERO - Static variable in class com.storedobject.core.DecimalNumber
 
ZERO - Static variable in class com.storedobject.core.Id
 
ZH - Enum constant in enum class com.storedobject.chart.Language
Chinese
ZipUploadProcessorView - Class in com.storedobject.ui
 
ZipUploadProcessorView(String) - Constructor for class com.storedobject.ui.ZipUploadProcessorView
 
ZipUploadProcessorView(String, String) - Constructor for class com.storedobject.ui.ZipUploadProcessorView
 
ZipUploadProcessorView(String, String, BiConsumer<ZipEntry, InputStream>) - Constructor for class com.storedobject.ui.ZipUploadProcessorView
 
ZipUploadProcessorView(String, BiConsumer<ZipEntry, InputStream>) - Constructor for class com.storedobject.ui.ZipUploadProcessorView
 
Zoom() - Constructor for class com.storedobject.chart.Toolbox.Zoom
Constructor.
ZOOM_IN - Enum constant in enum class com.storedobject.ui.Animation
 
ZOOM_IN_DOWN - Enum constant in enum class com.storedobject.ui.Animation
 
ZOOM_IN_LEFT - Enum constant in enum class com.storedobject.ui.Animation
 
ZOOM_IN_RIGHT - Enum constant in enum class com.storedobject.ui.Animation
 
ZOOM_IN_UP - Enum constant in enum class com.storedobject.ui.Animation
 
ZOOM_OUT - Enum constant in enum class com.storedobject.ui.Animation
 
ZOOM_OUT_DOWN - Enum constant in enum class com.storedobject.ui.Animation
 
ZOOM_OUT_LEFT - Enum constant in enum class com.storedobject.ui.Animation
 
ZOOM_OUT_RIGHT - Enum constant in enum class com.storedobject.ui.Animation
 
ZOOM_OUT_UP - Enum constant in enum class com.storedobject.ui.Animation
 
zoomOnMouseWheel(boolean) - Method in class com.storedobject.chart.CoordinateSystemZoom
Whether to trigger the zoom on mouse wheel or not.
zoomOnMouseWheel(Key) - Method in class com.storedobject.chart.CoordinateSystemZoom
Switch on the zooming feature when the mouse wheel is moved with a special key combination.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form