|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractPersistenceImpl
public abstract class AbstractPersistenceImpl
The default implementation of Persistence
.
Field Summary | |
---|---|
static long |
serialVersionUID
Serial version id. |
Constructor Summary | |
---|---|
AbstractPersistenceImpl()
|
Method Summary | |
---|---|
void |
executeBeforePersistAction()
Interceptor to perform tasks before persisting changes. |
long |
getUidPk()
Gets the unique identifier for this domain model object. |
boolean |
isPersistent()
True if the object has previously been persisted. |
void |
setDefaultValues()
Set default values for those fields need default values. |
void |
setUidPk(long uidPk)
Sets the unique identifier for this domain model object. |
Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl |
---|
getElasticPath, setElasticPath |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.elasticpath.domain.EpDomain |
---|
getElasticPath, setElasticPath |
Field Detail |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public AbstractPersistenceImpl()
Method Detail |
---|
public void executeBeforePersistAction()
executeBeforePersistAction
in interface Persistence
public final long getUidPk()
getUidPk
in interface Persistence
public boolean isPersistent()
isPersistent
in interface Persistence
public void setDefaultValues()
setDefaultValues
in interface Persistence
public final void setUidPk(long uidPk)
setUidPk
in interface Persistence
uidPk
- the new unique identifier.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |