com.trackstudio.kernel.manager
Class LongTextManager

java.lang.Object
  extended bycom.trackstudio.kernel.manager.KernelManager
      extended bycom.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(net.sf.hibernate.Session sess, java.lang.String longText)
           
 java.lang.String createLongtext(java.lang.String longText)
           
protected static LongTextManager getInstance()
           
 java.lang.String getLongtext(net.sf.hibernate.Session sess, java.lang.String id)
           
 java.lang.String getLongtext(java.lang.String id)
           
 void removeLongtext(net.sf.hibernate.Session sess, 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 longText)
                                throws GranException
Throws:
GranException

createLongtext

public java.lang.String createLongtext(net.sf.hibernate.Session sess,
                                       java.lang.String longText)
                                throws GranException
Throws:
GranException

removeLongtext

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

removeLongtext

public void removeLongtext(net.sf.hibernate.Session sess,
                           java.lang.String id)
                    throws GranException
Throws:
GranException

getLongtext

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

getLongtext

public java.lang.String getLongtext(net.sf.hibernate.Session sess,
                                    java.lang.String id)
                             throws GranException
Throws:
GranException


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