board.dto
Interface BoardListDTO

All Superinterfaces:
Serializable
All Known Implementing Classes:
BoardListDTOReal

public interface BoardListDTO
extends Serializable

°Ô½ÃÆÇ ¸®½ºÆ®¸¦ À§ÇÑ DTO ÀÎÅÍÆäÀ̽º

Since:
2005. 4. 6.
Author:
BABU

Method Summary
 int getCurrentPage()
          ÇöÀç ÆäÀÌÁöÀÇ ¹øÈ£¸¦ ¾Ë·ÁÁØ´Ù.
 int getEndBlock()
          ÆäÀÌÁöºí·°ÀÇ ¸¶Áö¸· ÆäÀÌÁö¸¦ ¾Ë·ÁÁØ´Ù.
 String getKeyword()
          °Ë»ö¾î¸¦ ¸®ÅÏÇÑ´Ù.
 Vector getList()
          °Ô½ÃÆÇ ¸®½ºÆ®¸¦ BoardDTOÀÇ Vector·Î °¡Á®¿Â´Ù.
 int getSearchType()
          °Ë»ö ŸÀÔÀ» ¸®ÅÏ, 1:Á¦¸ñ°Ë»ö, 2:³»¿ë°Ë»ö, 3:Á¦¸ñ°ú ³»¿ë°Ë»ö
 int getStartBlock()
          ÆäÀÌÁöºí·°ÀÇ ½ÃÀÛ ÆäÀÌÁö¸¦ ¾Ë·ÁÁØ´Ù.
 int getTotalPage()
          Àüü ÆäÀÌÁö¼ö¸¦ ¸®ÅÏ
 boolean isNextPage()
          ´ÙÀ½ ÆäÀÌÁö°¡ Á¸ÀçÇÏ´ÂÁö ¾Ë·ÁÁØ´Ù.
 boolean isPrevPage()
          ÀÌÀü ÆäÀÌÁö°¡ Á¸ÀçÇÏ´ÂÁö ¾Ë·ÁÁØ´Ù.
 

Method Detail

getTotalPage

public int getTotalPage()
                 throws RemoteException
Àüü ÆäÀÌÁö¼ö¸¦ ¸®ÅÏ

Returns:
Àüü ÆäÀÌÁö¼ö
Throws:
RemoteException

getKeyword

public String getKeyword()
                  throws RemoteException
°Ë»ö¾î¸¦ ¸®ÅÏÇÑ´Ù.

Returns:
°Ë»ö¾î
Throws:
RemoteException

getSearchType

public int getSearchType()
                  throws RemoteException
°Ë»ö ŸÀÔÀ» ¸®ÅÏ, 1:Á¦¸ñ°Ë»ö, 2:³»¿ë°Ë»ö, 3:Á¦¸ñ°ú ³»¿ë°Ë»ö

Returns:
Throws:
RemoteException

getStartBlock

public int getStartBlock()
                  throws RemoteException
ÆäÀÌÁöºí·°ÀÇ ½ÃÀÛ ÆäÀÌÁö¸¦ ¾Ë·ÁÁØ´Ù.

Returns:
Throws:
RemoteException

getEndBlock

public int getEndBlock()
                throws RemoteException
ÆäÀÌÁöºí·°ÀÇ ¸¶Áö¸· ÆäÀÌÁö¸¦ ¾Ë·ÁÁØ´Ù.

Returns:
Throws:
RemoteException

getCurrentPage

public int getCurrentPage()
                   throws RemoteException
ÇöÀç ÆäÀÌÁöÀÇ ¹øÈ£¸¦ ¾Ë·ÁÁØ´Ù.

Returns:
Throws:
RemoteException

isNextPage

public boolean isNextPage()
                   throws RemoteException
´ÙÀ½ ÆäÀÌÁö°¡ Á¸ÀçÇÏ´ÂÁö ¾Ë·ÁÁØ´Ù.

Returns:
Throws:
RemoteException

isPrevPage

public boolean isPrevPage()
                   throws RemoteException
ÀÌÀü ÆäÀÌÁö°¡ Á¸ÀçÇÏ´ÂÁö ¾Ë·ÁÁØ´Ù.

Returns:
Throws:
RemoteException

getList

public Vector getList()
               throws RemoteException
°Ô½ÃÆÇ ¸®½ºÆ®¸¦ BoardDTOÀÇ Vector·Î °¡Á®¿Â´Ù.

Returns:
Throws:
RemoteException