org.sakaiproject.tool.assessment.integration.helper.integrated
Class PublishingTargetHelperImpl

java.lang.Object
  extended by org.sakaiproject.tool.assessment.integration.helper.integrated.PublishingTargetHelperImpl
All Implemented Interfaces:
Serializable, PublishingTargetHelper

public class PublishingTargetHelperImpl
extends Object
implements PublishingTargetHelper

Description: This is an integrated context implementation helper delegate class for the PublishingTarget class. "Integrated" means that Samigo (Tests and Quizzes) is running within the context of the Sakai portal and authentication mechanisms, and therefore makes calls on Sakai for things it needs.

Note: To customize behavior you can add your own helper class to the Spring injection via the integrationContext.xml for your context. The particular integrationContext.xml to be used is selected by the build process.

Sakai Project Copyright (c) 2005

Author:
Ed Smiley
See Also:
Serialized Form

Constructor Summary
PublishingTargetHelperImpl()
           
 
Method Summary
 HashMap getTargets()
          Gets to whom you can publish.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishingTargetHelperImpl

public PublishingTargetHelperImpl()
Method Detail

getTargets

public HashMap getTargets()
Gets to whom you can publish.

Specified by:
getTargets in interface PublishingTargetHelper
Returns:
map of key value pairs: e.g. "Authenticated Users"->"AUTHENTICATED_USERS"


Copyright © 2005-2012 Sakai Project. All Rights Reserved.