public final class OEM
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ChangeGUIOptions
Check for OEMs that do not allow to change the GUI options.
|
static java.lang.String |
ChangeProcessorsOptions
Check for OEMs that do not allow to change the processor options.
|
static java.lang.String |
ChangeUnitsOptions
Check for OEMs that do not allow to change the Units options.
|
static java.lang.String |
defaultNotificationsURL
The Constant defaultNotificationsURL.
|
static java.lang.String |
RS
This is Reporting Standard as OEM.
|
static java.lang.String |
RSChangeValidationMode
Check for OMEs that do not allow to change the validation mode.
|
static java.lang.String |
RSCompanyNameEdit
The Constant RSCompanyNameEdit.
|
static java.lang.String |
RSCompanyNameLabel
The Constant RSCompanyNameLabel.
|
static java.lang.String |
RSCompanyNameTooltip
The Constant RSCompanyNameTooltip.
|
static java.lang.String |
RSCustomLogo
The Constant RSCustomLogo.
|
static java.lang.String |
RSCustomRequestCompanies
The Constant RSCustomRequestCompanies.
|
static java.lang.String |
RSDefaultShemeURI
This is the key for the default scheme associated with an OEM.
|
static java.lang.String |
RSEndOfYearMenuItem
Check for OEMS that require an alternate text on Options menu item "Set end of year" *.
|
static java.lang.String |
RSFixedUnit
If the project does not allows to change units, this property is assigned to the monetary unit that shall be used.
|
static java.lang.String |
RSIdentifierFormatter
The Constant RSIdentifierFormatter.
|
static java.lang.String |
RSIsAutomaticValidatiomMode
Check for OEMs that has fixed validation mode.
|
static java.lang.String |
RSMessageBeforeSaveCleanMessage
Message to be sent to the user when the instance is clean for specific
projects.
|
static java.lang.String |
RSPrintMenu
The Constant RSPrintMenu.
|
static java.lang.String |
RSRemoteCatalogURL
This is the key for the URL where the remote catalog is stored.
|
static java.lang.String |
RSRemoteNotificationsURL
This is the key for the URL where the remote notifications server is stored.
|
static java.lang.String |
RSSaveAs
The Constant RSSaveAs.
|
static java.lang.String |
RSSchemeVisible
This is the key for the Scheme Visible property.
|
static java.lang.String |
RSShowDimensionalTableCombo
Check for OMEs that do not shows the Dimensional Table GUI ComboBox.
|
static java.lang.String |
RSShowInstanceFileNameAfterSave
this is "true" when the application shall show a message after the instance has
been saved on disk.
|
static java.lang.String |
RSShowOldViewMode
Check for OMEs that do not shows the old (classic or non dimensional) view mode.
|
static java.lang.String |
RSTaxonomyDoubleClickOpenFileContent
The Constant RSTaxonomyDoubleClickOpenFileContent.
|
static java.lang.String |
URIFromCatalog
Check for OEMs that limits access to add a URI from Catalog.
|
static java.lang.String |
URIFromDB
Check for OEMs that limits access to add a URI from database.
|
static java.lang.String |
URIFromInternet
Check for OEMs that limits access to add a URI from Internet.
|
Constructor and Description |
---|
OEM() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getCompanyNameEditText(java.lang.String defaultText)
Some projects may redefine the text in the edit company name button.
|
static java.lang.String |
getCompanyNameLabel(java.lang.String defaultText)
Some projects may redefine the company name label to something like "NIT" or "RUT" or "RUC" or "NIF"...
|
static java.lang.String |
getCompanyNameTooltip(java.lang.String defaultText)
Some projects may redefine the company name tooltip .
|
static java.lang.String |
getDlgRequestCompaniesClass()
Gets the dlg request companies class.
|
static javax.swing.JFormattedTextField.AbstractFormatter |
getIdentifierFormatter()
Some projects may define specific formatters for the company identifier.
|
static java.lang.String |
getMessageBeforeSaveCleanMessage()
Gets the message before save clean message.
|
static java.lang.String |
getOEM()
Access to the OEM name from the license.
|
static javax.xml.namespace.QName |
getOemDefinedUnit()
Gets the oem defined unit.
|
static java.lang.String |
getOEMendOfYearMenuItem()
Gets the OE mend of year menu item.
|
static java.lang.String |
getOEMLogoURL(java.lang.String extension)
Gets the OEM logo URL.
|
static java.lang.String |
getStaticCatalogURL()
Gets the static catalog URL.
|
static java.net.URI |
getStaticDefaultScheme()
Access to the value of the scheme used for this license.
|
static java.lang.String |
getStaticNotificationsURL()
Gets the static notifications URL.
|
static boolean |
isSchemeVisible()
Access to a property that indicates if the scheme is visible to users filing a value for a new instance
document in the Express tool.
|
static boolean |
isTaxonomyDoubleClickOpenFileContent()
Checks if is taxonomy double click open file content.
|
static boolean |
RSAccess(java.lang.String key)
Returns true if the property is NOT defined or it is defined with a
value other than "false".
|
static java.util.Properties |
setPropertiesToOEMDefault(java.util.Properties props)
This method is called after properties has been set to default properties in the
DTSContainer class.
|
public static final java.lang.String RSRemoteCatalogURL
public static final java.lang.String defaultNotificationsURL
public static final java.lang.String RSRemoteNotificationsURL
public static final java.lang.String RSDefaultShemeURI
public static final java.lang.String RSSchemeVisible
public static final java.lang.String RSCompanyNameLabel
public static final java.lang.String RSCompanyNameTooltip
public static final java.lang.String RSCompanyNameEdit
public static final java.lang.String RSIdentifierFormatter
public static final java.lang.String RSMessageBeforeSaveCleanMessage
public static final java.lang.String RSShowInstanceFileNameAfterSave
public static final java.lang.String RSPrintMenu
public static final java.lang.String RSSaveAs
public static final java.lang.String RSFixedUnit
public static final java.lang.String RS
public static final java.lang.String URIFromCatalog
public static final java.lang.String URIFromInternet
public static final java.lang.String URIFromDB
public static final java.lang.String ChangeProcessorsOptions
public static final java.lang.String RSIsAutomaticValidatiomMode
public static final java.lang.String RSChangeValidationMode
public static final java.lang.String RSShowOldViewMode
public static final java.lang.String RSShowDimensionalTableCombo
public static final java.lang.String RSCustomRequestCompanies
public static final java.lang.String RSCustomLogo
public static final java.lang.String ChangeGUIOptions
public static final java.lang.String ChangeUnitsOptions
public static final java.lang.String RSEndOfYearMenuItem
public static final java.lang.String RSTaxonomyDoubleClickOpenFileContent
public static final java.lang.String getOEM()
public static final java.util.Properties setPropertiesToOEMDefault(java.util.Properties props)
props
- the propspublic static final java.lang.String getStaticCatalogURL()
public static final java.lang.String getStaticNotificationsURL()
public static final java.net.URI getStaticDefaultScheme()
public static final boolean isSchemeVisible()
public static boolean RSAccess(java.lang.String key)
key
- the keypublic static java.lang.String getCompanyNameLabel(java.lang.String defaultText)
defaultText
- the default textpublic static java.lang.String getCompanyNameTooltip(java.lang.String defaultText)
defaultText
- the default textpublic static java.lang.String getCompanyNameEditText(java.lang.String defaultText)
defaultText
- the default textpublic static javax.swing.JFormattedTextField.AbstractFormatter getIdentifierFormatter()
public static boolean isTaxonomyDoubleClickOpenFileContent()
public static java.lang.String getMessageBeforeSaveCleanMessage()
public static javax.xml.namespace.QName getOemDefinedUnit()
public static java.lang.String getDlgRequestCompaniesClass()
public static java.lang.String getOEMLogoURL(java.lang.String extension)
extension
- the extensionpublic static java.lang.String getOEMendOfYearMenuItem()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa