Uses of Class
org.fenixedu.cms.domain.PostMetadata
-
Packages that use PostMetadata Package Description org.fenixedu.cms.domain pt.ist.fenixframework -
-
Uses of PostMetadata in org.fenixedu.cms.domain
Methods in org.fenixedu.cms.domain that return PostMetadata Modifier and Type Method Description PostMetadataPostMetadata. clone()static PostMetadataPostMetadata. fromJson(com.google.gson.JsonElement json)PostMetadataPost_Base. getMetadata()static PostMetadataPostMetadata. internalize(String json)PostMetadataPostMetadata. with(String key, Boolean value)PostMetadataPostMetadata. with(String key, Number value)PostMetadataPostMetadata. with(String key, String value)PostMetadataPostMetadata. with(String key, org.fenixedu.commons.i18n.LocalizedString value)PostMetadataPostMetadata. with(String key, org.joda.time.DateTime value)PostMetadataPostMetadata. without(String key)Methods in org.fenixedu.cms.domain with parameters of type PostMetadata Modifier and Type Method Description voidPost_Base. setMetadata(PostMetadata metadata) -
Uses of PostMetadata in pt.ist.fenixframework
Methods in pt.ist.fenixframework that return PostMetadata Modifier and Type Method Description static PostMetadataValueTypeSerializer. deSerialize$PostMetadata(String obj)Methods in pt.ist.fenixframework with parameters of type PostMetadata Modifier and Type Method Description static StringValueTypeSerializer. serialize$PostMetadata(PostMetadata obj)
-