索引
- PersistentCategoryKeyValueContent
- ITreeContent
- ItemContent
- InstantaneousTreeContent
- ICodedTreeContent
- IKeyValueContent
- InstantaneousCodedTreeContent
- InstantaneousKeyValueContent
- IGlobalizationContent
- EntityUtil
- EntityStore
- ICategoryTreeContent
- ICategoryKeyValueContent
- ICodedCategoryTreeContent
- EntityJoin
- EntityCapsule
- CacheKeyValueContent
- CacheTreeContent
- ClassContent
- ProxySupport
- CacheCodedTreeContent
- Business
- ValidationSupport
- Validation
- IFinallyAspect
- Intercept
- InvokeContext
- IProxyLoader
- ProxyFactory
- IAspect
- IAroundAspect
- FinallyAspectSupport
- AroundAspectSupport
- AOPUnknownBreak
- AOPBreak
- AOPTransactionBreak
- GridView
- JSONOut
- Galleria
- package-frame
- package-summary
- package-tree
- package-use
- LoginSessionListener
- ApplicationContextListener
- TransactionFilter
- FileUploader.FileUploaderStatus
- FileUploader
- CharacterEncodingFilter
- ImageRedirectFilter
- FileUploader.FileUploaderListener
- PrintWriterDecorator
- IFormatter
- TokenPool
- HttpServletResponseDecorator
- HttpServletRequestDecorator
- ICryptography
- DynamicSecret
- CryptographySupport
- OrmTransactionContext
- OrmPersistenceFactory
- OrmPersistenceCollection
- CryptographyFactory
- OrmContexts
- OrmDatabaseTransaction
- OrmDefinitionContext
- OrmManipulationQueryContext
- OrmPersistence
- IOrmPersistence
- IOrmManipulationQuery
- IOrmTransaction
- Order
- OrmConstant
- IOrmDefinition
- DatabaseHelperSupport
- Entity
- FieldProperty
- Fields
- XMLFormatter
- SetList
- AggregateField
- Condition
- DatabaseHelper
- JSONFormatter
- ISetList
- MapList
- Names
- NameValue
- ServiceRouter
- StreamView
- TextView
- XMLView
- IMapList
- ServiceController
- RouterSupport
- Router
- RedirectView
- MVCRenderException
- MVCNotFoundException
- MVCInternalException
- JSPRouter
- JSPView
- Model
- MVCException
- MVCInstantiationException
- IModel
- IRouter
- IView
- JSONView
- JSPController
- ImageView
- IController
- HTMLView
- ForwardView
- Controller
- MailSender
- RandomGenerator
- ReflectionUtil
- ReservedWord
- QRCode
- LoggerSupport
- ChinesePinYin
- HttpExecuter
- IdCardValidator
- ImageValidateCode
- User32.RECT
- User32.SIZE
- KCLInformation
- IAppender
- Logger
- User32.POINT
- User32
- Identify
- FacadeDirectory
- FacadeIO
- TextReader
- TextWriter
- LocalizationLanguage
- Convert
- Comments
- WinFormInstallationBuilder
- WebFormInstallationBuilder
- PersistentTreeContent
- ServiceBusiness
- TreeContent
- CallingOnly
- CodeBuilder
- PersistentCategoryTreeContent
- PersistentCodedCategoryTreeContent
- PersistentCodedTreeContent
- PersistentGlobalizationContent
- PersistentKeyValueContent
- XMLDocumentEx
- WxOAuthAdapter
- WxPayAdapter
- WxSupport
- KCLConfig
- XMLDocument
- WxOAthAdapter
- WxAdapterSupport
- WxBasicAdapter
- WxMenuAdapter
- WxMessageDispatcher
- IWxReceivedListener
- TreeNode
- TreeLeaf
- Tree
- Train
- IWxEventListener
- ITreeNode
- MapQueue
- DateTime
- Forest
- ICache
- IMapQueue
- ThreadUnsafe
- UnimplementedException
- Untested
- ThreadSafe
- Cache
- MultiThreadUnitTest
- Debugger
- IUnitTest
- UnitTest
- Tested
- UploadView
- TreeView
- Paging
- StringHelper
- RichText
- Video
- Music
- ListView
- Label
- KCLTag
com.knots.kcl.business
Class InstantaneousTreeContent
java.lang.Object com.knots.kcl.business.Business com.knots.kcl.business.TreeContent com.knots.kcl.business.InstantaneousTreeContent
- All Implemented Interfaces:
- ITreeContent
public class InstantaneousTreeContent
- extends TreeContent
Constructor Summary | |
---|---|
InstantaneousTreeContent() |
Method Summary | |
---|---|
int | addNode(int parentId, java.lang.String name) |
Entity | getNodeByHiberarchy(java.lang.String fields, java.lang.String hiberarchy) |
Entity | getNodeById(int id) |
java.lang.String | getNodeHiberarchyNameByHiberarchy(java.lang.String hiberarchy, boolean containsRoot) |
Entity[] | getNodesByHiberarchyPerfix(java.lang.String fields, java.lang.String hiberarchy) |
Entity[] | getNodesByParentId(java.lang.String fields, int parentId) |
void | removeNodeById(int id) |
void | removeNodeByParentId(int parentId) |
void | setNodeName(int id, java.lang.String Name) |
void | setNodeParent(int id, int parentId) |
Methods inherited from class com.knots.kcl.business.Business |
---|
getPersistence |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
InstantaneousTreeContent
public InstantaneousTreeContent()
Method Detail |
---|
addNode
public int addNode(int parentId, java.lang.String name) throws java.lang.Exception
- Throws:
java.lang.Exception
removeNodeById
public void removeNodeById(int id) throws java.lang.Exception
- Throws:
java.lang.Exception
removeNodeByParentId
public void removeNodeByParentId(int parentId) throws java.lang.Exception
- Throws:
java.lang.Exception
setNodeName
public void setNodeName(int id, java.lang.String Name) throws java.lang.Exception
- Throws:
java.lang.Exception
setNodeParent
public void setNodeParent(int id, int parentId) throws java.lang.Exception
- Throws:
java.lang.Exception
getNodeById
public Entity getNodeById(int id) throws java.lang.Exception
- Throws:
java.lang.Exception
getNodeByHiberarchy
public Entity getNodeByHiberarchy(java.lang.String fields, java.lang.String hiberarchy) throws java.lang.Exception
- Throws:
java.lang.Exception
getNodesByParentId
public Entity[] getNodesByParentId(java.lang.String fields, int parentId) throws java.lang.Exception
- Throws:
java.lang.Exception
getNodesByHiberarchyPerfix
public Entity[] getNodesByHiberarchyPerfix(java.lang.String fields, java.lang.String hiberarchy) throws java.lang.Exception
- Throws:
java.lang.Exception
getNodeHiberarchyNameByHiberarchy
public java.lang.String getNodeHiberarchyNameByHiberarchy(java.lang.String hiberarchy, boolean containsRoot) throws java.lang.Exception
- Throws:
java.lang.Exception