Uses of Class
net.pricefx.domain.User
Package
Description
Defines set of domain object classes.
Provides Workflow API.
-
Uses of User in net.pricefx.domain
Modifier and TypeMethodDescriptionvoid
User.auditOperation
(AuditOperation operation, User byUser, CommandContext context, PersistedObjectService objService, String details) void
UserGroup.auditOperation
(AuditOperation operation, User byUser, CommandContext context, PersistedObjectService objService, String details) boolean
LookupTable.canAdd
(User user, ValidationVisitor validationVisitor, PersistedObjectService objService) boolean
LookupTable.canDelete
(User user, ValidationVisitor validationVisitor, PersistedObjectService objService) boolean
PriceGrid.canDelete
(User user, ValidationVisitor validationVisitor, PersistedObjectService objService) boolean
Pricelist.canDelete
(User user, ValidationVisitor validationVisitor, PersistedObjectService objService) boolean
LookupTable.canEdit
(User user, ValidationVisitor validationVisitor, PersistedObjectService objService, Map<String, Object> fieldsToEdit) boolean
PriceGrid.canEdit
(User user, ValidationVisitor validationVisitor, PersistedObjectService objService, Map<String, Object> fieldsToEdit) boolean
Pricelist.canEdit
(User user, ValidationVisitor validationVisitor, PersistedObjectService objService, Map<String, Object> fieldsToEdit) boolean
User.canEdit
(User user, ValidationVisitor validationVisitor, PersistedObjectService objService, Map<String, Object> fieldsToEdit) boolean
boolean
protected void
Pricelist.fillSubmitter
(User submitter) protected void
Pricelist.fillWfLastExecutedByName
(User executedByName) void
Pricelist.onApproved
(User approver) void
Pricelist.onApproved
(User approver, PersistedObjectService objectService) void
Pricelist.onNoApprovalRequired
(User approver, WorkflowDTO workflowDTO) boolean
Customer.userGroupEditBulkloadFilter
(PersistedObjectService objService, List<String> header, List<Object> line, User user, Map<String, Object> cache) -
Uses of User in net.pricefx.workflowengine
Modifier and TypeFieldDescriptionWorkflowInfo.WorkflowStepInfo.executedByUsers
Approved by user(s)WorkflowInfo.WorkflowStepInfo.userApprovers
A list of users that can approve