|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.jdbc.support.JdbcAccessor
org.springframework.orm.ibatis.SqlMapClientTemplate
org.opennms.acl.repository.ibatis.NodeAclRepositoryIbatis
@Repository(value="nodeAclRepository") public class NodeAclRepositoryIbatis
NodeAclRepositoryIbatis class.
| Field Summary |
|---|
| Fields inherited from class org.springframework.jdbc.support.JdbcAccessor |
|---|
logger |
| Constructor Summary | |
|---|---|
NodeAclRepositoryIbatis()
|
|
| Method Summary | |
|---|---|
List<NodeONMSDTO> |
getAuthorityItems(List<Integer> items)
getAuthorityItems |
List<NodeONMSDTO> |
getFreeItems(List<Integer> items)
getFreeItems |
List<NodeONMSDTO> |
getItems()
getItems |
void |
setSqlMapClient(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
|
| Methods inherited from class org.springframework.orm.ibatis.SqlMapClientTemplate |
|---|
afterPropertiesSet, delete, delete, delete, execute, executeWithListResult, executeWithMapResult, getDataSource, getSqlMapClient, insert, insert, queryForList, queryForList, queryForList, queryForList, queryForMap, queryForMap, queryForObject, queryForObject, queryForObject, queryWithRowHandler, queryWithRowHandler, update, update, update |
| Methods inherited from class org.springframework.jdbc.support.JdbcAccessor |
|---|
getExceptionTranslator, isLazyInit, setDatabaseProductName, setDataSource, setExceptionTranslator, setLazyInit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeAclRepositoryIbatis()
| Method Detail |
|---|
public void setSqlMapClient(@Qualifier(value="onmsSqlMapClient")
com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
setSqlMapClient in class org.springframework.orm.ibatis.SqlMapClientTemplatepublic List<NodeONMSDTO> getItems()
getItems
getItems in interface ItemAclRepositoryList object.public List<NodeONMSDTO> getAuthorityItems(List<Integer> items)
getAuthorityItems
getAuthorityItems in interface ItemAclRepositoryitems - a List object.
List object.public List<NodeONMSDTO> getFreeItems(List<Integer> items)
getFreeItems
getFreeItems in interface ItemAclRepositoryitems - a List object.
List object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||