Uses of Class
dev.vality.damsel.accounter.Posting
Packages that use Posting
-
Uses of Posting in dev.vality.damsel.accounter
Fields in dev.vality.damsel.accounter with type parameters of type PostingMethods in dev.vality.damsel.accounter that return PostingModifier and TypeMethodDescriptionPosting.deepCopy()Posting.setAmount(long amount) Posting.setCurrencySymCode(String currency_sym_code) Posting.setDescription(String description) Posting.setFromId(long from_id) Posting.setToId(long to_id) Methods in dev.vality.damsel.accounter that return types with arguments of type PostingModifier and TypeMethodDescriptionPostingBatch.getPostings()PostingBatch.getPostingsIterator()InvalidPostingParams.getWrongPostings()Methods in dev.vality.damsel.accounter with parameters of type PostingModifier and TypeMethodDescriptionvoidPostingBatch.addToPostings(Posting elem) intbooleanvoidInvalidPostingParams.putToWrongPostings(Posting key, String val) Method parameters in dev.vality.damsel.accounter with type arguments of type PostingModifier and TypeMethodDescriptionPostingBatch.setPostings(List<Posting> postings) InvalidPostingParams.setWrongPostings(Map<Posting, String> wrong_postings) Constructors in dev.vality.damsel.accounter with parameters of type PostingConstructor parameters in dev.vality.damsel.accounter with type arguments of type PostingModifierConstructorDescriptionInvalidPostingParams(Map<Posting, String> wrong_postings) PostingBatch(long id, List<Posting> postings)