- main(String[]) - Static method in class com.ebasetech.xi.services.PushNotification
-
- makeJDBCDateString(Date) - Method in class com.ebasetech.xi.services.DatabaseServices
-
Creates a SQL escape string for a date in the format {d 'yyyy-mm-dd'}.
- makeJDBCDateStringFromField(Field) - Method in class com.ebasetech.xi.services.DatabaseServices
-
Creates a SQL escape string in the format {d 'yyyy-mm-dd'} from a form field of type Date, DateTime or Time.
- makeJDBCTimestampString(Date) - Method in class com.ebasetech.xi.services.DatabaseServices
-
Creates a SQL escape string for a timestamp field in the format {ts 'yyyy-mm-dd hh:mm:ss.fff'}.
- makeJDBCTimestampStringFromField(Field) - Method in class com.ebasetech.xi.services.DatabaseServices
-
Creates a SQL escape string in the format {ts 'yyyy-mm-dd hh:mm:ss.fff'} from a form field of type Date, DateTime or Time.
- makeJDBCTimeString(Date) - Method in class com.ebasetech.xi.services.DatabaseServices
-
Creates a SQL escape string for a time field in the format {t 'hh:mm:ss'}.
- makeJDBCTimeStringFromField(Field) - Method in class com.ebasetech.xi.services.DatabaseServices
-
Creates a SQL escape string in the format {t 'hh:mm:ss'} from a form field of type Date, DateTime or Time.
- makeMapObject() - Static method in class com.ebasetech.xi.services.ObjectServices
-
- makeSynchronizedMapObject() - Static method in class com.ebasetech.xi.services.ObjectServices
-
- MarginStyleProperties - Interface in com.ebasetech.xi.api.controls
-
Margin represents space outside an element's border, and is displayed with the background color of it's parent element.
- MenuControl - Interface in com.ebasetech.xi.api.controls
-
MenuControl is the base interface for both horizontal and vertical menu controls.
- MenuItemControl - Interface in com.ebasetech.xi.api.controls
-
MenuItemControl
acts as the base interface for both static and dynamic menu items
- MenuLevelProperties - Interface in com.ebasetech.xi.api.controls
-
The MenuLevelProperties
interface represents styling properties applied to all menu items at a specific level of a menu.
- MenuStateProperties - Interface in com.ebasetech.xi.api.controls
-
The MenuStateProperties
interface represents menu item styling properties for a specific menu item state.
- MessageContainer - Interface in com.ebasetech.xi.api
-
The
MessageContainer
represents any element (a
Control
or
Page
) that supports the addition of error and
warning messages.
- MessageControl - Interface in com.ebasetech.xi.api.controls
-
A Message Control represents a location on a page where error and warning messages are displayed.
- MessageProperties - Interface in com.ebasetech.xi.api.controls
-
The MessageProperties
interface represents styling properties of error and warning messages.
- MessageStyleProperties - Interface in com.ebasetech.xi.api.controls
-
The MessageProperties
interface represents styling properties of error and warning messages.
- mongoDB - Variable in class com.ebasetech.xi.services.DatabaseServices
-
- MongoServices - Class in com.ebasetech.xi.services
-
- MongoServices() - Constructor for class com.ebasetech.xi.services.MongoServices
-
- moveFile(String, String) - Static method in class com.ebasetech.xi.services.FileServices
-
Moves the file specified by fromPath to the path specified by toPath.
- MqResource - Interface in com.ebasetech.xi.api
-
The MqResource
interface represents a message to be read and/or written to an MQ Series message queue.