Appends to the ACTypeAddMap. @param ACType @param controls
(final String ACType, Collection<ACControl> controls)
| 730 | * @param controls |
| 731 | */ |
| 732 | @Deprecated |
| 733 | public void addACAdds(final String ACType, Collection<ACControl> controls) |
| 734 | { |
| 735 | ACTypeAddMap.addAllToListFor(ACType, controls); |
| 736 | } |
| 737 | |
| 738 | /** |
| 739 | * Add a data set to the list of Default Data Sets. |