Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.query.api
Class PageSelections<T>

java.lang.Object
  extended by org.nuxeo.ecm.platform.query.api.PageSelections<T>

public class PageSelections<T>
extends Object

Author:
Anahide Tchertchian

Constructor Summary
PageSelections()
           
PageSelections(Collection<? extends PageSelection<T>> c)
           
 
Method Summary
 List<PageSelection<T>> getEntries()
           
 String getName()
           
 int getRowCount()
          Deprecated. just here for compatibility with SelectDatamodel methods, use getSize() instead
 List<PageSelection<T>> getRows()
          Deprecated. just here for compatibility with SelectDatamodel methods, use getEntries() instead
 int getSize()
           
 boolean isSelected()
           
 void setEntries(List<PageSelection<T>> entries)
           
 void setName(String name)
           
 void setSelected(boolean selected)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageSelections

public PageSelections()

PageSelections

public PageSelections(Collection<? extends PageSelection<T>> c)
Method Detail

setName

public void setName(String name)

getName

public String getName()

setSelected

public void setSelected(boolean selected)

isSelected

public boolean isSelected()

getEntries

public List<PageSelection<T>> getEntries()

setEntries

public void setEntries(List<PageSelection<T>> entries)

getSize

public int getSize()

getRowCount

@Deprecated
public int getRowCount()
Deprecated. just here for compatibility with SelectDatamodel methods, use getSize() instead


getRows

@Deprecated
public List<PageSelection<T>> getRows()
Deprecated. just here for compatibility with SelectDatamodel methods, use getEntries() instead


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.