Interface ICommandNameService

  • All Known Implementing Classes:
    CommandNameService

    public interface ICommandNameService
    The service forming names of a commands
    • Method Detail

      • getName

        String getName​(Command command)
        Get full command name
        Parameters:
        command - the command
        Returns:
        return command name
      • getName

        String getName​(BasicCommand command)
        Get full command name
        Parameters:
        command - the command
        Returns:
        return command name
      • getName

        String getName​(FormCommand command)
        Get full command name
        Parameters:
        command - the command
        Returns:
        return command name
      • getName

        String getName​(StandardCommand command)
        Get full command name
        Parameters:
        command - the command
        Returns:
        return command name
      • getName

        String getName​(UnresolvedCommand command)
        Get full command name
        Parameters:
        command - the command
        Returns:
        return command name
      • getNameForFormItem

        String getNameForFormItem​(Command command)
        Get command representation for form item which corresponds to the specified command
        Parameters:
        command - the command
        Returns:
        return command name
      • getNameForCommandInterface

        String getNameForCommandInterface​(Command command)
        Get command representation to be used in command interface
        Parameters:
        command - the command
        Returns:
        return command name