Class ComponentVendorLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.core.server.logic.ComponentVendorLogic
-
Method Summary
Modifier and TypeMethodDescriptiongetComponentVendorByName
(ExecutionErrorAccumulator eea, String componentVendorName) getComponentVendorByName
(ExecutionErrorAccumulator eea, String componentVendorName, EntityPermission entityPermission) getComponentVendorByNameForUpdate
(ExecutionErrorAccumulator eea, String componentVendorName) getComponentVendorByUniversalSpec
(ExecutionErrorAccumulator eea, ComponentVendorUniversalSpec universalSpec) getComponentVendorByUniversalSpec
(ExecutionErrorAccumulator eea, ComponentVendorUniversalSpec universalSpec, EntityPermission entityPermission) getComponentVendorByUniversalSpecForUpdate
(ExecutionErrorAccumulator eea, ComponentVendorUniversalSpec universalSpec) static ComponentVendorLogic
Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
getComponentVendorByName
public ComponentVendor getComponentVendorByName(ExecutionErrorAccumulator eea, String componentVendorName, EntityPermission entityPermission) -
getComponentVendorByName
public ComponentVendor getComponentVendorByName(ExecutionErrorAccumulator eea, String componentVendorName) -
getComponentVendorByNameForUpdate
public ComponentVendor getComponentVendorByNameForUpdate(ExecutionErrorAccumulator eea, String componentVendorName) -
getComponentVendorByUniversalSpec
public ComponentVendor getComponentVendorByUniversalSpec(ExecutionErrorAccumulator eea, ComponentVendorUniversalSpec universalSpec, EntityPermission entityPermission) -
getComponentVendorByUniversalSpec
public ComponentVendor getComponentVendorByUniversalSpec(ExecutionErrorAccumulator eea, ComponentVendorUniversalSpec universalSpec) -
getComponentVendorByUniversalSpecForUpdate
public ComponentVendor getComponentVendorByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, ComponentVendorUniversalSpec universalSpec)
-