Uses of Class
com.zphinx.spine.exceptions.SpineApplicationException

Packages that use SpineApplicationException
com.zphinx.spine.data Abstraction classes and interfaces for data interchange used to access various data stores from the Spine application framework. 
com.zphinx.spine.data.impl Implementation of abstraction classes for data interchange used in the data layers of the Spine application. 
com.zphinx.spine.members Classes and interfaces which provide identity management objects used by the Spine application framework. 
 

Uses of SpineApplicationException in com.zphinx.spine.data
 

Methods in com.zphinx.spine.data that throw SpineApplicationException
abstract  void AbstractDataProxy.close(DataAccessObject dao)
          Close and dispose of all opened resources
 boolean AbstractDataProxy.init(Object obj1, String className, DAOInput daoCons)
          Initializes all the objects needed by this Abstract Factory, opens the necessary resource and throws an exception when it cannot find a persistence object
protected abstract  DataAccessObject AbstractDataProxy.open(Object obj, String s, DAOInput daoCons)
          Open the datastore and fetch the correct type of persistence
 

Uses of SpineApplicationException in com.zphinx.spine.data.impl
 

Methods in com.zphinx.spine.data.impl that throw SpineApplicationException
 void HibernateProxy.close(DataAccessObject dao)
           
protected  DataAccessObject LdapProxy.open(Object obj1, String s, DAOInput daoCons)
           
protected  DataAccessObject EJBProxy.open(Object obj, String s, DAOInput daoCons)
           
protected  DataAccessObject HibernateProxy.open(Object obj, String className, DAOInput daoCons)
           
 

Uses of SpineApplicationException in com.zphinx.spine.members
 

Methods in com.zphinx.spine.members that throw SpineApplicationException
 void AccountDetails.changeDetails(AccountTypeBean accountType, long expire)
          Amend the properties of this object with the given parameters
 void MemberAccount.changeDetails(AccountTypeBean accountType, long expire)
          Amend the properties of this account with the given parameters
 void AccountDetails.setAccountExpirationDate(Date accountExpirationDate)
          Sets the expiration date of this account
 void MemberAccount.setAccountExpirationDate(Date accountExpirationDate)
          Sets the expiration dtae of this account
 void AccountDetails.setExpiration(long expiration)
          Sets the expiration date of this account
 

Constructors in com.zphinx.spine.members that throw SpineApplicationException
AccountDetails(long accountId, AccountTypeBean accountType)
          Constructor which presets the account type and sets the default account expiration period to three days
AccountDetails(long accountId, long expire)
          Constructor which presets the expiration time to a time defined above by the rules:
    ACCOUNT_NO_EXPIRE: Account can never expire ACCOUNT_THREE_DAYS: A three day account ACCOUNT_ONE_WEEK: A one week account ACCOUNT_30_DAYS: A thirty day account ACCOUNT_ONE_YEAR: A one year account ACCOUNT_VARIABLE: A variable account period