Class ConsoleBulkDomainSuspendActionType
java.lang.Object
google.registry.ui.server.console.domains.ConsoleDomainActionType
google.registry.ui.server.console.domains.ConsoleBulkDomainSuspendActionType
An action that will suspend the given domain, assigning all 5 server*Prohibited statuses.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the permission necessary to successfully perform this action.protected String
Returns the XML template contents for this action.Methods inherited from class google.registry.ui.server.console.domains.ConsoleDomainActionType
fillSubstitutions, getXmlContentsToRun
-
Constructor Details
-
ConsoleBulkDomainSuspendActionType
public ConsoleBulkDomainSuspendActionType(com.google.gson.JsonElement jsonElement)
-
-
Method Details
-
getXmlTemplate
Description copied from class:ConsoleDomainActionType
Returns the XML template contents for this action.- Specified by:
getXmlTemplate
in classConsoleDomainActionType
-
getNecessaryPermission
Description copied from class:ConsoleDomainActionType
Returns the permission necessary to successfully perform this action.- Specified by:
getNecessaryPermission
in classConsoleDomainActionType
-