|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SandBoxItemDao
| Method Summary | |
|---|---|
void |
addSandBoxItem(SandBox sandBox,
SandBoxOperationType operationType,
SandBoxItemType itemType,
java.lang.String description,
java.lang.Long temporaryId,
java.lang.Long originalId)
|
SandBoxItem |
retrieveById(java.lang.Long id)
|
SandBoxItem |
retrieveBySandboxAndOriginalItemId(SandBox sandBox,
SandBoxItemType type,
java.lang.Long originalItemId)
|
SandBoxItem |
retrieveBySandboxAndTemporaryItemId(SandBox sandBox,
SandBoxItemType type,
java.lang.Long tempItemId)
|
SandBoxItem |
updateSandBoxItem(SandBoxItem sandBoxItem)
|
| Method Detail |
|---|
SandBoxItem retrieveById(java.lang.Long id)
SandBoxItem retrieveBySandboxAndOriginalItemId(SandBox sandBox,
SandBoxItemType type,
java.lang.Long originalItemId)
SandBoxItem retrieveBySandboxAndTemporaryItemId(SandBox sandBox,
SandBoxItemType type,
java.lang.Long tempItemId)
void addSandBoxItem(SandBox sandBox,
SandBoxOperationType operationType,
SandBoxItemType itemType,
java.lang.String description,
java.lang.Long temporaryId,
java.lang.Long originalId)
SandBoxItem updateSandBoxItem(SandBoxItem sandBoxItem)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||