@Component public class SearchInterfaceLogin extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static SearchInterfaceLogin |
searchInterfaceLogin |
| 构造器和说明 |
|---|
SearchInterfaceLogin() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map |
decodeCookie(String value) |
List<com.ptteng.academy.course.model.Period> |
getFirstTaskIdOfPeriod(List<Long> periodListIds,
List<com.ptteng.academy.course.model.Period> periodList) |
List<com.ptteng.academy.course.model.Lesson> |
getLessonIsLockIfUserLogined(com.ptteng.academy.user.model.User user,
List<com.ptteng.academy.course.model.Lesson> lessonList) |
List<com.ptteng.academy.course.model.Lesson> |
getLessonIsLockOfPeriodIfUserLogined(com.ptteng.academy.user.model.User user,
List<Long> periodListIds,
List<com.ptteng.academy.course.model.Period> periodList,
List<com.ptteng.academy.course.model.Lesson> lessonPeriodList) |
List<com.ptteng.academy.course.model.Lesson> |
getLessonOfTaskIsLockIfUserLogin(com.ptteng.academy.user.model.User user,
List<com.ptteng.academy.course.model.Lesson> lessonTaskList) |
List<com.ptteng.academy.course.model.Task> |
getPeriodNameOfTask(List<com.ptteng.academy.course.model.Period> periodTaskList,
List<com.ptteng.academy.course.model.Task> taskList) |
List<com.ptteng.academy.course.model.Lesson> |
getSubjectLessonNameAndFontColour(List<com.ptteng.academy.course.model.Lesson> lessonList) |
List<com.ptteng.academy.course.model.Period> |
getSubjectNameAndFontColourOfPeriod(List<com.ptteng.academy.course.model.Period> periodList) |
List<com.ptteng.academy.course.model.Task> |
getSubjectNameAndFontColourOfTask(List<com.ptteng.academy.course.model.Subject> subjectTaskList,
List<com.ptteng.academy.course.model.Task> taskList) |
List<com.ptteng.academy.course.model.Task> |
getTaskIsLockIfUserLogined(com.ptteng.academy.user.model.User user,
List<com.ptteng.academy.course.model.Task> taskList) |
Long |
getUidByCookieAndToken(javax.servlet.http.HttpServletRequest request) |
static Map |
getUserIdentity(String userName,
Long userId) |
List<com.ptteng.academy.course.model.Task> |
getVideoTaskResourceLink(List<com.ptteng.academy.course.model.Task> taskList) |
void |
init() |
public static SearchInterfaceLogin searchInterfaceLogin
@PostConstruct public void init()
public Long getUidByCookieAndToken(javax.servlet.http.HttpServletRequest request) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.academy.course.model.Lesson> getSubjectLessonNameAndFontColour(List<com.ptteng.academy.course.model.Lesson> lessonList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.academy.course.model.Lesson> getLessonIsLockIfUserLogined(com.ptteng.academy.user.model.User user, List<com.ptteng.academy.course.model.Lesson> lessonList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException, IllegalAccessException, NoSuchFieldException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIllegalAccessExceptionNoSuchFieldExceptionpublic List<com.ptteng.academy.course.model.Period> getFirstTaskIdOfPeriod(List<Long> periodListIds, List<com.ptteng.academy.course.model.Period> periodList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.academy.course.model.Lesson> getLessonIsLockOfPeriodIfUserLogined(com.ptteng.academy.user.model.User user, List<Long> periodListIds, List<com.ptteng.academy.course.model.Period> periodList, List<com.ptteng.academy.course.model.Lesson> lessonPeriodList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException, NoSuchFieldException, IllegalAccessException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionNoSuchFieldExceptionIllegalAccessExceptionpublic List<com.ptteng.academy.course.model.Period> getSubjectNameAndFontColourOfPeriod(List<com.ptteng.academy.course.model.Period> periodList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.academy.course.model.Task> getTaskIsLockIfUserLogined(com.ptteng.academy.user.model.User user, List<com.ptteng.academy.course.model.Task> taskList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException, IllegalAccessException, NoSuchFieldException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIllegalAccessExceptionNoSuchFieldExceptionpublic List<com.ptteng.academy.course.model.Lesson> getLessonOfTaskIsLockIfUserLogin(com.ptteng.academy.user.model.User user, List<com.ptteng.academy.course.model.Lesson> lessonTaskList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException, IllegalAccessException, NoSuchFieldException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIllegalAccessExceptionNoSuchFieldExceptionpublic List<com.ptteng.academy.course.model.Task> getSubjectNameAndFontColourOfTask(List<com.ptteng.academy.course.model.Subject> subjectTaskList, List<com.ptteng.academy.course.model.Task> taskList)
public List<com.ptteng.academy.course.model.Task> getPeriodNameOfTask(List<com.ptteng.academy.course.model.Period> periodTaskList, List<com.ptteng.academy.course.model.Task> taskList)
public List<com.ptteng.academy.course.model.Task> getVideoTaskResourceLink(List<com.ptteng.academy.course.model.Task> taskList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.