@Component public class OfBizPropertySetApplicationPropertiesDao extends Object implements ApplicationPropertiesDao
Constructor and Description |
---|
OfBizPropertySetApplicationPropertiesDao(QueryDslAccessor queryDslAccessor) |
Modifier and Type | Method and Description |
---|---|
void |
delete(String key) |
void |
deleteAll() |
boolean |
exists(String key) |
Optional<ApplicationPropertyDto> |
find(String key) |
java.util.stream.Stream<ApplicationPropertyDto> |
findAll() |
java.util.stream.Stream<String> |
findAllKeys() |
java.util.stream.Stream<String> |
findAllKeys(ApplicationProperty.Type type) |
java.util.stream.Stream<String> |
findAllKeys(String prefix) |
java.util.stream.Stream<String> |
findAllKeys(String prefix,
ApplicationProperty.Type type) |
ApplicationPropertyDto |
save(ApplicationPropertyDto dto) |
@Inject public OfBizPropertySetApplicationPropertiesDao(QueryDslAccessor queryDslAccessor)
public void delete(String key)
delete
in interface ApplicationPropertiesDao
public void deleteAll()
deleteAll
in interface ApplicationPropertiesDao
public boolean exists(String key)
exists
in interface ApplicationPropertiesDao
@Nonnull public Optional<ApplicationPropertyDto> find(String key)
find
in interface ApplicationPropertiesDao
@Nonnull public java.util.stream.Stream<ApplicationPropertyDto> findAll()
findAll
in interface ApplicationPropertiesDao
@Nonnull public java.util.stream.Stream<String> findAllKeys()
findAllKeys
in interface ApplicationPropertiesDao
@Nonnull public java.util.stream.Stream<String> findAllKeys(ApplicationProperty.Type type)
findAllKeys
in interface ApplicationPropertiesDao
@Nonnull public java.util.stream.Stream<String> findAllKeys(String prefix)
findAllKeys
in interface ApplicationPropertiesDao
@Nonnull public java.util.stream.Stream<String> findAllKeys(@Nullable String prefix, @Nullable ApplicationProperty.Type type)
findAllKeys
in interface ApplicationPropertiesDao
@Nonnull public ApplicationPropertyDto save(ApplicationPropertyDto dto)
save
in interface ApplicationPropertiesDao
Copyright © 2002-2024 Atlassian. All Rights Reserved.