| Package | Description |
|---|---|
| com.helger.phase4.model.mpc |
| Modifier and Type | Class and Description |
|---|---|
class |
MPC
Default implementation for an MPC
|
| Modifier and Type | Method and Description |
|---|---|
IMPC |
IMPCManager.getMPCOfID(String sID)
Get the MPC with the specified ID.
|
IMPC |
MPCManager.getMPCOfID(String sID) |
IMPC |
MPCManagerInMemory.getMPCOfID(String sID) |
default IMPC |
IMPCManager.getMPCOrDefaultOfID(String sID)
Get the MPC with the specified ID, or the default MPC.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.EChange |
IMPCManager.updateMPC(IMPC aMPC)
Update an existing MPC
|
com.helger.commons.state.EChange |
MPCManager.updateMPC(IMPC aMPC) |
com.helger.commons.state.EChange |
MPCManagerInMemory.updateMPC(IMPC aMPC) |
Copyright © 2015–2020 Philip Helger. All rights reserved.