public interface PersistedModelLocalService
| Modifier and Type | Method and Description |
|---|---|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
PortalExceptionPersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
PortalException