/*
* Author : Goncalo Luiz
* Creation Date: Jul 4, 2006,3:12:27 PM
*/
package net.sourceforge.fenixedu.presentationTier.Action.messaging;
/**
* @author Goncalo Luiz
*
* Created on Jul 4, 2006,3:12:27 PM
*
*/
public enum RecentBoardsTimeSpanSelection {
TS_TODAY, TS_ALL_ACTIVE, TS_YESTERDAY, TS_LAST_WEEK, TS_TWO_WEEKS, TS_ONE_MONTH, TS_TWO_MONTHS;
}