public interface PersistedModelLocalService
| Modifier and Type | Method and Description |
|---|---|
default PersistedModel |
createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
default BasePersistence<?> |
getBasePersistence() |
PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
default PersistedModel createPersistedModel(Serializable primaryKeyObj) throws PortalException
PortalExceptionPersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
PortalExceptiondefault BasePersistence<?> getBasePersistence()
PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
PortalException