class: FilterParamVO

public class: FilterParamVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:02; Modified: 16.07.2009 15:14:02;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {2CFF4833-B687-4af8-84DC-F4AC3F441D27}
Base class for ContextFilterParamVO and ItemFilterParamVO.
@created 09-Okt-2007 16:17:57
@revised by MuJ: 09.10.2007
 

Goto: Custom Properties, Fields, Methods

See also: ContextFilterParamVO, ItemFilterParamVO

Appears in: valueobjects

Connections
 
Custom Properties
 
FilterParamVO Attributes
Attribute Details
private String
  contentModel
Notes: One content model as filter criteria.
private String
  role
Notes: One role as filter criteria. If a role is given, at least one user has to be given, too.
private java.util.ArrayList
  userIds
Initial: new java.util.ArrayList()
Notes: Object ids of users as filter criteria.
 
FilterParamVO Methods
Operation Details
public
getContentModel():String
Sequential
Notes: @return One content model as filter criteria.
public
getRole():String
Sequential
Notes: @return One role as filter criteria. If a role is given, at least one user has to be given, too.
public
getUserIds():List
Sequential
Notes: @return Object ids of users as filter criteria.
public
setContentModel(
   String newVal):void
Sequential
public
setRole(
   String newVal):void
Sequential