Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.core |
Core Wicket application files.
|
cz.cuni.mff.odcleanstore.webfrontend.dao |
The DAO layer.
|
cz.cuni.mff.odcleanstore.webfrontend.dao.dn |
Data Normalization related DAO classes.
|
cz.cuni.mff.odcleanstore.webfrontend.pages |
Page components.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.pipelines |
Page components for the Pipeline management section related pages.
|
Modifier and Type | Method and Description |
---|---|
DaoLookupFactory |
ODCSWebFrontendApplication.getDaoLookupFactory() |
Modifier and Type | Method and Description |
---|---|
protected DaoLookupFactory |
Dao.getLookupFactory()
Returns dao factory instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Dao.setDaoLookupFactory(DaoLookupFactory lookupFactory) |
Modifier and Type | Method and Description |
---|---|
void |
DNTemplateInstanceDao.setDaoLookupFactory(DaoLookupFactory factory) |
Modifier and Type | Field and Description |
---|---|
protected DaoLookupFactory |
FrontendPage.daoLookupFactory |
Modifier and Type | Method and Description |
---|---|
static AssignedGroupsList |
AssignedGroupsListPageFactory.createAssignedDNGroupsList(DaoLookupFactory daoLookupFactory,
Integer transformerInstanceId) |
static AssignedGroupsList |
AssignedGroupsListPageFactory.createAssignedOIGroupsList(DaoLookupFactory daoLookupFactory,
Integer transformerInstanceId) |
static AssignedGroupsList |
AssignedGroupsListPageFactory.createAssignedQAGroupsList(DaoLookupFactory daoLookupFactory,
Integer transformerInstanceId) |
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) |
Copyright © 2013. All Rights Reserved.