Class PLocaleBeanImpl

All Implemented Interfaces:
PLocaleBean, PIACollectionBean, PControllerBean, Serializable, Remote, Unreferenced

public class PLocaleBeanImpl extends PIAComponentCollectionBean implements PLocaleBean
Locale functions...
Version:
%version: 2 % %date_modified: Wed Dec 05 14:10:21 2001 %
Author:
anthony
See Also:
  • Constructor Details

  • Method Details

    • getMessageString

      public String getMessageString(String domain, int id) throws RemoteException
      Return a message string based on the domain and the message id of the string
      Specified by:
      getMessageString in interface PLocaleBean
      Parameters:
      domain - - the infranet "facility"/"domain" string value
      id - - the message id of the string to get
      Returns:
      String
      Throws:
      RemoteException
    • getMessageStringFromID

      public String getMessageStringFromID(int id, int FacilityID) throws RemoteException
      Return a message string based on the "facility" id and the message id of the string
      Specified by:
      getMessageStringFromID in interface PLocaleBean
      Parameters:
      id - - message id of the string
      FacilityID - - the infranet "facility" numeric id value
      Returns:
      String
      Throws:
      RemoteException
    • getMessageIDFromString

      public Integer getMessageIDFromString(String message, int FacilityID) throws RemoteException
      Return the message id based on the message and the "facility" id
      Specified by:
      getMessageIDFromString in interface PLocaleBean
      Parameters:
      message - - the string message
      FacilityID - - the infranet "facility" numeric id value
      Returns:
      Integer
      Throws:
      RemoteException