All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.venky.swf.plugins.mail.db.model.User Maven / Gradle / Ivy

package com.venky.swf.plugins.mail.db.model;

import java.util.List;

import com.venky.swf.db.annotations.column.relationship.CONNECTED_VIA;


public interface User extends com.venky.swf.db.model.User{
	public void sendMail(String subject, String text);
	@CONNECTED_VIA("USER_ID")
	public List getSentMails();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy