com.hlcl.rql.as
Interface AuthorizationPackageContainer

All Superinterfaces:
CmsClientContainer, ProjectContainer
All Known Implementing Classes:
AuthorizationUserGroup

public interface AuthorizationPackageContainer
extends ProjectContainer

Das Interface sammelt alle Methoden, die eine Klasse implementieren muss, wenn sie ein Berechtigungspaket beinhaltet.

Author:
LEJAFR

Method Summary
 AuthorizationPackage getAuthorizationPackage()
          Liefert das umgebenden Berechtigungspaket.
 java.lang.String getAuthorizationPackageGuid()
          Liefert die GUID des umgebenden Berechtigungspaketes.
 
Methods inherited from interface com.hlcl.rql.as.ProjectContainer
getProject, getProjectGuid, getSessionKey
 
Methods inherited from interface com.hlcl.rql.as.CmsClientContainer
callCms, callCmsWithoutParsing, getCmsClient, getLogonGuid
 

Method Detail

getAuthorizationPackageGuid

java.lang.String getAuthorizationPackageGuid()
Liefert die GUID des umgebenden Berechtigungspaketes.


getAuthorizationPackage

AuthorizationPackage getAuthorizationPackage()
Liefert das umgebenden Berechtigungspaket.