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.Boolean
alphaOrder
protected Group[]
authorizedGroups
protected int
authorizedGroupsAddCount
protected java.util.TreeSet<Member>
authorizedMemberSet
protected int
authorizedMemberSetAddCount
protected Group[]
commonAuthorizedGroups
protected java.util.TreeSet<Member>
commonAuthorizedMemberSet
protected Category
commonParent
protected boolean
commonParentAvailable
protected boolean
commonSelectable
protected boolean
commonSelectableAvailable
protected boolean
generateFriendlyURLs
protected boolean
noColor
protected boolean
noIcon
protected boolean
noImage
protected boolean
noReadRight
protected boolean
noSynonyms
protected Category
parent
protected boolean
parentProvided
protected boolean
removeFriendlyURLs
protected boolean
selectable
protected boolean
selectableProvided
-
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 protected
CategoryCaddyContext(Caddy caddy, Member member)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
computeCommonValues()
protected void
computeWorkingCatSet(Caddy caddy, Member member)
protected void
initContext()
-
-
-
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:
initContext
in classAbstractCaddyContext
-
computeCommonValues
protected void computeCommonValues()
-
-