
Public Member Functions | |
| void | clearIndex () |
| void | createAll () |
| void | createDummyData () |
| void | createTables () |
Static Public Member Functions | |
| static void | main (String[] args) |
Package Functions | |
| private< T > T | randomObject (NSArray< T > array) |
Package Attributes | |
| NSMutableArray< Asset > | assets = new NSMutableArray<Asset>() |
| NSMutableArray< AssetGroup > | groups = new NSMutableArray<AssetGroup>() |
| NSMutableArray< Tag > | tags = new NSMutableArray<Tag>() |
| NSArray< String > | words = new NSArray<String>() |
Private Member Functions | |
| void | createPrimaryKeySupportForModel (EOModel eomodel, EOAdaptorChannel channel, EOSynchronizationFactory syncFactory) |
| void | createTables (boolean dropTables) |
| void | doCreateDummyData () |
| NSDictionary | optionsWithPrimaryKeySupportDisabled (NSDictionary options) |
| AssetGroup | randomAssetGroup () |
| int | randomInt (int max) |
| BigDecimal | randomPrice () |
| Tag | randomTag () |
| String | randomText (int max) |
| NSTimestamp | randomTime () |
| String | randomWord () |
Private Attributes | |
| EOEditingContext | ec |
Static Private Attributes | |
| static final Logger | log = Logger.getLogger(DataCreator.class) |
| void clearIndex | ( | ) |
| void createAll | ( | ) |
| void createDummyData | ( | ) |
| void createPrimaryKeySupportForModel | ( | EOModel | eomodel, | |
| EOAdaptorChannel | channel, | |||
| EOSynchronizationFactory | syncFactory | |||
| ) | [private] |
| void createTables | ( | ) |
| void createTables | ( | boolean | dropTables | ) | [private] |
| void doCreateDummyData | ( | ) | [private] |
| static void main | ( | String[] | args | ) | [static] |
| NSDictionary optionsWithPrimaryKeySupportDisabled | ( | NSDictionary | options | ) | [private] |
| AssetGroup randomAssetGroup | ( | ) | [private] |
| int randomInt | ( | int | max | ) | [private] |
| private<T> T randomObject | ( | NSArray< T > | array | ) | [package] |
| BigDecimal randomPrice | ( | ) | [private] |
| Tag randomTag | ( | ) | [private] |
| String randomText | ( | int | max | ) | [private] |
| NSTimestamp randomTime | ( | ) | [private] |
| String randomWord | ( | ) | [private] |
NSMutableArray<Asset> assets = new NSMutableArray<Asset>() [package] |
EOEditingContext ec [private] |
NSMutableArray<AssetGroup> groups = new NSMutableArray<AssetGroup>() [package] |
final Logger log = Logger.getLogger(DataCreator.class) [static, private] |
NSMutableArray<Tag> tags = new NSMutableArray<Tag>() [package] |
1.5.8