org.jasig.schedassist.portlet
Interface IPortletScheduleVisitor

All Known Implementing Classes:
DefaultPortletScheduleVisitorImpl

public interface IPortletScheduleVisitor

Simple interface for representing a schedule visitor in the portlet, where the full IScheduleVisitor is not needed/constructable.

Version:
$Id: IPortletScheduleVisitor.java $
Author:
Nicholas Blair

Method Summary
 String getAccountId()
          Return a String that uniquely idenfies this visitor in the remote calendar service.
 boolean isEligible()
           
 

Method Detail

getAccountId

String getAccountId()
Return a String that uniquely idenfies this visitor in the remote calendar service. This could be a username or an email address.

Returns:
a string that uniquely identifies this visitor.

isEligible

boolean isEligible()
Returns:
true if this account is eligible for the remote calendar service


Copyright © 2012 Jasig. All Rights Reserved.