gran.app.adapter.kernel.license
Interface LicenseAdapter

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

public interface LicenseAdapter
extends KernelAdapter


Method Summary
 boolean canCreateUserImpl(java.lang.String userid)
           
 boolean canUploadFileImpl(gran.model.User user)
           
 void expireTestImpl()
           
 java.lang.String getVersionDescriptionImpl()
           
 boolean isHostedImpl()
           
 void setMaximumChildsAllowedImpl(java.lang.String userid, java.lang.Integer count)
           
 
Methods inherited from interface gran.app.adapter.Adapter
getDescription, init
 

Method Detail

expireTestImpl

public void expireTestImpl()
                    throws gran.exception.GranException
Throws:
gran.exception.GranException

getVersionDescriptionImpl

public java.lang.String getVersionDescriptionImpl()
                                           throws gran.exception.GranException
Throws:
gran.exception.GranException

canCreateUserImpl

public boolean canCreateUserImpl(java.lang.String userid)
                          throws gran.exception.GranException
Throws:
gran.exception.GranException

canUploadFileImpl

public boolean canUploadFileImpl(gran.model.User user)
                          throws gran.exception.GranException
Throws:
gran.exception.GranException

isHostedImpl

public boolean isHostedImpl()
                     throws gran.exception.GranException
Throws:
gran.exception.GranException

setMaximumChildsAllowedImpl

public void setMaximumChildsAllowedImpl(java.lang.String userid,
                                        java.lang.Integer count)
                                 throws gran.exception.GranException
Throws:
gran.exception.GranException


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