com.trackstudio.kernel.manager
Class LongTextManager

java.lang.Object
  extended by com.trackstudio.kernel.manager.KernelManager
      extended by com.trackstudio.kernel.manager.LongTextManager

public class LongTextManager
extends KernelManager


Field Summary
 
Fields inherited from class com.trackstudio.kernel.manager.KernelManager
hu
 
Method Summary
 java.lang.String createLongtext(java.lang.String id, java.lang.String longText)
           
 java.lang.String createLongtext(java.lang.String id, java.lang.String longText, boolean useTransaction)
           
protected static LongTextManager getInstance()
           
 java.lang.String getLongtext(java.lang.String id)
           
 void removeLongtext(java.lang.String id)
           
 
Methods inherited from class com.trackstudio.kernel.manager.KernelManager
getAcl, getAttachment, getCategory, getEmailType, getFilter, getFind, getIndex, getLicense, getLongText, getMailImport, getMessage, getPrstatus, getRegistration, getReport, getScript, getStep, getTask, getTSInfo, getUdf, getUser, getWorkflow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

protected static LongTextManager getInstance()

createLongtext

public java.lang.String createLongtext(java.lang.String id,
                                       java.lang.String longText)
                                throws GranException
Throws:
GranException

createLongtext

public java.lang.String createLongtext(java.lang.String id,
                                       java.lang.String longText,
                                       boolean useTransaction)
                                throws GranException
Throws:
GranException

removeLongtext

public void removeLongtext(java.lang.String id)
                    throws GranException
Throws:
GranException

getLongtext

public java.lang.String getLongtext(java.lang.String id)
                             throws GranException
Throws:
GranException


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.