Interface IPagePoolElementUpdatable
- All Known Subinterfaces:
IPagePool
public interface IPagePoolElementUpdatable
Page Pool Entry interface
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDateDue(Long lDateDue) Set the date this element should be duevoidsetDateDue(Date dateDue) Set the date this element should be duevoidsetDateOfLastUpdate(long lDate) Set date of last update, e.g.voidsetDateOfLastUpdate(Date pDate) Set date of last update, e.g.voidsetDestLang(String destLang) Set the target languagevoidsetElementId(String elementId) Set the element id which represents this element in the CMSvoidsetElementType(EElementType elementType) Set the element typevoidsetElementType(Integer elementType) Get the element typevoidsetElementUid(String elementUid) Set the element uid which represents this element in the CMSvoidsetElementUidTarget(String elementUid) Set the target element uid which represents another target element in the CMSvoidsetElementVersion(String sVersion) Set element version (optionally).voidsetFragmentProject(boolean bIs) Is this a fragment projectvoidSet the id identifying this element in the databasevoidSet the id of the job this element is invoidsetOwnerId(Long ownerId) Set the owner idvoidsetOwnerUid(String ownerUid) Set the owner uid (e.g.voidsetProjectId(Long projectId) Set the CMS Project idvoidsetProjectStackId(String sId) Set Project / Stack IdvoidsetReplacedBy(Long replacedBy) Get the data id of the dataset which replaced this here elementvoidsetSrcLang(String srcLang) Set the source languagevoidsetStoreType(EStoreType storeType) Set the store type of this element (pagestore, global content store)voidsetTmsProject(String tmsProject) Set the TMS Project GUIDvoidsetTransactionId(String sTransactionId) Set transaction idvoidsetTransferState(ETransferState transferState) Set the transfer statevoidsetTransferState(Integer transferState) Get the current transfer statevoidSet id of user who initiated the translation of this element
-
Method Details
-
setTransferState
Get the current transfer state- Parameters:
transferState-
-
setElementType
Get the element type- Parameters:
elementType-
-
setTmsProject
Set the TMS Project GUID- Parameters:
tmsProject- Guid
-
setId
Set the id identifying this element in the database- Parameters:
id- id
-
setElementId
Set the element id which represents this element in the CMS- Parameters:
elementId- id
-
setElementUid
Set the element uid which represents this element in the CMS- Parameters:
elementUid- uid
-
setElementUidTarget
Set the target element uid which represents another target element in the CMS- Parameters:
elementUid- uid
-
setStoreType
Set the store type of this element (pagestore, global content store)- Parameters:
storeType- store type
-
setProjectId
Set the CMS Project id- Parameters:
projectId- id
-
setProjectStackId
Set Project / Stack Id- Parameters:
sId-
-
setOwnerUid
Set the owner uid (e.g. page uid for a given section)- Parameters:
ownerUid- uid
-
setUser
Set id of user who initiated the translation of this element- Parameters:
user- user id
-
setJobId
Set the id of the job this element is in- Parameters:
jobId-
-
setSrcLang
Set the source language- Parameters:
srcLang-
-
setDestLang
Set the target language- Parameters:
destLang- language abbreviation
-
setTransferState
Set the transfer state- Parameters:
transferState- transfer state
-
setOwnerId
Set the owner id- Parameters:
ownerId- id
-
setElementType
Set the element type- Parameters:
elementType- type
-
setReplacedBy
Get the data id of the dataset which replaced this here element- Parameters:
replacedBy- id
-
setDateDue
Set the date this element should be due- Parameters:
dateDue- Date
-
setDateDue
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
Set date of last update, e.g. while changing state- Parameters:
pDate-
-
setTransactionId
Set transaction id- Parameters:
sTransactionId- Transaction Id
-
setElementVersion
Set element version (optionally).- Parameters:
sVersion-
-