Uses of Class
org.openiam.idm.srvc.geo.domain.DbIpGeoStatusEntity
-
Packages that use DbIpGeoStatusEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.repository -
-
Uses of DbIpGeoStatusEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return DbIpGeoStatusEntity Modifier and Type Method Description DbIpGeoStatusEntity
DbIPGeoStatusDozerConverter. convertEntity(DbIpGeoStatusEntity dbIpGeoStatusEntity, boolean isDeep)
DbIpGeoStatusEntity
DbIPGeoStatusDozerConverter. convertToEntity(DbIpGeoStatus entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type DbIpGeoStatusEntity Modifier and Type Method Description List<DbIpGeoStatusEntity>
DbIPGeoStatusDozerConverter. convertToEntityList(List<DbIpGeoStatus> list, boolean isDeep)
Set<DbIpGeoStatusEntity>
DbIPGeoStatusDozerConverter. convertToEntitySet(Set<DbIpGeoStatus> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type DbIpGeoStatusEntity Modifier and Type Method Description DbIpGeoStatusEntity
DbIPGeoStatusDozerConverter. convertEntity(DbIpGeoStatusEntity dbIpGeoStatusEntity, boolean isDeep)
DbIpGeoStatus
DbIPGeoStatusDozerConverter. convertToDTO(DbIpGeoStatusEntity DbIpGeoStatusEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type DbIpGeoStatusEntity Modifier and Type Method Description List<DbIpGeoStatus>
DbIPGeoStatusDozerConverter. convertToDTOList(List<DbIpGeoStatusEntity> list, boolean isDeep)
Set<DbIpGeoStatus>
DbIPGeoStatusDozerConverter. convertToDTOSet(Set<DbIpGeoStatusEntity> set, boolean isDeep)
-
Uses of DbIpGeoStatusEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return DbIpGeoStatusEntity Modifier and Type Method Description DbIpGeoStatusEntity
DbIPStatusRepository. findFirstByStartUpload()
DbIpGeoStatusEntity
DbIPStatusRepository. findFirstByStatusAndStartUpload(String status)
-