|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccountEntry | |
---|---|
is.idega.idegaweb.golf.entity | |
is.idega.idegaweb.golf.service |
Uses of AccountEntry in is.idega.idegaweb.golf.entity |
---|
Classes in is.idega.idegaweb.golf.entity that implement AccountEntry | |
---|---|
class |
AccountEntryBMPBean
Title: Description: Copyright: Copyright (c) 2001 Company: idega multimedia |
Methods in is.idega.idegaweb.golf.entity that return AccountEntry | |
---|---|
AccountEntry |
AccountEntryHomeImpl.create()
|
AccountEntry |
AccountEntryHome.create()
|
AccountEntry |
AccountEntryHomeImpl.createLegacy()
|
AccountEntry |
AccountEntryHome.createLegacy()
|
AccountEntry |
AccountEntryHomeImpl.findByPrimaryKey(int id)
|
AccountEntry |
AccountEntryHome.findByPrimaryKey(int id)
|
AccountEntry |
AccountEntryHomeImpl.findByPrimaryKey(java.lang.Object pk)
|
AccountEntry |
AccountEntryHome.findByPrimaryKey(java.lang.Object pk)
|
AccountEntry |
AccountEntryHomeImpl.findByPrimaryKeyLegacy(int id)
|
AccountEntry |
AccountEntryHome.findByPrimaryKeyLegacy(int id)
|
Uses of AccountEntry in is.idega.idegaweb.golf.service |
---|
Methods in is.idega.idegaweb.golf.service that return AccountEntry | |
---|---|
static AccountEntry[] |
TariffService.getAccountEntrys(int iAccountId)
|
static AccountEntry[] |
TariffService.getAccountEntrys(int iAccountId,
com.idega.util.IWTimestamp from,
com.idega.util.IWTimestamp to)
|
static AccountEntry[] |
TariffService.getTariffEntrys(int iAccountId)
|
static AccountEntry[] |
TariffService.getTariffEntrys(int iAccountId,
com.idega.util.IWTimestamp from,
com.idega.util.IWTimestamp to)
|
static AccountEntry |
TariffService.makeAnAccountEntry(int AccountId,
int Price,
java.lang.String Name,
java.lang.String Info,
java.lang.String AccountKey,
java.lang.String EntryKey,
java.lang.String TariffKey,
int CashierId,
java.sql.Timestamp PaymentDate,
java.sql.Timestamp LastUpdated)
|
Methods in is.idega.idegaweb.golf.service with parameters of type AccountEntry | |
---|---|
static int |
TariffService.calculateBalance(AccountEntry[] eAccountEntries)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |