KIE Uberfire Social Activities Backend 6.2.0.CR4

org.kie.uberfire.social.activities.repository
Class SocialEventTypeRepository

java.lang.Object
  extended by org.kie.uberfire.social.activities.repository.SocialEventTypeRepository
All Implemented Interfaces:
SocialEventTypeRepositoryAPI

@ApplicationScoped
public class SocialEventTypeRepository
extends Object
implements SocialEventTypeRepositoryAPI


Constructor Summary
SocialEventTypeRepository()
           
 
Method Summary
 List<SocialEventType> findAll()
           
 SocialEventType findType(String typeName)
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialEventTypeRepository

public SocialEventTypeRepository()
Method Detail

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

KIE Uberfire Social Activities Backend 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.