za.org.coefficient.interfaces
Interface ThemeIf


public interface ThemeIf

This interface defines methods that must be implemented by a theme of the system.


Method Summary
 void format(Page page, java.lang.String moduleName, java.lang.String html)
           
 java.lang.String getBackGround(Page page)
           
 java.lang.String getCenter(Page page)
           
 java.lang.String getCenterBackGround(Page page)
           
 java.lang.String getCenterPercentage(Page page)
           
 java.lang.String getEast(Page page)
           
 java.lang.String getEastBackGround(Page page)
           
 java.lang.String getEastPercentage(Page page)
           
 java.lang.String getFooter(Page page)
           
 java.lang.String getHeader(Page page)
           
 java.lang.String getName(Page page)
           
 java.lang.String getNorth(Page page)
           
 java.lang.String getNorthBackGround(Page page)
           
 java.lang.String getPosition(java.lang.String moduleName)
           
 java.lang.String getSouth(Page page)
           
 java.lang.String getSouthBackGround(Page page)
           
 java.lang.String getWelcomePageContent()
           
 java.lang.String getWest(Page page)
           
 java.lang.String getWestBackGround(Page page)
           
 java.lang.String getWestPercentage(Page page)
           
 

Method Detail

getBackGround

java.lang.String getBackGround(Page page)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCenter

java.lang.String getCenter(Page page)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCenterBackGround

java.lang.String getCenterBackGround(Page page)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCenterPercentage

java.lang.String getCenterPercentage(Page page)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getEast

java.lang.String getEast(Page page)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getEastBackGround

java.lang.String getEastBackGround(Page page)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getEastPercentage

java.lang.String getEastPercentage(Page page)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getFooter

java.lang.String getFooter(Page page)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getHeader

java.lang.String getHeader(Page page)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getName

java.lang.String getName(Page page)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNorth

java.lang.String getNorth(Page page)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNorthBackGround

java.lang.String getNorthBackGround(Page page)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPosition

java.lang.String getPosition(java.lang.String moduleName)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSouth

java.lang.String getSouth(Page page)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSouthBackGround

java.lang.String getSouthBackGround(Page page)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getWelcomePageContent

java.lang.String getWelcomePageContent()
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getWest

java.lang.String getWest(Page page)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getWestBackGround

java.lang.String getWestBackGround(Page page)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getWestPercentage

java.lang.String getWestPercentage(Page page)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

format

void format(Page page,
            java.lang.String moduleName,
            java.lang.String html)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright CSIR. All Rights Reserved.