@ -239,7 +239,8 @@ public class EmailAttachmentUtil {
* @throws SystemException if a system exception occurred
* @throws SystemException if a system exception occurred
* /
* /
public static it . tref . liferay . portos . mailmanager . model . EmailAttachment [ ] findByEmailId_PrevAndNext (
public static it . tref . liferay . portos . mailmanager . model . EmailAttachment [ ] findByEmailId_PrevAndNext (
EmailAttachmentPK emailAttachmentPK , long emailId ,
it . tref . liferay . portos . mailmanager . service . persistence . EmailAttachmentPK emailAttachmentPK ,
long emailId ,
com . liferay . portal . kernel . util . OrderByComparator orderByComparator )
com . liferay . portal . kernel . util . OrderByComparator orderByComparator )
throws com . liferay . portal . kernel . exception . SystemException ,
throws com . liferay . portal . kernel . exception . SystemException ,
it . tref . liferay . portos . mailmanager . NoSuchEmailAttachmentException {
it . tref . liferay . portos . mailmanager . NoSuchEmailAttachmentException {
@ -367,7 +368,7 @@ public class EmailAttachmentUtil {
* @return the new email attachment
* @return the new email attachment
* /
* /
public static it . tref . liferay . portos . mailmanager . model . EmailAttachment create (
public static it . tref . liferay . portos . mailmanager . model . EmailAttachment create (
EmailAttachmentPK emailAttachmentPK ) {
it . tref . liferay . portos . mailmanager . service . persistence . EmailAttachmentPK emailAttachmentPK ) {
return getPersistence ( ) . create ( emailAttachmentPK ) ;
return getPersistence ( ) . create ( emailAttachmentPK ) ;
}
}
@ -380,7 +381,7 @@ public class EmailAttachmentUtil {
* @throws SystemException if a system exception occurred
* @throws SystemException if a system exception occurred
* /
* /
public static it . tref . liferay . portos . mailmanager . model . EmailAttachment remove (
public static it . tref . liferay . portos . mailmanager . model . EmailAttachment remove (
EmailAttachmentPK emailAttachmentPK )
it . tref . liferay . portos . mailmanager . service . persistence . EmailAttachmentPK emailAttachmentPK )
throws com . liferay . portal . kernel . exception . SystemException ,
throws com . liferay . portal . kernel . exception . SystemException ,
it . tref . liferay . portos . mailmanager . NoSuchEmailAttachmentException {
it . tref . liferay . portos . mailmanager . NoSuchEmailAttachmentException {
return getPersistence ( ) . remove ( emailAttachmentPK ) ;
return getPersistence ( ) . remove ( emailAttachmentPK ) ;
@ -401,7 +402,7 @@ public class EmailAttachmentUtil {
* @throws SystemException if a system exception occurred
* @throws SystemException if a system exception occurred
* /
* /
public static it . tref . liferay . portos . mailmanager . model . EmailAttachment findByPrimaryKey (
public static it . tref . liferay . portos . mailmanager . model . EmailAttachment findByPrimaryKey (
EmailAttachmentPK emailAttachmentPK )
it . tref . liferay . portos . mailmanager . service . persistence . EmailAttachmentPK emailAttachmentPK )
throws com . liferay . portal . kernel . exception . SystemException ,
throws com . liferay . portal . kernel . exception . SystemException ,
it . tref . liferay . portos . mailmanager . NoSuchEmailAttachmentException {
it . tref . liferay . portos . mailmanager . NoSuchEmailAttachmentException {
return getPersistence ( ) . findByPrimaryKey ( emailAttachmentPK ) ;
return getPersistence ( ) . findByPrimaryKey ( emailAttachmentPK ) ;
@ -415,7 +416,7 @@ public class EmailAttachmentUtil {
* @throws SystemException if a system exception occurred
* @throws SystemException if a system exception occurred
* /
* /
public static it . tref . liferay . portos . mailmanager . model . EmailAttachment fetchByPrimaryKey (
public static it . tref . liferay . portos . mailmanager . model . EmailAttachment fetchByPrimaryKey (
EmailAttachmentPK emailAttachmentPK )
it . tref . liferay . portos . mailmanager . service . persistence . EmailAttachmentPK emailAttachmentPK )
throws com . liferay . portal . kernel . exception . SystemException {
throws com . liferay . portal . kernel . exception . SystemException {
return getPersistence ( ) . fetchByPrimaryKey ( emailAttachmentPK ) ;
return getPersistence ( ) . fetchByPrimaryKey ( emailAttachmentPK ) ;
}
}