|
||||||||||
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 IStatsRecorderFlags
public boolean isRecordChannelDefinitionModified()
IStatsRecorderFlags
isRecordChannelDefinitionModified
in interface IStatsRecorderFlags
public boolean isRecordChannelDefinitionPublished()
IStatsRecorderFlags
isRecordChannelDefinitionPublished
in interface IStatsRecorderFlags
public boolean isRecordChannelDefinitionRemoved()
IStatsRecorderFlags
isRecordChannelDefinitionRemoved
in interface IStatsRecorderFlags
public boolean isRecordChannelInstantiated()
IStatsRecorderFlags
isRecordChannelInstantiated
in interface IStatsRecorderFlags
public boolean isRecordChannelMovedInLayout()
IStatsRecorderFlags
isRecordChannelMovedInLayout
in interface IStatsRecorderFlags
public boolean isRecordChannelRemovedFromLayout()
IStatsRecorderFlags
isRecordChannelRemovedFromLayout
in interface IStatsRecorderFlags
public boolean isRecordChannelRendered()
IStatsRecorderFlags
isRecordChannelRendered
in interface IStatsRecorderFlags
public boolean isRecordChannelTargeted()
IStatsRecorderFlags
isRecordChannelTargeted
in interface IStatsRecorderFlags
public boolean isRecordChannelUpdatedInLayout()
IStatsRecorderFlags
isRecordChannelUpdatedInLayout
in interface IStatsRecorderFlags
public boolean isRecordFolderAddedToLayout()
IStatsRecorderFlags
isRecordFolderAddedToLayout
in interface IStatsRecorderFlags
public boolean isRecordFolderMovedInLayout()
IStatsRecorderFlags
isRecordFolderMovedInLayout
in interface IStatsRecorderFlags
public boolean isRecordFolderRemovedFromLayout()
IStatsRecorderFlags
isRecordFolderRemovedFromLayout
in interface IStatsRecorderFlags
public boolean isRecordFolderUpdatedInLayout()
IStatsRecorderFlags
isRecordFolderUpdatedInLayout
in interface IStatsRecorderFlags
public boolean isRecordLogin()
IStatsRecorderFlags
isRecordLogin
in interface IStatsRecorderFlags
public boolean isRecordLogout()
IStatsRecorderFlags
isRecordLogout
in interface IStatsRecorderFlags
public boolean isRecordSessionCreated()
IStatsRecorderFlags
isRecordSessionCreated
in interface IStatsRecorderFlags
public boolean isRecordSessionDestroyed()
IStatsRecorderFlags
isRecordSessionDestroyed
in interface IStatsRecorderFlags
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |