Uses of Class
com.echothree.util.common.command.SecurityResult
Packages that use SecurityResult
Package
Description
-
Uses of SecurityResult in com.echothree.control.user.contact.server.command
Methods in com.echothree.control.user.contact.server.command that return SecurityResultModifier and TypeMethodDescriptionprotected SecurityResult
CreateContactEmailAddressCommand.security()
protected SecurityResult
CreateContactPostalAddressCommand.security()
protected SecurityResult
CreateContactTelephoneCommand.security()
protected SecurityResult
CreateContactWebAddressCommand.security()
protected SecurityResult
DeleteContactMechanismCommand.security()
protected SecurityResult
EditContactEmailAddressCommand.security()
protected SecurityResult
EditContactPostalAddressCommand.security()
protected SecurityResult
EditContactTelephoneCommand.security()
protected SecurityResult
EditContactWebAddressCommand.security()
-
Uses of SecurityResult in com.echothree.control.user.customer.server.command
Methods in com.echothree.control.user.customer.server.command that return SecurityResult -
Uses of SecurityResult in com.echothree.control.user.employee.server.command
Methods in com.echothree.control.user.employee.server.command that return SecurityResult -
Uses of SecurityResult in com.echothree.control.user.party.server.command
Methods in com.echothree.control.user.party.server.command that return SecurityResult -
Uses of SecurityResult in com.echothree.control.user.payment.server.command
Methods in com.echothree.control.user.payment.server.command that return SecurityResultModifier and TypeMethodDescriptionprotected SecurityResult
DeletePartyPaymentMethodCommand.security()
-
Uses of SecurityResult in com.echothree.control.user.vendor.server.command
Methods in com.echothree.control.user.vendor.server.command that return SecurityResult -
Uses of SecurityResult in com.echothree.util.common.command
Methods in com.echothree.util.common.command that return SecurityResultConstructors in com.echothree.util.common.command with parameters of type SecurityResultModifierConstructorDescriptionCommandResult
(SecurityResult securityResult, ValidationResult validationResult, ExecutionResult executionResult) Creates a new instance of CommandResult -
Uses of SecurityResult in com.echothree.util.server.control
Methods in com.echothree.util.server.control that return SecurityResultModifier and TypeMethodDescriptionprotected SecurityResult
BaseCommand.getInsufficientSecurityResult()
protected SecurityResult
BaseCommand.security()
BaseMultipleEntitiesCommand.security()
BasePaginatedMultipleEntitiesCommand.security()
BaseSingleEntityCommand.security()
GraphQlSecurityCommand.security()
protected SecurityResult