User Story #840 (closed)
Opened 12 years ago
Closed 12 years ago
ITypes should contain update, get oryginal values and get types of enum classes
| Reported by: | atarkowska | Owned by: | atarkowska |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.0-Beta2.3 |
| Component: | General | Keywords: | n.a. |
| Cc: | Story Points: | n.a. | |
| Sprint: | n.a. | Importance: | n.a. |
| Total Remaining Time: | n.a. | Estimated Remaining Time: | n.a. |
Description
Itypes should contains method:
<T extends IEnum> T updateEnumeration(@NotNull T oEnum); <T extends IEnum> void updateEnumerations(@NotNull @Validate(IEnum.class) List<T> listEnum); <T extends IEnum> List<T> allOryginalEnumerations(Class<T> klass); <T extends IEnum> List<Class<? extends IEnum>> getAllEnumerationTypes();
for providing the access to changes value by WebAdmin?.
Change History (4)
comment:1 Changed 12 years ago by atarkowska
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 12 years ago by atarkowska
comment:3 Changed 12 years ago by atarkowska
- Resolution fixed deleted
- Status changed from closed to reopened
comment:4 Changed 12 years ago by atarkowska
- Milestone changed from 3.0-Beta3 to 3.0-Beta2.3
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
r1941