@NotThreadSafe @Entity public class WebCmsPublication extends WebCmsAsset<WebCmsPublication>
| Modifier and Type | Class and Description |
|---|---|
static class |
WebCmsPublication.WebCmsPublicationBuilder |
| Modifier and Type | Field and Description |
|---|---|
static String |
COLLECTION_ID
Prefix that all asset ids for a WebCmsPublication should have.
|
static String |
OBJECT_TYPE
Object type name (discriminator value).
|
DISCRIMINATOR_COLUMN| Modifier | Constructor and Description |
|---|---|
protected |
WebCmsPublication(Long id,
Long newEntityId,
String objectId,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate,
WebCmsDomain domain,
boolean published,
Date publicationDate,
int sortIndex,
String name,
String publicationKey,
WebCmsPublicationType publicationType,
WebCmsPage articleTemplatePage) |
| Modifier and Type | Method and Description |
|---|---|
WebCmsPublicationType |
getAssetType() |
protected String |
getObjectCollectionId() |
String |
getObjectType() |
getId, getName, setId, setPublicationDate, toStringgetObjectId, setObjectIdgetCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDateequals, getNewEntityId, hashCode, isNew, setNewEntityId, toDtoclone, finalize, getClass, notify, notifyAll, wait, wait, waitforObjectId, isNewgetDomain, setDomainpublic static final String OBJECT_TYPE
public static final String COLLECTION_ID
protected WebCmsPublication(Long id, Long newEntityId, String objectId, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate, WebCmsDomain domain, boolean published, Date publicationDate, int sortIndex, String name, String publicationKey, WebCmsPublicationType publicationType, WebCmsPage articleTemplatePage)
public final String getObjectType()
getObjectType in class WebCmsObjectInheritanceSuperClass<WebCmsPublication>protected final String getObjectCollectionId()
getObjectCollectionId in class WebCmsObjectSuperClass<WebCmsPublication>public WebCmsPublicationType getAssetType()
getAssetType in class WebCmsAsset<WebCmsPublication>Copyright © 2020. All rights reserved.