Interface FSID
- All Superinterfaces:
org.timepedia.exporter.client.Exportable
public interface FSID
extends org.timepedia.exporter.client.Exportable
FirstSpirit WebEdit Javascript API - Store-element identifier.
- Since:
- 5.0.106
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Parameter name "contentId" for specifying an entity id.static final String
Parameter name "content2" for specifying a Content2 id related to the specified "contentId".static final String
Parameter name "id".static final String
Parameter name "language" for specifying the language abbreviation.static final String
Parameter name "pageref" for specifying a PageRef id related to the specified "contentId".static final String
Parameter name '"store".static final String
Parameter name "template" for specifying a TableTemplate id related to the specified "contentId". -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the content2 id related to the specifiedcontent-id
, or -1 if not specified.int
Returns the content-id, or -1 if not specified.@Nullable String
Returns the store-element typeint
getId()
Returns the store-element id.@Nullable String
Returns the language abbreviation, ornull
if not specified.int
Returns the pageref id related to the specifiedcontent-id
, or -1 if not specified.Returns the store-element store-type.int
Returns the TableTemplate id related to the specifiedcontent-id
, or -1 if not specified.@NotNull com.google.gwt.core.client.JavaScriptObject
toJson()
Returns a pure JSON variant of this object.
-
Field Details
-
PARAM_ID
Parameter name "id".- Since:
- 5.0.106
- See Also:
-
PARAM_STORE
Parameter name '"store".- Since:
- 5.0.106
- See Also:
-
PARAM_CONTENT_ID
Parameter name "contentId" for specifying an entity id.- Since:
- 5.1.37
- See Also:
-
PARAM_TEMPLATE
Parameter name "template" for specifying a TableTemplate id related to the specified "contentId".- Since:
- 5.1.37
- See Also:
-
PARAM_PAGEREF
Parameter name "pageref" for specifying a PageRef id related to the specified "contentId".- Since:
- 5.1.37
- See Also:
-
PARAM_CONTENT2
Parameter name "content2" for specifying a Content2 id related to the specified "contentId".- Since:
- 5.1.37
- See Also:
-
PARAM_LANGUAGE
Parameter name "language" for specifying the language abbreviation.- Since:
- 5.2.180903
- See Also:
-
-
Method Details
-
getId
int getId()Returns the store-element id.- Returns:
- store-element id.
- Since:
- 5.0.106
-
getStoreType
String getStoreType()Returns the store-element store-type.- Returns:
- store-element store-type.
- Since:
- 5.0.106
-
getElementType
Returns the store-element type- Returns:
- store-element type
- Since:
- 5.2.2008
-
getContentId
int getContentId()Returns the content-id, or -1 if not specified.- Returns:
- content-id.
- Since:
- 5.1.37
-
getPageref
int getPageref()Returns the pageref id related to the specifiedcontent-id
, or -1 if not specified.- Returns:
- content id.
- Since:
- 5.1.37
-
getTemplate
int getTemplate()Returns the TableTemplate id related to the specifiedcontent-id
, or -1 if not specified.- Returns:
- content id.
- Since:
- 5.1.37
-
getContent2
int getContent2()Returns the content2 id related to the specifiedcontent-id
, or -1 if not specified.- Returns:
- content id.
- Since:
- 5.1.37
-
getLanguage
Returns the language abbreviation, ornull
if not specified.- Returns:
- language abbreviation.
- Since:
- 5.2.180903
-
toJson
@NotNull @NotNull com.google.gwt.core.client.JavaScriptObject toJson()Returns a pure JSON variant of this object.- Returns:
- This object as pure JSON.
- Since:
- 1.65.0
-