Interface FormCustomComponentDefinitionEntityManager
- All Superinterfaces:
EntityManager<FormCustomComponentDefinitionEntity>
- All Known Implementing Classes:
FormCustomComponentDefinitionEntityManagerImpl
public interface FormCustomComponentDefinitionEntityManager
extends EntityManager<FormCustomComponentDefinitionEntity>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteFormCustomComponentsByDeploymentId(String deploymentId) findFormCustomComponentByDeploymentAndKey(String deploymentId, String customComponentKey) findFormCustomComponentByDeploymentAndKeyAndTenantId(String deploymentId, String customComponentKey, String tenantId) findFormCustomComponentByKeyAndVersionAndTenantId(String customComponentKey, Integer formVersion, String tenantId) longfindLatestFormCustomComponentByKey(String customComponentKey) findLatestFormCustomComponentByKeyAndTenantId(String customComponentKey, String tenantId)
-
Method Details
-
findLatestFormCustomComponentByKey
-
findLatestFormCustomComponentByKeyAndTenantId
FormCustomComponentDefinitionEntity findLatestFormCustomComponentByKeyAndTenantId(String customComponentKey, String tenantId) -
findFormCustomComponentsByQueryCriteria
List<FormCustomComponentDefinition> findFormCustomComponentsByQueryCriteria(FormCustomComponentDefinitionQueryImpl componentQuery) -
findFormCustomComponentCountByQueryCriteria
long findFormCustomComponentCountByQueryCriteria(FormCustomComponentDefinitionQueryImpl componentQuery) -
findFormCustomComponentByDeploymentAndKey
FormCustomComponentDefinitionEntity findFormCustomComponentByDeploymentAndKey(String deploymentId, String customComponentKey) -
findFormCustomComponentByDeploymentAndKeyAndTenantId
FormCustomComponentDefinitionEntity findFormCustomComponentByDeploymentAndKeyAndTenantId(String deploymentId, String customComponentKey, String tenantId) -
findFormCustomComponentByKeyAndVersionAndTenantId
FormCustomComponentDefinitionEntity findFormCustomComponentByKeyAndVersionAndTenantId(String customComponentKey, Integer formVersion, String tenantId) -
deleteFormCustomComponentsByDeploymentId
-