@ApplicationScoped public class SocialEventTypeRepository extends Object implements SocialEventTypeRepositoryAPI
Constructor and Description |
---|
SocialEventTypeRepository() |
Modifier and Type | Method and Description |
---|---|
List<SocialEventType> |
findAll() |
SocialEventType |
findType(String typeName) |
void |
setup() |
@PostConstruct public void setup()
public List<SocialEventType> findAll()
findAll
in interface SocialEventTypeRepositoryAPI
public SocialEventType findType(String typeName)
findType
in interface SocialEventTypeRepositoryAPI
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.