クラス EntityWebApiService

java.lang.Object
org.iplass.mtp.impl.definition.AbstractTypedMetaDataService<MetaEntityWebApi,MetaEntityWebApi.EntityWebApiHandler>
org.iplass.mtp.impl.webapi.EntityWebApiService
すべての実装されたインタフェース:
org.iplass.mtp.impl.definition.TypedMetaDataService<MetaEntityWebApi,MetaEntityWebApi.EntityWebApiHandler>, org.iplass.mtp.spi.Service

public class EntityWebApiService extends org.iplass.mtp.impl.definition.AbstractTypedMetaDataService<MetaEntityWebApi,MetaEntityWebApi.EntityWebApiHandler> implements org.iplass.mtp.spi.Service
EntityWebApi定義を扱うサービス
  • フィールド詳細

  • コンストラクタの詳細

    • EntityWebApiService

      public EntityWebApiService()
  • メソッドの詳細

    • isEnableNativeHint

      public boolean isEnableNativeHint()
    • isThrowSearchResultLimitExceededException

      public boolean isThrowSearchResultLimitExceededException()
    • isLoadWithMappedByReference

      public boolean isLoadWithMappedByReference()
    • isCsvListWithMappedByReference

      public boolean isCsvListWithMappedByReference()
    • isListWithMappedByReference

      public boolean isListWithMappedByReference()
    • getMaxLimit

      public int getMaxLimit()
    • getCsvDateTimeFormat

      public String getCsvDateTimeFormat()
    • getCsvDateFormat

      public String getCsvDateFormat()
    • getCsvTimeFormat

      public String getCsvTimeFormat()
    • getCsvDownloadFooter

      public String getCsvDownloadFooter()
    • isPermitRolesToSpecifyOptions

      public boolean isPermitRolesToSpecifyOptions()
      EntityCRUD APIで制御オプションが許可されたロールか
      戻り値:
      許可されたロールの場合true
    • destroy

      public void destroy()
      定義:
      destroy インタフェース内 org.iplass.mtp.spi.Service
    • init

      public void init(org.iplass.mtp.spi.Config config)
      定義:
      init インタフェース内 org.iplass.mtp.spi.Service
    • getFixedPath

      public static String getFixedPath()
    • getMetaDataType

      public Class<MetaEntityWebApi> getMetaDataType()
      定義:
      getMetaDataType インタフェース内 org.iplass.mtp.impl.definition.TypedMetaDataService<MetaEntityWebApi,MetaEntityWebApi.EntityWebApiHandler>
    • getRuntimeType

      public Class<MetaEntityWebApi.EntityWebApiHandler> getRuntimeType()
      定義:
      getRuntimeType インタフェース内 org.iplass.mtp.impl.definition.TypedMetaDataService<MetaEntityWebApi,MetaEntityWebApi.EntityWebApiHandler>