public class MessageFilter extends BaseAssetFilter
BaseAssetFilter.State
EntityFilter.StringSearcher
Modifier and Type | Field and Description |
---|---|
List<Member> |
recipient |
List<BaseAsset> |
relatedAsset |
List<Member> |
sender |
description, name
changeDateUtc, createDateUtc, find, orderBy
Constructor and Description |
---|
MessageFilter() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Entity> |
getEntityType()
Used by the filtering code to know what types of entities to return when
applying the filter.
|
boolean |
isArchived() |
void |
isArchived(boolean value) |
boolean |
isUnread() |
void |
isUnread(boolean value) |
getState
buildFilter, buildFind, buildOrderBy, newList
public Class<? extends Entity> getEntityType()
EntityFilter
getEntityType
in class BaseAssetFilter
public void isUnread(boolean value)
public boolean isUnread()
public void isArchived(boolean value)
public boolean isArchived()
Copyright © 2013 Version One, Inc.. All rights reserved.