bug6105: showing takedown notice dialog, sending e-mail

This commit is contained in:
Axel Uhl
2025-04-29 18:18:09 +02:00
parent 86e0047094
commit 139fdd05e5
25 changed files with 246 additions and 47 deletions
@@ -0,0 +1,8 @@
package com.sap.sse.common.media;
public enum NatureOfClaim {
NONE,
COPYRIGHT_INFRINGEMENT,
DEFAMATORY_CONTENT,
OTHER
}
@@ -1,5 +1,7 @@
package com.sap.sse.common.media;
import java.io.Serializable;
/**
* Whenever media content is made available that may have been uploaded by an end user, there is a possibility that
* other users would like to request this content to be taken down, hidden or otherwise made unavailable. Reasons for
@@ -16,14 +18,9 @@ package com.sap.sse.common.media;
* @author Axel Uhl (d043530)
*
*/
public class TakedownNoticeRequestContext {
public static enum NatureOfClaim {
NONE,
COPYRIGHT_INFRINGEMENT,
DEFAMATORY_CONTENT,
OTHER
}
public class TakedownNoticeRequestContext implements Serializable {
private static final long serialVersionUID = -7013553116801501898L;
/**
* A message key for a message that takes as parameters the following strings:
* <ol>