gran.app.adapter.kernel.license
Class LicenseAdapterManager

java.lang.Object
  extended bygran.app.adapter.kernel.license.LicenseAdapterManager

public class LicenseAdapterManager
extends java.lang.Object


Constructor Summary
LicenseAdapterManager(java.util.Collection adapters)
           
 
Method Summary
 boolean canCreateUser(java.lang.String userid)
           
 boolean canUploadFile(gran.model.User user)
           
 void expireTest()
           
 java.lang.String getVersionDescription()
           
 boolean isHosted()
           
 void setMaximumChildAllowed(java.lang.String userid, java.lang.Integer count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseAdapterManager

public LicenseAdapterManager(java.util.Collection adapters)
Method Detail

expireTest

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

getVersionDescription

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

canCreateUser

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

canUploadFile

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

isHosted

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

setMaximumChildAllowed

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


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