Class EditorForm

java.lang.Object
sk.iway.iwcm.editor.EditorForm
All Implemented Interfaces:
Serializable

public class EditorForm extends Object implements Serializable
Formular ktory sa pouziva pri editore
See Also:
  • Field Details

    • title

      protected String title
      Description of the Field
    • theFile

      protected org.apache.struts.upload.FormFile theFile
      Description of the Field
  • Constructor Details

    • EditorForm

      public EditorForm()
    • EditorForm

      public EditorForm(DocDetails doc)
  • Method Details

    • toDocDetails

      public DocDetails toDocDetails()
    • getGroup

      public GroupDetails getGroup()
    • setGroup

      public void setGroup(GroupDetails group)
    • setLocalSystemGroup

      public void setLocalSystemGroup(GroupDetails localSystemGroup)
    • getDomainName

      public String getDomainName()
    • setDomainName

      public void setDomainName(String domainName)
    • getTitle

      public String getTitle()
      Gets the title attribute of the EditorForm object
      Returns:
      The title value
    • setTitle

      public void setTitle(String newTitle)
      Sets the title attribute of the EditorForm object
      Parameters:
      newTitle - The new title value
    • getTheFile

      public org.apache.struts.upload.FormFile getTheFile()
      Gets the theFile attribute of the EditorForm object
      Returns:
      The theFile value
    • setTheFile

      public void setTheFile(org.apache.struts.upload.FormFile theFile)
      Sets the theFile attribute of the EditorForm object
      Parameters:
      theFile - The new theFile value
    • setDocId

      public void setDocId(int newDocId)
      Sets the docId attribute of the EditorForm object
      Parameters:
      newDocId - The new docId value
    • getDocId

      public int getDocId()
      Gets the docId attribute of the EditorForm object
      Returns:
      The docId value
    • setCopyMediaFrom

      public void setCopyMediaFrom(int copyMediaFrom)
      Sets the copyMediaFrom attribute of the EditorForm object
      Parameters:
      copyMediaFrom - The new value
    • getCopyMediaFrom

      public int getCopyMediaFrom()
      Gets the docId attribute of the EditorForm object
      Returns:
      The docId value
    • setExternalLink

      public void setExternalLink(String newExternalLink)
      Sets the externalLink attribute of the EditorForm object
      Parameters:
      newExternalLink - The new externalLink value
    • getExternalLink

      public String getExternalLink()
      Gets the externalLink attribute of the EditorForm object
      Returns:
      The externalLink value
    • setData

      public void setData(String newData)
      Sets the data attribute of the EditorForm object
      Parameters:
      newData - The new data value
    • getDataUntouched

      public String getDataUntouched()
      Gets the data attribute of the EditorForm object
      Returns:
      The data value
    • getData

      public String getData()
    • setRecode

      public void setRecode(boolean newRecode)
      Sets the recode attribute of the EditorForm object
      Parameters:
      newRecode - The new recode value
    • isRecode

      public boolean isRecode()
      Gets the recode attribute of the EditorForm object
      Returns:
      The recode value
    • setNavbar

      public void setNavbar(String newNavbar)
      Sets the navbar attribute of the EditorForm object
      Parameters:
      newNavbar - The new navbar value
    • getNavbar

      public String getNavbar()
      Gets the navbar attribute of the EditorForm object
      Returns:
      The navbar value
    • setDateCreated

      public void setDateCreated(String newDateCreated)
      Sets the dateCreated attribute of the EditorForm object
      Parameters:
      newDateCreated - The new dateCreated value
    • getDateCreated

      public String getDateCreated()
      Gets the dateCreated attribute of the EditorForm object
      Returns:
      The dateCreated value
    • setPublishStart

      public void setPublishStart(String newPublishStart)
      Sets the publishStart attribute of the EditorForm object
      Parameters:
      newPublishStart - The new publishStart value
    • getPublishStart

      public String getPublishStart()
      Gets the publishStart attribute of the EditorForm object
      Returns:
      The publishStart value
    • setPublishStartTime

      public void setPublishStartTime(String newPublishStartTime)
      Parameters:
      newPublishStartTime -
    • getPublishStartTime

      public String getPublishStartTime()
      Returns:
      The publishStartTime Value
    • setPublishEnd

      public void setPublishEnd(String newPublishEnd)
      Sets the publishEnd attribute of the EditorForm object
      Parameters:
      newPublishEnd - The new publishEnd value
    • getPublishEnd

      public String getPublishEnd()
      Gets the publishEnd attribute of the EditorForm object
      Returns:
      The publishEnd value
    • setGroupId

      public void setGroupId(int newGroupId)
      Sets the groupId attribute of the EditorForm object
      Parameters:
      newGroupId - The new groupId value
    • getGroupId

      public int getGroupId()
      Gets the groupId attribute of the EditorForm object
      Returns:
      The groupId value
    • setTempId

      public void setTempId(int newTempId)
      Sets the tempId attribute of the EditorForm object
      Parameters:
      newTempId - The new tempId value
    • getTempId

      public int getTempId()
      Gets the tempId attribute of the EditorForm object
      Returns:
      The tempId value
    • setSearchable

      public void setSearchable(boolean newSearchable)
      Sets the searchable attribute of the EditorForm object
      Parameters:
      newSearchable - The new searchable value
    • isSearchable

      public boolean isSearchable()
      Gets the searchable attribute of the EditorForm object
      Returns:
      The searchable value
    • setAvailable

      public void setAvailable(boolean newAvailable)
      Sets the available attribute of the EditorForm object
      Parameters:
      newAvailable - The new available value
    • isAvailable

      public boolean isAvailable()
      Gets the available attribute of the EditorForm object
      Returns:
      The available value
    • setCacheable

      public void setCacheable(boolean newCacheable)
      Sets the cacheable attribute of the EditorForm object
      Parameters:
      newCacheable - The new cacheable value
    • isCacheable

      public boolean isCacheable()
      Gets the cacheable attribute of the EditorForm object
      Returns:
      The cacheable value
    • setPublicable

      public void setPublicable(boolean newPublicable)
      Parameters:
      newPublicable -
    • isPublicable

      public boolean isPublicable()
      Returns:
      publicable
    • setSaveAsNew

      public void setSaveAsNew(int newSaveAsNew)
      Sets the saveAsNew attribute of the EditorForm object
      Parameters:
      newSaveAsNew - The new saveAsNew value
    • getSaveAsNew

      public int getSaveAsNew()
      Gets the saveAsNew attribute of the EditorForm object
      Returns:
      The saveAsNew value
    • setFileName

      public void setFileName(String newFileName)
      Sets the fileName attribute of the EditorForm object
      Parameters:
      newFileName - The new fileName value
    • getFileName

      public String getFileName()
      Gets the fileName attribute of the EditorForm object
      Returns:
      The fileName value
    • setGroupName

      public void setGroupName(String groupName)
      Sets the groupName attribute of the EditorForm object
      Parameters:
      groupName - The new groupName value
    • getGroupName

      public String getGroupName()
      Gets the groupName attribute of the EditorForm object
      Returns:
      The groupName value
    • setGroupIdString

      public void setGroupIdString(String groupIdString)
      Sets the groupIdString attribute of the EditorForm object
      Parameters:
      groupIdString - The new groupIdString value
    • getGroupIdString

      public String getGroupIdString()
      Gets the groupIdString attribute of the EditorForm object
      Returns:
      The groupIdString value
    • setSortPriority

      public void setSortPriority(int sortPriority)
      Sets the sortPriority attribute of the EditorForm object
      Parameters:
      sortPriority - The new sortPriority value
    • getSortPriority

      public int getSortPriority()
      Gets the sortPriority attribute of the EditorForm object
      Returns:
      The sortPriority value
    • setHeaderDocId

      public void setHeaderDocId(int headerDocId)
      Sets the headerDocId attribute of the EditorForm object
      Parameters:
      headerDocId - The new headerDocId value
    • getHeaderDocId

      public int getHeaderDocId()
      Gets the headerDocId attribute of the EditorForm object
      Returns:
      The headerDocId value
    • setFooterDocId

      public void setFooterDocId(int footerDocId)
      Sets the footerDocId attribute of the EditorForm object
      Parameters:
      footerDocId - The new footerDocId value
    • getFooterDocId

      public int getFooterDocId()
      Gets the footerDocId attribute of the EditorForm object
      Returns:
      The footerDocId value
    • setPublish

      public void setPublish(String publish)
      Sets the publish attribute of the EditorForm object
      Parameters:
      publish - The new publish value
    • getPublish

      public String getPublish()
      Gets the publish attribute of the EditorForm object
      Returns:
      The publish value
    • setMenuDocId

      public void setMenuDocId(int menuDocId)
      Sets the menuDocId attribute of the EditorForm object
      Parameters:
      menuDocId - The new menuDocId value
    • getMenuDocId

      public int getMenuDocId()
      Gets the menuDocId attribute of the EditorForm object
      Returns:
      The menuDocId value
    • setAuthorId

      public void setAuthorId(int authorId)
      Sets the authorId attribute of the EditorForm object
      Parameters:
      authorId - The new authorId value
    • getAuthorId

      public int getAuthorId()
      Gets the authorId attribute of the EditorForm object
      Returns:
      The authorId value
    • setApproveHistoryId

      public void setApproveHistoryId(int approveHistoryId)
      Sets the approveHistoryId attribute of the EditorForm object
      Parameters:
      approveHistoryId - The new approveHistoryId value
    • getApproveHistoryId

      public int getApproveHistoryId()
      Gets the approveHistoryId attribute of the EditorForm object
      Returns:
      The approveHistoryId value
    • setPasswordProtected

      public void setPasswordProtected(int[] passwordProtected)
      Sets the passwordProtected attribute of the EditorForm object
      Parameters:
      passwordProtected - The new passwordProtected value
    • setPasswordProtectedString

      public void setPasswordProtectedString(String passwordProtectedString)
      Sets the passwordProtectedString attribute of the EditorForm object
      Parameters:
      passwordProtectedString - The new passwordProtectedString value
    • getPasswordProtected

      public int[] getPasswordProtected()
      Gets the passwordProtected attribute of the EditorForm object
      Returns:
      The passwordProtected value
    • getPasswordProtectedString

      public String getPasswordProtectedString()
      Gets the passwordProtectedString attribute of the EditorForm object
      Returns:
      The passwordProtectedString value
    • setHtmlHead

      public void setHtmlHead(String htmlHead)
    • getHtmlHead

      public String getHtmlHead()
      Gets the htmlHeader attribute of the EditorForm object
      Returns:
      The htmlHeader value
    • setHtmlData

      public void setHtmlData(String htmlData)
      Sets the htmlData attribute of the EditorForm object
      Parameters:
      htmlData - The new htmlData value
    • getHtmlData

      public String getHtmlData()
      Gets the htmlData attribute of the EditorForm object
      Returns:
      The htmlData value
    • setPublicableToZero

      public void setPublicableToZero(int newPublicableToZero)
    • getPublicableToZero

      public int getPublicableToZero()
    • setPublishEndTime

      public void setPublishEndTime(String publishEndTime)
    • getPublishEndTime

      public String getPublishEndTime()
    • setPerexImage

      public void setPerexImage(String perexImage)
    • getPerexImage

      public String getPerexImage()
    • setPerexPlace

      public void setPerexPlace(String perexPlace)
    • getPerexPlace

      public String getPerexPlace()
    • setPerexGroup

      public void setPerexGroup(String[] perexGroup)
    • getPerexGroup

      public String[] getPerexGroup()
    • getPerexGroupString

      public String getPerexGroupString()
    • setPerexGroupString

      public void setPerexGroupString(String perexGroupString)
    • isShowInMenu

      public boolean isShowInMenu()
    • setShowInMenu

      public void setShowInMenu(boolean showInMenu)
    • setEventDate

      public void setEventDate(String eventDate)
    • getEventDate

      public String getEventDate()
    • setEventTime

      public void setEventTime(String eventTime)
    • getEventTime

      public String getEventTime()
    • getVirtualPath

      public String getVirtualPath()
    • setVirtualPath

      public void setVirtualPath(String virtualPath)
    • getRightMenuDocId

      public int getRightMenuDocId()
    • setRightMenuDocId

      public void setRightMenuDocId(int rightMenuDocId)
    • getFieldA

      public String getFieldA()
    • setFieldA

      public void setFieldA(String fieldA)
    • getFieldB

      public String getFieldB()
    • setFieldB

      public void setFieldB(String fieldB)
    • getFieldC

      public String getFieldC()
    • setFieldC

      public void setFieldC(String fieldC)
    • getFieldD

      public String getFieldD()
    • setFieldD

      public void setFieldD(String fieldD)
    • getFieldE

      public String getFieldE()
    • setFieldE

      public void setFieldE(String fieldE)
    • getFieldF

      public String getFieldF()
    • setFieldF

      public void setFieldF(String fieldF)
    • getFieldG

      public String getFieldG()
      Returns:
      Returns the fieldG.
    • setFieldG

      public void setFieldG(String fieldG)
      Parameters:
      fieldG - The fieldG to set.
    • getFieldH

      public String getFieldH()
      Returns:
      Returns the fieldH.
    • setFieldH

      public void setFieldH(String fieldH)
      Parameters:
      fieldH - The fieldH to set.
    • getFieldI

      public String getFieldI()
      Returns:
      Returns the fieldI.
    • setFieldI

      public void setFieldI(String fieldI)
      Parameters:
      fieldI - The fieldI to set.
    • getFieldJ

      public String getFieldJ()
      Returns:
      Returns the fieldJ.
    • setFieldJ

      public void setFieldJ(String fieldJ)
      Parameters:
      fieldJ - The fieldJ to set.
    • getFieldK

      public String getFieldK()
      Returns:
      Returns the fieldK.
    • setFieldK

      public void setFieldK(String fieldK)
      Parameters:
      fieldK - The fieldK to set.
    • getFieldL

      public String getFieldL()
      Returns:
      Returns the fieldL.
    • setFieldL

      public void setFieldL(String fieldL)
      Parameters:
      fieldL - The fieldL to set.
    • isDisableAfterEnd

      public boolean isDisableAfterEnd()
    • setDisableAfterEnd

      public void setDisableAfterEnd(boolean disableAfterEnd)
    • getFieldM

      public String getFieldM()
    • setFieldM

      public void setFieldM(String fieldM)
    • getFieldN

      public String getFieldN()
    • setFieldN

      public void setFieldN(String fieldN)
    • getFieldO

      public String getFieldO()
    • setFieldO

      public void setFieldO(String fieldO)
    • getFieldP

      public String getFieldP()
    • setFieldP

      public void setFieldP(String fieldP)
    • getFieldQ

      public String getFieldQ()
    • setFieldQ

      public void setFieldQ(String fieldQ)
    • getFieldR

      public String getFieldR()
    • setFieldR

      public void setFieldR(String fieldR)
    • getFieldS

      public String getFieldS()
    • setFieldS

      public void setFieldS(String fieldS)
    • getFieldT

      public String getFieldT()
    • setFieldT

      public void setFieldT(String fieldT)
    • isRequireSsl

      public boolean isRequireSsl()
    • setRequireSsl

      public void setRequireSsl(boolean requireSsl)
    • getLastDocId

      public int getLastDocId()
    • setLastDocId

      public void setLastDocId(int lastDocId)
    • getNote

      public String getNote()
    • getNoteUntouched

      public String getNoteUntouched()
    • setNote

      public void setNote(String note)
    • getHistoryId

      public int getHistoryId()
    • setHistoryId

      public void setHistoryId(int historyId)
    • getPathForTree

      public String getPathForTree()
    • showInMenuHide

      public boolean showInMenuHide()
    • getDocAtrs

      public List<Map<String,Object>> getDocAtrs()
    • setDocAtrs

      public void setDocAtrs(List<Map<String,Object>> docAtrs)
    • getMedia

      public List<Map<String,Object>> getMedia()
    • setMedia

      public void setMedia(List<Map<String,Object>> media)
    • isRefreshCss

      public boolean isRefreshCss()
    • setRefreshCss

      public void setRefreshCss(boolean refreshCss)
    • getContextPath

      public String getContextPath()
    • setContextPath

      public void setContextPath(String contextPath)
    • getFields

      public List<Field> getFields()
    • getTemplates

      public List<Map<String,Object>> getTemplates()
    • getDocList

      public List<String> getDocList()
    • getMenuList

      public List<String> getMenuList()
    • getCssStyle

      public String getCssStyle()
    • getSessionCssParsed

      public List<Map<String,String>> getSessionCssParsed()
    • getEditorCssPath

      public String getEditorCssPath()
    • getBaseCssPath

      public String getBaseCssPath()
      Vrati cestu k CSS suborom vratane editor.css
      Returns:
    • getPerexGroups

      public List<LabelValueDetails> getPerexGroups()
    • getSyncId

      public int getSyncId()
    • setSyncId

      public void setSyncId(int syncId)