Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L M N P Q R S T U V W

A

AdmGroupGateway - class com.flexstor.common.gateway.AdmGroupGateway.
Retrieves information from the server for a specific group.
AdmGroupGateway() - Constructor for class com.flexstor.common.gateway.AdmGroupGateway
 
AdmGroupPersistGateway - class com.flexstor.common.gateway.AdmGroupPersistGateway.
Retrieves Group information.
AdmGroupPersistGateway() - Constructor for class com.flexstor.common.gateway.AdmGroupPersistGateway
 
AdmUserPersistGateway - class com.flexstor.common.gateway.AdmUserPersistGateway.
Retrieves User information.
AdmUserPersistGateway() - Constructor for class com.flexstor.common.gateway.AdmUserPersistGateway
 
ApplicationGateway - class com.flexstor.common.gateway.ApplicationGateway.
Gateway class to perform operations related to applications.
ApplicationGateway() - Constructor for class com.flexstor.common.gateway.ApplicationGateway
 
AssetPathGateway - class com.flexstor.common.gateway.AssetPathGateway.
Get a list of asset paths and check to see if they exist in the database
AssetPathGateway() - Constructor for class com.flexstor.common.gateway.AssetPathGateway
 
AssetRoleListGateway - class com.flexstor.common.gateway.AssetRoleListGateway.
Retrieves the asset role list.
AssetRoleListGateway() - Constructor for class com.flexstor.common.gateway.AssetRoleListGateway
 
AssetsInProcessGateway - class com.flexstor.common.gateway.AssetsInProcessGateway.
This class search into the database for the existence of some asset paths in the ASSETS_INPROCESS table
AssetsInProcessGateway() - Constructor for class com.flexstor.common.gateway.AssetsInProcessGateway
 
add(SettingData) - Method in class com.flexstor.common.gateway.SettingsGateway
Adds a setting to the database.
add(SettingData, RoleKey) - Method in class com.flexstor.common.gateway.SettingsGateway
Adds a setting to the database.
addAssets(ActionData) - Method in class com.flexstor.common.gateway.AssetsInProcessGateway
Add assets to the ASSETS_INPROCESS table.
addDisguise(DisguiseKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a disguise to the role.
addEMailAddress(EmailAddressKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a email address to the role provided a email address key.
addEMailAddress(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a collection of email addresses to the role.
addEMailAddress(String, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a email address to the role provided a email address.
addFtpAddress(FtpAddressKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a ftp address to the role provided a ftp address key.
addFtpAddress(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a collction ftp addresses to the role provided.
addFtpAddress(String, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a ftp address to the role provided a ftp address.
addImportSetting(ImportSettingKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a import setting to the role provided a import setting key.
addImportSetting(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a collection of import settings to the role provided a collection of import setting keys.
addObject(EjbObject) - Method in class com.flexstor.common.gateway.Gateway.HeartbeatManager
 
addPictureGalleryTemplate(ReportTemplateKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a Picture Gallery to the role provided a Picture Gallery template key.
addPictureGalleryTemplate(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a collection of Picture Gallery templates to the role provided a collection of report template keys.
addPreference(String, String, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Add a preference to a Role.
addPrivilege(PrivAssetKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Add a privilege to a Role.
addPrivilege(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Add a collection of privileges to a Role.
addRecords(ActionData) - Method in class com.flexstor.common.gateway.WorkspaceGateway
Updates the workspace by adding the records after copying the files to the workspace in the filesystem.
addReportTemplate(ReportTemplateKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a report template to the role provided a report template key.
addReportTemplate(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a collection of report templates to the role provided a collection of report template keys.
addSaveSearch(SaveSearchKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a save search to the role provided a save search key.
addSaveSearch(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a collection of save searches to the role provided a collection of save search keys.
addSaveSearch(String, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a save search to the role provided a save search name.
addSecurityRight(int, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a security right to the role provided a security right ID.
addSecurityRight(int[], RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a collection of security rights to the role provided a security right ID.
addSendSetting(SendSettingKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a send setting to the role provided a send setting key.
addSendSetting(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a collection of send settings to the role provided a collection of send setting keys.
addServer(ServerKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a server to the role provided a server key.
addServer(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a collection of servers to the role provided a collection of server keys.
addServer(String, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a server to the role provided a server name.
addToRole(SettingData, RoleKey) - Method in class com.flexstor.common.gateway.SettingsGateway
Assigns a setting to a role.
addWhere(WhereKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Adds a where clause to the role.
application - Variable in class com.flexstor.common.gateway.ApplicationGateway
Instance of ApplicationPersist remote interface.
applyEdits(ActionData) - Method in class com.flexstor.common.gateway.EditGateway
Applies specified edits.
areVersionsCurrent(List) - Method in class com.flexstor.common.gateway.WorkspaceGateway
Checks records to determine whether its version in the workspace is synchronized with the most current version in the repository.
arrayToString(int[]) - Method in class com.flexstor.common.gateway.SearchResultGateway
Convert an int array to a string.
arrayToString(long[]) - Method in class com.flexstor.common.gateway.SearchResultGateway
Convert a long array to a string.
assetInstIdToString(AssetInstanceId) - Method in class com.flexstor.common.gateway.SearchResultGateway
Convert a AssetInstanceId to a string.
assetList(Vector) - Method in class com.flexstor.common.gateway.AssetPathGateway
Check to see if asset paths exist on database
assetPath - Variable in class com.flexstor.common.gateway.AssetPathGateway
 
assetRoleList - Variable in class com.flexstor.common.gateway.AssetRoleListGateway
The bean interface.
assetsArchived(ActionData) - Method in class com.flexstor.common.gateway.FileStorageGateway
 
assetsFileNotFound(ActionData) - Method in class com.flexstor.common.gateway.FileStorageGateway
Change instances of the asset to File Not Found
assetsInProcess - Variable in class com.flexstor.common.gateway.AssetsInProcessGateway
 
assetsInProcessArchive(ActionData) - Method in class com.flexstor.common.gateway.FileStorageGateway
Change instances of the asset to In Process to Archive All Files are sent to the DB where they are updated.
assetsInProcessRestore(ActionData, boolean) - Method in class com.flexstor.common.gateway.FileStorageGateway
Change instances of the asset to In Process to Restore bUpdateDB true will update the Database, false will not update the database All assets are returned (to get archiveId's etc...).
assetsRestored(ActionData) - Method in class com.flexstor.common.gateway.FileStorageGateway
Change instances of the asset to Restored
assignToRole(SettingKey, RoleKey) - Method in class com.flexstor.common.gateway.SettingsGateway
Assigns a setting to a role.

B

BucketGateway - class com.flexstor.common.gateway.BucketGateway.
A gateway for interacting with the BucketPersistBean.
BucketGateway() - Constructor for class com.flexstor.common.gateway.BucketGateway
 
bInitialized - Static variable in class com.flexstor.common.gateway.Gateway
True if the gateway framework has been initialized
bLoadObjects - Static variable in class com.flexstor.common.gateway.Gateway
 
bSaveObjects - Static variable in class com.flexstor.common.gateway.Gateway
Debug objects
bStop - Variable in class com.flexstor.common.gateway.Gateway.HeartbeatManager
 
bean - Variable in class com.flexstor.common.gateway.CheckOutCheckInGateway
 
bean - Variable in class com.flexstor.common.gateway.EditGateway
Bean reference.
bean - Variable in class com.flexstor.common.gateway.ReportTemplateGateway
Bean reference to access Report Templates.
bean - Variable in class com.flexstor.common.gateway.SavedSearchGateway
 
bean - Variable in class com.flexstor.common.gateway.SearchResultGateway
 
bean - Variable in class com.flexstor.common.gateway.SettingsGateway
 
bean - Variable in class com.flexstor.common.gateway.TransLogGateway
Bean reference.
beginHeartbeats() - Method in class com.flexstor.common.gateway.Gateway
Starts sending heartbeats to the EJB server for the specified object.
bucket - Variable in class com.flexstor.common.gateway.BucketGateway
 
buildException(Throwable) - Method in class com.flexstor.common.gateway.Gateway
Reformats the given exception to a TransactionFailedException.
buildException(Throwable, String, String) - Method in class com.flexstor.common.gateway.Gateway
Reformats the given exception to a TransactionFailedException.

C

CheckInGateway - class com.flexstor.common.gateway.CheckInGateway.
Gateway to interact with the CheckInBean
CheckInGateway() - Constructor for class com.flexstor.common.gateway.CheckInGateway
 
CheckOutCheckInGateway - class com.flexstor.common.gateway.CheckOutCheckInGateway.
 
CheckOutCheckInGateway() - Constructor for class com.flexstor.common.gateway.CheckOutCheckInGateway
 
CheckOutGateway - class com.flexstor.common.gateway.CheckOutGateway.
Gateway to interact with the CheckOutBean
CheckOutGateway() - Constructor for class com.flexstor.common.gateway.CheckOutGateway
 
CleanupGateway - class com.flexstor.common.gateway.CleanupGateway.
Used for cleaning up at shutdown.
CleanupGateway() - Constructor for class com.flexstor.common.gateway.CleanupGateway
 
ContextGateway - class com.flexstor.common.gateway.ContextGateway.
Gateway for connecting and using the Context Bean
ContextGateway() - Constructor for class com.flexstor.common.gateway.ContextGateway
 
canLoadObject() - Method in class com.flexstor.common.gateway.Gateway
Returns true if object loading is on.
canSaveObject() - Method in class com.flexstor.common.gateway.Gateway
Returns true if object saving is on.
cancelCheckOutAssets(ActionData) - Method in class com.flexstor.common.gateway.CheckOutCheckInGateway
Cancels a check out assets (undo checkout).
changeLoggingMode(Hashtable) - Method in class com.flexstor.common.gateway.TransLogGateway
Updates the type of transaction specified in 'hash' whose key is the type of transaction and value would be either true or false, which would determine whether the Logging of that transaction enabled or disabled.
changeLoggingMode(int, boolean) - Method in class com.flexstor.common.gateway.TransLogGateway
Updates the type of transaction specified by 'transType'.
changePassword(String) - Method in class com.flexstor.common.gateway.UserGateway
Changes the password for the current user.
changePassword(String, String, String) - Method in class com.flexstor.common.gateway.UserGateway
Changes the password for the current user.
checkForExisting(DisguiseRecordData) - Method in class com.flexstor.common.gateway.ImportRecordGateway
Check for the existence of buckets in the database
checkInApplyToAllUses(ActionData) - Method in class com.flexstor.common.gateway.CheckInGateway
Updates asset records after the user has performed some modifications to them.
checkInApplyToSingleUse(ActionData) - Method in class com.flexstor.common.gateway.CheckInGateway
Updates asset records after the user has performed some modifications to them.
checkInAssets(ActionData) - Method in class com.flexstor.common.gateway.CheckOutCheckInGateway
Checks in assets.
checkOutAssets(ActionData) - Method in class com.flexstor.common.gateway.CheckOutCheckInGateway
Checks out assets.
ci - Variable in class com.flexstor.common.gateway.CheckInGateway
 
cleanup() - Method in class com.flexstor.common.gateway.CleanupGateway
 
co - Variable in class com.flexstor.common.gateway.CheckOutGateway
 
com.flexstor.common.gateway - package com.flexstor.common.gateway
 
connect(String) - Method in class com.flexstor.common.gateway.AdmGroupGateway
Connects to the EJB.
connect() - Method in class com.flexstor.common.gateway.AdmGroupGateway
Connects to the EJB.
connect(String) - Method in class com.flexstor.common.gateway.AdmGroupPersistGateway
Connects to the EJB with the group name provided.
connect() - Method in class com.flexstor.common.gateway.AdmGroupPersistGateway
Connects the EJB for general purpose functionalities.
connect() - Method in class com.flexstor.common.gateway.AdmUserPersistGateway
Connects the EJB for general purpose functionalities.
connect() - Method in class com.flexstor.common.gateway.ApplicationGateway
Connects to the EJB.
connect() - Method in class com.flexstor.common.gateway.AssetPathGateway
Sends the request for the assetPath data to the server.
connect() - Method in class com.flexstor.common.gateway.AssetRoleListGateway
 
connect() - Method in class com.flexstor.common.gateway.AssetsInProcessGateway
Sends the request for the assetsInProcess data to the server.
connect() - Method in class com.flexstor.common.gateway.BucketGateway
 
connect() - Method in class com.flexstor.common.gateway.CheckInGateway
 
connect() - Method in class com.flexstor.common.gateway.CheckOutCheckInGateway
 
connect() - Method in class com.flexstor.common.gateway.CheckOutGateway
 
connect() - Method in class com.flexstor.common.gateway.ContextGateway
Sends the request for the assetPath data to the server.
connect() - Method in class com.flexstor.common.gateway.DisguiseBucketGateway
 
connect() - Method in class com.flexstor.common.gateway.DisguiseFieldGateway
 
connect() - Method in class com.flexstor.common.gateway.DisguiseGateway
 
connect() - Method in class com.flexstor.common.gateway.DisplayBucketGateway
 
connect() - Method in class com.flexstor.common.gateway.DisplayFieldGateway
 
connect() - Method in class com.flexstor.common.gateway.DisplayGateway
 
connect() - Method in class com.flexstor.common.gateway.DisplayLayoutGateway
 
connect() - Method in class com.flexstor.common.gateway.EditGateway
Stablishes the connection to the bean.
connect() - Method in class com.flexstor.common.gateway.EmailAddressGateway
Connects to the EJB.
connect() - Method in class com.flexstor.common.gateway.FieldGateway
 
connect() - Method in class com.flexstor.common.gateway.FileStorageGateway
Sends the request for the fileStorage data to the server.
connect() - Method in class com.flexstor.common.gateway.FtpAddressGateway
Connects to the EJB.
connect() - Method in class com.flexstor.common.gateway.GroupGateway
Sends the request for group data to the server.
connect(String) - Method in class com.flexstor.common.gateway.GroupGateway
Sends the request for group data to the server.
connect() - Method in class com.flexstor.common.gateway.ImportRecordGateway
Sends the request for the importRecord data to the server.
connect() - Method in class com.flexstor.common.gateway.ImportSettingGateway
Connects to the import setting persist EJB.
connect() - Method in class com.flexstor.common.gateway.LookupGateway
 
connect() - Method in class com.flexstor.common.gateway.LookupListGateway
 
connect(String) - Method in class com.flexstor.common.gateway.MachineGateway
Sends the request for machine data to the server.
connect() - Method in class com.flexstor.common.gateway.PrivAssetGateway
Connects the EJB.
connect() - Method in class com.flexstor.common.gateway.PrivilegeGateway
Sends the request for privilege data to the server.
connect() - Method in class com.flexstor.common.gateway.PropertyGateway
 
connect() - Method in class com.flexstor.common.gateway.ReportTemplateGateway
Stablishes the connection to the bean.
connect() - Method in class com.flexstor.common.gateway.RestrictiveWhereGateway
Connects the EJB.
connect() - Method in class com.flexstor.common.gateway.RoleGateway
Connects the EJB for general purpose functionalities.
connect() - Method in class com.flexstor.common.gateway.SavedSearchGateway
 
connect() - Method in class com.flexstor.common.gateway.SearchGateway
 
connect() - Method in class com.flexstor.common.gateway.SearchResultGateway
 
connect() - Method in class com.flexstor.common.gateway.SendSettingGateway
Connects to the Send Setting Persist EJB.
connect() - Method in class com.flexstor.common.gateway.SequenceGateway
Sends the request for the sequence data to the server.
connect() - Method in class com.flexstor.common.gateway.ServerListGateway
 
connect() - Method in class com.flexstor.common.gateway.SettingsGateway
Connects the gateway to the EJB server
connect() - Method in class com.flexstor.common.gateway.TransLogGateway
Stablishes the connection to the bean.
connect(String) - Method in class com.flexstor.common.gateway.UserGateway
Sends the request for user data to the server.
connect(String, String) - Method in class com.flexstor.common.gateway.UserGateway
Sends the request for user authentication and user data to the server.
connect() - Method in class com.flexstor.common.gateway.VirDeviceGateway
Sends the request for the assetPath data to the server.
connect() - Method in class com.flexstor.common.gateway.WorkspaceGateway
 
context - Variable in class com.flexstor.common.gateway.ContextGateway
 
createSignature(Vector) - Method in class com.flexstor.common.gateway.VirDeviceGateway
 

D

DisguiseBucketGateway - class com.flexstor.common.gateway.DisguiseBucketGateway.
A gateway for interacting with the DisguiseBucketPersistBean.
DisguiseBucketGateway() - Constructor for class com.flexstor.common.gateway.DisguiseBucketGateway
 
DisguiseFieldGateway - class com.flexstor.common.gateway.DisguiseFieldGateway.
A gateway for interacting with the DisguiseFieldPersistBean.
DisguiseFieldGateway() - Constructor for class com.flexstor.common.gateway.DisguiseFieldGateway
 
DisguiseGateway - class com.flexstor.common.gateway.DisguiseGateway.
Retrieves disguise information.
DisguiseGateway() - Constructor for class com.flexstor.common.gateway.DisguiseGateway
 
DisplayBucketGateway - class com.flexstor.common.gateway.DisplayBucketGateway.
A gateway for interacting with the DisplayBucketPersistBean.
DisplayBucketGateway() - Constructor for class com.flexstor.common.gateway.DisplayBucketGateway
 
DisplayFieldGateway - class com.flexstor.common.gateway.DisplayFieldGateway.
A gateway for interacting with the DisplayFieldPersistBean.
DisplayFieldGateway() - Constructor for class com.flexstor.common.gateway.DisplayFieldGateway
 
DisplayGateway - class com.flexstor.common.gateway.DisplayGateway.
 
DisplayGateway() - Constructor for class com.flexstor.common.gateway.DisplayGateway
 
DisplayLayoutGateway - class com.flexstor.common.gateway.DisplayLayoutGateway.
A gateway for interacting with the DisplayLayoutPersistBean.
DisplayLayoutGateway() - Constructor for class com.flexstor.common.gateway.DisplayLayoutGateway
 
data - Variable in class com.flexstor.common.gateway.InitGateway
 
delete(SettingData) - Method in class com.flexstor.common.gateway.SettingsGateway
Deletes a setting from the database
deleteAssets(int) - Method in class com.flexstor.common.gateway.AssetsInProcessGateway
Delete assets from the ASSETS_INPROCESS table.
deleteDisguise(DisguiseKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a disguise from the role.
deleteEMailAddress(EmailAddressKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a email address from the role provided a email address key.
deleteEMailAddress(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a collection of email addresses from the role.
deleteEMailAddress(String, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a email address from the role provided a email address.
deleteFtpAddress(FtpAddressKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a ftp address from the role provided a ftp address key.
deleteFtpAddress(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a collection of ftp addresses from the role.
deleteFtpAddress(String, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a ftp address from the role provided a ftp address.
deleteImportSetting(ImportSettingKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a import setting from the role provided a import setting key.
deleteImportSetting(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a collection of import settings from the role provided a collection of import setting key.
deletePictureGalleryTemplate(ReportTemplateKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a picture gallery from the role provided a report template key.
deletePictureGalleryTemplate(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a collection of pg template from the role provided a collectio of report template keys.
deletePreference(String, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Deletes a preference from a Role.
deletePrivilege(PrivAssetKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Deletes a privilege from a Role.
deletePrivilege(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Deletes a collection of privileges from a Role.
deleteReportTemplate(ReportTemplateKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a report template to the role provided a report template key.
deleteReportTemplate(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a collection of report template to the role provided a collectio of report template keys.
deleteSaveSearch(SaveSearchKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a save search from the role provided a save search key.
deleteSaveSearch(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a collection of save searches from the role provided a collections save search keys.
deleteSaveSearch(String, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Deletes a save search to the role provided a save search name.
deleteSecurityRight(int, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a security right from the role provided a security right ID.
deleteSecurityRight(int[], RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a collection of security rights from the role provided a security right ID.
deleteSendSetting(SendSettingKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a send setting from the role provided a send setting key.
deleteSendSetting(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a collection of send settings from the role provided a collection of send setting keys.
deleteServer(ServerKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a server from the role provided a server key.
deleteServer(Vector, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a collection of servers from the role provided a collection of server keys.
deleteServer(String, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a server from the role provided a server name.
deleteTransactions(long[]) - Method in class com.flexstor.common.gateway.TransLogGateway
Delete Masters transactions including all their details.
deleteWhere(WhereKey, RoleKey) - Method in class com.flexstor.common.gateway.RoleGateway
Removes a where clause from the role.
disgBucket - Variable in class com.flexstor.common.gateway.DisguiseBucketGateway
 
disgField - Variable in class com.flexstor.common.gateway.DisguiseFieldGateway
 
disguise - Variable in class com.flexstor.common.gateway.DisguiseGateway
 
dispBucket - Variable in class com.flexstor.common.gateway.DisplayBucketGateway
 
dispField - Variable in class com.flexstor.common.gateway.DisplayFieldGateway
 
dispLayout - Variable in class com.flexstor.common.gateway.DisplayLayoutGateway
 
display - Variable in class com.flexstor.common.gateway.DisplayGateway
 
dispose() - Method in class com.flexstor.common.gateway.Gateway
Cleans up the gateway.

E

EBJObjectToString(EjbObject) - Method in class com.flexstor.common.gateway.Gateway
Converts an ROEJBObject reference to a String and limits it to 100 characters.
EditGateway - class com.flexstor.common.gateway.EditGateway.
EditGateway provides functionality to send edits requests to the EJB server.
EditGateway() - Constructor for class com.flexstor.common.gateway.EditGateway
 
EmailAddressGateway - class com.flexstor.common.gateway.EmailAddressGateway.
Gateway class to perform operations related to Email addresses.
EmailAddressGateway() - Constructor for class com.flexstor.common.gateway.EmailAddressGateway
 
emailAddress - Variable in class com.flexstor.common.gateway.EmailAddressGateway
Instance of EmailAddressPersist remote interface.
enableDebugging(String, boolean, boolean) - Static method in class com.flexstor.common.gateway.Gateway
Enables debugging (serialization of objects to files).
engine - Static variable in class com.flexstor.common.gateway.Gateway
Refrence to the current engine

F

FieldGateway - class com.flexstor.common.gateway.FieldGateway.
A gateway for interacting with the FieldPersistBean.
FieldGateway() - Constructor for class com.flexstor.common.gateway.FieldGateway
 
FileStorageGateway - class com.flexstor.common.gateway.FileStorageGateway.
To do the update into the database
FileStorageGateway() - Constructor for class com.flexstor.common.gateway.FileStorageGateway
 
FtpAddressGateway - class com.flexstor.common.gateway.FtpAddressGateway.
Gateway class to perform operations on Ftp addresses registered with the server.
FtpAddressGateway() - Constructor for class com.flexstor.common.gateway.FtpAddressGateway
 
field - Variable in class com.flexstor.common.gateway.FieldGateway
 
fileStorage - Variable in class com.flexstor.common.gateway.FileStorageGateway
 
ftpAddress - Variable in class com.flexstor.common.gateway.FtpAddressGateway
Instance of FtpAddressPersist remote interface.

G

Gateway - class com.flexstor.common.gateway.Gateway.
Core class of the Server Gateway Framework
Gateway() - Constructor for class com.flexstor.common.gateway.Gateway
 
Gateway.HeartbeatManager - class com.flexstor.common.gateway.Gateway.HeartbeatManager.
Manages heartbeats for all instances of the server gateway framework.
Gateway.HeartbeatManager(long) - Constructor for class com.flexstor.common.gateway.Gateway.HeartbeatManager
 
GroupGateway - class com.flexstor.common.gateway.GroupGateway.
Retrieves information from the server for a specific group.
GroupGateway() - Constructor for class com.flexstor.common.gateway.GroupGateway
 
get(SettingKey) - Method in class com.flexstor.common.gateway.SettingsGateway
Retrieves one setting for the given key
get(Vector) - Method in class com.flexstor.common.gateway.SettingsGateway
Retrieve the addresses for a vector of a collection of SettingKey objects
getAllPictureGalleryTemplates() - Method in class com.flexstor.common.gateway.ReportTemplateGateway
 
getAllTemplates() - Method in class com.flexstor.common.gateway.ReportTemplateGateway
 
getAllTransactionTypes() - Method in class com.flexstor.common.gateway.TransLogGateway
Returns a hashtable, whose key is the type of transaction and value would be either true or false, which would determine whether the Logging of that transaction enabled or disabled.
getApplication(int) - Method in class com.flexstor.common.gateway.ApplicationGateway
Retrieves an application contained by FLEXSTOR.db based on the id passed
getApplications(String) - Method in class com.flexstor.common.gateway.ApplicationGateway
Retrieves a list of applications contained by FLEXSTOR.db based on the name passed
getAssetRoleList() - Method in class com.flexstor.common.gateway.AssetRoleListGateway
Retries the asset role list.
getAssetsInProcessByFileName(String[]) - Method in class com.flexstor.common.gateway.AssetsInProcessGateway
Get a list of assets which are in process.
getBeanObject() - Method in class com.flexstor.common.gateway.AdmGroupGateway
Returns the bean object.
getBeanObject() - Method in class com.flexstor.common.gateway.AdmGroupPersistGateway
Returns the bean object (EjbObject)
getBeanObject() - Method in class com.flexstor.common.gateway.AdmUserPersistGateway
Returns the bean object (EjbObject)
getBeanObject() - Method in class com.flexstor.common.gateway.ApplicationGateway
Returns the bean object (EjbObject)
getBeanObject() - Method in class com.flexstor.common.gateway.AssetPathGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.AssetRoleListGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.AssetsInProcessGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.BucketGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.CheckInGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.CheckOutCheckInGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.CheckOutGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.CleanupGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.ContextGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.DisguiseBucketGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.DisguiseFieldGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.DisguiseGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.DisplayBucketGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.DisplayFieldGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.DisplayGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.DisplayLayoutGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.EditGateway
Retrieves the bean object.
getBeanObject() - Method in class com.flexstor.common.gateway.EmailAddressGateway
Returns the bean object (EjbObject)
getBeanObject() - Method in class com.flexstor.common.gateway.FieldGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.FileStorageGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.FtpAddressGateway
Returns the bean object (EjbObject).
getBeanObject() - Method in class com.flexstor.common.gateway.Gateway
Returns the instance of the current bean, or null if the bean has not been created.
getBeanObject() - Method in class com.flexstor.common.gateway.GroupGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.ImportRecordGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.ImportSettingGateway
Returns the bean object (EjbObject)
getBeanObject() - Method in class com.flexstor.common.gateway.InitGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.LookupGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.LookupListGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.MachineGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.PrivAssetGateway
Returns the bean object (EjbObject)
getBeanObject() - Method in class com.flexstor.common.gateway.PrivilegeGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.PropertyGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.ReportTemplateGateway
Retrieves the bean object.
getBeanObject() - Method in class com.flexstor.common.gateway.RestrictiveWhereGateway
Returns the bean object (EjbObject)
getBeanObject() - Method in class com.flexstor.common.gateway.RoleGateway
Returns the bean object (EjbObject)
getBeanObject() - Method in class com.flexstor.common.gateway.SavedSearchGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.SearchGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.SearchResultGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.SendSettingGateway
Returns the bean object (EjbObject)
getBeanObject() - Method in class com.flexstor.common.gateway.SequenceGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.ServerListGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.SettingsGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.TransLogGateway
Retrieves the bean object.
getBeanObject() - Method in class com.flexstor.common.gateway.UserGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.VirDeviceGateway
 
getBeanObject() - Method in class com.flexstor.common.gateway.WorkspaceGateway
 
getBucket(BucketKey) - Method in class com.flexstor.common.gateway.BucketGateway
This will get BucketData based upon a key.
getChildren(AssetRecordData) - Method in class com.flexstor.common.gateway.SearchResultGateway
Gets child assets for an asset.
getChildrenByAssetRole(int, AssetRecordData) - Method in class com.flexstor.common.gateway.CheckOutCheckInGateway
This will get all children assets based upon an RecordId passed in to the method.
getChildrenByRole(int, RecordData) - Method in class com.flexstor.common.gateway.SearchResultGateway
Gets child assets of one role for an asset.
getClientDisguise(DisguiseKey) - Method in class com.flexstor.common.gateway.DisguiseGateway
Retries a "client" disguise object based on a key.
getClientDisguise(int) - Method in class com.flexstor.common.gateway.DisguiseGateway
Retries a "client" disguise object based on a key.
getCurrentVersions(List) - Method in class com.flexstor.common.gateway.WorkspaceGateway
Returns an AssetRecordData object for each asset id specified in the argument.
getDataObject(int) - Method in class com.flexstor.common.gateway.AssetRoleListGateway
Retrieves a asset role data provided a asset role id.
getDatabaseName() - Method in class com.flexstor.common.gateway.InitGateway
Returns the database name
getDatabaseVendor() - Method in class com.flexstor.common.gateway.InitGateway
Returns the database vendor name
getDatabaseVersion() - Method in class com.flexstor.common.gateway.InitGateway
Returns the database version
getDefaultViewAsset(AssetRecordData) - Method in class com.flexstor.common.gateway.CheckOutCheckInGateway
 
getDefaultViewAsset(AssetRecordData) - Method in class com.flexstor.common.gateway.WorkspaceGateway
 
getDisguise(DisguiseKey) - Method in class com.flexstor.common.gateway.DisguiseGateway
Retries a disguise object based on a key.
getDisguise(int) - Method in class com.flexstor.common.gateway.DisguiseGateway
Retrieves an disguise contained by FLEXSTOR.db based on the id passed
getDisguiseKey(int) - Method in class com.flexstor.common.gateway.DisguiseGateway
This will get A Disguise Key based upon an Identifier.
getDisguiseList() - Method in class com.flexstor.common.gateway.DisguiseGateway
Retrieves a list of all available disguises contained by FLEXSTOR.db.
getDisguiseList(String) - Method in class com.flexstor.common.gateway.DisguiseGateway
Retrieves a list of all available disguises contained by FLEXSTOR.db that matches the name of the disguise passed in the argument.
getDisguiseList() - Method in class com.flexstor.common.gateway.UserGateway
Returns a list of disguises for this user.
getDisguises(Vector) - Method in class com.flexstor.common.gateway.DisguiseGateway
Retrieves a list of all disguises contained by FLEXSTOR.db corresponding to the collection of DisguiseKey.
getEMailAddress(EmailAddressKey) - Method in class com.flexstor.common.gateway.EmailAddressGateway
Retrieves a EMail addresses contained by FLEXSTOR.db provided a email address key.
getEMailAddressList() - Method in class com.flexstor.common.gateway.EmailAddressGateway
Retrieves a list of all available EMail addresses contained by FLEXSTOR.db.
getEMailAddressList() - Method in class com.flexstor.common.gateway.SettingsGateway
Retrieve all email addresses in the database
getEMailAddresses(Vector) - Method in class com.flexstor.common.gateway.EmailAddressGateway
Retrieves a list of all EMail addresses contained by FLEXSTOR.db provided a list of email address keys.
getField(DisguiseFieldKey) - Method in class com.flexstor.common.gateway.DisguiseFieldGateway
This will get the Data Object based upon key.
getFtpAddress(FtpAddressKey) - Method in class com.flexstor.common.gateway.FtpAddressGateway
Retrieves a Ftp address contained by FLEXSTOR.db provided a Ftp address key.
getFtpAddressList() - Method in class com.flexstor.common.gateway.FtpAddressGateway
Retrieves a list of all available Ftp addresses contained by FLEXSTOR.db.
getFtpAddressList() - Method in class com.flexstor.common.gateway.SettingsGateway
Retrieve all ftp addresses in the database
getFtpAddresses(Vector) - Method in class com.flexstor.common.gateway.FtpAddressGateway
Retrieves a list of all Ftp addresses contained by FLEXSTOR.db provided a list of ftp address keys.
getGroup(GroupKey) - Method in class com.flexstor.common.gateway.AdmGroupGateway
Returns the group for the specific group key privided.
getGroup(String) - Method in class com.flexstor.common.gateway.AdmGroupGateway
Returns the group specified with name.
getGroup(GroupKey) - Method in class com.flexstor.common.gateway.AdmGroupPersistGateway
Retrieves a group provided the group key.
getGroup(String) - Method in class com.flexstor.common.gateway.AdmGroupPersistGateway
Retrieves a group with the name specified as a parameter.
getGroup() - Method in class com.flexstor.common.gateway.AdmGroupPersistGateway
 
getGroupList() - Method in class com.flexstor.common.gateway.AdmGroupPersistGateway
Retrieves a list of all groups registered in FLEXSTOR.db.
getGroupRoleUnion(GroupCollectionKey, RoleKey) - Method in class com.flexstor.common.gateway.GroupGateway
Gets the role data for this group.
getGroups(GroupCollectionKey) - Method in class com.flexstor.common.gateway.AdmGroupPersistGateway
Retrieves a group based on the group collection key.
getHome() - Method in class com.flexstor.common.gateway.Gateway
Returns the home interface for the specified published name.
getHomeName() - Method in class com.flexstor.common.gateway.AdmGroupGateway
Returns the published name for the home interface of group bean.
getHomeName() - Method in class com.flexstor.common.gateway.AdmGroupPersistGateway
Returns the home name of the bean to be accessed.
getHomeName() - Method in class com.flexstor.common.gateway.AdmUserPersistGateway
Returns the home name of the bean to be accessed.
getHomeName() - Method in class com.flexstor.common.gateway.ApplicationGateway
Returns the home name of the bean to be accessed.
getHomeName() - Method in class com.flexstor.common.gateway.AssetPathGateway
 
getHomeName() - Method in class com.flexstor.common.gateway.AssetRoleListGateway
 
getHomeName() - Method in class com.flexstor.common.gateway.AssetsInProcessGateway
 
getHomeName() - Method in class com.flexstor.common.gateway.BucketGateway
 
getHomeName() - Method in class com.flexstor.common.gateway.CheckInGateway
 
getHomeName() - Method in class com.flexstor.common.gateway.CheckOutCheckInGateway
 
getHomeName() - Method in class com.flexstor.common.gateway.CheckOutGateway
 
getHomeName() - Method in class com.flexstor.common.gateway.CleanupGateway
 
getHomeName() - Method in class com.flexstor.common.gateway.ContextGateway
 
getHomeName() - Method in class com.flexstor.common.gateway.DisguiseBucketGateway
 
getHomeName() - Method in class com.flexstor.common.gateway.DisguiseFieldGateway
 
getHomeName() - Method in class com.flexstor.common.gateway.DisguiseGateway
 
getHomeName() - Method in class com.flexstor.common.gateway.DisplayBucketGateway
 
getHomeName() - Method in class com.flexstor.common.gateway.DisplayFieldGateway
 
getHomeName() - Method in class com.flexstor.common.gateway.DisplayGateway
 
getHomeName() - Method in class com.flexstor.common.gateway.