|
Pull Up Method public quota(used long, max long) : Quota from class org.apache.james.mailbox.store.quota.QuotaImpl to public quota(used long, max long) : Quota from class org.apache.james.mailbox.model.Quota |
From |
To |
|
Pull Up Method public getMax() : long from class org.apache.james.mailbox.store.quota.QuotaImpl to public getMax() : long from class org.apache.james.mailbox.model.Quota |
From |
To |
|
Pull Up Method public hashCode() : int from class org.apache.james.mailbox.store.quota.QuotaImpl to public hashCode() : int from class org.apache.james.mailbox.model.Quota |
From |
To |
|
Pull Up Method public isOverQuota() : boolean from class org.apache.james.mailbox.store.quota.QuotaImpl to public isOverQuota() : boolean from class org.apache.james.mailbox.model.Quota |
From |
To |
|
Pull Up Method public getUsed() : long from class org.apache.james.mailbox.store.quota.QuotaImpl to public getUsed() : long from class org.apache.james.mailbox.model.Quota |
From |
To |
|
Pull Up Method public unlimited() : Quota from class org.apache.james.mailbox.store.quota.QuotaImpl to public unlimited() : Quota from class org.apache.james.mailbox.model.Quota |
From |
To |
|
Pull Up Method public toString() : String from class org.apache.james.mailbox.store.quota.QuotaImpl to public toString() : String from class org.apache.james.mailbox.model.Quota |
From |
To |
|
Pull Up Method public addValueToQuota(value long) : void from class org.apache.james.mailbox.store.quota.QuotaImpl to public addValueToQuota(value long) : void from class org.apache.james.mailbox.model.Quota |
From |
To |
|
Pull Up Method private QuotaImpl(used long, max long) from class org.apache.james.mailbox.store.quota.QuotaImpl to private Quota(used long, max long) from class org.apache.james.mailbox.model.Quota |
From |
To |
|
Pull Up Method public isOverQuotaWithAdditionalValue(additionalValue long) : boolean from class org.apache.james.mailbox.store.quota.QuotaImpl to public isOverQuotaWithAdditionalValue(additionalValue long) : boolean from class org.apache.james.mailbox.model.Quota |
From |
To |
|
Pull Up Method public equals(o Object) : boolean from class org.apache.james.mailbox.store.quota.QuotaImpl to public equals(o Object) : boolean from class org.apache.james.mailbox.model.Quota |
From |
To |