public interface FSID
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_CONTENT_ID
Parameter name 'contentId' for specifying an entity id.
|
static String |
PARAM_CONTENT2
Parameter name 'pageref' for specifying a Content2 id related to the specified "contentId".
|
static String |
PARAM_ID
Parameter name 'id'.
|
static String |
PARAM_PAGEREF
Parameter name 'pageref' for specifying a PageRef id related to the specified "contentId".
|
static String |
PARAM_STORE
Parameter name 'store'.
|
static String |
PARAM_TEMPLATE
Parameter name 'template' for specifying a TableTemplate id related to the specified "contentId".
|
Modifier and Type | Method and Description |
---|---|
int |
getContent2()
Returns the content2 id related to the specified
content-id , or -1 if not specified. |
int |
getContentId()
Returns the content-id, or -1 if not specified.
|
int |
getId()
Returns the store-element id.
|
int |
getPageref()
Returns the pageref id related to the specified
content-id , or -1 if not specified. |
String |
getStoreType()
Returns the store-element store-type.
|
int |
getTemplate()
Returns the TableTemplate id related to the specified
content-id , or -1 if not specified. |
static final String PARAM_ID
static final String PARAM_STORE
static final String PARAM_CONTENT_ID
static final String PARAM_TEMPLATE
static final String PARAM_PAGEREF
static final String PARAM_CONTENT2
int getId()
String getStoreType()
int getContentId()
int getPageref()
content-id
, or -1 if not specified.int getTemplate()
content-id
, or -1 if not specified.int getContent2()
content-id
, or -1 if not specified.Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408