public interface PersistedModelLocalService
Modifier and Type | Method and Description |
---|---|
default PersistedModel |
createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
default BasePersistence<?> |
getBasePersistence() |
PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
default PersistedModel createPersistedModel(Serializable primaryKeyObj) throws PortalException
PortalException
PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
PortalException
<T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
default BasePersistence<?> getBasePersistence()
PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
PortalException