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.Object
Super class of all Caddy Context
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
applyInEmptyFields
protected Caddy
caddy
protected int
classificationLevel
protected int
commonClassificationLevel
protected boolean
commonClassificationLevelAvailable
protected boolean
deleteDataExtension
protected boolean
forceDelete
protected boolean
ignoreIntegrityCheck
protected boolean
isAdmin
protected boolean
isClassificationLevelProvided
protected Member
member
protected boolean
opDelete
protected boolean
opUpdate
protected java.util.ArrayList<java.lang.String>
replaceLangList
protected java.lang.String
replacePattern
protected java.lang.String
searchPattern
protected boolean
useRegExp
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractCaddyContext(Caddy caddy, Member member)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract void
initContext()
-
-
-
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
-
-