Package com.jalios.jcms.caddy
Class CategoryCaddyContext
- java.lang.Object
-
- com.jalios.jcms.caddy.AbstractCaddyContext
-
- com.jalios.jcms.caddy.CategoryCaddyContext
-
public class CategoryCaddyContext extends AbstractCaddyContext
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanalphaOrderprotected Group[]authorizedGroupsprotected intauthorizedGroupsAddCountprotected java.util.TreeSet<Member>authorizedMemberSetprotected intauthorizedMemberSetAddCountprotected Group[]commonAuthorizedGroupsprotected java.util.TreeSet<Member>commonAuthorizedMemberSetprotected CategorycommonParentprotected booleancommonParentAvailableprotected booleancommonSelectableprotected booleancommonSelectableAvailableprotected booleangenerateFriendlyURLsprotected booleannoColorprotected booleannoIconprotected booleannoImageprotected booleannoReadRightprotected booleannoSynonymsprotected Categoryparentprotected booleanparentProvidedprotected booleanremoveFriendlyURLsprotected booleanselectableprotected booleanselectableProvided-
Fields inherited from class com.jalios.jcms.caddy.AbstractCaddyContext
applyInEmptyFields, caddy, classificationLevel, commonClassificationLevel, commonClassificationLevelAvailable, deleteDataExtension, forceDelete, ignoreIntegrityCheck, isAdmin, isClassificationLevelProvided, member, opDelete, opUpdate, replaceLangList, replacePattern, searchPattern, useRegExp
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCategoryCaddyContext(Caddy caddy, Member member)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcomputeCommonValues()protected voidcomputeWorkingCatSet(Caddy caddy, Member member)protected voidinitContext()
-
-
-
Field Detail
-
noSynonyms
protected boolean noSynonyms
-
noIcon
protected boolean noIcon
-
noImage
protected boolean noImage
-
noColor
protected boolean noColor
-
selectable
protected boolean selectable
-
selectableProvided
protected boolean selectableProvided
-
commonSelectable
protected boolean commonSelectable
-
commonSelectableAvailable
protected boolean commonSelectableAvailable
-
alphaOrder
protected java.lang.Boolean alphaOrder
-
noReadRight
protected boolean noReadRight
-
authorizedMemberSet
protected java.util.TreeSet<Member> authorizedMemberSet
-
commonAuthorizedMemberSet
protected java.util.TreeSet<Member> commonAuthorizedMemberSet
-
authorizedMemberSetAddCount
protected int authorizedMemberSetAddCount
-
authorizedGroups
protected Group[] authorizedGroups
-
commonAuthorizedGroups
protected Group[] commonAuthorizedGroups
-
authorizedGroupsAddCount
protected int authorizedGroupsAddCount
-
parent
protected Category parent
-
parentProvided
protected boolean parentProvided
-
commonParent
protected Category commonParent
-
commonParentAvailable
protected boolean commonParentAvailable
-
removeFriendlyURLs
protected boolean removeFriendlyURLs
-
generateFriendlyURLs
protected boolean generateFriendlyURLs
-
-
Method Detail
-
initContext
protected void initContext()
- Specified by:
initContextin classAbstractCaddyContext
-
computeCommonValues
protected void computeCommonValues()
-
-