|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl org.kuali.student.enrollment.class2.courseoffering.service.impl.ManageSOCViewHelperServiceImpl
public class ManageSOCViewHelperServiceImpl
Constructor Summary | |
---|---|
ManageSOCViewHelperServiceImpl()
|
Method Summary | |
---|---|
void |
allowSOCFinalEdit(ManageSOCForm socForm)
This method changes the SOC state to FINALEDIT so that the departments can make final edits to their COs |
void |
buildModel(ManageSOCForm socForm)
Builds the model for the UI. |
void |
changeSOCState(SocInfo socInfo,
String stateKey,
String message)
This method changes the state of SOC. |
void |
closeSOC(ManageSOCForm socForm)
This method allows the PUBLISHED SOCs to be closed. |
protected String |
formatScheduleDate(Date date)
|
protected AcademicCalendarService |
getAcalService()
|
protected CourseOfferingSetService |
getCourseOfferingSetService()
|
protected String |
getSocPublishingStatus(SocInfo info)
|
protected String |
getSocSchedulingStatus(SocInfo info)
|
StateService |
getStateService()
|
List<TermInfo> |
getTermByCode(String termCode)
|
protected String |
getTimeDiffUI(Date dateOne,
Date dateTwo)
This calculates the time difference for display. |
protected void |
highlightAndGreyTextHistories(ManageSOCForm socForm)
Highlight and grey color History entries. |
void |
lockSOC(ManageSOCForm socForm)
This will lock the SOC state to LOCKED so that the departments cant make any changes to the CO/FO/AOs. |
void |
publishSOC(ManageSOCForm socForm)
This method changes the SOC state to PUBLISHING. |
void |
startMassScheduling(ManageSOCForm socForm)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.rice.krad.uif.service.ViewHelperService |
---|
applyDefaultValuesForCollectionLine, buildInquiryLink, cleanViewAfterRender, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, performInitialization, populateViewFromRequestParameters, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults |
Constructor Detail |
---|
public ManageSOCViewHelperServiceImpl()
Method Detail |
---|
public List<TermInfo> getTermByCode(String termCode) throws Exception
getTermByCode
in interface ManageSOCViewHelperService
Exception
public void buildModel(ManageSOCForm socForm)
buildModel
in interface ManageSOCViewHelperService
socForm
- SOC formprotected void highlightAndGreyTextHistories(ManageSOCForm socForm)
socForm
- protected String getTimeDiffUI(Date dateOne, Date dateTwo)
dateOne
- dateTwo
-
public void lockSOC(ManageSOCForm socForm)
lockSOC
in interface ManageSOCViewHelperService
socForm
- SOC formpublic void allowSOCFinalEdit(ManageSOCForm socForm)
allowSOCFinalEdit
in interface ManageSOCViewHelperService
socForm
- SOC formpublic void publishSOC(ManageSOCForm socForm)
publishSOC
in interface ManageSOCViewHelperService
socForm
- SOC formpublic void closeSOC(ManageSOCForm socForm)
closeSOC
in interface ManageSOCViewHelperService
socForm
- SOC formpublic void changeSOCState(SocInfo socInfo, String stateKey, String message)
socInfo
- SOCInfostateKey
- protected String formatScheduleDate(Date date)
protected String getSocSchedulingStatus(SocInfo info)
protected AcademicCalendarService getAcalService()
protected CourseOfferingSetService getCourseOfferingSetService()
public StateService getStateService()
public void startMassScheduling(ManageSOCForm socForm)
startMassScheduling
in interface ManageSOCViewHelperService
protected String getSocPublishingStatus(SocInfo info)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |