Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.bo.dn |
Data Normalization related business objects.
|
cz.cuni.mff.odcleanstore.webfrontend.bo.oi |
Object Identification related business objects.
|
cz.cuni.mff.odcleanstore.webfrontend.bo.qa |
Quality Assessment related business objects.
|
cz.cuni.mff.odcleanstore.webfrontend.core.components |
Custom Wicket components.
|
cz.cuni.mff.odcleanstore.webfrontend.dao |
The DAO layer.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.pipelines |
Page components for the Pipeline management section related pages.
|
Modifier and Type | Class and Description |
---|---|
class |
DNRulesGroup
The BO to represent a group of DN rules.
|
Modifier and Type | Class and Description |
---|---|
class |
OIRulesGroup
The BO which represents a group of OI rules.
|
Modifier and Type | Class and Description |
---|---|
class |
QARulesGroup
The BO which represents a group of QA rules.
|
Constructor and Description |
---|
CommitChangesButton(String componentId,
RulesGroupEntity group,
AbstractRulesGroupDao<?> groupDao) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRulesGroupDao<T extends RulesGroupEntity>
Abstract DAO for groups of rules (OI/QA/DN).
|
Constructor and Description |
---|
AssignedGroupsList(String id,
Integer transformerInstanceId,
DaoLookupFactory daoLookupFactory,
DaoForEntityWithSurrogateKey<? extends RulesGroupEntity> groupsDao,
DaoForEntityWithSurrogateKey<RuleAssignment> assignedGroupsDao,
Class<? extends FrontendPage> groupDetailPageClass,
Class<? extends FrontendPage> newGroupPageClass) |
NewGroupAssignmentPage(DaoForEntityWithSurrogateKey<? extends RulesGroupEntity> groupsDao,
DaoForEntityWithSurrogateKey<RuleAssignment> assignedGroupsDao,
Integer transformerInstanceId) |
Copyright © 2013. All Rights Reserved.