Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.dao.en |
Engine related DAO classes.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.pipelines |
Page components for the Pipeline management section related pages.
|
Modifier and Type | Method and Description |
---|---|
RuleAssignment |
QARuleAssignmentDao.load(Integer id) |
RuleAssignment |
OIRuleAssignmentDao.load(Integer id) |
RuleAssignment |
DNRuleAssignmentDao.load(Integer id) |
RuleAssignment |
RuleAssignmentRowMapper.mapRow(ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<RuleAssignment> |
QARuleAssignmentDao.getRowMapper() |
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<RuleAssignment> |
OIRuleAssignmentDao.getRowMapper() |
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<RuleAssignment> |
DNRuleAssignmentDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
void |
QARuleAssignmentDao.save(RuleAssignment item) |
void |
OIRuleAssignmentDao.save(RuleAssignment item) |
void |
DNRuleAssignmentDao.save(RuleAssignment item) |
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.