Package | Description |
---|---|
org.nuclos.api.businessobject.facade | |
org.nuclos.api.context | |
org.nuclos.api.provider | |
org.nuclos.api.service |
Modifier and Type | Method and Description |
---|---|
void |
Modifiable.save(SaveFlag... saveFlags)
Saves this bo.
|
Modifier and Type | Method and Description |
---|---|
static SaveFlag |
SaveFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SaveFlag[] |
SaveFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SaveFlag.isIn(SaveFlag... saveFlags) |
Modifier and Type | Method and Description |
---|---|
static <T extends BusinessObject> |
BusinessObjectProvider.update(T type,
SaveFlag... saveFlags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<T extends BusinessObject> |
BusinessObjectService.update(T type,
SaveFlag... saveFlags) |
Copyright © 2024. All rights reserved.