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

Quick Search    Search Deep

nectar.record.datatypes.* (25)

nectar.record: Javadoc index of package nectar.record.


Package Samples:

nectar.record.datatypes: The Record Classes, data models for the Nectar System.  

Classes:

RecordDataElement: The top-level class for all record data elements. Record Classes store their property values in the classes that inherit from this abstract class. The RecordDataElement classes offer an input validation method, convert the Object received from the DataAdapter into their base type and convert this type back into a DataAdapter readable String value. Each implementing class must also implement a public * getDataValue(); method, which returns a copy of the value in an approriate object type. RecordInteger has, for example: public Integer getDataValue() { if (value == null) { return null; } else { return ...
Record: The abstract base model element for data records. To retrieve records from the datasource, you must first know their ID numbers. To do this, see nectar.data.DataAdapterService on how to build and execute queries that will return relevant ID numbers. Once you have one or more ID number, you should retrieve records through the nectar.services.RecordService methods which return record instances. You can then use all the Record.get[*]() methods on the record to retrieve raw data objects from the record, or retrieve a nectar.view.RecordView through the Record.getView() method. Use the set*() methods ...
RecordConnector: The RecordConnector refers to a special table in the database which allows the linking of multiple records to multiple others. For example, a single ObjectRecord may be linked to several CategoryRecord's while a single CategoryRecord contains multiple ObjectRecord's. Since rows from the Connector shouldn't be accessed directly, this class only provides the field names that should be used for Query objects.
ImageFormatRecord: The base model element for image format records.
CategoryRecord: The base model element for category records.
CommentRecord: The base model element for comment records.
RecordDescriptor: Tool to build simple Query objects quickly.
SupportRecord: The base model element for Support records.
ForumRecord: The base model element for forum records.
IdTree: A Record ID - Record type Tree Structure.
PersonRecord: The base model element for person records
CommentableRecord: Records that allow attached comments.
DocumentationRecord
FAQRecord
ImageRecord
NewsRecord
RecordChangeListener
RecordException
RecordInvalidInputException
RecordTree
IRecordDataElement
RecordAuthlevelEnum
RecordAvailabilityEnum
RecordBoolean
RecordCountryEnum

Home | Contact Us | Privacy Policy | Terms of Service