@ApplicationScoped public class TypeRoleServiceEntryPointImpl extends Object implements TypeRoleServiceEntryPoint
public void save(TypeRole identity)
save
in interface IdentityService<TypeRole>
public void remove(String id)
remove
in interface IdentityService<TypeRole>
public void removeAll()
removeAll
in interface IdentityService<TypeRole>
public List<TypeRole> getAll()
getAll
in interface IdentityService<TypeRole>
public TypeRole getById(String id)
getById
in interface IdentityService<TypeRole>
public int getCount()
getCount
in interface IdentityService<TypeRole>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.