|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.services.stats.SettingsBackedStatsRecorderFlagsImpl
public class SettingsBackedStatsRecorderFlagsImpl
An IStatsRecorderFlags implementation backed by the StatsRecorderSettings static singleton. This implementation is required because StatsRecorderSettings is not just an implementation that parses portal.properties - it also provides a static singleton mechanism to update that configuration at runtime. This flags implementation will immediately reflect any changes to that backing static singleton.
| Constructor Summary | |
|---|---|
SettingsBackedStatsRecorderFlagsImpl()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SettingsBackedStatsRecorderFlagsImpl()
| Method Detail |
|---|
public boolean isRecordChannelAddedToLayout()
IStatsRecorderFlags
isRecordChannelAddedToLayout in interface IStatsRecorderFlagspublic boolean isRecordChannelDefinitionModified()
IStatsRecorderFlags
isRecordChannelDefinitionModified in interface IStatsRecorderFlagspublic boolean isRecordChannelDefinitionPublished()
IStatsRecorderFlags
isRecordChannelDefinitionPublished in interface IStatsRecorderFlagspublic boolean isRecordChannelDefinitionRemoved()
IStatsRecorderFlags
isRecordChannelDefinitionRemoved in interface IStatsRecorderFlagspublic boolean isRecordChannelInstantiated()
IStatsRecorderFlags
isRecordChannelInstantiated in interface IStatsRecorderFlagspublic boolean isRecordChannelMovedInLayout()
IStatsRecorderFlags
isRecordChannelMovedInLayout in interface IStatsRecorderFlagspublic boolean isRecordChannelRemovedFromLayout()
IStatsRecorderFlags
isRecordChannelRemovedFromLayout in interface IStatsRecorderFlagspublic boolean isRecordChannelRendered()
IStatsRecorderFlags
isRecordChannelRendered in interface IStatsRecorderFlagspublic boolean isRecordChannelTargeted()
IStatsRecorderFlags
isRecordChannelTargeted in interface IStatsRecorderFlagspublic boolean isRecordChannelUpdatedInLayout()
IStatsRecorderFlags
isRecordChannelUpdatedInLayout in interface IStatsRecorderFlagspublic boolean isRecordFolderAddedToLayout()
IStatsRecorderFlags
isRecordFolderAddedToLayout in interface IStatsRecorderFlagspublic boolean isRecordFolderMovedInLayout()
IStatsRecorderFlags
isRecordFolderMovedInLayout in interface IStatsRecorderFlagspublic boolean isRecordFolderRemovedFromLayout()
IStatsRecorderFlags
isRecordFolderRemovedFromLayout in interface IStatsRecorderFlagspublic boolean isRecordFolderUpdatedInLayout()
IStatsRecorderFlags
isRecordFolderUpdatedInLayout in interface IStatsRecorderFlagspublic boolean isRecordLogin()
IStatsRecorderFlags
isRecordLogin in interface IStatsRecorderFlagspublic boolean isRecordLogout()
IStatsRecorderFlags
isRecordLogout in interface IStatsRecorderFlagspublic boolean isRecordSessionCreated()
IStatsRecorderFlags
isRecordSessionCreated in interface IStatsRecorderFlagspublic boolean isRecordSessionDestroyed()
IStatsRecorderFlags
isRecordSessionDestroyed in interface IStatsRecorderFlags
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||