com.u2d.find
Interface Query

All Superinterfaces:
AppEventNotifier, ChangeNotifier, ComplexEObject, EObject, PersistorListener, PostChangeNotifier, PropertyChangeNotifier, Searchable, java.awt.datatransfer.Transferable, Typed, ValidationNotifier, Viewable
All Known Implementing Classes:
CompositeQuery, SimpleQuery

public interface Query
extends ComplexEObject

Date: May 23, 2005 Time: 11:19:07 AM

Author:
Eitan Suez

Method Summary
 CriteriaListEO execute()
           
 org.hibernate.Criteria getCriteria()
           
 StringEO getName()
           
 ComplexType getQueryType()
           
 
Methods inherited from interface com.u2d.model.ComplexEObject
association, cancelTransition, childFields, clearEditor, command, defaultCommand, defaultCommandName, delete, doSave, field, getCreatedOn, getExpandableView, getFormView, getIconView, getID, getListItemView, getState, getTabBodyView, getTreeView, initialize, isEditableState, isEditState, isMeta, isNullState, isTransientState, restoreState, save, setEditor, setEditState, setID, setNullState, setReadState, setStartState, setState, setTransientState, setValue, treeModel, type
 
Methods inherited from interface com.u2d.model.EObject
commands, field, iconLg, iconSm, isEmpty, makeCopy, parentObject, setField, setValue, title, validate
 
Methods inherited from interface com.u2d.validation.ValidationNotifier
addValidationListener, fireValidationException, fireValidationException, removeValidationListener
 
Methods inherited from interface com.u2d.model.ChangeNotifier
addChangeListener, fireStateChanged, removeChangeListener
 
Methods inherited from interface com.u2d.model.Viewable
getMainView, getView
 
Methods inherited from interface com.u2d.pubsub.AppEventNotifier
addAppEventListener, fireAppEventNotification, removeAppEventListener
 
Methods inherited from interface com.u2d.persist.PersistorListener
onBeforeCreate, onBeforeSave, onCreate, onDelete, onLoad, onSave
 
Methods inherited from interface com.u2d.find.Searchable
getInequalities
 
Methods inherited from interface java.awt.datatransfer.Transferable
getTransferData, getTransferDataFlavors, isDataFlavorSupported
 
Methods inherited from interface com.u2d.model.PropertyChangeNotifier
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from interface com.u2d.model.PostChangeNotifier
addPostChangeListener, fireStateChanged, removePostChangeListener
 

Method Detail

getCriteria

org.hibernate.Criteria getCriteria()

getQueryType

ComplexType getQueryType()

getName

StringEO getName()

execute

CriteriaListEO execute()