public class UpdateAuthorities extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AuthorityValueService |
authorityValueService |
protected ItemService |
itemService |
protected PrintWriter |
print |
| Constructor and Description |
|---|
UpdateAuthorities(Context context) |
| Modifier and Type | Method and Description |
|---|---|
protected static org.apache.commons.cli.Options |
createCommandLineOptions() |
protected void |
followUp(AuthorityValue authority) |
PrintWriter |
getPrint() |
static void |
main(String[] args) |
protected static int |
processArgs(String[] args,
UpdateAuthorities UpdateAuthorities) |
void |
run() |
void |
setPrint(PrintWriter print) |
protected void |
updateItems(AuthorityValue authority) |
protected PrintWriter print
protected final ItemService itemService
protected final AuthorityValueService authorityValueService
public UpdateAuthorities(Context context)
public static void main(String[] args) throws org.apache.commons.cli.ParseException
org.apache.commons.cli.ParseExceptionprotected static int processArgs(String[] args, UpdateAuthorities UpdateAuthorities) throws org.apache.commons.cli.ParseException
org.apache.commons.cli.ParseExceptionprotected static org.apache.commons.cli.Options createCommandLineOptions()
public void run()
protected void followUp(AuthorityValue authority)
protected void updateItems(AuthorityValue authority)
public PrintWriter getPrint()
public void setPrint(PrintWriter print)
Copyright © 2022 LYRASIS. All rights reserved.