Package service
Class CalendarServiceImpl
- All Implemented Interfaces:
CalendarService
public class CalendarServiceImpl
extends CustomGraphSaveLoadComponent<Long>
implements CalendarService
- Author:
- latypov
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
objectContext, objectId
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class component.CustomGraphSaveLoadComponent
getReferenceId
Methods inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
getChildScript, getChildScripts, getObjectId, getPageId, getParentContext, getScript, getScriptInObject, getScripts, getScriptsInChildren, setObjectContext, setObjectId, start
-
Field Details
-
dao
-
mainTablePKColumn
-
dateEventColumn
@LocalGraphSource(sourceFieldName="dao") @TypedColumn(colTypes=DATETIME) public EntityColumn dateEventColumn -
calendarIdColumn
-
yearColumn
-
monthColumn
-
dayColumn
-
-
Constructor Details
-
CalendarServiceImpl
public CalendarServiceImpl()
-
-
Method Details
-
getLoadColumn
- Specified by:
getLoadColumn
in classCustomGraphSaveLoadComponent<Long>
-
save
- Specified by:
save
in classCustomSaveLoadComponent<Long>
-
loadEventDates
- Specified by:
loadEventDates
in interfaceCalendarService
-