Modifier and Type | Field and Description |
---|---|
protected DaoForEntityWithSurrogateKey<BO> |
AbstractDeleteButton.dao
the DAO to do the deletion
|
Constructor and Description |
---|
DataProvider(DaoForEntityWithSurrogateKey<BO> dao) |
DependentDataProvider(DaoForEntityWithSurrogateKey<BO> dao,
String columnName,
Object value) |
DependentSortableDataProvider(DaoForEntityWithSurrogateKey<BO> dao,
String defaultSortColumnName,
org.apache.wicket.extensions.markup.html.repeater.data.sort.SortOrder defaultSortOrder) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRuleDao<T extends RuleEntity>
Base DAO class for rules in a group (see
AbstractRulesGroupDao ) |
class |
AbstractRulesGroupDao<T extends RulesGroupEntity>
Abstract DAO for groups of rules (OI/QA/DN).
|
class |
DaoForAuthorableEntity<T extends EntityWithSurrogateKey>
Base class for DAO objects that can retrieve author ID by entity ID.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregationTypeDao
The Aggregation type DAO.
|
class |
ErrorStrategyDao
The Error strategy DAO.
|
class |
MultivalueTypeDao
The Multivalue type DAO.
|
class |
PropertySettingsDao
The Property settings DAO.
|
Modifier and Type | Class and Description |
---|---|
class |
DNConcatenateTemplateInstanceDao
The DN concatenate template instance Row Mapper.
|
class |
DNFilterTemplateInstanceDao
The DN filter template instance Row Mapper.
|
class |
DNRenameTemplateInstanceDao
The DN rename template instance DAO.
|
class |
DNReplaceTemplateInstanceDao
The DN replace template instance DAO.
|
class |
DNRuleComponentDao
The DN rule component DAO.
|
class |
DNRuleComponentTypeDao
The DN rule component type DAO.
|
class |
DNRuleComponentUncommittedDao
The DN rule component type for uncommitted DN rules.
|
class |
DNRuleDao
The DN rule DAO for uncommitted DN rules.
|
class |
DNRulesGroupDao
The DN rules group DAO.
|
class |
DNRuleUncommittedDao
The DN rule DAO for uncommitted DN rules.
|
class |
DNTemplateInstanceDao<BO extends DNTemplateInstance>
An abstract parent of all DN template instance DAOs.
|
Modifier and Type | Class and Description |
---|---|
class |
AttachedEngineDao |
class |
DNRuleAssignmentDao |
class |
GraphInErrorDao |
class |
InputGraphDao |
class |
InputGraphStateDao |
class |
OIRuleAssignmentDao |
class |
PipelineDao
The Pipeline DAO.
|
class |
QARuleAssignmentDao |
class |
TransformerDao
The Transformer DAO.
|
class |
TransformerInstanceDao
The Transformer instance Row Mapper.
|
Modifier and Type | Class and Description |
---|---|
class |
OIFileFormatDao
The OI file format DAO.
|
class |
OIOutputDao
The OI output DAO for uncommited OI rules.
|
class |
OIOutputTypeDao
The OI output type DAO.
|
class |
OIOutputUncommittedDao
The OI output DAO for uncommitted OI rules.
|
class |
OIRuleDao
The OI rule DAO.
|
class |
OIRulesGroupDao
The OI rules group DAO.
|
class |
OIRuleUncommittedDao
The OI rule DAO for uncommitted OI rules.
|
Modifier and Type | Class and Description |
---|---|
class |
OntologyDao
The Ontology DAO.
|
class |
RelationTypeDao
DAO for relation type entity.
|
Modifier and Type | Class and Description |
---|---|
class |
QARuleDao
The QA rule DAO.
|
class |
QARulesGroupDao
The QA rules group DAO.
|
class |
QARuleUncommittedDao
The QA rule DAO for uncommitted rules.
|
Modifier and Type | Class and Description |
---|---|
class |
LabelPropertyDao
The Label property DAO.
|
Modifier and Type | Class and Description |
---|---|
class |
RoleDao
The Role DAO.
|
class |
UserDao
The User DAO.
|
Modifier and Type | Method and Description |
---|---|
protected <EnumBO extends EntityWithSurrogateKey> |
FrontendPage.createEnumSelectbox(DaoForEntityWithSurrogateKey<EnumBO> dao,
String componentName)
Creates a mandatory select-box form component for an SQL-table based
enumeration.
|
protected <EnumBO extends EntityWithSurrogateKey> |
FrontendPage.createEnumSelectbox(DaoForEntityWithSurrogateKey<EnumBO> dao,
String componentName,
boolean required)
Creates a select-box form component for an SQL-table based enumeration.
|
protected <BO extends EntityWithSurrogateKey> |
FrontendPage.createModelForListView(DaoForEntityWithSurrogateKey<BO> dao)
Returns a loadable-detachable model for a list of entities determined
by the given dao - to be used as choices in select boxes.
|
protected <BO extends EntityWithSurrogateKey> |
FrontendPage.createModelForOverview(DaoForEntityWithSurrogateKey<BO> dao,
Integer boId)
Returns a loadable-detachable model for a single entity determined by
the given dao and id.
|
Copyright © 2013. All Rights Reserved.