class: ImportItems

public class: ImportItems
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 2600 $ $LastChangedDate: 2009-05-05 10:; Complexity: 1
Dates: Created: 16.07.2009 15:32:38; Modified: 16.07.2009 15:32:38;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {40E8211E-308F-4470-AAAE-4981C5586C0F}
A JSF bean class to hold the data of the items of an import.
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: ImportLog, FacesBean

Appears in: beans

Connections
 
Custom Properties
 
ImportItems Attributes
Attribute Details
private int
  importId
Initial: 0
private int
  itemsPerPage
Initial: 0
private ImportLog
  log
Initial: null
private int
  page
Initial: 0
private String
  userid
Initial: null
 
ImportItems Methods
Operation Details
public
getImport():ImportLog
Sequential
Notes: @return The import including the details
public
getItemsPerPage():int
Sequential
Notes: @return the itemsPerPage
public
getPage():int
Sequential
Notes: @return the page
public
ImportItems():
Sequential
Notes: Constructor extracting the import's id and the pagination parameters from the URL and setting user settings.
public
setItemsPerPage(
   int itemsPerPage):void
Sequential
public
setPage(
   int page):void
Sequential