Package x.report
Class LastWeekUserAccess
java.lang.Object
x.report.LastWeekUserAccess
- All Implemented Interfaces:
Serializable,Runnable,SkyLogicSystemScriptInterface
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(String programname, String module, String logicType, th.co.skylogicsystem.skyframework.core.utils.security.SecurityContext securitycontext, SCIn scin, SCOut scout, SCMain scmain) static final StringgetDateTime(String aMask, Date aDate) static final StringgetDateTimeObjLong(Object longDate) static voidvoidrun()static final Collection<XData> sort(Collection<XData> datas, String sortField, boolean asc, int maxItems)
-
Constructor Details
-
LastWeekUserAccess
public LastWeekUserAccess()
-
-
Method Details
-
execute
public Object execute(String programname, String module, String logicType, th.co.skylogicsystem.skyframework.core.utils.security.SecurityContext securitycontext, SCIn scin, SCOut scout, SCMain scmain) throws Exception - Specified by:
executein interfaceSkyLogicSystemScriptInterface- Throws:
Exception
-
run
public void run()- Specified by:
runin interfaceRunnable- Specified by:
runin interfaceSkyLogicSystemScriptInterface
-
main
- Throws:
Exception
-
getDateTimeObjLong
-
getDateTime
-
sort
public static final Collection<XData> sort(Collection<XData> datas, String sortField, boolean asc, int maxItems)
-