jBPM Console NG - Human Tasks Backend 6.1.0.Beta2

org.jbpm.console.ng.ht.backend.server
Class TypeRoleServiceEntryPointImpl

java.lang.Object
  extended by org.jbpm.console.ng.ht.backend.server.TypeRoleServiceEntryPointImpl
All Implemented Interfaces:
IdentityService<TypeRole>, TypeRoleServiceEntryPoint

@ApplicationScoped
public class TypeRoleServiceEntryPointImpl
extends Object
implements TypeRoleServiceEntryPoint


Constructor Summary
TypeRoleServiceEntryPointImpl()
           
 
Method Summary
 List<TypeRole> getAll()
           
 TypeRole getById(String id)
           
 int getCount()
           
 void remove(String id)
           
 void removeAll()
           
 void save(TypeRole identity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeRoleServiceEntryPointImpl

public TypeRoleServiceEntryPointImpl()
Method Detail

save

public void save(TypeRole identity)
Specified by:
save in interface IdentityService<TypeRole>

remove

public void remove(String id)
Specified by:
remove in interface IdentityService<TypeRole>

removeAll

public void removeAll()
Specified by:
removeAll in interface IdentityService<TypeRole>

getAll

public List<TypeRole> getAll()
Specified by:
getAll in interface IdentityService<TypeRole>

getById

public TypeRole getById(String id)
Specified by:
getById in interface IdentityService<TypeRole>

getCount

public int getCount()
Specified by:
getCount in interface IdentityService<TypeRole>

jBPM Console NG - Human Tasks Backend 6.1.0.Beta2

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