org.jbpm.console.ng.ht.backend.server
Class TypeRoleServiceEntryPointImpl
java.lang.Object
org.jbpm.console.ng.ht.backend.server.TypeRoleServiceEntryPointImpl
- All Implemented Interfaces:
- IdentityService<TypeRole>, TypeRoleServiceEntryPoint
@ApplicationScoped
public class TypeRoleServiceEntryPointImpl
- extends Object
- implements TypeRoleServiceEntryPoint
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeRoleServiceEntryPointImpl
public TypeRoleServiceEntryPointImpl()
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>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.