Interface IPagePoolElementUpdatable

All Known Subinterfaces:
IPagePool

public interface IPagePoolElementUpdatable
Page Pool Entry interface
Author:
I-D Media AG
  • Method Details

    • setTransferState

      void setTransferState(Integer transferState)
      Get the current transfer state
      Parameters:
      transferState -
    • setElementType

      void setElementType(Integer elementType)
      Get the element type
      Parameters:
      elementType -
    • setTmsProject

      void setTmsProject(String tmsProject)
      Set the TMS Project GUID
      Parameters:
      tmsProject - Guid
    • setId

      void setId(Long id)
      Set the id identifying this element in the database
      Parameters:
      id - id
    • setElementId

      void setElementId(String elementId)
      Set the element id which represents this element in the CMS
      Parameters:
      elementId - id
    • setElementUid

      void setElementUid(String elementUid)
      Set the element uid which represents this element in the CMS
      Parameters:
      elementUid - uid
    • setElementUidTarget

      void setElementUidTarget(String elementUid)
      Set the target element uid which represents another target element in the CMS
      Parameters:
      elementUid - uid
    • setStoreType

      void setStoreType(EStoreType storeType)
      Set the store type of this element (pagestore, global content store)
      Parameters:
      storeType - store type
    • setProjectId

      void setProjectId(Long projectId)
      Set the CMS Project id
      Parameters:
      projectId - id
    • setProjectStackId

      void setProjectStackId(String sId)
      Set Project / Stack Id
      Parameters:
      sId -
    • setOwnerUid

      void setOwnerUid(String ownerUid)
      Set the owner uid (e.g. page uid for a given section)
      Parameters:
      ownerUid - uid
    • setUser

      void setUser(String user)
      Set id of user who initiated the translation of this element
      Parameters:
      user - user id
    • setJobId

      void setJobId(Long jobId)
      Set the id of the job this element is in
      Parameters:
      jobId -
    • setSrcLang

      void setSrcLang(String srcLang)
      Set the source language
      Parameters:
      srcLang -
    • setDestLang

      void setDestLang(String destLang)
      Set the target language
      Parameters:
      destLang - language abbreviation
    • setTransferState

      void setTransferState(ETransferState transferState)
      Set the transfer state
      Parameters:
      transferState - transfer state
    • setOwnerId

      void setOwnerId(Long ownerId)
      Set the owner id
      Parameters:
      ownerId - id
    • setElementType

      void setElementType(EElementType elementType)
      Set the element type
      Parameters:
      elementType - type
    • setReplacedBy

      void setReplacedBy(Long replacedBy)
      Get the data id of the dataset which replaced this here element
      Parameters:
      replacedBy - id
    • setDateDue

      void setDateDue(Date dateDue)
      Set the date this element should be due
      Parameters:
      dateDue - Date
    • setDateDue

      void setDateDue(Long lDateDue)
      Set the date this element should be due
      Parameters:
      lDateDue - timestamp
    • setFragmentProject

      void setFragmentProject(boolean bIs)
      Is this a fragment project
      Parameters:
      bIs -
    • setDateOfLastUpdate

      void setDateOfLastUpdate(long lDate)
      Set date of last update, e.g. while changing state
      Parameters:
      lDate -
    • setDateOfLastUpdate

      void setDateOfLastUpdate(Date pDate)
      Set date of last update, e.g. while changing state
      Parameters:
      pDate -
    • setTransactionId

      void setTransactionId(String sTransactionId)
      Set transaction id
      Parameters:
      sTransactionId - Transaction Id
    • setElementVersion

      void setElementVersion(String sVersion)
      Set element version (optionally).
      Parameters:
      sVersion -