public class EventBrowserData extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
ADD_MARKED_ITEM
Indicates an update to the list of marked items.
|
static int |
ADJUST_EVENTS
Indicates an event adjustment.
|
static int |
CLEAR_SEARCH_DATA
Indicates a need to clear out the adjusmtment information stored for
a current search.
|
static int |
CLOSE_CONTEXT
Indicates a request to close open contexts
|
static int |
CREDENTIALS
Indicates the setting of credentials for branding.
|
static int |
DISPLAY_EVENT
Indicates an update to the detail view of an event.
|
static int |
DISPLAY_OBJECT
Indicates an update to the detail view of an object.
|
static int |
ESTIMATE_ADJUSTMENT
Indicates a request to estimate event adjustments.
|
static int |
EXPORT_DATA
Indicates the saving of the selected events to a file.
|
static int |
HISTORY_ITEMS
Indicates a retrieval of the history items.
|
static int |
INIT_ADJUST_EVENTS
Indicates the initialization of the adjust event dialog.
|
static int |
INIT_RESULTS
Indicates the handling of search results.
|
static int |
PERMISSIONS
Indicates the reading of the permissions object.
|
static int |
PRINT
Indicates a print operation, event details are sent to the printer.
|
static int |
REMOVE_MARKED_ITEM
Indicates a remove from the list of marked items.
|
Constructor and Description |
---|
EventBrowserData(int type)
Create an instance of this object using information for reading
permissions for the current user.
|
EventBrowserData(int type,
AdjustEventData data,
Properties res)
Create an instance of this object using information for adjusting events.
|
EventBrowserData(int type,
ArrayList subValues,
DataTemplate dt)
Create an instance of this object using information for updating
the object details.
|
EventBrowserData(int type,
File f,
Vector fields,
Properties res,
HistoryItem[] items)
Create an instance of this object using information for saving
events/objects to a file.
|
EventBrowserData(int type,
Hashtable mData)
Create an instance of this object using information for retrieving
data for marking events.
|
EventBrowserData(int type,
int[] r,
boolean b)
Create an instance of this object using information for marking
and unmarking events.
|
EventBrowserData(int type,
int[] r,
DataTemplate[] dt)
Create an instance of this object using information for retrieving
HistoryItems.
|
EventBrowserData(int type,
Properties res)
Create an instance of this object using information for inititalizing
search results.
|
EventBrowserData(int type,
Properties res,
DataTemplate dt)
Create an instance of this object using information for object details
and printing.
|
EventBrowserData(int type,
Properties res,
int r)
Create an instance of this object using information for retrieving
data for displaying events or objects.
|
EventBrowserData(int type,
String acl,
String group)
Create an instance of this object using information for setting
credentials - used for branding
|
EventBrowserData(Properties res,
ArrayList arList)
Create an instance of this object using information for object details.
|
Modifier and Type | Method and Description |
---|---|
String |
getACL() |
ArrayList |
getAdjustData() |
AdjustEventData |
getAdjustEventData() |
boolean |
getAdjustEvents()
Indicates whether or not the user has permission to adjuste events.
|
com.portal.browse.AdjustmentInfo[] |
getAdjustmentInfo() |
DataTemplate |
getDataTemplate() |
DataTemplate[] |
getDataTemplates() |
File |
getFile() |
ArrayList |
getGenericData() |
String |
getGroup() |
PModelHandle[] |
getHandle() |
HistoryItem[] |
getItems() |
HashMap |
getMarkedData() |
Hashtable |
getMarkedEvents() |
Vector |
getMaskedFields() |
PrintData |
getPrintData() |
Properties |
getResources() |
ResultData[] |
getResultData() |
ArrayList |
getResultsList() |
int |
getRow() |
Integer[] |
getRows() |
boolean |
getSearchData() |
int[] |
getSelectedRows() |
ArrayList |
getSubstituteValues() |
String |
getTitle() |
int |
getType() |
void |
setAdjustData(ArrayList aData)
Sets the adjustment data
|
void |
setAdjustEvents(boolean b)
Set the adjustEvent property.
|
void |
setAdjustmentInfo(com.portal.browse.AdjustmentInfo[] aInfo)
Sets the adjustment info.
|
void |
setDataTemplate(DataTemplate dt)
Set the DataTemplate object
|
void |
setItems(HistoryItem[] items)
Sets the history item object
|
void |
setMarkedData(HashMap mData)
Sets the marked data
|
void |
setMarkedEvents(Hashtable mData)
Sets the marked events
|
void |
setMaskedFields(Vector mFields)
Sets the maskedFields vector.
|
void |
setPrintData(PrintData pData)
Sets the print information retrieved from the controller.
|
void |
setResources(Properties res)
Sets the resources to the given properties object.
|
void |
setResultsList(ArrayList rList)
Sets the adjustment data
|
void |
setRows(Integer[] r) |
void |
setTitle(String str)
Set the title for the object details
|
public static final int DISPLAY_OBJECT
public static final int PERMISSIONS
public static final int EXPORT_DATA
public static final int INIT_ADJUST_EVENTS
public static final int CREDENTIALS
public static final int INIT_RESULTS
public static final int DISPLAY_EVENT
public static final int ADD_MARKED_ITEM
public static final int REMOVE_MARKED_ITEM
public static final int HISTORY_ITEMS
public static final int CLEAR_SEARCH_DATA
public static final int ADJUST_EVENTS
public static final int PRINT
public static final int ESTIMATE_ADJUSTMENT
public static final int CLOSE_CONTEXT
public EventBrowserData(int type, File f, Vector fields, Properties res, HistoryItem[] items)
type
- the type of operationf
- the file to savefields
- the fields that are supposed to be maskedres
- contains the required strings for the controlleritems
- an array of events/objectspublic EventBrowserData(int type, Properties res)
type
- the type of operationres
- contains the required strings for the controllerpublic EventBrowserData(int type, Properties res, DataTemplate dt)
type
- the type of operationres
- contains the required strings for the controllerdt
- the data templatepublic EventBrowserData(Properties res, ArrayList arList)
res
- contains the required strings for the controllerarList
- the array list containing the objectpublic EventBrowserData(int type, int[] r, DataTemplate[] dt)
type
- the type of operationr
- the array of selected rowsdt
- the array of data templatespublic EventBrowserData(int type, int[] r, boolean b)
type
- the type of operationr
- the array of selected rowsb
- indicates if the information is from the search resultspublic EventBrowserData(int type, ArrayList subValues, DataTemplate dt)
type
- the type of operationsubValues
- the list of substitute valuesdt
- the DataTemplate objectpublic EventBrowserData(int type)
type
- the type of operationpublic EventBrowserData(int type, Hashtable mData)
type
- the type of operationmdata
- contains the marked eventspublic EventBrowserData(int type, AdjustEventData data, Properties res)
type
- the type of operationdata
- contains the information required for event adjustmentsres
- contains the required strings for the controllerpublic EventBrowserData(int type, String acl, String group)
type
- the type of operationacl
- string representation of acl poidgroup
- string representation of group poidpublic EventBrowserData(int type, Properties res, int r)
type
- the type of operationres
- contains the required strings for the controllerr
- the selected row containing the eventpublic File getFile()
public void setItems(HistoryItem[] items)
items
- the array of HistoryItemspublic HistoryItem[] getItems()
public void setMaskedFields(Vector mFields)
mFields
- the new masked fields valuepublic Vector getMaskedFields()
public Properties getResources()
public void setResources(Properties res)
res
- contains the requried strings for the controllerpublic PModelHandle[] getHandle()
public ResultData[] getResultData()
public void setTitle(String str)
str
- the titlepublic String getTitle()
public void setDataTemplate(DataTemplate dt)
dt
- the DataTemplatepublic DataTemplate getDataTemplate()
public ArrayList getGenericData()
public ArrayList getAdjustData()
public void setAdjustData(ArrayList aData)
aData
- the adjustment datapublic ArrayList getResultsList()
public void setResultsList(ArrayList rList)
rData
- the results datapublic int[] getSelectedRows()
public HashMap getMarkedData()
public void setMarkedData(HashMap mData)
mData
- the marked datapublic Hashtable getMarkedEvents()
public void setMarkedEvents(Hashtable mData)
mData
- the marked eventspublic com.portal.browse.AdjustmentInfo[] getAdjustmentInfo()
public void setAdjustmentInfo(com.portal.browse.AdjustmentInfo[] aInfo)
aInfo
- the array containing adjusment infopublic ArrayList getSubstituteValues()
public void setAdjustEvents(boolean b)
b
- true if the user has permission to adjust eventspublic boolean getAdjustEvents()
public int getType()
public String getACL()
public String getGroup()
public int getRow()
public void setRows(Integer[] r)
public Integer[] getRows()
public boolean getSearchData()
public void setPrintData(PrintData pData)
pData
- the print informationpublic PrintData getPrintData()
public AdjustEventData getAdjustEventData()
public DataTemplate[] getDataTemplates()
Copyright © 2003, 2023, Oracle and/or its affiliates.