Subversion Repositories bacoAlunos

Rev

Rev 1306 | Blame | Compare with Previous | Last modification | View Log | RSS feed

package pt.estgp.estgweb.domain;

import pt.estgp.estgweb.utils.RoleManager;

import java.io.Serializable;
import java.util.List;

/**
 * @author Jorge Machado
 * @date 2/Mar/2008
 * @time 10:27:25
 * @see pt.estgp.estgweb.domain
 */

public class ComunicationFolderImpl extends ComunicationFolder implements ITargetRoles
{

    public 1.5.0/docs/api/java/io/Serializable.html">Serializable getSerializable()
    {
        return getId();
    }



    public 1.5.0/docs/api/java/lang/String.html">String getChoosedOwnerRole() {
        return null;  //To change body of implemented methods use File | Settings | File Templates.
    }



    /**
     * Not implemented
     * @return null
     */

    public List<String> getOwnerRoles()
    {
        return null;
    }


    public List<String> getTargetRolesList()
    {
        return RoleManager.getRolesFromSerial(getTargetRoles());
    }
}