Class ComponentVendorLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.core.server.logic.ComponentVendorLogic
-
Field Summary
FieldsFields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
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 ComponentVendorLogicMethods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Field Details
-
componentControl
-
entityInstanceLogic
-
-
Constructor Details
-
ComponentVendorLogic
protected ComponentVendorLogic()
-
-
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)
-