public abstract class AbstractEntryController extends java.lang.Object implements EntryController
构造器和说明 |
---|
AbstractEntryController() |
限定符和类型 | 方法和说明 |
---|---|
QueryCondition |
getDeviceQueryCondition(Device device) |
EntryBean |
getEntryById(java.lang.String userId,
java.lang.String entityId)
根据目录id获取目录信息
|
abstract java.util.List<EntryBean> |
getEntryTreeNodes(java.util.List<Authority> authorityList) |
abstract java.util.List<EntryBean> |
getEntryTreeNodes(java.util.Map<java.lang.String,Authority> treeMap) |
protected void |
sortByIndex(java.util.List<EntryBean> entryBeans) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHomePage, doesUserHasEntityAuth, getAllEntries, getAllEntries, getEntries, getEntries, getEntryTreeByEntryType, getHomePages, getHomePages, getRoots, searchDirectoryEntryTree, searchEntryList, searchEntryTree
public abstract java.util.List<EntryBean> getEntryTreeNodes(java.util.List<Authority> authorityList) throws java.lang.Exception
java.lang.Exception
public abstract java.util.List<EntryBean> getEntryTreeNodes(java.util.Map<java.lang.String,Authority> treeMap) throws java.lang.Exception
java.lang.Exception
public EntryBean getEntryById(java.lang.String userId, java.lang.String entityId) throws java.lang.Exception
EntryController
getEntryById
在接口中 EntryController
userId
- 用户IDentityId
- 目录IDjava.lang.Exception
- 异常public QueryCondition getDeviceQueryCondition(Device device)
protected void sortByIndex(java.util.List<EntryBean> entryBeans) throws java.lang.Exception
java.lang.Exception