public class CometFileModel extends MediaModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_CHAPTER2COMETFILERELATION
Generated relation code constant for relation
Chapter2CometFileRelation defining source attribute chapterPreview in extension print. |
static String |
_COMETCONFIG2FILERELATION
Generated relation code constant for relation
CometConfig2FileRelation defining source attribute configuration in extension print. |
static String |
_PAGE2COMETFILERELATION
Generated relation code constant for relation
Page2CometFileRelation defining source attribute pagePreview in extension print. |
static String |
_PUBLICATION2COMETFILERELATION
Generated relation code constant for relation
Publication2CometFileRelation defining source attribute publicationPreview in extension print. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CHAPTERPREVIEW
Generated constant - Attribute key of
CometFile.chapterPreview attribute defined at extension print. |
static String |
CHAPTERPREVIEWPOS
Generated constant - Attribute key of
CometFile.chapterPreviewPOS attribute defined at extension print. |
static String |
CONFIGURATION
Generated constant - Attribute key of
CometFile.configuration attribute defined at extension print. |
static String |
PAGEPREVIEW
Generated constant - Attribute key of
CometFile.pagePreview attribute defined at extension print. |
static String |
PAGEPREVIEWPOS
Generated constant - Attribute key of
CometFile.pagePreviewPOS attribute defined at extension print. |
static String |
PUBLICATIONPREVIEW
Generated constant - Attribute key of
CometFile.publicationPreview attribute defined at extension print. |
static String |
PUBLICATIONPREVIEWPOS
Generated constant - Attribute key of
CometFile.publicationPreviewPOS attribute defined at extension print. |
_CATEGORYMEDIARELATION, _CONVERTEDMEDIASRELATION, _MEDIACONTAINER2MEDIAREL, _PUBLICATION2MEDIA, ALTTEXT, CATALOG, CATALOGVERSION, CODE, CONVERTEDMEDIAS, DENIEDPRINCIPALS, DERIVEDMEDIAS, DESCRIPTION, DOWNLOADURL, FOLDER, FOREIGNDATAOWNERS, INTERNALURL, MEDIACONTAINER, MEDIAFORMAT, METADATA, METADATADATAPK, ORIGINAL, ORIGINALDATAPK, PERMITTEDPRINCIPALS, PUBLICATION, REMOVABLE, SUBFOLDERPATH, SUPERCATEGORIES, URL, URL2DATAPK, LOCATION, LOCATIONHASH, MIME, REALFILENAME, SIZE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CometFileModel()
Generated constructor - Default constructor for generic creation.
|
CometFileModel(CatalogVersionModel _catalogVersion,
String _code,
CometConfigurationModel _configuration)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CometFileModel(CatalogVersionModel _catalogVersion,
String _code,
CometConfigurationModel _configuration,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CometFileModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
ChapterModel |
getChapterPreview()
Generated method - Getter of the
CometFile.chapterPreview attribute defined at extension print. |
CometConfigurationModel |
getConfiguration()
Generated method - Getter of the
CometFile.configuration attribute defined at extension print. |
PageModel |
getPagePreview()
Generated method - Getter of the
CometFile.pagePreview attribute defined at extension print. |
PublicationModel |
getPublicationPreview()
Generated method - Getter of the
CometFile.publicationPreview attribute defined at extension print. |
void |
setChapterPreview(ChapterModel value)
Generated method - Setter of
CometFile.chapterPreview attribute defined at extension print. |
void |
setConfiguration(CometConfigurationModel value)
Generated method - Setter of
CometFile.configuration attribute defined at extension print. |
void |
setPagePreview(PageModel value)
Generated method - Setter of
CometFile.pagePreview attribute defined at extension print. |
void |
setPublicationPreview(PublicationModel value)
Generated method - Setter of
CometFile.publicationPreview attribute defined at extension print. |
getAlttext, getAltText, getCatalogVersion, getCode, getConvertedMedias, getDeniedPrincipals, getDerivedMedias, getDescription, getDownloadurl, getDownloadURL, getFolder, getForeignDataOwners, getInternalURL, getMediaContainer, getMediaFormat, getMetaData, getMetaDataDataPK, getOriginal, getOriginalDataPK, getPermittedPrincipals, getPublication, getRemovable, getSubFolderPath, getSupercategories, getUrl, getURL, getUrl2, getURL2, setAlttext, setAltText, setCatalogVersion, setCode, setConvertedMedias, setDeniedPrincipals, setDerivedMedias, setDescription, setFolder, setInternalURL, setMediaContainer, setMediaFormat, setMetaData, setMetaDataDataPK, setOriginal, setOriginalDataPK, setPermittedPrincipals, setPublication, setRemovable, setSubFolderPath, setSupercategories, setUrl, setURLgetDataPK, getLocation, getLocationHash, getMime, getRealfilename, getRealFileName, getSize, setDataPK, setLocation, setLocationHash, setMime, setRealfilename, setRealFileName, setSizegetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _COMETCONFIG2FILERELATION
CometConfig2FileRelation defining source attribute configuration in extension print.public static final String _PUBLICATION2COMETFILERELATION
Publication2CometFileRelation defining source attribute publicationPreview in extension print.public static final String _CHAPTER2COMETFILERELATION
Chapter2CometFileRelation defining source attribute chapterPreview in extension print.public static final String _PAGE2COMETFILERELATION
Page2CometFileRelation defining source attribute pagePreview in extension print.public static final String CONFIGURATION
CometFile.configuration attribute defined at extension print.public static final String PUBLICATIONPREVIEWPOS
CometFile.publicationPreviewPOS attribute defined at extension print.public static final String PUBLICATIONPREVIEW
CometFile.publicationPreview attribute defined at extension print.public static final String CHAPTERPREVIEWPOS
CometFile.chapterPreviewPOS attribute defined at extension print.public static final String CHAPTERPREVIEW
CometFile.chapterPreview attribute defined at extension print.public static final String PAGEPREVIEWPOS
CometFile.pagePreviewPOS attribute defined at extension print.public static final String PAGEPREVIEW
CometFile.pagePreview attribute defined at extension print.public CometFileModel()
public CometFileModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CometFileModel(CatalogVersionModel _catalogVersion, String _code, CometConfigurationModel _configuration)
_catalogVersion - initial attribute declared by type CometFile at extension print_code - initial attribute declared by type Media at extension core_configuration - initial attribute declared by type CometFile at extension print@Deprecated public CometFileModel(CatalogVersionModel _catalogVersion, String _code, CometConfigurationModel _configuration, ItemModel _owner)
_catalogVersion - initial attribute declared by type CometFile at extension print_code - initial attribute declared by type Media at extension core_configuration - initial attribute declared by type CometFile at extension print_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="chapterPreview", type=GETTER) public ChapterModel getChapterPreview()
CometFile.chapterPreview attribute defined at extension print.@Accessor(qualifier="configuration", type=GETTER) public CometConfigurationModel getConfiguration()
CometFile.configuration attribute defined at extension print.@Accessor(qualifier="pagePreview", type=GETTER) public PageModel getPagePreview()
CometFile.pagePreview attribute defined at extension print.@Accessor(qualifier="publicationPreview", type=GETTER) public PublicationModel getPublicationPreview()
CometFile.publicationPreview attribute defined at extension print.@Accessor(qualifier="chapterPreview", type=SETTER) public void setChapterPreview(ChapterModel value)
CometFile.chapterPreview attribute defined at extension print.value - the chapterPreview@Accessor(qualifier="configuration", type=SETTER) public void setConfiguration(CometConfigurationModel value)
CometFile.configuration attribute defined at extension print.value - the configuration@Accessor(qualifier="pagePreview", type=SETTER) public void setPagePreview(PageModel value)
CometFile.pagePreview attribute defined at extension print.value - the pagePreview@Accessor(qualifier="publicationPreview", type=SETTER) public void setPublicationPreview(PublicationModel value)
CometFile.publicationPreview attribute defined at extension print.value - the publicationPreviewCopyright © 2017 SAP SE. All Rights Reserved.