com.danube.scrumworks.api2
Interface WebserviceDelegate

All Known Implementing Classes:
DefaultWebServiceDelegate

public interface WebserviceDelegate

WebserviceDelegate is the root delegate containing common functionality for other delegates.


Method Summary
 void checkGlobalAdminAccess(UserLogic userLogic, java.lang.String message)
          Checks whether current user is global administrator.
 

Method Detail

checkGlobalAdminAccess

void checkGlobalAdminAccess(UserLogic userLogic,
                            java.lang.String message)
                            throws com.danube.scrumworks.exception.ServerException
Checks whether current user is global administrator.

Parameters:
userLogic - userLogic
message - message
Throws:
com.danube.scrumworks.exception.ServerException - if current user is not global administrator