|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.server.control.spreadsheet.SpreadSheetHandler
public class SpreadSheetHandler
The Class SpreadSheetHandler.
Constructor Summary | |
---|---|
SpreadSheetHandler(BasisPersistenceHandler basisPersistenceHandler,
BusinessComponentHandler businessComponentHandler)
Instantiates a new spread sheet handler. |
Method Summary | |
---|---|
void |
addSpreadSheet(SpreadSheet spreadSheet,
boolean init)
Adds the spread sheet. |
void |
addSpreadSheet(SpreadSheet spreadSheet,
java.util.Set<org.jboss.netty.channel.Channel> channels,
boolean init)
Adds the spread sheet. |
void |
addSpreadSheetCellContentUpdate(SpreadSheetCellContent spreadSheetCellContent)
Adds the spread sheet cell content update. |
void |
addSpreadSheetConditionalFormatUpdate(SpreadSheetConditionalFormat spreadSheetConditionalFormat)
Adds the spread sheet conditional format update. |
void |
close()
Close. |
BasisPersistenceHandler |
getBasisPersistenceHandler()
Gets the basis persistence handler. |
FUser |
getUser(org.jboss.netty.channel.Channel channel)
Gets the user. |
void |
handleFIXMessage(SpreadSheet spreadSheet,
java.util.List<MDInputEntry> mdInputEntries)
Handle fix message. |
void |
handleMDOutputEntries(java.util.Set<MDOutputEntry> mdOutputEntries,
SpreadSheet spreadSheet)
Handle md output entries. |
void |
onCloseSpreadSheetRequest(CloseSpreadSheetRequest closeSpreadSheetRequest,
org.jboss.netty.channel.Channel channel)
On close spread sheet request. |
void |
onCopySpreadSheetCellRequest(CopySpreadSheetCellRequest copySpreadSheetCellRequest,
org.jboss.netty.channel.Channel channel)
On copy spread sheet cell request. |
void |
onCutSpreadSheetCellRequest(CutSpreadSheetCellRequest cutSpreadSheetCellRequest,
org.jboss.netty.channel.Channel channel)
On cut spread sheet cell request. |
void |
onDeleteColumnRequest(DeleteColumnRequest deleteColumnRequest,
org.jboss.netty.channel.Channel channel)
On delete column request. |
void |
onDeleteRowRequest(DeleteRowRequest deleteRowRequest,
org.jboss.netty.channel.Channel channel)
On delete row request. |
void |
onFillSpreadSheetCellRequest(FillSpreadSheetCellRequest fillSpreadSheetCellRequest,
org.jboss.netty.channel.Channel channel)
On fill spread sheet cell request. |
void |
onInsertColumnRequest(InsertColumnRequest insertColumnRequest,
org.jboss.netty.channel.Channel channel)
On insert column request. |
void |
onInsertRowRequest(InsertRowRequest insertRowRequest,
org.jboss.netty.channel.Channel channel)
On insert row request. |
void |
onModifyColumnVisibleRequest(ModifyColumnVisibleRequest modifyColumnVisibleRequest,
org.jboss.netty.channel.Channel channel)
On modify column visible request. |
void |
onModifyColumnWidthRequest(ModifyColumnWidthRequest modifyColumnWidthRequest,
org.jboss.netty.channel.Channel channel)
On modify column width request. |
void |
onModifyRowVisibleResponse(ModifyRowVisibleRequest modifyRowVisibleRequest,
org.jboss.netty.channel.Channel channel)
On modify row visible response. |
void |
onModifySheetCellRequest(ModifySheetCellRequest modifySheetCellRequest,
org.jboss.netty.channel.Channel channel)
On modify sheet cell request. |
void |
onModifySpreadSheetCellFormatRequest(ModifySpreadSheetCellFormatRequest modifySpreadSheetCellFormatRequest,
org.jboss.netty.channel.Channel channel)
On modify spread sheet cell format request. |
void |
onModifySpreadSheetConditionalFormatResponse(ModifySpreadSheetConditionalFormatRequest modifySpreadSheetConditionalFormatRequest,
org.jboss.netty.channel.Channel channel)
On modify spread sheet conditional format response. |
void |
onOpenSpreadSheetRequest(OpenSpreadSheetRequest openSpreadSheetRequest,
org.jboss.netty.channel.Channel channel)
On open spread sheet request. |
void |
onPasteSpreadSheetCellRequest(PasteSpreadSheetCellRequest pasteSpreadSheetCellRequest,
org.jboss.netty.channel.Channel channel)
On paste spread sheet cell request. |
void |
onSolverRequest(SolverRequest solverRequest,
org.jboss.netty.channel.Channel channel)
On solver request. |
void |
processFIXMessage(SpreadSheet spreadSheet)
Process fix message. |
java.util.Set<org.jboss.netty.channel.Channel> |
removeSpreadSheet(SpreadSheet spreadSheet)
Removes the spread sheet. |
void |
updateAffected(SpreadSheetWorker spreadSheetWorker)
Update affected. |
void |
updateSpreadSheet(SpreadSheet spreadSheet)
Update spread sheet. |
void |
updateSpreadSheetCellFormat(SpreadSheetCellFormat spreadSheetCellFormat)
Update spread sheet cell format. |
void |
updateSpreadSheetColumnFormat(SpreadSheetColumnFormat spreadSheetColumnFormat)
Update spread sheet column format. |
void |
updateSpreadSheetRowFormat(SpreadSheetRowFormat spreadSheetRowFormat)
Update spread sheet row format. |
void |
writeLogEntry(LogEntry logEntry)
Write log entry. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpreadSheetHandler(BasisPersistenceHandler basisPersistenceHandler, BusinessComponentHandler businessComponentHandler)
basisPersistenceHandler
- the basis persistence handlerbusinessComponentHandler
- the business component handlerMethod Detail |
---|
public void addSpreadSheet(SpreadSheet spreadSheet, boolean init)
spreadSheet
- the spread sheetinit
- the initpublic void addSpreadSheet(SpreadSheet spreadSheet, java.util.Set<org.jboss.netty.channel.Channel> channels, boolean init)
spreadSheet
- the spread sheetchannels
- the channelsinit
- the initpublic void close()
public void onCloseSpreadSheetRequest(CloseSpreadSheetRequest closeSpreadSheetRequest, org.jboss.netty.channel.Channel channel)
closeSpreadSheetRequest
- the close spread sheet requestchannel
- the channelpublic void onOpenSpreadSheetRequest(OpenSpreadSheetRequest openSpreadSheetRequest, org.jboss.netty.channel.Channel channel)
openSpreadSheetRequest
- the open spread sheet requestchannel
- the channelpublic void onModifySheetCellRequest(ModifySheetCellRequest modifySheetCellRequest, org.jboss.netty.channel.Channel channel)
modifySheetCellRequest
- the modify sheet cell requestchannel
- the channelpublic void onCopySpreadSheetCellRequest(CopySpreadSheetCellRequest copySpreadSheetCellRequest, org.jboss.netty.channel.Channel channel)
copySpreadSheetCellRequest
- the copy spread sheet cell requestchannel
- the channelpublic void onCutSpreadSheetCellRequest(CutSpreadSheetCellRequest cutSpreadSheetCellRequest, org.jboss.netty.channel.Channel channel)
cutSpreadSheetCellRequest
- the cut spread sheet cell requestchannel
- the channelpublic void onPasteSpreadSheetCellRequest(PasteSpreadSheetCellRequest pasteSpreadSheetCellRequest, org.jboss.netty.channel.Channel channel)
pasteSpreadSheetCellRequest
- the paste spread sheet cell requestchannel
- the channelpublic void addSpreadSheetCellContentUpdate(SpreadSheetCellContent spreadSheetCellContent)
spreadSheetCellContent
- the spread sheet cell contentpublic void updateSpreadSheetCellFormat(SpreadSheetCellFormat spreadSheetCellFormat)
spreadSheetCellFormat
- the spread sheet cell formatpublic void updateSpreadSheetRowFormat(SpreadSheetRowFormat spreadSheetRowFormat)
spreadSheetRowFormat
- the spread sheet row formatpublic void updateSpreadSheetColumnFormat(SpreadSheetColumnFormat spreadSheetColumnFormat)
spreadSheetColumnFormat
- the spread sheet column formatpublic java.util.Set<org.jboss.netty.channel.Channel> removeSpreadSheet(SpreadSheet spreadSheet)
spreadSheet
- the spread sheet
public void onModifySpreadSheetCellFormatRequest(ModifySpreadSheetCellFormatRequest modifySpreadSheetCellFormatRequest, org.jboss.netty.channel.Channel channel)
modifySpreadSheetCellFormatRequest
- the modify spread sheet cell format requestchannel
- the channelpublic void onModifyColumnWidthRequest(ModifyColumnWidthRequest modifyColumnWidthRequest, org.jboss.netty.channel.Channel channel)
modifyColumnWidthRequest
- the modify column width requestchannel
- the channelpublic void onModifyColumnVisibleRequest(ModifyColumnVisibleRequest modifyColumnVisibleRequest, org.jboss.netty.channel.Channel channel)
modifyColumnVisibleRequest
- the modify column visible requestchannel
- the channelpublic void onModifyRowVisibleResponse(ModifyRowVisibleRequest modifyRowVisibleRequest, org.jboss.netty.channel.Channel channel)
modifyRowVisibleRequest
- the modify row visible requestchannel
- the channelpublic void onModifySpreadSheetConditionalFormatResponse(ModifySpreadSheetConditionalFormatRequest modifySpreadSheetConditionalFormatRequest, org.jboss.netty.channel.Channel channel)
modifySpreadSheetConditionalFormatRequest
- the modify spread sheet conditional format requestchannel
- the channelpublic void addSpreadSheetConditionalFormatUpdate(SpreadSheetConditionalFormat spreadSheetConditionalFormat)
spreadSheetConditionalFormat
- the spread sheet conditional formatpublic void onInsertColumnRequest(InsertColumnRequest insertColumnRequest, org.jboss.netty.channel.Channel channel)
insertColumnRequest
- the insert column requestchannel
- the channelpublic void onInsertRowRequest(InsertRowRequest insertRowRequest, org.jboss.netty.channel.Channel channel)
insertRowRequest
- the insert row requestchannel
- the channelpublic void onDeleteColumnRequest(DeleteColumnRequest deleteColumnRequest, org.jboss.netty.channel.Channel channel)
deleteColumnRequest
- the delete column requestchannel
- the channelpublic void onDeleteRowRequest(DeleteRowRequest deleteRowRequest, org.jboss.netty.channel.Channel channel)
deleteRowRequest
- the delete row requestchannel
- the channelpublic void updateSpreadSheet(SpreadSheet spreadSheet)
spreadSheet
- the spread sheetpublic void updateAffected(SpreadSheetWorker spreadSheetWorker)
spreadSheetWorker
- the spread sheet workerpublic FUser getUser(org.jboss.netty.channel.Channel channel)
channel
- the channel
public void writeLogEntry(LogEntry logEntry)
logEntry
- the log entrypublic void handleFIXMessage(SpreadSheet spreadSheet, java.util.List<MDInputEntry> mdInputEntries)
spreadSheet
- the spread sheetmdInputEntries
- the md input entriespublic void processFIXMessage(SpreadSheet spreadSheet)
spreadSheet
- the spread sheetpublic BasisPersistenceHandler getBasisPersistenceHandler()
public void onFillSpreadSheetCellRequest(FillSpreadSheetCellRequest fillSpreadSheetCellRequest, org.jboss.netty.channel.Channel channel)
fillSpreadSheetCellRequest
- the fill spread sheet cell requestchannel
- the channelpublic void handleMDOutputEntries(java.util.Set<MDOutputEntry> mdOutputEntries, SpreadSheet spreadSheet)
mdOutputEntries
- the md output entriesspreadSheet
- the spread sheetpublic void onSolverRequest(SolverRequest solverRequest, org.jboss.netty.channel.Channel channel)
solverRequest
- the solver requestchannel
- the channel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |