|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.services.stats.StatsRecorderFlagsImpl
public class StatsRecorderFlagsImpl
Mutable JavaBean implementation of IStatsRecorderFlags. Each IStatsRecorder method has an associated flag indicating whether we should attend to that method.
IStatsRecorder,
IStatsRecorderFlags| Constructor Summary | |
|---|---|
StatsRecorderFlagsImpl()
|
|
| Method Summary | |
|---|---|
boolean |
isRecordChannelAddedToLayout()
Returns true if we should record when a channel is added to a layout; false otherwise. |
boolean |
isRecordChannelDefinitionModified()
Returns true if we should record when a channel definition is modified. |
boolean |
isRecordChannelDefinitionPublished()
Returns true if we should record when a channel definition is published, false otherwise. |
boolean |
isRecordChannelDefinitionRemoved()
Returns true iff we should record when a channel definition is removed. |
boolean |
isRecordChannelInstantiated()
Returns whether we should record when a channel is instantiated. |
boolean |
isRecordChannelMovedInLayout()
Returns whether we should record a channel being moved within a layout. |
boolean |
isRecordChannelRemovedFromLayout()
Returns true if we should record a channel being removed from a layout, false otherwise. |
boolean |
isRecordChannelRendered()
Returns true if we should record when a channel is rendered, false otherwise. |
boolean |
isRecordChannelTargeted()
Returns true if we should record when a channel is targetted, false otherwise. |
boolean |
isRecordChannelUpdatedInLayout()
Returns true if we should record when a channel is updated within a layout, false otherwise. |
boolean |
isRecordFolderAddedToLayout()
Returns true if we should record when a folder is added to a layout, false otherwise. |
boolean |
isRecordFolderMovedInLayout()
Returns true if we should record that a folder is moved in a layout, false otherwise. |
boolean |
isRecordFolderRemovedFromLayout()
Returns true iff we should record a folder being removed from a layout. |
boolean |
isRecordFolderUpdatedInLayout()
Returns true if we should record a folder being updated within a layout, false otherwise. |
boolean |
isRecordLogin()
Returns true iff we should record a user logging in. |
boolean |
isRecordLogout()
Returns true iff we should record a user logging out. |
boolean |
isRecordSessionCreated()
Returns true if we should record a session being created, false otherwise. |
boolean |
isRecordSessionDestroyed()
Return true iff we should record a session being destroyed. |
void |
setRecordChannelAddedToLayout(boolean recordChannelAddedToLayout)
Set whether we should record when a channel is added to a layout. |
void |
setRecordChannelDefinitionModified(boolean recordChannelDefinitionModified)
Set whether we should record when a channel definition is modified. |
void |
setRecordChannelDefinitionPublished(boolean recordChannelDefinitionPublished)
Set whether we should record when a channel definition is published. |
void |
setRecordChannelDefinitionRemoved(boolean recordChannelDefinitionRemoved)
Set whether we should record when a channel definition is removed. |
void |
setRecordChannelInstantiated(boolean recordChannelInstantiated)
Set whether we should record channel instantiation. |
void |
setRecordChannelMovedInLayout(boolean recordChannelMovedInLayout)
Set whether we should record a channel being moved within a layout. |
void |
setRecordChannelRemovedFromLayout(boolean recordChannelRemovedFromLayout)
Set whether we should record a channel being removed from a layout. |
void |
setRecordChannelRendered(boolean recordChannelRendered)
Set whether we should record when a channel is rendered. |
void |
setRecordChannelTargeted(boolean recordChannelTargeted)
Set whether we should record when a channel is targetted. |
void |
setRecordChannelUpdatedInLayout(boolean recordChannelUpdatedInLayout)
Set whether we should record a channel being updated within a layout. |
void |
setRecordFolderAddedToLayout(boolean recordFolderAddedToLayout)
Set whether we should record when a folder is added to a layout. |
void |
setRecordFolderMovedInLayout(boolean recordFolderMovedInLayout)
Set whether we should record that a folder is moved within a layout. |
void |
setRecordFolderRemovedFromLayout(boolean recordFolderRemovedFromLayout)
Set whether we should record a folder being removed from a layout. |
void |
setRecordFolderUpdatedInLayout(boolean recordFolderUpdatedInLayout)
Set whether we should record a folder being updated within a layout. |
void |
setRecordLogin(boolean recordLogin)
Set whether we should record a user logging in. |
void |
setRecordLogout(boolean recordLogout)
Set whether we should record a user logging out. |
void |
setRecordSessionCreated(boolean recordSessionCreated)
Set whether we should record a session being created. |
void |
setRecordSessionDestroyed(boolean recordSessionDestroyed)
Set whether we should record a session being destroyed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatsRecorderFlagsImpl()
| Method Detail |
|---|
public boolean isRecordChannelAddedToLayout()
isRecordChannelAddedToLayout in interface IStatsRecorderFlagspublic void setRecordChannelAddedToLayout(boolean recordChannelAddedToLayout)
recordChannelAddedToLayout - true iff we should record when a channel is added to a layoutpublic boolean isRecordChannelDefinitionModified()
isRecordChannelDefinitionModified in interface IStatsRecorderFlagspublic void setRecordChannelDefinitionModified(boolean recordChannelDefinitionModified)
recordChannelDefinitionModified - true iff we should record when a channel definition is modified.public boolean isRecordChannelDefinitionPublished()
isRecordChannelDefinitionPublished in interface IStatsRecorderFlagspublic void setRecordChannelDefinitionPublished(boolean recordChannelDefinitionPublished)
recordChannelDefinitionPublished - The recordChannelDefinitionPublished to set.public boolean isRecordChannelDefinitionRemoved()
isRecordChannelDefinitionRemoved in interface IStatsRecorderFlagspublic void setRecordChannelDefinitionRemoved(boolean recordChannelDefinitionRemoved)
recordChannelDefinitionRemoved - true iff we should record when a channel definition is removed.public boolean isRecordChannelInstantiated()
isRecordChannelInstantiated in interface IStatsRecorderFlagspublic void setRecordChannelInstantiated(boolean recordChannelInstantiated)
recordChannelInstantiated - true iff we should record channel instantiation.public boolean isRecordChannelMovedInLayout()
isRecordChannelMovedInLayout in interface IStatsRecorderFlagspublic void setRecordChannelMovedInLayout(boolean recordChannelMovedInLayout)
recordChannelMovedInLayout - true iff we should record a channel being moved within a layout.public boolean isRecordChannelRemovedFromLayout()
isRecordChannelRemovedFromLayout in interface IStatsRecorderFlagspublic void setRecordChannelRemovedFromLayout(boolean recordChannelRemovedFromLayout)
recordChannelRemovedFromLayout - true iff we should record a channel being removed from a layout.public boolean isRecordChannelRendered()
isRecordChannelRendered in interface IStatsRecorderFlagspublic void setRecordChannelRendered(boolean recordChannelRendered)
recordChannelRendered - The recordChannelRendered to set.public boolean isRecordChannelTargeted()
isRecordChannelTargeted in interface IStatsRecorderFlagspublic void setRecordChannelTargeted(boolean recordChannelTargeted)
recordChannelTargeted - true iff we should record when a channel is targettedpublic boolean isRecordChannelUpdatedInLayout()
isRecordChannelUpdatedInLayout in interface IStatsRecorderFlagspublic void setRecordChannelUpdatedInLayout(boolean recordChannelUpdatedInLayout)
recordChannelUpdatedInLayout - true iff we should record a channel being updated within a layout.public boolean isRecordFolderAddedToLayout()
isRecordFolderAddedToLayout in interface IStatsRecorderFlagspublic void setRecordFolderAddedToLayout(boolean recordFolderAddedToLayout)
recordFolderAddedToLayout - true iff we should record when a folder is added to a layout.public boolean isRecordFolderMovedInLayout()
isRecordFolderMovedInLayout in interface IStatsRecorderFlagspublic void setRecordFolderMovedInLayout(boolean recordFolderMovedInLayout)
recordFolderMovedInLayout - true iff we should record a folder being moved in a layout.public boolean isRecordFolderRemovedFromLayout()
isRecordFolderRemovedFromLayout in interface IStatsRecorderFlagspublic void setRecordFolderRemovedFromLayout(boolean recordFolderRemovedFromLayout)
recordFolderRemovedFromLayout - true iff we should record a folder being removed from a layoutpublic boolean isRecordFolderUpdatedInLayout()
isRecordFolderUpdatedInLayout in interface IStatsRecorderFlagspublic void setRecordFolderUpdatedInLayout(boolean recordFolderUpdatedInLayout)
recordFolderUpdatedInLayout - true iff we should record a folder being updated within a layout.public boolean isRecordLogin()
isRecordLogin in interface IStatsRecorderFlagspublic void setRecordLogin(boolean recordLogin)
recordLogin - true iff we should record a user logging in.public boolean isRecordLogout()
isRecordLogout in interface IStatsRecorderFlagspublic void setRecordLogout(boolean recordLogout)
recordLogout - true iff we should record a user logging out.public boolean isRecordSessionCreated()
isRecordSessionCreated in interface IStatsRecorderFlagspublic void setRecordSessionCreated(boolean recordSessionCreated)
recordSessionCreated - true iff we should record when a session is created.public boolean isRecordSessionDestroyed()
isRecordSessionDestroyed in interface IStatsRecorderFlagspublic void setRecordSessionDestroyed(boolean recordSessionDestroyed)
recordSessionDestroyed - True iff we should record a session being destroyed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||