org.kie.uberfire.social.activities.repository
Class SocialEventTypeRepository
java.lang.Object
org.kie.uberfire.social.activities.repository.SocialEventTypeRepository
- All Implemented Interfaces:
- SocialEventTypeRepositoryAPI
@ApplicationScoped
public class SocialEventTypeRepository
- extends Object
- implements SocialEventTypeRepositoryAPI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialEventTypeRepository
public SocialEventTypeRepository()
setup
@PostConstruct
public void setup()
findAll
public List<SocialEventType> findAll()
- Specified by:
findAll in interface SocialEventTypeRepositoryAPI
findType
public SocialEventType findType(String typeName)
- Specified by:
findType in interface SocialEventTypeRepositoryAPI
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.