Verschiedene deprecated Klassen und Methoden entfernt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@372 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
60488a6224
commit
a6edf12f62
|
|
@ -48,13 +48,11 @@ import org.apache.log4j.Logger;
|
||||||
* @param privilegeName a String that represents the privlege name for the
|
* @param privilegeName a String that represents the privlege name for the
|
||||||
* privilege a user must have to see the page.
|
* privilege a user must have to see the page.
|
||||||
*
|
*
|
||||||
|
* @author jorris
|
||||||
|
* @version $Id: ApplicationAuthenticationListener.java#2 2003/04/01 16:53:21 $
|
||||||
*/
|
*/
|
||||||
public class ApplicationAuthenticationListener
|
public class ApplicationAuthenticationListener
|
||||||
extends UserAuthenticationListener implements RequestListener {
|
extends UserAuthenticationListener implements RequestListener {
|
||||||
public static final String versionId =
|
|
||||||
"$Id: //apps/bookmarks/dev/src/com/arsdigita/bookmarks/ApplicationAuthenticationListener.java#2 $" +
|
|
||||||
"$Author: jorris $" +
|
|
||||||
"$DateTime: 2003/04/01 16:53:21 $";
|
|
||||||
|
|
||||||
private static final Logger s_log = Logger.getLogger
|
private static final Logger s_log = Logger.getLogger
|
||||||
(ApplicationAuthenticationListener.class);
|
(ApplicationAuthenticationListener.class);
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,6 @@ import java.math.BigDecimal;
|
||||||
* @author Jim Parsons
|
* @author Jim Parsons
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class Bookmark extends ACSObject {
|
public class Bookmark extends ACSObject {
|
||||||
|
|
||||||
private static final int SORT_KEY_JUMP = 10;
|
private static final int SORT_KEY_JUMP = 10;
|
||||||
|
|
|
||||||
|
|
@ -27,13 +27,11 @@ import java.math.BigDecimal;
|
||||||
/**
|
/**
|
||||||
* BookmarkApplication class.
|
* BookmarkApplication class.
|
||||||
*
|
*
|
||||||
|
* @author dennis
|
||||||
|
* @version $Id: BookmarkApplication.java#3 2003/07/10 14:47:30 $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class BookmarkApplication extends Application {
|
public class BookmarkApplication extends Application {
|
||||||
|
|
||||||
public static final String versionId =
|
|
||||||
"$Id: //apps/bookmarks/dev/src/com/arsdigita/bookmarks/BookmarkApplication.java#3 $ by $Author: dennis $, $DateTime: 2003/07/10 14:47:30 $";
|
|
||||||
|
|
||||||
public static final String BASE_DATA_OBJECT_TYPE =
|
public static final String BASE_DATA_OBJECT_TYPE =
|
||||||
"com.arsdigita.workspace.BookmarkApplication";
|
"com.arsdigita.workspace.BookmarkApplication";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,11 @@ import com.arsdigita.persistence.DataObject;
|
||||||
import com.arsdigita.util.Assert;
|
import com.arsdigita.util.Assert;
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
public class BookmarkCollection extends DomainCollection {
|
public class BookmarkCollection extends DomainCollection {
|
||||||
|
|
||||||
protected BookmarkCollection(DataCollection dataCollection) {
|
protected BookmarkCollection(DataCollection dataCollection) {
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,13 @@ import com.arsdigita.web.URL;
|
||||||
import com.arsdigita.web.Web;
|
import com.arsdigita.web.Web;
|
||||||
import com.arsdigita.xml.Element;
|
import com.arsdigita.xml.Element;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* $Author: jparsons $
|
||||||
|
* @version $Id: BookmarkPortlet.java#5 2003/05/28 17:31:24 $
|
||||||
|
*/
|
||||||
public class BookmarkPortlet extends AppPortlet {
|
public class BookmarkPortlet extends AppPortlet {
|
||||||
public static final String versionId =
|
|
||||||
"$Id: //apps/bookmarks/dev/src/com/arsdigita/bookmarks/ui/BookmarkPortlet.java#5 $" +
|
|
||||||
"$Author: jparsons $" +
|
|
||||||
"$DateTime: 2003/05/28 17:31:24 $";
|
|
||||||
|
|
||||||
private static final Logger s_log = Logger.getLogger(BookmarkPortlet.class);
|
private static final Logger s_log = Logger.getLogger(BookmarkPortlet.class);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue