Uses of Interface
org.jminor.framework.domain.Property.SearchableProperty

Packages that use Property.SearchableProperty
org.jminor.framework.client.model   
org.jminor.framework.domain   
 

Uses of Property.SearchableProperty in org.jminor.framework.client.model
 

Classes in org.jminor.framework.client.model with type parameters of type Property.SearchableProperty
 interface PropertySearchModel<T extends Property.SearchableProperty>
          A base interface for searching a set of entities based on a property.
 

Methods in org.jminor.framework.client.model that return types with arguments of type Property.SearchableProperty
 PropertySearchModel<? extends Property.SearchableProperty> EntityTableSearchModel.getPropertySearchModel(String propertyID)
           
 PropertySearchModel<? extends Property.SearchableProperty> DefaultEntityTableSearchModel.getPropertySearchModel(String propertyID)
          
 Collection<PropertySearchModel<? extends Property.SearchableProperty>> EntityTableSearchModel.getPropertySearchModels()
           
 Collection<PropertySearchModel<? extends Property.SearchableProperty>> DefaultEntityTableSearchModel.getPropertySearchModels()
          
 List<Property.SearchableProperty> EntityTableSearchModel.getSearchableProperties()
           
 List<Property.SearchableProperty> DefaultEntityTableSearchModel.getSearchableProperties()
          
 PropertySearchModel<? extends Property.SearchableProperty> PropertySearchModelProvider.initializePropertySearchModel(Property.SearchableProperty property, EntityConnectionProvider connectionProvider)
          Initializes a PropertySearchModel for the given property
 PropertySearchModel<? extends Property.SearchableProperty> DefaultPropertySearchModelProvider.initializePropertySearchModel(Property.SearchableProperty property, EntityConnectionProvider connectionProvider)
          Initializes a PropertySearchModel for the given property
 

Methods in org.jminor.framework.client.model with parameters of type Property.SearchableProperty
 PropertySearchModel<? extends Property.SearchableProperty> PropertySearchModelProvider.initializePropertySearchModel(Property.SearchableProperty property, EntityConnectionProvider connectionProvider)
          Initializes a PropertySearchModel for the given property
 PropertySearchModel<? extends Property.SearchableProperty> DefaultPropertySearchModelProvider.initializePropertySearchModel(Property.SearchableProperty property, EntityConnectionProvider connectionProvider)
          Initializes a PropertySearchModel for the given property
 

Uses of Property.SearchableProperty in org.jminor.framework.domain
 

Subinterfaces of Property.SearchableProperty in org.jminor.framework.domain
static interface Property.AuditProperty
          A property representing an audit column
static interface Property.AuditTimeProperty
          Specifiesa audit property with a timestamp value
static interface Property.AuditUserProperty
          Specifiesa audit property with a username value
static interface Property.BlobProperty
          A BLOB property, based on two columns, the actual BLOB column and a column containing the name of the BLOB object.
static interface Property.BooleanProperty
          A boolean property, with special handling since different values are used for representing boolean values in different systems
static interface Property.ColumnProperty
          Specifies a property based on a table column
static interface Property.DenormalizedProperty
          A property representing a column that should get its value automatically from a column in a referenced table
static interface Property.ForeignKeyProperty
          A wrapper property that represents a reference to another entity, typically but not necessarily based on a foreign key.
static interface Property.MirrorProperty
          Represents a child foreign key property that is already included as part of another reference foreign key property, and should not handle updating the underlying property, useful in rare cases when foreign keys are referencing tables having composite natural primary keys as opposed to surrogate ones.
static interface Property.PrimaryKeyProperty
          A property that is part of a entities primary key.
static interface Property.SubqueryProperty
          A property based on a subquery, returning a single value
static interface Property.ValueListProperty
          A property based on a list of values, each with a displayable caption.