SwatObject
└─StorePrivateDataDeleter
└─StoreAccountDeleter
public class StoreAccountDeleter
extends StorePrivateDataDeleter
| Field Summary | |
|---|---|
| final integer | How many records to process in a single iteration. |
| Fields inherited from Store.StorePrivateDataDeleter | |
|---|---|
| app | |
| Method Summary | |
|---|---|
| protected void | cleanAccount(StoreAccount account) Clears an account of private data. |
| protected void | |
| protected void | |
| protected void | getTotal() |
| protected void | |
| void | run() |
| Methods inherited from Store.StorePrivateDataDeleter | |
|---|---|
| run | |
public final integer DATA_BATCH_SIZE = 100
How many records to process in a single iteration
protected void cleanAccount(StoreAccount account)
Clears an account of private data
account - the account to clear.protected void getAccounts()
protected void getExpiryDate()
protected void getTotal()
protected void getWhereClause()
public void run()
Removes personal data from inactive accounts