Package com.jalios.jcms.caddy
Class AbstractCaddyContext
- java.lang.Object
-
- com.jalios.jcms.caddy.AbstractCaddyContext
-
- Direct Known Subclasses:
AbstractMemberCaddyContext,CategoryCaddyContext,GroupCaddyContext,PublicationCaddyContext,WorkspaceCaddyContext
public abstract class AbstractCaddyContext extends java.lang.ObjectSuper class of all Caddy Context
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanapplyInEmptyFieldsprotected Caddycaddyprotected intclassificationLevelprotected intcommonClassificationLevelprotected booleancommonClassificationLevelAvailableprotected booleandeleteDataExtensionprotected booleanforceDeleteprotected booleanignoreIntegrityCheckprotected booleanisAdminprotected booleanisClassificationLevelProvidedprotected Membermemberprotected booleanopDeleteprotected booleanopUpdateprotected java.util.ArrayList<java.lang.String>replaceLangListprotected java.lang.StringreplacePatternprotected java.lang.StringsearchPatternprotected booleanuseRegExp
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractCaddyContext(Caddy caddy, Member member)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract voidinitContext()
-
-
-
Field Detail
-
caddy
protected final Caddy caddy
-
member
protected final Member member
-
isAdmin
protected final boolean isAdmin
-
opUpdate
protected boolean opUpdate
-
opDelete
protected boolean opDelete
-
forceDelete
protected boolean forceDelete
-
searchPattern
protected java.lang.String searchPattern
-
replacePattern
protected java.lang.String replacePattern
-
useRegExp
protected boolean useRegExp
-
applyInEmptyFields
protected boolean applyInEmptyFields
-
replaceLangList
protected java.util.ArrayList<java.lang.String> replaceLangList
-
deleteDataExtension
protected boolean deleteDataExtension
-
ignoreIntegrityCheck
protected boolean ignoreIntegrityCheck
-
commonClassificationLevel
protected int commonClassificationLevel
-
commonClassificationLevelAvailable
protected boolean commonClassificationLevelAvailable
-
classificationLevel
protected int classificationLevel
-
isClassificationLevelProvided
protected boolean isClassificationLevelProvided
-
-