Uses of Class
com.gentics.contentnode.rest.model.response.LocalizationsResponse
Package
Description
-
Uses of LocalizationsResponse in com.gentics.contentnode.rest.model.response
Modifier and TypeMethodDescriptionLocalizationsResponse.setHidden
(int hidden) Set number of hidden localizationsLocalizationsResponse.setMasterId
(int masterId) Set the master object ID.LocalizationsResponse.setMasterNodeId
(int masterNodeId) Set the ID of the node the master object resides in.LocalizationsResponse.setNodeIds
(Map<Integer, Integer> nodeIds) Set the map from object IDs to the respective channels of the objects.LocalizationsResponse.setOffline
(List<Integer> offline) Set offline pagesSet online pagesLocalizationsResponse.setTotal
(int total) Set total number of localizations -
Uses of LocalizationsResponse in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionMCFileResource.localizations
(Integer id) Get the IDs an their respective node IDs of localized copies of the specified file.MCFolderResource.localizations
(Integer id) Get the IDs an their respective node IDs of localized copies of the specified folder.MCImageResource.localizations
(Integer id) Get the IDs an their respective node IDs of localized copies of the specified image.MCPageResource.localizations
(Integer id, boolean addStatus) Get the IDs an their respective node IDs of localized copies of the specified page.MCTemplateResource.localizations
(Integer id) Get the IDs an their respective node IDs of localized copies of the specified template.