Class MasterPage
java.lang.Object
com.liferay.headless.admin.site.dto.v1_0.MasterPage
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.headless.admin.user.dto.v1_0.Creatorprotected Stringprotected Dateprotected Dateprotected Dateprotected Stringprotected Stringprotected String[]protected Booleanprotected Stringprotected PageSpecification[]protected ItemExternalReference[]protected ItemExternalReferenceprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid com.liferay.headless.admin.user.dto.v1_0.CreatorgetKey()String[]getName()@Valid PageSpecification[]@Valid ItemExternalReference[]@Valid ItemExternalReferencegetUuid()inthashCode()voidsetCreator(com.liferay.headless.admin.user.dto.v1_0.Creator creator) voidsetCreator(com.liferay.petra.function.UnsafeSupplier<com.liferay.headless.admin.user.dto.v1_0.Creator, Exception> creatorUnsafeSupplier) voidsetCreatorExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String, Exception> creatorExternalReferenceCodeUnsafeSupplier) voidsetCreatorExternalReferenceCode(String creatorExternalReferenceCode) voidsetDateCreated(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateCreatedUnsafeSupplier) voidsetDateCreated(Date dateCreated) voidsetDateModified(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateModifiedUnsafeSupplier) voidsetDateModified(Date dateModified) voidsetDatePublished(com.liferay.petra.function.UnsafeSupplier<Date, Exception> datePublishedUnsafeSupplier) voidsetDatePublished(Date datePublished) voidsetExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String, Exception> externalReferenceCodeUnsafeSupplier) voidsetExternalReferenceCode(String externalReferenceCode) voidvoidvoidsetKeywords(com.liferay.petra.function.UnsafeSupplier<String[], Exception> keywordsUnsafeSupplier) voidsetKeywords(String[] keywords) voidsetMarkedAsDefault(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> markedAsDefaultUnsafeSupplier) voidsetMarkedAsDefault(Boolean markedAsDefault) voidvoidvoidsetPageSpecifications(PageSpecification[] pageSpecifications) voidsetPageSpecifications(com.liferay.petra.function.UnsafeSupplier<PageSpecification[], Exception> pageSpecificationsUnsafeSupplier) voidsetTaxonomyCategoryItemExternalReferences(ItemExternalReference[] taxonomyCategoryItemExternalReferences) voidsetTaxonomyCategoryItemExternalReferences(com.liferay.petra.function.UnsafeSupplier<ItemExternalReference[], Exception> taxonomyCategoryItemExternalReferencesUnsafeSupplier) voidsetThumbnail(ItemExternalReference thumbnail) voidsetThumbnail(com.liferay.petra.function.UnsafeSupplier<ItemExternalReference, Exception> thumbnailUnsafeSupplier) voidvoidstatic MasterPagetoString()static MasterPageunsafeToDTO(String json)
-
Field Details
-
creator
protected com.liferay.headless.admin.user.dto.v1_0.Creator creator -
creatorExternalReferenceCode
-
dateCreated
-
dateModified
-
datePublished
-
externalReferenceCode
-
key
-
keywords
-
markedAsDefault
-
name
-
pageSpecifications
-
taxonomyCategoryItemExternalReferences
-
thumbnail
-
uuid
-
xClassName
-
-
Constructor Details
-
MasterPage
public MasterPage()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getCreator
@Valid public @Valid com.liferay.headless.admin.user.dto.v1_0.Creator getCreator() -
setCreator
public void setCreator(com.liferay.headless.admin.user.dto.v1_0.Creator creator) -
setCreator
public void setCreator(com.liferay.petra.function.UnsafeSupplier<com.liferay.headless.admin.user.dto.v1_0.Creator, Exception> creatorUnsafeSupplier) -
getCreatorExternalReferenceCode
-
setCreatorExternalReferenceCode
-
setCreatorExternalReferenceCode
-
getDateCreated
-
setDateCreated
-
setDateCreated
-
getDateModified
-
setDateModified
-
setDateModified
-
getDatePublished
-
setDatePublished
-
setDatePublished
-
getExternalReferenceCode
-
setExternalReferenceCode
-
setExternalReferenceCode
-
getKey
-
setKey
-
setKey
-
getKeywords
-
setKeywords
-
setKeywords
-
getMarkedAsDefault
-
setMarkedAsDefault
-
setMarkedAsDefault
-
getName
-
setName
-
setName
-
getPageSpecifications
-
setPageSpecifications
-
setPageSpecifications
public void setPageSpecifications(com.liferay.petra.function.UnsafeSupplier<PageSpecification[], Exception> pageSpecificationsUnsafeSupplier) -
getTaxonomyCategoryItemExternalReferences
-
setTaxonomyCategoryItemExternalReferences
public void setTaxonomyCategoryItemExternalReferences(ItemExternalReference[] taxonomyCategoryItemExternalReferences) -
setTaxonomyCategoryItemExternalReferences
public void setTaxonomyCategoryItemExternalReferences(com.liferay.petra.function.UnsafeSupplier<ItemExternalReference[], Exception> taxonomyCategoryItemExternalReferencesUnsafeSupplier) -
getThumbnail
-
setThumbnail
-
setThumbnail
public void setThumbnail(com.liferay.petra.function.UnsafeSupplier<ItemExternalReference, Exception> thumbnailUnsafeSupplier) -
getUuid
-
setUuid
-
setUuid
-
equals
-
hashCode
public int hashCode() -
toString
-