org.kuali.student.enrollment.class2.courseoffering.util
Class ViewHelperUtil

java.lang.Object
  extended by org.kuali.student.enrollment.class2.courseoffering.util.ViewHelperUtil

public class ViewHelperUtil
extends Object

This class //TODO ...

Author:
Kuali Student Team

Constructor Summary
ViewHelperUtil()
           
 
Method Summary
static String buildDerivedFormatName(TypeService typeService, ContextInfo contextInfo, FormatInfo formatInfo)
           
static List<org.kuali.rice.core.api.util.KeyValue> collectActivityTypeKeyValues(CourseInfo course, TypeService typeService, ContextInfo contextInfo)
           
static OfferingInstructorInfo findDisplayInstructor(List<OfferingInstructorInfo> instructors)
           
static CourseService getCourseService()
           
static String getCreditCount(CourseOfferingInfo coInfo, CourseInfo courseInfo)
           
static List<org.kuali.rice.kim.api.identity.Person> getInstructorByPersonId(String personId)
           
static LRCService getLrcService()
           
static org.kuali.rice.kim.api.identity.PersonService getPersonService()
           
static String trimTrailing0(String creditValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewHelperUtil

public ViewHelperUtil()
Method Detail

getInstructorByPersonId

public static List<org.kuali.rice.kim.api.identity.Person> getInstructorByPersonId(String personId)

getPersonService

public static org.kuali.rice.kim.api.identity.PersonService getPersonService()

buildDerivedFormatName

public static String buildDerivedFormatName(TypeService typeService,
                                            ContextInfo contextInfo,
                                            FormatInfo formatInfo)
                                     throws DoesNotExistException,
                                            InvalidParameterException,
                                            MissingParameterException,
                                            OperationFailedException,
                                            PermissionDeniedException
Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException

collectActivityTypeKeyValues

public static List<org.kuali.rice.core.api.util.KeyValue> collectActivityTypeKeyValues(CourseInfo course,
                                                                                       TypeService typeService,
                                                                                       ContextInfo contextInfo)

trimTrailing0

public static String trimTrailing0(String creditValue)

getCreditCount

public static String getCreditCount(CourseOfferingInfo coInfo,
                                    CourseInfo courseInfo)
                             throws Exception
Throws:
Exception

getLrcService

public static LRCService getLrcService()

getCourseService

public static CourseService getCourseService()

findDisplayInstructor

public static OfferingInstructorInfo findDisplayInstructor(List<OfferingInstructorInfo> instructors)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.