com.endeca.itl.record
Class RecordHelper

java.lang.Object
  extended by com.endeca.itl.record.RecordHelper

public class RecordHelper
extends Object

Convenience methods for interacting with Records.


Constructor Summary
RecordHelper()
           
 
Method Summary
static Record createDeleteAllRecord()
           
static String getActionPropertyValue(Record record)
           
static boolean hasValidAction(Record record)
          Checks if this Record has a valid action.
static boolean isDelete(Record record)
           
static boolean isDeleteAll(Record record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordHelper

public RecordHelper()
Method Detail

isDeleteAll

public static boolean isDeleteAll(Record record)

isDelete

public static boolean isDelete(Record record)

hasValidAction

public static boolean hasValidAction(Record record)
Checks if this Record has a valid action.


getActionPropertyValue

public static String getActionPropertyValue(Record record)

createDeleteAllRecord

public static Record createDeleteAllRecord()
Returns:
A new Delete_All Record


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.