com.jalios.jcmsplugin.od
Class MemberCleanFilter
java.lang.Object
com.jalios.jcms.CustomCleanFilter
com.jalios.jcmsplugin.od.MemberCleanFilter
- All Implemented Interfaces:
- PluginComponent, CleanFilter
public class MemberCleanFilter
- extends CustomCleanFilter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemberCleanFilter
public MemberCleanFilter()
getLabel
public String getLabel(String userLang)
- Description copied from class:
CustomCleanFilter
- Returns the label of the filter
- Specified by:
getLabel in class CustomCleanFilter
- Parameters:
userLang - the user language
- Returns:
- the label of the filter.
isCleanable
public boolean isCleanable(StorableLogEntry entry,
Class clazz)
- Description copied from interface:
CleanFilter
- Returns true if the entry can be cleaned or false otherwise.
- Specified by:
isCleanable in interface CleanFilter- Overrides:
isCleanable in class CustomCleanFilter
- Parameters:
entry - the entry to be checkedclazz - the class of which this entry is applied
- Returns:
- true if the entry can be cleaned or false otherwise
Copyright © 2001-2007 Jalios SA. All Rights Reserved.