class: ItemSortingBean

public class: ItemSortingBean
Author: Galina Stancheva
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:12:54; Modified: 16.07.2009 15:12:54;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {A1F70D5E-4306-4c7f-B338-753C04B8F803}
This class provides the ejb implementation of the {@link ItemSorting} interface.
 

Goto: Custom Properties, Fields, Methods, Tagged Values

Implements: ItemSorting

See also: ItemSorting

Appears in: itemsorting

Connections
 
Custom Properties
 
ItemSortingBean Attributes
Attribute Details
private static Logger
  logger
Initial: Logger.getLogger(ItemSortingBean.class)
Notes: Logger for this class.
 
ItemSortingBean Methods
Operation Details
public
sortItemList(
   java.util.List itemList,
   PubItemVOComparator.Criteria criterium,
   String sortOrderString):java.util.List
Sequential
Notes: {@inheritDoc}
public
sortItemVersionList(
   java.util.List itemList,
   VersionHistoryEntryVOComparator.Criteria criterium,
   VersionHistoryEntryVOComparator.Order sortOrder):java.util.List
Sequential
Notes: {@inheritDoc}
@author Johannes Mueller
 
ItemSortingBean Tagged Values
Tag Value Notes
annotations @Stateless@Remote@RemoteBinding(jndiBinding = ItemSorting.SERVICE_NAME)@TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED)