|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.outerj.daisy.repository.commonimpl.DocumentCollectionImpl.IntimateAccess
public class DocumentCollectionImpl.IntimateAccess
a class that provides intimate access to the DocumentCollectionImpl.
The purpose is to grant setter access to all fields for certain classes, whilst other (all) classes only have setter access to a limited amount of fields.
Method Summary | |
---|---|
AuthenticatedUser |
getCurrentUser()
|
void |
saved(long id,
java.lang.String name,
java.util.Date lastModified,
long lastModifier,
long updateCount)
updates the state of the current object after it has been persisted. |
void |
setId(long id)
|
void |
setLastModified(java.util.Date d)
|
void |
setLastModifier(long lastModifier)
|
void |
setUpdateCount(long updateCount)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setId(long id)
public void setLastModified(java.util.Date d)
public void setLastModifier(long lastModifier)
public AuthenticatedUser getCurrentUser()
public void setUpdateCount(long updateCount)
public void saved(long id, java.lang.String name, java.util.Date lastModified, long lastModifier, long updateCount)
The CollectionStrategy uses this method to update the state of the current object after it has been persisted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |