@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 SocialEventTypeRepositoryAPIpublic SocialEventType findType(String typeName)
findType in interface SocialEventTypeRepositoryAPICopyright © 2012–2017 JBoss by Red Hat. All rights reserved.