NewsQuery class

お知らせのQueryです。

Inheritance

Constructors

NewsQuery(NewsQueryPlatform platform)

Properties

hashCode int
The hash code for this object.
no setterinherited
limit int?
取得件数です。
getter/setter pairinherited
offset int?
取得データの開始位置です。
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

all() Future<NewsResult>
公開状態にかかわらず、すべてのお知らせを検索して返します。
alreadyRead() → void
既読のお知らせのみ取得する条件を設定します。
asc(String columnName) → void
昇順のソート条件を追加します。
inherited
betweenExclude(String columnName, String from, String to) → void
範囲検索条件の検索条件を追加します。
inherited
betweenInclude(String columnName, String from, String to) → void
範囲検索条件の検索条件を追加します。
inherited
containedIn(String columnName, List<String> values) → void
要素リスト一致検索条件を追加します。
inherited
contains(String columnName, String value) → void
テキストの中間一致検索条件を追加します。
inherited
containsInArray(String columnName, List<String> values) → void
チェックボックス項目の要素リスト一致検索条件を追加します。
inherited
desc(String columnName) → void
降順のソート条件を追加します。
inherited
endsWith(String columnName, String value) → void
テキストの後方一致検索条件を追加します。
inherited
equalTo(String columnName, String value) → void
一致検索条件を追加します。
inherited
greaterThanOrEqualTo(String columnName, String value) → void
条件値以上の検索条件を追加します。
inherited
lessThanOrEqualTo(String columnName, String value) → void
条件値以下の検索条件を追加します。
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notContainedIn(String columnName, List<String> values) → void
要素リスト不一致検索条件を追加します。
inherited
notEqualTo(String columnName, String value) → void
不一致検索条件を追加します。
inherited
released() Future<NewsResult>
公開されているお知らせを検索して返します。
segmentMatchOnly() → void
セグメント配信条件に一致するお知らせのみ取得します。
startsWith(String columnName, String value) → void
テキストの前方一致検索条件を追加します。
inherited
toString() String
A string representation of this object.
inherited
unread() → void
未読のお知らせのみ取得する条件を設定します。
withFavorite() → void
お気に入り情報(News.isFavorite)、News.favoriteDate)を検索結果に含めます。
withFavoriteSummary() → void
お気に入り集計情報(News.favoriteCount)を検索結果に含めます。

Operators

operator ==(Object other) bool
The equality operator.
inherited