Class PublicationCaddyContext


  • public class PublicationCaddyContext
    extends AbstractCaddyContext
    CaddyProcessContext implementation handling all publication caddy informations.
    See Also:
    Caddy
    • 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
      • commonWFState

        protected WFState commonWFState
      • newAuthor

        protected Member newAuthor
      • isChildValidated

        protected boolean isChildValidated
      • 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
    • Constructor Detail

      • PublicationCaddyContext

        public PublicationCaddyContext​(Caddy caddy,
                                       Member member)