org.jasig.portal.channels.permissionsmanager
Class PermissiblePublishChannels

java.lang.Object
  extended by org.jasig.portal.channels.permissionsmanager.PermissiblePublishChannels
All Implemented Interfaces:
IPermissible

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class PermissiblePublishChannels
extends Object
implements IPermissible

An IPermissible implementation that provides management of uPortal 2.0 channel publishing permissions

Version:
$Revision: 19776 $
Author:
Alex Vigdor

Field Summary
protected  HashMap activities
          Deprecated.  
protected  HashMap targets
          Deprecated.  
 
Constructor Summary
PermissiblePublishChannels()
          Deprecated. put your documentation comment here
 
Method Summary
 String getActivityName(String token)
          Deprecated. put your documentation comment here
 String[] getActivityTokens()
          Deprecated. put your documentation comment here
 String getOwnerName()
          Deprecated. put your documentation comment here
 String getOwnerToken()
          Deprecated. put your documentation comment here
 String getTargetName(String token)
          Deprecated. put your documentation comment here
 String[] getTargetTokens()
          Deprecated. put your documentation comment here
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activities

protected HashMap activities
Deprecated. 

targets

protected HashMap targets
Deprecated. 
Constructor Detail

PermissiblePublishChannels

public PermissiblePublishChannels()
Deprecated. 
put your documentation comment here

Method Detail

getActivityTokens

public String[] getActivityTokens()
Deprecated. 
put your documentation comment here

Specified by:
getActivityTokens in interface IPermissible
Returns:
an array of String activity tokens

getActivityName

public String getActivityName(String token)
Deprecated. 
put your documentation comment here

Specified by:
getActivityName in interface IPermissible
Parameters:
token -
Returns:
a String activity name

getTargetTokens

public String[] getTargetTokens()
Deprecated. 
put your documentation comment here

Specified by:
getTargetTokens in interface IPermissible
Returns:
an array of String target tokens

getTargetName

public String getTargetName(String token)
Deprecated. 
put your documentation comment here

Specified by:
getTargetName in interface IPermissible
Parameters:
token -
Returns:
a String target name

getOwnerToken

public String getOwnerToken()
Deprecated. 
put your documentation comment here

Specified by:
getOwnerToken in interface IPermissible
Returns:
a String owner token

getOwnerName

public String getOwnerName()
Deprecated. 
put your documentation comment here

Specified by:
getOwnerName in interface IPermissible
Returns:
a String owner name


Copyright © 2010 Jasig. All Rights Reserved.