gran.app.adapter.kernel
Interface LongtextAdapter

All Superinterfaces:
Adapter, KernelAdapter
All Known Implementing Classes:
BaseLongtextAdapter

public interface LongtextAdapter
extends KernelAdapter


Method Summary
 java.lang.String createLongtextImpl(java.lang.String longText, java.lang.String ret)
           
 java.lang.String getLongtextImpl(java.lang.String id, java.lang.String ret)
           
 void removeLongtextImpl(java.lang.String id)
           
 
Methods inherited from interface gran.app.adapter.Adapter
getDescription, init
 

Method Detail

createLongtextImpl

public java.lang.String createLongtextImpl(java.lang.String longText,
                                           java.lang.String ret)
                                    throws GranException
Throws:
GranException

removeLongtextImpl

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

getLongtextImpl

public java.lang.String getLongtextImpl(java.lang.String id,
                                        java.lang.String ret)
                                 throws GranException
Throws:
GranException


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