インタフェース EntityCalendarManager

すべてのスーパーインタフェース:
Manager, TypedDefinitionManager<EntityCalendar>

public interface EntityCalendarManager
extends TypedDefinitionManager<EntityCalendar>
カレンダー定義を管理するクラスのインターフェース
  • メソッドの詳細

    • getCalendarByName

      @Deprecated EntityCalendar getCalendarByName​(java.lang.String name)
      推奨されていません。
      TypedDefinitionManager.get(String) を使用してください。
      指定のCalendar定義を取得します。
      パラメータ:
      name - カレンダーの定義名
      戻り値:
      Calendar定義
    • createCalendar

      @Deprecated DefinitionModifyResult createCalendar​(EntityCalendar calendar)
      推奨されていません。
      #create(EntityCalendar) を使用してください。
      Calendar定義を新規に作成します。
      パラメータ:
      calendar - カレンダー定義
    • updateCalendar

      @Deprecated DefinitionModifyResult updateCalendar​(EntityCalendar calendar)
      推奨されていません。
      #update(EntityCalendar) を使用してください。
      Calendar定義を更新します。
      パラメータ:
      calendar - カレンダー定義
    • removeCalendar

      @Deprecated DefinitionModifyResult removeCalendar​(java.lang.String name)
      推奨されていません。
      TypedDefinitionManager.remove(String) を使用してください。
      Calendar定義を削除します。
      パラメータ:
      name - カレンダーの定義名
    • getColorConfigResult

      java.lang.String getColorConfigResult​(java.lang.String name, Entity entity)
      Calendar定義のGroovyScriptによるカラー設定を取得します。
      戻り値:
      GroovyScriptによるカラー設定