|
|||||||||
| Home >> All >> com >> flexstor >> ejb >> bucket >> [ persist overview ] | PREV NEXT | ||||||||
B
- BucketPersist - interface com.flexstor.ejb.bucket.persist.BucketPersist.
- This is the client interface for obtaining a bucket Data Object.
- BucketPersistBean - class com.flexstor.ejb.bucket.persist.BucketPersistBean.
-
BucketPersistBean
Used to retrieve, modify, delete and create an application bucket object using the BucketData
object to transfer data back and forth
- BucketPersistBean() - Constructor for class com.flexstor.ejb.bucket.persist.BucketPersistBean
- Constructor for Class
- BucketPersistHome - interface com.flexstor.ejb.bucket.persist.BucketPersistHome.
- This is the Home Interface for acquiring a client Object.
- bucketFields - Variable in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- The disguise_fields for this object
- bucketName - Variable in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- The bucket name
- bucketType - Variable in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- Bucket Type - Use BucketData Contants
- buildObjectFromRef(bucket_tRef) - Static method in class com.flexstor.ejb.bucket.persist.ServerBucketDataBuild
- This is the method to actually get persisted information for a new bucket object
C
- com.flexstor.ejb.bucket.persist - package com.flexstor.ejb.bucket.persist
- copyData(BucketData, OracleConnection) - Static method in class com.flexstor.ejb.bucket.persist.ServerBucketDataBuild
- This will copy data from a dataobject and place it in an Oracle database object.
- create() - Method in interface com.flexstor.ejb.bucket.persist.BucketPersistHome
- Constructor to create client Interface.
E
- ejbCreate() - Method in class com.flexstor.ejb.bucket.persist.BucketPersistBean
- This will Create a new Persist Object.
F
- fillVectorFromNestedObject(NestedBucketT) - Static method in class com.flexstor.ejb.bucket.persist.ServerBucketDataBuild
- Fills a Vector using a Nested Reference.
G
- getBucketName() - Method in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- Get Bucket Name
- getBucketType() - Method in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- Get Bucket Type
- getDELETE() - Method in class com.flexstor.ejb.bucket.persist.BucketPersistBean
- Retrieve the actual SQL statement used to delete a record from the database
- getDataObject(int) - Method in interface com.flexstor.ejb.bucket.persist.BucketPersist
- This will get A Bucket Data object based upon an Identifier.
- getDataObject(BucketKey) - Method in interface com.flexstor.ejb.bucket.persist.BucketPersist
- This will get the Data Object based upon key.
- getDataObject(BucketKey) - Method in class com.flexstor.ejb.bucket.persist.BucketPersistBean
- getDataObject.
- getDataObject(int) - Method in class com.flexstor.ejb.bucket.persist.BucketPersistBean
- getDataObject.
- getDeleteStatement(BucketData) - Static method in class com.flexstor.ejb.bucket.persist.ServerBucketDataBuild
- Retrieve the actual SQL query used to delete A Bucket Record from the database.
- getFieldDataObjects() - Method in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- This will get the Disguise Fields for this object.
- getINSERT() - Method in class com.flexstor.ejb.bucket.persist.BucketPersistBean
- Retrieve the actual SQL statement used to insert a record into the database
- getId() - Method in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- Will get the Id of the field
- getLabel() - Method in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- Will get the Label of the field
- getLevel() - Method in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- Get the level for this bucket.
- getNestedRefFromVector(Vector, OracleConnection) - Static method in class com.flexstor.ejb.bucket.persist.ServerBucketDataBuild
- This will get an Oracle Nested Reference from a Vector of Data Objects.
- getNonSystemFields() - Method in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- This will return fields that are not system required
- getQuerySelectStatement(String) - Static method in class com.flexstor.ejb.bucket.persist.ServerBucketDataBuild
- Retrieve the actual SQL query used to query the database.
- getRefFromKey(BucketKey, OracleConnection) - Static method in class com.flexstor.ejb.bucket.persist.ServerBucketDataBuild
- This will get an Oracle Reference from a Rorke key.
- getSelectStatement(int) - Static method in class com.flexstor.ejb.bucket.persist.ServerBucketDataBuild
- Retrieve the actual SQL query used to query the database.
- getSystemFields() - Method in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- This will return fields that are system required
I
- IDENTIFIER - Static variable in interface com.flexstor.ejb.bucket.persist.BucketPersist
- IDENTIFIER - Static variable in class com.flexstor.ejb.bucket.persist.BucketPersistBean
- IDENTIFIER - Static variable in interface com.flexstor.ejb.bucket.persist.BucketPersistHome
- IDENTIFIER - Static variable in class com.flexstor.ejb.bucket.persist.ServerBucketDataBuild
- IDENTIFIER - Static variable in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- id - Variable in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- Identifier (Primary Key)
- insert(BucketData) - Method in interface com.flexstor.ejb.bucket.persist.BucketPersist
- Insert a new bucket column in the bucket table.
- insert(BucketData) - Method in class com.flexstor.ejb.bucket.persist.BucketPersistBean
- insert.
L
- label - Variable in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- What did the client name this bucket
- level - Variable in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- Level of this bucket
O
- orderFields() - Method in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- This is a helper function that will take the display fields and order them by position.
Q
- queryDataObjects(String) - Method in interface com.flexstor.ejb.bucket.persist.BucketPersist
- This will get A list of BucketData objects based on Label.
- queryDataObjects(String) - Method in class com.flexstor.ejb.bucket.persist.BucketPersistBean
- queryDataObject.
R
- remove(BucketKey) - Method in interface com.flexstor.ejb.bucket.persist.BucketPersist
- Remove a Bucket From database Based upon key.
- remove(BucketKey) - Method in class com.flexstor.ejb.bucket.persist.BucketPersistBean
- remove.
S
- ServerBucketDataBuild - class com.flexstor.ejb.bucket.persist.ServerBucketDataBuild.
- This is the sub class derived from Bucket Data which allows modification of the data.
- ServerBucketDataBuild() - Constructor for class com.flexstor.ejb.bucket.persist.ServerBucketDataBuild
- ServerBucketExtendData - class com.flexstor.ejb.bucket.persist.ServerBucketExtendData.
- This is the client data object for state information pertaining to a DisguiseBucket.
- ServerBucketExtendData() - Constructor for class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- setBucketName(String) - Method in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- Set Bucket Name
- setBucketType(int) - Method in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- Set Bucket Type
- setFieldDataObjects(Vector) - Method in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- This will get the Disguise Fields for this object.
- setId(int) - Method in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- Will set the Id of the field
- setLabel(String) - Method in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- Will get the Label of the field
- setLevel(int) - Method in class com.flexstor.ejb.bucket.persist.ServerBucketExtendData
- Get the level for this bucket.
U
- update(BucketData) - Method in interface com.flexstor.ejb.bucket.persist.BucketPersist
- This will update a bucket row.
- update(BucketData) - Method in class com.flexstor.ejb.bucket.persist.BucketPersistBean
- update.
V
- validate(BucketData) - Static method in class com.flexstor.ejb.bucket.persist.ServerBucketDataBuild
- Validation Method for Bucket
B C E F G I L O Q R S U V
|
|||||||||
| Home >> All >> com >> flexstor >> ejb >> bucket >> [ persist overview ] | PREV NEXT | ||||||||