Package com.jalios.jcms.caddy
Class PublicationCaddyContext
- java.lang.Object
-
- com.jalios.jcms.caddy.AbstractCaddyContext
-
- com.jalios.jcms.caddy.PublicationCaddyContext
-
public class PublicationCaddyContext extends AbstractCaddyContext
CaddyProcessContext implementation handling all publication caddy informations.- See Also:
Caddy
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String[]abilitiesprotected java.util.Dateadateprotected java.lang.StringalignHprotected java.lang.StringalignTableprotected java.lang.StringalignVprotected java.lang.StringauthorIdprotected Group[]authorizedGroupsprotected intauthorizedGroupsAddCountprotected java.util.TreeSet<Member>authorizedMemberSetprotected intauthorizedMemberSetAddCountprotected java.lang.StringbackColorprotected java.lang.StringbackImageprotected java.lang.StringbehaviorCopyprotected intborderprotected java.lang.StringborderColorprotected java.lang.StringcacheSensibilityprotected java.lang.StringcacheTypeprotected java.util.TreeSet<Category>categorySetprotected intcellPaddingprotected PortalElementchildprotected java.util.DatecommonAdateprotected java.lang.StringcommonAuthorIdprotected Group[]commonAuthorizedGroupsprotected java.util.TreeSet<Member>commonAuthorizedMemberSetprotected java.util.TreeSet<Category>commonCategorySetprotected java.lang.Class<? extends Publication>commonClassprotected java.util.DatecommonEdateprotected java.lang.StringcommonMainLanguageprotected java.util.DatecommonPdateprotected java.lang.Class<? extends Publication>commonSuperClassprotected java.lang.String[]commonTemplatesprotected booleancommonTrackedprotected booleancommonTrackedAvailableprotected Group[]commonUpdateGroupsprotected java.util.TreeSet<Member>commonUpdateMemberSetprotected WorkflowcommonWFprotected WFStatecommonWFStateprotected java.lang.StringcommonWSIdprotected java.lang.String[]conditionprotected booleancontainsOnlyTrashablePublicationprotected booleancontainsOnlyUntrashablePublicationprotected java.lang.StringcssFileprotected java.util.Dateedateprotected booleanexactCategoryprotected java.lang.StringexpandStateprotected booleangenerateFriendlyURLsprotected intinsetBottomprotected intinsetLeftprotected intinsetRightprotected intinsetTopprotected java.lang.String[]invalidClassprotected longinvalidTimeprotected booleanisAdateValidatedprotected booleanisBorderValidatedprotected booleanisCellPaddingValidatedprotected booleanisChildValidatedprotected booleanisEdateValidatedprotected booleanisExactCategoryValidatedprotected booleanisInsetBottomValidatedprotected booleanisInsetLeftValidatedprotected booleanisInsetRightValidatedprotected booleanisInsetTopValidatedprotected booleanisInvalidTimeValidatedprotected booleanisPdateValidatedprotected booleanisPstatusProvidedprotected booleanisTrackedprotected booleanisTrackedProvidedprotected java.lang.StringmainLanguageprotected booleanmajorUpdateprotected MembernewAuthorprotected WorkspacenewWSprotected java.lang.StringnewWSIdprotected booleannoAdateprotected booleannoCategoryprotected booleannoCommonCategoryprotected booleannoEdateprotected booleannoPdateprotected booleannoReadRightprotected booleannoUpdateRightprotected booleanopTrashprotected java.util.Datepdateprotected java.lang.StringpopupStateprotected intpstatusprotected booleanremoveFriendlyURLsprotected java.lang.BooleanrestrictUpdateRightsprotected booleansilentUpdateRequestedprotected java.lang.StringskinClassesprotected java.lang.StringskinFooterprotected java.util.HashMap<java.lang.String,java.lang.String>skinFooterMLprotected java.lang.String[]templatesprotected Group[]updateGroupsprotected intupdateGroupsAddCountprotected java.util.TreeSet<Member>updateMemberSetprotected intupdateMemberSetAddCountprotected Workflowwfprotected java.lang.Stringwidth-
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 PublicationCaddyContext(Caddy caddy, Member member)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitContext()
-
-
-
Field Detail
-
opTrash
protected boolean opTrash
-
noCategory
protected boolean noCategory
-
noCommonCategory
protected boolean noCommonCategory
-
authorId
protected java.lang.String authorId
-
commonAuthorId
protected java.lang.String commonAuthorId
-
newWSId
protected java.lang.String newWSId
-
commonWSId
protected java.lang.String commonWSId
-
commonTracked
protected boolean commonTracked
-
commonTrackedAvailable
protected boolean commonTrackedAvailable
-
isTrackedProvided
protected boolean isTrackedProvided
-
isTracked
protected boolean isTracked
-
templates
protected java.lang.String[] templates
-
commonTemplates
protected java.lang.String[] commonTemplates
-
pstatus
protected int pstatus
-
isPstatusProvided
protected boolean isPstatusProvided
-
pdate
protected java.util.Date pdate
-
commonPdate
protected java.util.Date commonPdate
-
edate
protected java.util.Date edate
-
commonEdate
protected java.util.Date commonEdate
-
adate
protected java.util.Date adate
-
commonAdate
protected java.util.Date commonAdate
-
noPdate
protected boolean noPdate
-
isPdateValidated
protected boolean isPdateValidated
-
noEdate
protected boolean noEdate
-
isEdateValidated
protected boolean isEdateValidated
-
noAdate
protected boolean noAdate
-
isAdateValidated
protected boolean isAdateValidated
-
commonMainLanguage
protected java.lang.String commonMainLanguage
-
mainLanguage
protected java.lang.String mainLanguage
-
majorUpdate
protected boolean majorUpdate
-
removeFriendlyURLs
protected boolean removeFriendlyURLs
-
generateFriendlyURLs
protected boolean generateFriendlyURLs
-
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
-
noUpdateRight
protected boolean noUpdateRight
-
restrictUpdateRights
protected java.lang.Boolean restrictUpdateRights
-
updateGroups
protected Group[] updateGroups
-
commonUpdateGroups
protected Group[] commonUpdateGroups
-
updateGroupsAddCount
protected int updateGroupsAddCount
-
updateMemberSet
protected java.util.TreeSet<Member> updateMemberSet
-
commonUpdateMemberSet
protected java.util.TreeSet<Member> commonUpdateMemberSet
-
updateMemberSetAddCount
protected int updateMemberSetAddCount
-
categorySet
protected java.util.TreeSet<Category> categorySet
-
commonCategorySet
protected java.util.TreeSet<Category> commonCategorySet
-
commonClass
protected java.lang.Class<? extends Publication> commonClass
-
commonSuperClass
protected java.lang.Class<? extends Publication> commonSuperClass
-
commonWF
protected Workflow commonWF
-
commonWFState
protected WFState commonWFState
-
wf
protected Workflow wf
-
newAuthor
protected Member newAuthor
-
newWS
protected Workspace newWS
-
isChildValidated
protected boolean isChildValidated
-
child
protected PortalElement child
-
isExactCategoryValidated
protected boolean isExactCategoryValidated
-
exactCategory
protected boolean exactCategory
-
cssFile
protected java.lang.String cssFile
-
skinClasses
protected java.lang.String skinClasses
-
skinFooter
protected java.lang.String skinFooter
-
skinFooterML
protected java.util.HashMap<java.lang.String,java.lang.String> skinFooterML
-
expandState
protected java.lang.String expandState
-
popupState
protected java.lang.String popupState
-
backImage
protected java.lang.String backImage
-
isBorderValidated
protected boolean isBorderValidated
-
border
protected int border
-
backColor
protected java.lang.String backColor
-
borderColor
protected java.lang.String borderColor
-
isInsetTopValidated
protected boolean isInsetTopValidated
-
insetTop
protected int insetTop
-
isInsetLeftValidated
protected boolean isInsetLeftValidated
-
insetLeft
protected int insetLeft
-
isCellPaddingValidated
protected boolean isCellPaddingValidated
-
cellPadding
protected int cellPadding
-
isInsetRightValidated
protected boolean isInsetRightValidated
-
insetRight
protected int insetRight
-
isInsetBottomValidated
protected boolean isInsetBottomValidated
-
insetBottom
protected int insetBottom
-
width
protected java.lang.String width
-
alignTable
protected java.lang.String alignTable
-
alignV
protected java.lang.String alignV
-
alignH
protected java.lang.String alignH
-
cacheType
protected java.lang.String cacheType
-
cacheSensibility
protected java.lang.String cacheSensibility
-
invalidClass
protected java.lang.String[] invalidClass
-
isInvalidTimeValidated
protected boolean isInvalidTimeValidated
-
invalidTime
protected long invalidTime
-
behaviorCopy
protected java.lang.String behaviorCopy
-
condition
protected java.lang.String[] condition
-
abilities
protected java.lang.String[] abilities
-
silentUpdateRequested
protected boolean silentUpdateRequested
-
containsOnlyTrashablePublication
protected boolean containsOnlyTrashablePublication
-
containsOnlyUntrashablePublication
protected boolean containsOnlyUntrashablePublication
-
-
Method Detail
-
initContext
protected void initContext()
- Specified by:
initContextin classAbstractCaddyContext
-
-