|
|
@ -239,8 +239,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[] findByEmailId_PrevAndNext( |
|
|
|
public static it.tref.liferay.portos.mailmanager.model.EmailAttachment[] findByEmailId_PrevAndNext( |
|
|
|
it.tref.liferay.portos.mailmanager.service.persistence.EmailAttachmentPK emailAttachmentPK, |
|
|
|
EmailAttachmentPK emailAttachmentPK, long emailId, |
|
|
|
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 { |
|
|
@ -368,7 +367,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( |
|
|
|
it.tref.liferay.portos.mailmanager.service.persistence.EmailAttachmentPK emailAttachmentPK) { |
|
|
|
EmailAttachmentPK emailAttachmentPK) { |
|
|
|
return getPersistence().create(emailAttachmentPK); |
|
|
|
return getPersistence().create(emailAttachmentPK); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -381,7 +380,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( |
|
|
|
it.tref.liferay.portos.mailmanager.service.persistence.EmailAttachmentPK emailAttachmentPK) |
|
|
|
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); |
|
|
@ -402,7 +401,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( |
|
|
|
it.tref.liferay.portos.mailmanager.service.persistence.EmailAttachmentPK emailAttachmentPK) |
|
|
|
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); |
|
|
@ -416,7 +415,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( |
|
|
|
it.tref.liferay.portos.mailmanager.service.persistence.EmailAttachmentPK emailAttachmentPK) |
|
|
|
EmailAttachmentPK emailAttachmentPK) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
return getPersistence().fetchByPrimaryKey(emailAttachmentPK); |
|
|
|
return getPersistence().fetchByPrimaryKey(emailAttachmentPK); |
|
|
|
} |
|
|
|
} |
|
|
|