Package com.jalios.jcms.caddy
Class MemberCaddyContext
- java.lang.Object
-
- com.jalios.jcms.caddy.AbstractCaddyContext
-
- com.jalios.jcms.caddy.AbstractMemberCaddyContext
-
- com.jalios.jcms.caddy.MemberCaddyContext
-
public class MemberCaddyContext extends AbstractMemberCaddyContext
-
-
Field Summary
Fields Modifier and Type Field Description protected EditMemberHandler.AuthType
commonAuthType
protected boolean
commonEmailVisible
protected boolean
commonEmailVisibleAvailable
protected java.util.HashMap<Group,java.lang.Boolean>
commonGroupMap
protected java.lang.String
commonLanguage
protected boolean
commonLdapSync
protected boolean
commonLdapSyncAvailable
protected java.util.HashSet<Category>
commonReadCategorySet
protected boolean
commonWebdavAccess
protected boolean
commonWebdavAccessAvailable
protected boolean
isWebdavAccess
protected boolean
isWebdavAccessProvided
protected boolean
noCommonReadCategory
protected boolean
noDelegates
protected boolean
noReadCategory
protected boolean
noRights
static java.lang.String
NOT_COMMON
protected java.lang.String
password1
protected java.lang.String
password2
protected java.util.HashSet<Category>
readCategorySet
-
Fields inherited from class com.jalios.jcms.caddy.AbstractMemberCaddyContext
activationMailContentML, activationMailSubjectML, authType, clearanceLevel, commonClearanceLevel, commonClearanceLevelAvailable, groupMap, groupProvided, isClearanceLevelProvided, isEmailVisible, isEmailVisibleProvided, isLdapSync, isLdapSyncProvided, language, mailContentML, mailSubjectML, noPhoto, opActivate, opDetachFromLDAP, opDisable, opSendMail, opSyncLDAP, sendActivateMailToEnabled, usage, usageProvided
-
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 Constructor Description MemberCaddyContext(Caddy caddy, Member member)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
computeCommonValues()
protected void
computeWorkingMemberSet(Caddy caddy, Member member)
protected void
initContext()
-
-
-
Field Detail
-
password1
protected java.lang.String password1
-
password2
protected java.lang.String password2
-
commonEmailVisible
protected boolean commonEmailVisible
-
commonEmailVisibleAvailable
protected boolean commonEmailVisibleAvailable
-
commonWebdavAccess
protected boolean commonWebdavAccess
-
commonWebdavAccessAvailable
protected boolean commonWebdavAccessAvailable
-
isWebdavAccessProvided
protected boolean isWebdavAccessProvided
-
isWebdavAccess
protected boolean isWebdavAccess
-
commonLdapSync
protected boolean commonLdapSync
-
commonLdapSyncAvailable
protected boolean commonLdapSyncAvailable
-
commonLanguage
protected java.lang.String commonLanguage
-
noRights
protected boolean noRights
-
NOT_COMMON
public static final java.lang.String NOT_COMMON
- See Also:
- Constant Field Values
-
commonGroupMap
protected java.util.HashMap<Group,java.lang.Boolean> commonGroupMap
-
commonAuthType
protected EditMemberHandler.AuthType commonAuthType
-
noDelegates
protected boolean noDelegates
-
noReadCategory
protected boolean noReadCategory
-
noCommonReadCategory
protected boolean noCommonReadCategory
-
readCategorySet
protected java.util.HashSet<Category> readCategorySet
-
commonReadCategorySet
protected java.util.HashSet<Category> commonReadCategorySet
-
-
Method Detail
-
initContext
protected void initContext()
- Specified by:
initContext
in classAbstractCaddyContext
-
computeCommonValues
protected void computeCommonValues()
-
-